Price Rewind: 2019 Prices for a Limited Time + Save Up to $300 in Early Registration Discounts! *Restrictions apply.

  • University
  • Corporate
    • Go to my cart
  • Login
School of PE LogoSchool of PE Logo White
  • Go to my cart
  • Clear my cart
  • Engineering
    • FE
    • PE
    • Surveying
    • University Students

    FE

    • FE Civil
    • FE Electrical
    • FE Mechanical
    • FE Other
    • FE Environmental
    • FE Chemical
    • FE Industrial

    PE

    • PE Civil
      • Construction
      • Geotechnical
      • Structural
      • Transportation
      • Water Resources and Environmental
    • CA Civil
      • Seismic
      • Surveying
    • PE Mechanical
      • HVAC & Refrigeration
      • Machine Design & Materials
      • Thermal & Fluid Systems
    • PE Electrical & Computer
      • Power
      • Computer
      • Electronics, Controls, & Communications
    • PE Structural (SE Exam)
      • Lateral Forces
      • Vertical Forces
    • All Other PE Courses
      • PE Environmental
      • PE Chemical
      • PE Architectural
      • PE Control Systems
      • PE Industrial
      • PE Petroleum
      • PE Fire Protection

    Surveying

    • Fundamentals of Surveying
    • Principles and Practice of Surveying

    University Students

    • FE Civil
    • FE Electrical
    • FE Mechanical
    • FE Other
    • FE Environmental
    • FE Chemical
    • FE Industrial
  • Project Management
    • PMI Certification
    • Project Management

    PMI Certification

    • PMP®
    • CAPM®
    • PMI-ACP®

    Project Management

    • Fundamentals of Project Management
    • Earned Value Management
  • Architecture
    • ARE® 5.0

    ARE® 5.0

    • ARE® 5.0 Ultimate Bundle
  • Self-Study
  • Question Bank
  • Continuing Education
    • PDHs
    • PDUs
  • More
    • About School of PE
    • Tutoring
    • Testimonials
    • FAQs
    • Contact Us
    • Blog
    • Podcast
  • University
  • Corporate
  • Login
Information
*Discounts and total savings vary by course and schedule. All discounts already shown on site. Offer valid on new registrations only.
Alert

There are no items in your cart

Alert

OK
ATTENTION

NCEES has released updated exam specifications for . These changes are effective with exams beginning on October 1, 2025.

Blog Banner

School of PE Blog

This blog includes a compilation of subject-matter expert-authored articles covering topics within engineering, project management, architecture, and more.

  1. Home
  2. Blog
  3. it all adds up mathematics on the fe electrical exam part 2

It All Adds Up: Mathematics on the FE Electrical Exam Pt. 2

Apr 19, 2024

It All Adds Up: Mathematics on the FE Electrical Exam Pt. 2
Welcome back to our introduction to mathematics! Continuing from where we left off, we will explore calculus, ordinary differential equations, linear algebra, and vector analysis.

In this Blog,
    1. Calculus
    a. Derivative
    b. Integral
    2. Ordinary Differential Equation
    3. Matrix Operations
    4. Vector Analysis
    a. Vector Addition and Subtraction
    b. Vector Dot Product
    c. Vector Cross Product
Calculus
A. Derivative
The derivative of a function determines the immediate rate of change. Visually, it represents the slope depicted by the original function.
The basic rules of derivative include: derivative of sum, derivative of product, and derivative of quotient. The derivative of the sum is straightforward; you just need to take the derivative of each term. When it comes to multiplication, we have the product rule (Eqn 1).
dy/dx = u dv/dx + v du/dx (1)
And the quotient rule (Eqn 2) to use for the division.
dy/dx = (v du/dx-u dv/dx)/v2 (2)
The chain rule is a formula for finding the derivative of the composite of 2 functions. The chain rule helps to differentiate composite functions (find the derivative of a composite function). Generally, there is an “inside function” and an “outside function” that are both differentiable (Orloff, 2023).
(d[(f(u)])/dx = (d[f(u)]) /du du/dx (3) or
f(g(x))' = f'(g(x))*g'(x) (4)
B. Integral
The integral, or antiderivative, permits the calculation of the area under a curve or between curves.
Basic techniques for integrals:
1. Look for ways to simplify the integral with algebra before integrating.
2. Refer to the indefinite integrals on page 49 of the FE reference handbook.
3. Plug in the initial value and solve for the constant.
When integrals are more complicated, other methods of integration that can be used are:
1. Integration by Parts
2. Substitution
I. Integration by Parts
Integration by parts evaluates integrals of products of functions. It is based on the product rule of differentiation, which states that the derivative of the product of two functions is equal to the first function times the derivative of the second function, plus the second function times the derivative of the first function (Strang & Herman, 2022).
∫ u dv = uv - ∫ v du (5)
II. Substitution
U-substitution, also known as “Integration by Substitution” or “The Reverse Chain Rule”, is a method to simplify and evaluate integrals by use of substitution. To begin, ensure the integral is written in its standard form:
∫ f(g(x))g'(x) dx, (6)
Then substitute in the variable “u.”
∫ f(u) du (7)
This replacement reduces a complicated expression into a simpler form that can be more easily evaluated.
The U-substitution is as follows (Mathematics LibreTexts, 2020):
1. Identify an expression within the integrand which appears to be a derivative of some function.
2. Choose a new variable "u" to represent the chosen expression. Do not forget to include the corresponding differential "du" to the derivative of "u" with respect to the original.
3. Rewrite the entire integral and substituting in the new variable "u", effectively replacing the complicated expression with "u".
4. Evaluate the new integral with respect to "u" using standard integration techniques, which may involve simpler rules or known integral formulas.
5. Finally, substitute the original variable back into the result by replacing "u" with the expression chosen in step 2.
Ordinary Differential Equation
A differential equation is a mathematical equation that involves an unknown function and its derivatives. It describes the relationship between the function and its rates of change. In essence, a differential equation expresses how the function's behavior changes based on its current state and the values of its derivatives (Herman, 2018).
The FE Reference Handbook provides a comprehensive collection of equation forms necessary for solving first-order and second-order homogeneous differential equations. These invaluable resources can be found on pages 52 and 53 of the handbook. To further enhance your understanding and proficiency, you can explore additional illustrative examples by following this link.
Matrix Operations
Matrix operations refer to various mathematical operations performed on matrices, which are rectangular arrays of numbers. Matrix operations allow for the manipulation, combination, and transformation of matrices, enabling the analysis of systems of linear equations, geometric transformations, and other mathematical applications.
In this section, I will not go too in-depth since you can use a calculator to manipulate matrices in the FE exam. You can visit this link to do matrix multiplication and this link on how to find the inverse and adjoint of a matrix.
Vector Analysis
A vector embodies the essence of a physical property, possessing not only its size but also its orientation. Its portrayal in three-dimensional space is accomplished by its x, y, and z constituents (Corral, 2023), often denoted as
F = ax i + ay j + az k (8)
where:
ax, ay, az are the component magnitudes in the x, y, and z directions.
i,j,k are the unit vectors establishing coordinate direction for the vector.
The magnitude of vector F is calculated as:
F = √(〖ax〗2 +〖ay〗2 +〖az〗2 ) (9)
A wide array of operations can be performed with vectors, benefiting from their linear nature, which ensures clear and precise outcomes.
Among the operations involving vectors are addition, subtraction, and multiplication, which are essentially akin to basic algebraic procedures. Scalar multiplication entails the multiplication of a scalar by a vector. The dot product, on the other hand, determines the angle between two vectors.
A. Vector Addition and Subtraction
Vector addition is the process of combining two or more vectors to obtain a resultant vector. Vector subtraction involves a reversal in direction, achieved by adding negative vectors. A negative vector possesses an equal magnitude to that of a positive addition vector but points in the opposite direction.
A ± B = (ax ± bx)i + (ay ± by)j + (az ± bz)k (10)
B. Vector Dot Product
Also known as the scalar product, it is the operation that yields a scalar value by taking the sum of the products of the corresponding components of two vectors (Corral, 2023).
A∙B = (ax bx) + (ay by) + (az bz) (11) (this produces a scalar)
or
A∙B = |A||B|cosθ = B∙A (12) (this produces the projection)
By rearranging the equation, the dot product can be utilized to ascertain the angle between two vectors, as illustrated in Figure 1. This rearrangement involves employing the cosine of the angle equation for the dot product.
cos θ = (A∙B) / |A||B| (13)
Figure 1
Figure 1
C. Vector Cross Product
The cross product yields a third vector, adhering to the principles of the right-hand rule, which resides orthogonal to the plane encompassing the initial two vectors. As vector A gracefully intertwines with vector B, it imparts the orientation of vector C, unfolding a trajectory perpendicular to their shared plane (Figure 2) (Corral, 2023).

Figure 2
The cross product is illustrated as a 3x3 matrix:
Formula
The sense of A X B is determined by the right-hand rule:
A × B = |A||B|n sin θ (14)
Where,
n is the unit vector perpendicular to the plane of A and B.
Conclusion
Although this blog provides an overview of mathematical topics found on the FE Electrical exam, you can find a more thorough explanation in School of PE’s FE Electrical exam review course. Learn more or register for a course now!
About the Author: Khoa Tran

Khoa Tran is an electrical engineer working at the Los Angeles Department of Water and Power and is currently pursuing his master's in electrical Power from the University of Southern California. He is fluent in both Vietnamese and English and is interested in outdoor activities and exploring new things.

Latest Blogs

26 Apr

Unraveling the Impact: How the Pandemic Affected FE Exam Candidates

12 Apr

It All Adds Up: Mathematics on the FE Electrical Exam

05 Apr

Cracking Control Systems: What You Need to Know for the FE Electrical Exam

Blogs by Year/ Month

2025 (24)
  • June (2)
  • May (5)
  • April (4)
  • March (4)
  • February (4)
  • January (5)
2024 (52)
  • December (4)
  • November (5)
  • October (4)
  • September (4)
  • August (5)
  • July (4)
  • June (4)
  • May (5)
  • April (4)
  • March (5)
  • February (4)
  • January (4)
2023 (54)
  • December (4)
  • November (5)
  • October (5)
  • September (5)
  • August (5)
  • July (5)
  • June (6)
  • May (4)
  • April (5)
  • March (6)
  • February (3)
  • January (1)
2022 (52)
  • December (5)
  • November (4)
  • October (4)
  • September (5)
  • August (4)
  • July (5)
  • June (4)
  • May (4)
  • April (5)
  • March (4)
  • February (4)
  • January (4)
2021 (63)
  • December (5)
  • November (4)
  • October (4)
  • September (5)
  • August (4)
  • July (4)
  • June (3)
  • May (1)
  • April (8)
  • March (9)
  • February (8)
  • January (8)
2020 (57)
  • November (2)
  • October (4)
  • September (4)
  • August (5)
  • July (4)
  • June (5)
  • May (6)
  • April (9)
  • March (9)
  • February (7)
  • January (2)
2019 (34)
  • December (4)
  • November (7)
  • September (1)
  • August (8)
  • July (5)
  • June (1)
  • May (4)
  • February (1)
  • January (3)
2018 (61)
  • December (4)
  • November (10)
  • October (12)
  • September (12)
  • August (11)
  • July (8)
  • June (1)
  • May (1)
  • March (1)
  • February (1)
2017 (28)
  • August (1)
  • June (4)
  • May (4)
  • April (5)
  • March (5)
  • February (5)
  • January (4)
2016 (41)
  • December (4)
  • November (5)
  • October (6)
  • September (7)
  • August (7)
  • May (1)
  • April (4)
  • March (3)
  • February (1)
  • January (3)
2015 (15)
  • December (3)
  • November (1)
  • September (2)
  • August (3)
  • July (1)
  • June (1)
  • May (1)
  • March (1)
  • February (2)
2014 (3)
  • December (1)
  • November (1)
  • October (1)

We use cookies that are necessary to operate this website and to offer you a better experience. By proceeding, you acknowledge that you accept these cookies. To learn more, visit our Privacy Policy.

Subscribe

Keep up to date with the latest School of PE news and current offers.

  • School of PE Logo White
Our Company
  • About Us
  • Contact Us
Partnerships
  • Become an Affiliate
  • Companies Served
  • Corporate
  • Universities
  • Work with Us
Resources
  • Affirm Financing
  • Blog
  • Corporate Terms and Conditions
  • DMCA
  • Engineer in Training
  • Errata
  • FAQs
  • Pass Guarantee Policy
  • Money-Back Guarantee
  • Podcast
  • Return Policy
  • Site Map
Promotions
  • Discounts
  • University Students

Copyright © 2025 Privacy Policy

Copied to clipboard