Contents

The Taylor series formula doesn’t change. It’s always the sum of derivatives divided by factorials, multiplied by powers of (x – a). The structure is fixed: f(a) plus f'(a)(x – a) plus f”(a)(x – a)²/2! and so on.
But the notation does change—sometimes you’re expanding about x = 0, sometimes about x = 3, sometimes about x = -2—and that’s where alignment errors happen when you’re moving fast. You’re holding three pieces at once: which derivative you’re on, which factorial goes with it, and whether to write xn or (x – a)n.
The formula itself is in your head. What breaks execution is keeping track of whether the exponent matches the derivative order, whether the factorial denominator is correct for that term, and whether you’re writing (x – 3)² or (x + 3)² when the problem says “about x = 3.”
Most attempts fall apart at the second or third term.
You compute f”(2) correctly, you remember to divide by 2!, but then you write (x + 2)² instead of (x – 2)² because you’re looking at the parentheses and forgetting the standard form requires (x – a)².
That sign error compounds. Your first term is right, your second term has a flipped sign, and by the third term you’re off by a factor that makes none of the answer choices work.
The real issue isn’t understanding what a series expansion means.
The real issue is that without a verification checkpoint between “compute the derivative” and “write the term,” you either trust your notation and get it wrong, or you second-guessing yourself and burn three minutes rechecking algebra that was fine the first time.
This guide walks you through a systematic approach that works on any Taylor and Maclaurin series problem the FE throws at you—from expanding basic exponential functions about x = 0 to finding Taylor and Maclaurin series representations about any point a. You’ll learn exactly how to organize derivatives so notation stays clean, how to match terms to factorials without losing track, and how to verify your Taylor and Maclaurin series structure before calculating. The goal here is to leave you confident that when you write (x – 2)³, you meant (x – 2)³, not (x + 2)³—every single time.
Before we walk through it step by step, watch this short video. It shows you the full process from identifying the expansion point to computing derivatives to assembling the Taylor and Maclaurin series with correct factorial and exponent alignment. You’ll see exactly where sign errors and misaligned terms typically happen in Taylor and Maclaurin series problems, and how to catch them before they compound.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: A Taylor series represents a function as an infinite sum of polynomial terms, each built from the function’s derivatives at a specific point. A Maclaurin series is the special case where that point is x = 0.
Key formulas:
- Taylor series about x = a: f(x) = Σ [f(n)(a) / n!] × (x – a)n
- Maclaurin series (special case where a = 0): f(x) = Σ [f(n)(0) / n!] × xn
Decision rules:
- If the problem specifies “about x = 0,” you’re working with a Maclaurin series
- If the problem specifies “about x = a” where a ≠ 0, you’re working with a Taylor series
- The exponent on (x – a) must match the derivative order and the factorial denominator
- Each term requires: derivative evaluation at the point, factorial in denominator, correct polynomial term
What you’ll be able to do: Expand any elementary function into its Taylor or Maclaurin series without losing signs, misaligning factorials, or second-guessing term structure.
What Are Taylor and Maclaurin Series?

A Taylor series is a way to represent a function as an infinite sum of terms, where each term is built from the function’s derivatives evaluated at a specific point. Instead of working with the original function directly, you break it down into a polynomial expression that approximates the function near that point—and if you include enough terms, the approximation becomes exact.
In practical terms, Taylor and Maclaurin series matter because many functions that look complicated (like ex, sin(x), or ln(x)) can be rewritten as simple polynomial expressions. That conversion makes them easier to analyze, integrate, or compute numerically. You’re trading one compact function for an infinite series of progressively smaller terms that add up to the same value.
Here’s the analogy. Imagine you’re trying to describe a curved road to someone who only understands straight-line segments. You could say “it curves gradually to the left,” but that’s vague. Or you could break the curve into a series of tiny straight segments—first segment goes this direction, second segment adjusts slightly, third segment adjusts more—and if you make the segments small enough and include enough of them, your description matches the curve exactly.
That’s what Taylor and Maclaurin series do. They take a smooth function and break it into polynomial pieces (which are mathematically “straight” compared to transcendental functions), and those pieces add up to match the original.
The difference between a Taylor series and a Maclaurin series is just the expansion point. A Taylor series can be centered around any value x = a. A Maclaurin series is a special case where a = 0. The formula is the same; you’re just evaluating derivatives at zero instead of at some other point.
On the FE Exam, Taylor and Maclaurin series show up when a problem gives you a function and asks you to express it as a power series, either about x = 0 or about some other point. You might see e(kx), trigonometric functions, logarithmic functions, or rational functions, and you’ll need to compute the first few terms of the series expansion to match against answer choices.
The key idea is this: the structure of Taylor and Maclaurin series is fixed by the formula, so once you organize your derivatives, factorials, and polynomial terms correctly, the series writes itself. The challenge is keeping everything aligned so you don’t flip a sign or mismatch an exponent when working with Taylor and Maclaurin series under pressure.
Taylor and Maclaurin Series on the FE: The Workflow

Taylor and Maclaurin series themselves are straightforward.
What makes them hard is keeping three pieces aligned simultaneously when you’re moving fast: which derivative you’re on, which factorial that derivative requires, and whether the polynomial term is xn or (x – a)n. Miss any one of those alignments and the term is wrong, even if your derivative was perfect.
The workflow removes that fragility. It separates derivative computation from term assembly, forces you to verify alignment before moving to the next term, and gives you a checkpoint that catches sign errors before they cascade through the entire Taylor or Maclaurin series.
Let’s lay it out.
Step 1: Identify the Expansion Point and Write the General Formula
The first thing you need to do is read the problem carefully and identify whether you’re expanding about x = 0 (Maclaurin series) or about some other point x = a (Taylor series). This determines which formula you use for your Taylor and Maclaurin series expansion.
If the problem says “about x = 0,” you’re using the Maclaurin series formula:
f(x) = Σ [f(n)(0) / n!] × xn
If the problem says “about x = a” where a is any value other than zero, you’re using the Taylor series formula:
f(x) = Σ [f(n)(a) / n!] × (x – a)n
Write down the correct formula at the top of your workspace. This anchors everything that follows and prevents you from mixing up whether you should be writing xn or (x – a)n in your terms.
Step 2: Compute the First Few Derivatives
Now that you know which formula you’re using for your Taylor and Maclaurin series, you need to find the derivatives of the function. For most FE problems, you’ll only need the first three or four terms of the series, which means you need f(x), f'(x), f”(x), and f”'(x).
Take derivatives one at a time and write each one clearly. Don’t try to skip steps or combine operations. If you’re working with e(kx), each derivative will pull down a factor of k. If you’re working with a polynomial, each derivative reduces the exponent by one. If you’re working with sin(x) or cos(x), the derivatives cycle through a pattern.
Keep your notation clean. Write f'(x) =, f”(x) =, f”'(x) = as separate lines. This makes the next step—evaluating at the expansion point—much easier because you can just plug in the value without hunting through messy expressions.
Step 3: Evaluate Each Derivative at the Expansion Point
With your derivatives written out, the next step is to evaluate them at x = a (or x = 0 if you’re working with a Maclaurin series). This gives you the numerical coefficients that will appear in the numerator of each term in your Taylor and Maclaurin series.
Go through each derivative and substitute the expansion point. Write f(a) =, f'(a) =, f”(a) =, f”'(a) = and compute the value for each one. If you’re working with e(2x) about x = 0, you’ll get f(0) = e0 = 1, f'(0) = 2e0 = 2, f”(0) = 4e0 = 4, and so on.
This step is where a lot of mistakes happen because students rush the evaluation and lose a negative sign or forget to simplify an exponential term. Take your time here. Evaluate each derivative completely before moving to the next one.
Step 4: Assemble the Series Using the Correct Factorial and Polynomial Terms
Now you have everything you need to write the Taylor and Maclaurin series. For each term in the series, you’re going to combine three pieces: the evaluated derivative (from Step 3), the factorial denominator (which is n!), and the polynomial term (which is either xn or (x – a)n depending on your expansion point).
The structure for each term is:
[f(n)(a) / n!] × (x – a)n
Start with n = 0. The zeroth term is:
[f(a) / 0!] × (x – a)0 = f(a) × 1 = f(a)
For n = 1:
[f'(a) / 1!] × (x – a)1 = f'(a) × (x – a)
For n = 2:
[f”(a) / 2!] × (x – a)2
For n = 3:
[f”'(a) / 3!] × (x – a)3
Write these terms in order and make sure the exponent on the polynomial term matches the derivative order and the factorial. If you’re on the third derivative (f”’), the exponent should be 3 and the factorial should be 3!.
Step 5: Simplify and Verify the Pattern
With all the terms written out, simplify each one by computing the factorials and combining like terms if possible. For most FE problems, the first three or four terms will be enough to identify the correct answer choice.
Once you’ve simplified, check for a pattern. If you’re expanding e(kx), you should see powers of k appearing in a predictable way. If you’re expanding sin(x) or cos(x), you should see alternating signs. If you’re expanding a polynomial, the series should terminate after a finite number of terms.
This pattern check is your final verification. If the pattern doesn’t make sense—if signs are inconsistent or exponents don’t follow a clear progression—you’ve likely made an error in one of the earlier steps and need to trace back through your work.
With those steps laid out, you have a complete process for handling any Taylor and Maclaurin series problem. Let’s put this workflow into practice with a real FE-style example.
Example Problem: Taylor and Maclaurin Series

The workflow handles any Taylor and Maclaurin series expansion cleanly, whether you’re working with exponential functions, trigonometric functions, or logarithms. The key is organizing your derivatives before you start assembling terms, so you’re not hunting for values or second-guessing signs when you’re halfway through the series.
Right now, we’re going to work through an FE-style problem that asks you to expand a function about a specific point. You’ll see exactly how to align derivatives with factorials and polynomial terms, and how to catch mistakes before they compound into wrong answers.
With that laid out, let’s put these steps into practice.
This problem states:
A) 1 + 3x + (9/2)x²
B) e³ + 3e³(x – 1) + (9/2)e³(x – 1)²
C) e³ + 3e³x + (9/2)e³x²
D) 1 + 3(x – 1) + (9/2)(x – 1)²
Solution: Taylor and Maclaurin Series

When you see “expand about x = 1,” the question isn’t whether to take derivatives—it’s whether every term in your Taylor series needs (x – 1)n or if you’re supposed to write some with xn.
And when you write (x – 1)², does that come from evaluating something at x = 1, or is the 1 just part of the polynomial base you’re using?
That confusion about what the expansion point controls—just the polynomial terms, or the derivative evaluations too—is where the Taylor and Maclaurin series setup either holds together or falls apart. The workflow removes that uncertainty by handling derivatives and polynomial terms as separate verified steps, not as one combined move where you’re guessing what goes where.
Let’s walk through it the way you would across the table, step by step, using the workflow.
Step 1: Identify the Expansion Point and Write the General Formula
The first thing we need to do is read through the problem statement and identify what we’re working with. We’re given f(x) = e(3x) and we’re asked to find the Taylor series about x = 1.
Since the expansion point is x = 1 (not x = 0), this is a Taylor series, not a Maclaurin series. That means we’re using the Taylor series formula:
f(x) = Σ [f(n)(1) / n!] × (x – 1)n
Write that down. This tells us that every term in our Taylor series will have (x – 1)n in it, not xn. Getting this right at the start prevents you from building terms with the wrong polynomial structure.
Step 2: Compute the First Few Derivatives
Next, we need to find the derivatives of f(x) = e(3x). For a Taylor series, we’ll need at least the first three or four derivatives to build the first three nonzero terms.
Let’s compute them:
f(x) = e(3x)
f'(x) = 3e(3x)
f”(x) = 9e(3x)
f”'(x) = 27e(3x)
Notice the pattern: each derivative pulls down a factor of 3 from the exponent. This pattern makes sense because we’re differentiating an exponential function with a linear exponent.
Step 3: Evaluate Each Derivative at the Expansion Point
Now we need to evaluate these derivatives at x = 1, since that’s our expansion point for this Taylor series.
f(1) = e(3×1) = e³
f'(1) = 3e(3×1) = 3e³
f”(1) = 9e(3×1) = 9e³
f”'(1) = 27e(3×1) = 27e³
These are the values that will appear in the numerators of our Taylor series terms. Write them down clearly so you don’t have to recompute them when you’re assembling the series.
Step 4: Assemble the Series Using the Correct Factorial and Polynomial Terms
With all our evaluated derivatives, we can now build the Taylor series. Remember, each term has the structure:
[f(n)(1) / n!] × (x – 1)n
Let’s write the first three terms.
For n = 0:
f(1) / 0! × (x – 1)0 = e³ / 1 × 1 = e³
For n = 1:
f'(1) / 1! × (x – 1)1 = 3e³ / 1 × (x – 1) = 3e³(x – 1)
For n = 2:
f”(1) / 2! × (x – 1)2 = 9e³ / 2 × (x – 1)² = (9/2)e³(x – 1)²
Bringing those together, we get:
f(x) = e³ + 3e³(x – 1) + (9/2)e³(x – 1)²
So the final answer to this problem is B.
This tells us the function e(3x) can be approximated near x = 1 using these polynomial terms, where each term includes e³ as a constant factor and powers of (x – 1) as the variable component. The Taylor series captures how the function behaves in the neighborhood of x = 1, and if you included more terms, the approximation would become exact.
Common Mistakes to Avoid on Taylor and Maclaurin Series Problems

Taylor series problems break when you’re assembling the second term and you write (x + 2)² because that’s what you see in your factored form, forgetting that the standard form (x – a)² means you need (x – 2)² when the center is at x = 2.
That sign flip—reading what’s in the parentheses instead of reading what the formula requires—costs you every term after the constant.
These four mistakes account for most wrong answers on Taylor and Maclaurin series problems.
Mistake 1: Using xn Instead of (x – a)n for Taylor Series
This happens when you correctly identify that you’re working with a Taylor series about x = a, but then you write the polynomial terms as xn instead of (x – a)n. You compute all your derivatives correctly, evaluate them at the right point, and then assemble the Taylor series with the wrong polynomial base.
Why this happens: You’re used to Maclaurin series (where a = 0 and the terms are just xn), so when you’re working quickly, that’s the form your brain defaults to. You forget that Taylor series about any other point require (x – a)n.
What it looks like: You’re expanding e(3x) about x = 1, and you write e³ + 3e³x + (9/2)e³x² instead of e³ + 3e³(x – 1) + (9/2)e³(x – 1)².
What it breaks: Every term after the constant term will be wrong. Your answer won’t match any of the choices, or it will match a distractor designed to catch this exact mistake in Taylor and Maclaurin series problems.
If a ≠ 0, every polynomial term must be (x – a)n. Write (x – a)n in your formula at the start so you don’t default to xn halfway through.
Mistake 2: Forgetting to Divide by the Factorial
This happens when you evaluate the derivative correctly but forget to divide by n! before multiplying by the polynomial term. You remember the derivative value and the (x – a)n part, but the factorial disappears.
Why this happens: The Taylor and Maclaurin series formula has three components per term, and when you’re assembling the series quickly, it’s easy to skip the middle step—the division by n!—because it feels like extra notation.
What it looks like: Instead of writing [f”(a) / 2!] × (x – a)², you write f”(a) × (x – a)².
What it breaks: Your coefficients will be too large by a factor equal to the factorial. If the correct term is (9/2)e³(x – 1)², and you forget the factorial, you’ll write 9e³(x – 1)², which is off by a factor of 2.
Don’t skip straight to the simplified form. Seeing the factorial explicitly in the setup forces you to include it in the calculation.
Mistake 3: Misaligning Derivative Order, Factorial, and Exponent
This happens when the exponent on (x – a)n doesn’t match the derivative order or the factorial. You might be on the third derivative but write (x – a)² instead of (x – a)³, or you use 3! in the denominator but pair it with the second derivative.
Why this happens: You’re writing terms in order and lose track of which derivative corresponds to which term. You computed f”, but when you write the term, you accidentally pair it with (x – a)³ because you’re thinking ahead to the next term.
What it looks like: You write [f”(a) / 3!] × (x – a)³ instead of [f”(a) / 2!] × (x – a)².
What it breaks: The term structure becomes inconsistent. Even if you compute everything else correctly, the mismatch between derivative order and exponent makes the entire Taylor or Maclaurin series wrong.
Verify they all match before moving to the next term. If you’re on f”’, you should see 3! and (x – a)³.
Mistake 4: Dropping the Evaluated Constant
This happens when you expand a function about a point other than zero and forget to include the constant factor that comes from evaluating the function at that point. For example, if you’re expanding e(3x) about x = 1, every term should include e³ as a factor, but you leave it out and just write the polynomial terms.
Why this happens: You focus on the pattern of derivatives and the polynomial structure, and you forget that the derivatives were evaluated at a specific point, which produces a numerical (or symbolic) constant that multiplies every term.
What it looks like: Instead of e³ + 3e³(x – 1) + (9/2)e³(x – 1)², you write 1 + 3(x – 1) + (9/2)(x – 1)².
What it breaks: The magnitude of every term is wrong. You’ve written a Taylor series for a different function entirely—one that equals 1 at x = 1 instead of e³.
If f(1) = e³, then the constant term in the Taylor series is e³, not 1. Don’t simplify away constants that should be part of the series.
Rules of Thumb for Taylor and Maclaurin Series Problems on the FE

You know how to take derivatives of e(3x) and get 3e(3x), 9e(3x), 27e(3x). You know how to evaluate them at x = 1 to get e³, 3e³, 9e³. And you know those values become the numerators in your Taylor series terms.
These rules are what keep you from writing (x + 1)² when you need (x – 1)², or from forgetting that 9e³ needs to be divided by 2! before you multiply by the polynomial term.
- If the problem says “about x = 0,” you’re using xn; if it says “about x = a,” you’re using (x – a)n. The polynomial base changes depending on the expansion point. Maclaurin series always use xn. Taylor series about any other point use (x – a)n. Write the correct base at the top of your work before you start computing terms.
- The exponent on the polynomial term, the derivative order, and the factorial must all match. If you’re working with the third derivative, the term should have (x – a)³ and 3! in the denominator. If these don’t align, you’ve either skipped a term or paired the wrong derivative with the wrong exponent. Check alignment before simplifying.
- Don’t forget to divide by n! before multiplying by the polynomial term. The factorial is part of the Taylor and Maclaurin series formula, not optional notation. If you skip it, your coefficients will be too large and your answer won’t match any of the choices—or it will match a distractor designed to catch this mistake.
- Every term should include the evaluated derivative value, even if it’s a constant like e³. When you evaluate derivatives at the expansion point, you get numerical or symbolic constants that multiply the entire term. Don’t drop them. If f(1) = e³, then e³ appears in every term of the Taylor series.
- For exponential functions like e(kx), each derivative pulls down a factor of k. If you’re expanding e(3x), the first derivative is 3e(3x), the second is 9e(3x), the third is 27e(3x). The pattern is clear: each derivative multiplies by 3. Use that pattern to check your derivatives before evaluating them.
- If the Taylor or Maclaurin series should terminate after a few terms (like for a polynomial), make sure it does. Some functions, like polynomials, have derivatives that eventually become zero. If you’re expanding x² + 3x + 1, the third derivative and beyond are all zero, so the series stops after three terms. Verify that your Taylor and Maclaurin series reflects the structure of the function.
You’ve seen how to organize derivatives, align them with factorials and polynomial terms, and verify the pattern before committing to an answer. These guardrails keep execution errors from turning solvable Taylor and Maclaurin series problems into missed points.
Final Thoughts | Taylor and Maclaurin Series

Every Taylor series problem hinges on one decision: when you write the polynomial term for the nth derivative, do you write (x – a)n or (x + a)n?
Get that right, and the factorial denominators and derivative evaluations just follow the pattern you’ve already set up. Get it wrong, and every term after the constant carries a sign error that makes your entire Taylor or Maclaurin series wrong.
The workflow protects that decision point. It forces you to write the general formula first—with (x – a)n explicitly written—before you start assembling terms.
That way, when you’re on the third term and you’re holding f”'(1) = 27e³ and you need to divide by 3! and multiply by something cubed, you’re not guessing whether to write (x – 1)³ or (x + 1)³. You already committed to (x – 1)n at the start, so you write (x – 1)³ automatically.
That structure doesn’t just prevent mistakes. It removes the mental load.
You’re not carrying “remember to check the sign in every term” as background anxiety while you’re computing factorials. You checked the sign once, locked it in, and now you’re just executing the same pattern repeatedly.
Ready for more reps? Browse hundreds of FE problems and guides here.
You know what’s draining your time right now? It’s not the hard problems.
It’s the uncertainty—not knowing which problems actually matter, which topics to hit next, or whether the hours you’re putting in are even moving you closer to passing.
That uncertainty burns through your prep time faster than anything else.
Prepineer gives you a clear roadmap built around your schedule, targeted practice on what you actually need, and real coaching when you get stuck—so every hour you invest builds real confidence instead of just hope. Start your free 7-day trial and see what focused prep feels like.








