Mathematics for the
Electrical FE Exam

by Justin Kauwale, P.E.

Introduction

Mathematics accounts for approximately 11 to 17 questions on the Electrical FE exam. The topics covered in this section include Analytic Geometry, Calculus, Linear Algebra, Vector Analysis, Differential Equations and Numerical Methods. At first glance, these topics seem vast and daunting, but you should not be worried. You will most likely only need to know the equations that are shown in the NCEES FE Reference Handbook, as they relate to Electrical Engineering.



2.0 ALGEBRA & TRIGONOMETRY

This section is designed to refresh your memory on the basic algebra and trigonometry skills that you should know for the FE exam. Many of the formulas and equations discussed in this section are in the FE Reference Handbook, but the key is knowing how to use those formulas and equations.

These arithmetic properties are useful to remember and are not explicitly shown in the FE Reference Handbook.



These exponent properties are useful to remember and are not explicitly shown in the FE Reference Handbook.



Logarithmic equations are used in engineering to describe situations where one variable changes exponentially when compared to another. Logarithmic equations are shown as having the following relationship between exponential functions.



The most important bases are “10” and “e”. The term “e” will be described in the next topic under natural logarithms. If a log function does not have a base specified then you can assume that the base is “10”. The following table shows the result of taking the log of various values of “x”.



The following graph plots “y = log(x)”. It shows that as “x” gets closer to 0, the y value approaches a very large negative number. As x increases the value of y increases slowly. As you can see from the previous table, the difference between each x value gets increasingly large, while the difference between each y value is only 1.



Figure 1: This figure plots the function y = log(x).

The NCEES FE Reference Handbook shows all the applicable logarithmic laws that are used to solve equations with log functions. You should be familiar with how to use those laws on the FE exam and how to properly input them into your calculator. An example of one of those laws is the change of base law, which is shown below.

Change Base: In order to change the original base “b” of a log function, take the log of the value “a” with the new base “n” divided by the log of the original base “b” with the new base “n”.



This is useful when using basic calculators that only have log base 10 and natural log functions available. If a problem is given with a different base, you will first need to use the above formula to convert to log base 10 or natural log.



Natural logarithmic equations follow the same rules and laws as logarithmic equations, except the only difference is that the base is “e”. The term “e” is a mathematical constant, founded by Euler. It is approximated as “2.71828”. Natural logarithmic equations represents logarithmic growth or decay and are used in analyzing the charging and discharging of capacitors and inductors in RC circuits. The natural log is not written as log base e, but written as ln and the base “e’ is implied.



The main skills that you need to know for trigonometry are the right angle equations and the law of cosines & sines for all other triangles. These skills will help you to determine the angles and lengths of triangles for any situation. Trigonometry is used in electrical engineering to solve power relationships in vector form.



The right angle equations can be used to solve for angles or lengths of a right angle (90 degree) triangle when given either angles or lengths. The pneumonic used to remember these equations is SOH-CAH-TOA, which stands for sine-opposite over hypotenuse, cosine-adjacent over hypotenuse and tangent-opposite over adjacent.



Figure 2: For all right angle triangles, you can use the below equations to solve for the relationships between the angles and lengths of the triangle.



The law of sines and cosines equations can be used to solve for the angles or lengths of non-right angle triangles, when given either lengths of angles.



Figure 3: The law of cosines and sines; see relationships in the equation below.

The law of sines says that the length of one leg of a triangle divided by the sine of angle opposite the leg is equal to the length of any other leg of that same triangle divided by the sine of the angle opposite that leg.



The law of cosines follow the relationships below, using the same triangle figure above as reference.



Trigonomic relationships are useful for simplifying and solving equations. A few of the most common identities are provided below. It is not necessary to memorize these. A comprehensive list of trigonomic identities can be found in the NCEES FE Reference Handbook under the Mathematics section.



3.0 COMPLEX NUMBERS

A complex number is a number that has a real and imaginary component. It follows this basic format, where “a” is the value of the real component and “b” is the value of the imaginary component.



The constant “i” is called the imaginary number. It is defined as the square root of negative one.



The “i” constant can also be treated like any other variable, so it follows the associative, distributive and commutative laws.



The “i” constant also follows the factoring rules.



The “i” constant also follows the absolute value rules. The absolute value is found by taking the hypotenuse of the real and imaginary components.



Figure 4: The absolute value of a complex number is found by taking the hypotenuse of the real/imaginary right triangle.



4.0 DISCRETE MATHEMATICS

Discrete mathematics, as implied in its name, is mathematics that uses discrete, non-continuous components, where each component is isolated and separated from another with a gap. The simplest example of discrete mathematics would include the use of individual points to describe a line, whereas non-discrete mathematics would describe a continuous function, as depicted in the figure below. In non-discrete mathematics, any real number within this continuous function can be used (i.e. if x is between 0 and 10, x can be 1, 5, 0.5, 0.001, and even 0.00001). Discrete mathematics, on the other hand, would describe individual points, 1, 1.5, 2, 2.7, 3, 4.6, 5, etc. It should be noted that discrete mathematics can also include a set of infinite numbers, it just will not be continuous.



Figure 5: Left – Non-Discrete Mathematics; Right – Discrete Mathematics

Some applications of discrete mathematics that are common in the electrical and computer engineering field includes the following. Most of these examples pertain to the computer engineering field, where discrete symbols or numbers are used to perform algorithms that can navigate through a computer program. A lot of this navigation is done through logic.

Probability and statistics: sample values taken from studies.

Computer Science/Logic: The use of graphs and logic statements to script computer programs. Examples of this is the finite state machine and truth tables explained later in this section.

Computer Science/Set Theory: Used in logic and computer programming. See the Set Theory section for symbols and algorithms used in set theory.

Digital: Binary and hexadecimal systems, used to transfer information also falls under the discrete mathematics topic.

In set theory, mathematical operations are performed using the following list of common symbols. In computer programming, sets can be used to define elements such as inputs or variables that are used in the program to logically or mathematically determine the output. Review that you understand what these symbols mean and how to apply them.







5.0 ANALYTIC GEOMETRY

Analytic geometry uses algebra to characterize various geometric objects such as shapes, lines and points.



Figure 6: The slope of a line can be found with the difference between the y-values and x-values of two points.

If you are given two points, then you can follow the process below to produce an equation for the line.

First solve for slope, “m”, where the slope is equal to the change in y over the change in x.



Next, solve for the y-intercept, “b”, using the following equation for a line. To solve for “b”, plug in the value of the slope, “m”, and one of the (x, y) points along the line. Then solve for the y-intercept, “b”.



Finally, replace “b” in the equation and you will have found the equation of the line.

Another skill you should have is being able to calculate the equation for lines that are parallel or perpendicular to each other. Parallel lines share the same slope.



You can find the equation of one line that is parallel to another by determining the offset between the lines. Add the offset to the y-intercept of one line to find the equation of the other line.



Figure 7: Parallel lines have the same slope and never intersect.

Perpendicular lines have inverse, negative slopes.



Find the slope of the perpendicular line, then solve for the new y-intercept, “b2”, by substituting one of the (x, y) coordinates on the line.



Figure 8: This figure shows the perpendicular intersection of two lines.

The distance between two points can be calculated with the Pythagorean Theorem.



Figure 9: This figure sets up the calculation for the distance between two points.

First, find the total x-distance, |x_1-x_2 |, and the total y-distance, |y_1-y_2 |. Then you use those values in the Pythagorean Theorem.





Figure 10: This figure isolates the previous graph and shows how the distance between two points can be shown as a right angle triangle.

6.0 CALCULUS

The calculus required for electrical engineering includes integrals and derivatives. You should be able to find the integral or derivatives for various functions. For example, you may need to integrate the area under a voltage waveform to calculate rms values. You may need to derivate to find the rate of change in current across an inductor to determine the voltage at any point in time across that inductor. Similarly the current across a capacitor is dependent upon the rate of change of voltage across that capacitor.

Derivatives are used to find the slope of a curve and are very useful in circuits, when you need to find the rate of change of a voltage or current waveform.



Figure 11: The derivative is the slope at a specific point along a function. This line is tangent to the function curve.



You should be familiar with calculating the derivative for all the functions shown in the NCEES FE Reference Handbook like exponential equations, logarithmic equations, natural log equations, trigonometry equations, etc.

Integrals are used to find the area under a curve and are very useful in power, when you need to find energy consumption (kWh) from a demand (kW) curve over time or in circuits when you need to calculate average voltages and currents over time.



Figure 12: The integral is the area under a curve between two specific points on a function.



You should be familiar with calculating the integral for all the functions shown in the NCEES FE Reference Handbook like exponential equations, logarithmic equations, natural log equations, trigonometry equations, etc.

7.0 DIFFERENTIAL EQUATIONS

Differential equations are used in electrical engineering to curve fit data. This type of math typically uses software, so it is unlikely that you will have a question on differential equations on the FE exam.

8.0 LINEAR ALGEBRA

The linear algebra required for electrical engineering includes being able to define lines with equations and matrices.

Linear equations can be used in nodal or mesh circuit analysis, where multiple equations and multiple unknowns are produced in circuit loops. In these types of problems you will have at least two equations and two unknowns. You can use linear equations to find the unknown values that satisfy both equations. A very simple example is shown below. The actual questions will most likely be more difficult and will be in the context of electrical engineering.



First, substitute one of the y-values into the other equation, then solve for x.



Then plug in the x-value to either equation.



The correct answer is, (x,y) = (5/7, 45/7).

Linear equations can extend to multiple unknowns and multiple equations. To simplify the process, matrices are used.

Matrices are another way to solve linear equations. Matrices are an array of values that can be used to represent multiple linear equations.

For example, the following matrices will represent the below equations.



Rearrange the equation so that the variables follow the same order, constant times x plus constant times y plus constant times z equal to a constant.



The constants for each variable are placed in the first matrix and the variables are placed in the second matrix. The third matrix shows the other side of each equation. The constants in each same row all belong to the same equation and the constants in each column all belong to the same variable.



The values for x, y and z that satisfy all three equations can be found with matrix functions.



The rules for adding, multiplying, taking the transpose, and finding the inverse of a matrix is described in the NCEES FE Reference Handbook. For this test, you should be able to quickly solve for matrices on your calculator. The steps for a typical calculator are shown below. Read through your calculator instruction manual for any variations for your specific model.



Now that you have input and stored each matrix, the next step is to use the matrices in functions.



The correct answer is shown below.



You should also be able to calculate determinants, dot products, and cross products of matrices on your calculator.

9.0 VECTOR ANALYSIS

Vector analysis is used heavily in analyzing phasors, section 6 - Circuit Analysis and power theory, section 10 - Power Systems. One of the main skills that you need is the ability to break down a vector into its x and y components.

Vectors are used to separate real and imaginary power in power systems. The magnitude is the apparent power, the x axis is the real, usable power and the y axis represents imaginary power from inductors and capacitors. Vectors are also used to represent voltages or currents in different phases. The vector length represents the magnitude and the direction represents the angle offset between phases. On the FE exam you must be able to translate words or diagrams into vectors and you must be able to add/subtract vectors and multiply/divide vectors by scalars.

Vectors can either be represented in a rectangular form or a polar form. The rectangular form consists of an x-component and a y-component. These values are used to represent the magnitude in the x and y directions. In real applications, there will also be a z-component, but for the purposes of the exam you most likely will only need the x and y components. The polar form is shown as a magnitude and an angle. The magnitude describes the length of the vector while the angle determines the direction.

The rectangular form is shown as, x plus the y component. The y component is shown as j and the x component is shown as i.



The rectangular form is used when adding and subtracting vectors and follows the same rules as normal addition and subtraction, where only like terms can be added and subtracted. For example, “Example A” plus “Example B”, is solved with the following process.



The rectangular form can also be understood via a graphical format, where the x-axis represents the real component and the y-axis represents the imaginary component.



Figure 13: Example “A” vector, example “B” vector and the sum of the two vectors is shown in the above graph.

The polar form is best understood in its graphical format. The format consists of a phasor magnitude at a phasor angle relative to the x-axis.



Figure 14: A phasor shown in both polar and rectangular form.

In the above example, the polar form is converted from the rectangular form by using the Pythagorean Theorem to find the radius (i.e. the magnitude) and the inverse tangent to find the angle. The polar form is not typically used for adding or subtracting, but it is used for multiplication and division. When multiplying or dividing two polar forms, you must multiple/divide the radiuses and add or subtract the angles. If the polar forms are being multiplied, then you must add the angles and if you are dividing one polar form from another then you subtract the divisor angle from the dividend angle.



During the exam, you will need to convert from polar form to rectangular form and vice versa. You will need to convert between the two forms in order to carry out multiplication/division or addition/subtraction. You should be able to quickly convert between the forms with your calculator. This will help to save you time for more difficult tasks during the exam.



You should use the most advanced calculator allowed by NCEES. The calculators allowed by the NCEES are shown below.

• Casio: All fx-115 and fx-991 models (Any Casio calculator must have “fx-115” or “fx-991” in its model name.)

• Hewlett Packard: The HP 33s and HP 35s models, but no others

• Texas Instruments: All TI-30X and TI-36X models (Any Texas Instruments calculator must have “TI-30X” or “TI-36X” in its model name.)

Casio FX-115, Casio FX-991, HP35 and TI-36X are all decent calculators that can do multiple calculation steps without having to use the memory function in the calculator or without having to write down numbers in between steps. However, the Casio and TI models are the cheapest. Past test takers seem to prefer the TI-36X Pro for its interface and its ability to save previous calculations when it is shut off and the Casio FX-991EX ClassWiz for its faster processor and its spreadsheet option. Whichever calculator you decide on using, make sure that you use the calculator during your studying so that you can be well versed in the use of your calculator prior to taking the exam.

The following are the basic steps in converting from polar form to rectangular form. The above calculators also have the option of adding/subtracting and multiplying/dividing multiple polar or rectangular numbers. Please be sure to learn this skill, because you will use the skill throughout the exam.

Convert Polar (R angle θ°) to Rectangular (xi+yj)



Convert Rectangular (xi+yj) to Polar (R angle θ°)



The Casio FX-115ES Plus/Casio FX-991EX ClassWiz and TI-36X Pro also has a complex mode which allows you to add/multiply complex numbers in various forms and easily converting the results between rectangular and polar. The stored lines of calculations and the various functions, including matrices and integrals make this calculator one of the favored among test takers.

Addition & Subtraction of Vectors: Vectors can be added or subtracted from one another by simply adding or subtracting their real components together and doing the same for their imaginary components. It is very easy to do this when vectors are presented in their Rectangular coordinates, however it is more difficult to do this by hand when the vectors are in polar form. For example, if you are adding 3 and 3j, then the answer is simply 3 + 3j. Another example would be if you were to add the vectors “2+2j” and “4+4j”, then the answer would be “6+6j”.

1st Example: You can complete this problem by inputting the polar vectors and adding them. If you are doing the equation by hand, then you should follow the recommended method by converting polar to rectangular and then adding the like terms to one another (real + real and imaginary + imaginary).



2nd Example: This example is a little less intuitive, but since both vectors have the same angle, they can be added directly or with your calculator. If you are doing the equation by hand, then you should follow the recommended method by converting polar to rectangular and then adding the like terms to one another (real + real and imaginary + imaginary).



3rd Example: In this example, the answer cannot be seen as intuitively, but as long as you either use your calculator to add polar coordinates or convert to rectangular and then add the like terms, then you will be able to complete this problem.



This figure below shows how vectors can be added and subtracted. This figure also corresponds to the first example and it also shows how the answer would change if vectors A and B were subtracted or added.



Multiplication & Division of Vectors: The multiplication and division of vectors is easy for vectors in polar form but difficult for vectors in rectangular form. Your calculator should be able to divide and subtract in both rectangular form, but if you are not familiar with this function on your calculator, then you can also complete this by hand. In order to multiply or divide vectors by hand you must convert the vector to polar form and then multiply or divide the radius of the vectors and then add or subtract the angles. You add the vector angles for multiplication and subtract the vectors angles for division.

1st Example: In this example, the vectors are already in polar form, so you can simply multiply the radiuses and add the vector angles.



2nd Example: Again, the vectors are already in polar form, so multiply the radiuses and add the vector angles.



3rd Example: In this example, the vectors must first be converted to polar and then the radiuses can be divided and the vector angles can be subtracted.



10.0 Practice Problems

10.1 PRACTICE PROBLEM 1 – CALCULUS



10.2 PRACTICE PROBLEM 2 – CALCULUS



10.3 PRACTICE PROBLEM 3 - CALCULUS



Practice Problems 4 through 13 and all solutions included in the technical study guide, along with many more practice exam problems.

TOP -->