Contents

You calculated v(2) = 24 m/s.
The answer choices are -6, 0, 6, and 12 m/s.
Nothing matches, and you know something broke early in the setup.
You check your arithmetic—the numbers are right.
You check the power rule application—you brought down the exponent on 2t³ and got 6t².
That’s correct.
Then you see it.
When you differentiated -9t², you wrote -18t in your head but somehow 18t made it onto the page.
The negative disappeared between your brain and your pencil.
That single sign error propagated through the entire calculation.
Every term after that was off, and your final velocity missed zero by 24 m/s—exactly twice the magnitude of the term where the sign flipped.
Derivatives problems don’t fail because the calculus is complicated.
They fail because you’re applying the power rule to four or five terms in sequence, and one small execution error—a dropped negative, a forgotten exponent reduction, treating a constant like it survives differentiation—turns a correct process into a wrong answer.
The math itself is straightforward.
Bring down the exponent, reduce it by one, repeat for each term.
The challenge is executing that sequence cleanly under pressure when your brain wants to skip steps and your hand wants to move faster than your verification can keep up.
This guide walks you through a systematic approach that works on any derivatives problem the FE throws at you—from basic polynomial differentiation to composite functions that require the chain rule.
You’ll learn exactly which differentiation rule to apply based on function structure, how to execute each rule without sign or exponent errors, and how to verify your derivative makes sense before selecting an answer.
Before we walk through it step by step, watch this short video.
It shows you the full process from identifying the function type to selecting the correct differentiation rule to executing the algebra cleanly.
You’ll see exactly where students typically lose points on derivatives—the moment between knowing the rule and writing the correct derivative—and how to protect yourself from those execution errors.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: A derivative measures the instantaneous rate of change of a function at a specific point—the slope of the tangent line to the curve at that exact location.
Key relationship: The derivative f'(x) tells you how fast f(x) is changing at any x-value. Velocity is the derivative of position. Acceleration is the derivative of velocity.
Decision rules:
- If you see polynomial terms (x to various powers), use the power rule: bring the exponent down, reduce the exponent by 1
- If you see a constant multiplied by a function, factor out the constant first, then differentiate
- If you see a function inside another function (composition), use the chain rule: derivative of outside times derivative of inside
- If you see a product of two functions, use product rule; if quotient, use quotient rule
What you’ll be able to do: Look at any function on the FE, identify whether it’s polynomial, composite, product, or quotient, select the correct differentiation rule, execute the algebra without dropping signs or mishandling exponents, and verify your derivative is reasonable before comparing to answer choices.
What Are Derivatives?

A derivative is the instantaneous rate of change of a function at a specific point.
It tells you how fast something is changing at an exact moment.
Think of it like this: if you’re driving and your speedometer reads 65 mph, that’s your instantaneous rate of change of position.
Not your average speed over the whole trip—your speed right now, at this second.
Mathematically, the derivative f'(a) is the slope of the tangent line to the curve f(x) at the point x = a.
That tangent line just barely touches the curve at that one point, and its slope tells you the rate of change at that location.
The formal definition of derivatives uses limits: f'(a) = lim[h→0] (f(a+h) – f(a))/h.
But on the FE, you won’t calculate limits from scratch.
You’ll use differentiation rules—formulas that let you find derivatives quickly without touching limit notation.
On the FE Exam, derivatives show up when they ask you to find velocity from a position function, acceleration from velocity, marginal cost in economics problems, or the slope of a curve at a specific point.
The function might be polynomial, exponential, trigonometric, or a combination.
Your job is to recognize the structure and apply the right rule.
Here’s what matters: the derivative exists at a point only if the function is smooth there.
Sharp corners, jumps, or vertical tangents mean no derivative at that spot.
But most FE problems give you nice smooth functions where derivatives exist everywhere.
Breaking Down Derivatives Step by Step

The challenge with derivatives isn’t understanding what they measure—you know that f'(x) represents rate of change.
The challenge is looking at a function like 2t³ – 9t² + 12t + 5 and knowing with certainty that every term gets the power rule applied separately, and that the constant becomes zero, and that you need to bring down the exponent AND reduce it by one for each term.
Or seeing (3x² + 5)⁴ and knowing immediately that’s a composite function requiring the chain rule, not just a polynomial you can hit with the power rule.
Or looking at x² · sin(x) and recognizing that’s a product of two functions, which means product rule, not trying to differentiate them separately and multiply the results.
Students usually handle this by pattern-matching—looking at the function and hoping they recognize which rule fits.
Sometimes it works.
When it doesn’t, they apply the wrong rule, get an answer that doesn’t match any choice, and burn time backtracking.
There’s a cleaner approach.
You identify the function’s structure first—is it a sum of polynomial terms, a composition, a product, or a quotient?—then you match that structure to the rule designed for it.
The workflow eliminates guessing.
Every function has a structure. Every structure has a rule. You match them, execute, and move on.
Let’s lay out the steps.
Step 1: Read the Problem and Identify What You Have
The first thing you need to do is read through the problem statement and identify what function you’re differentiating and whether they’re asking for the derivative at a general x, or at a specific value.
Look for these clues in the wording:
- “Find f'(x)” means find the general derivative formula
- “Find the derivative at x = 3” means find f'(x) first, then plug in x = 3
- “Find the slope of the tangent line” means find the derivative at the given point
- “Find the rate of change when x = 2” means evaluate f'(2)
Write down the function clearly.
If it’s polynomial, look at each term.
If it’s a product or quotient, identify the two functions being multiplied or divided.
If it’s composite (function inside a function), identify the outer and inner functions.
Your job in this step is to translate their wording into a clear setup: “I’m finding the derivative of [this function], and then [evaluating at this point / leaving it general].”
Step 2: Select the Differentiation Rule Based on Function Structure
Now that you have the function written clearly, you need to match its structure to the correct rule for derivatives.
Here’s the decision tree:
If the function is a polynomial (sum of x to various powers): Use the power rule on each term separately. The derivative of xn is nx(n-1). Constants differentiate to zero.
If the function is a constant times another function: Factor out the constant first, then differentiate what’s left. The derivative of c·f(x) is c·f'(x).
If the function is a product of two functions: Use the product rule: (f·g)’ = f’g + fg’. First function times derivative of second, plus derivative of first times second function.
If the function is a quotient (one function divided by another): Use the quotient rule: (f/g)’ = (f’g – fg’)/g². Low d-high minus high d-low, over the square of what’s below.
If the function is composite (one function inside another): Use the chain rule: differentiate the outside function (leaving the inside alone), then multiply by the derivative of the inside function.
Write down which rule you’re using before you start the algebra.
This prevents halfway-through rule switches that scramble your work.
If you see x³ · ex, that’s a product of two functions. Product rule.
Step 3: Execute the Rule and Simplify
Now that you know which rule to use for derivatives, apply it step by step without skipping anything.
For power rule: Bring the exponent down as a coefficient, then reduce the exponent by 1. Example: derivative of x⁴ is 4x³. Do this for every term in the polynomial.
For chain rule: Differentiate the outer function first (treat the inside as a single variable), then multiply by the derivative of the inner function. Example: for (2x + 5)³, the derivative is 3(2x + 5)² · 2 = 6(2x + 5)².
For product rule: Write f’g + fg’ explicitly before substituting. Calculate f’ and g’ separately, then plug them in. Don’t try to do it all in your head.
For quotient rule: Write the formula out: (f’g – fg’)/g². Calculate f’ and g’ separately, substitute, then simplify the numerator before simplifying the entire fraction.
Combine like terms at the end.
Factor if it makes the expression cleaner.
If they asked for the derivative at a specific point, now plug that x-value into your derivative formula and calculate the final number.
Example Problem: Derivatives

The workflow handles any derivatives problem, whether it’s a basic polynomial or a composite function that needs multiple rules.
The goal is to turn any function they give you into a clean derivative without second-guessing which rule applies.
Right now you need to practice this workflow on a real FE-style problem so it becomes automatic.
Speed comes after you’ve done it correctly a few times and you stop questioning yourself halfway through.
With that laid out, let’s put these steps into practice.
This problem states:
A) -6 m/s
B) 0 m/s
C) 6 m/s
D) 12 m/s
Solution: Derivatives

When you see a position function s(t) = 2t³ – 9t² + 12t + 5 and they ask for velocity at t = 2, you know this is a derivatives problem.
Velocity is the first derivative of position with respect to time.
The question isn’t whether to differentiate—it’s how to handle four different terms at once.
Do you differentiate the entire polynomial as one expression, or do you apply the power rule to each term separately?
What happens to the constant 5?
Does 12t become 12 or does it become zero?
And when you write -9t², will that negative sign survive the differentiation process, or will it disappear somewhere between reading the term and writing -18t on your scratch work?
These are the decision points where derivatives problems break.
Not in understanding what a derivative is, but in executing the power rule correctly across multiple terms without losing track of signs, exponents, or which terms differentiate to zero.
The workflow handles all of it.
You differentiate term by term, left to right.
You track the negative sign as part of the coefficient, not floating separately.
You apply the power rule mechanically: bring down exponent, reduce exponent by one.
Then you evaluate at the specific time they asked for.
Let’s walk it out step by step.
Step 1: Read the Problem and Identify What You Have
The first thing we need to do is recognize that velocity is the derivative of position, so we’re finding v(t) = s'(t), then evaluating at t = 2.
The position function is:
s(t) = 2t³ – 9t² + 12t + 5
This is a polynomial—four terms, each one is a constant times t to a power.
That means we’ll use the power rule on every term except the constant 5, which differentiates to zero.
We’re not finding the general derivative and stopping there.
We need the velocity at t = 2, so after finding s'(t), we’ll substitute t = 2 and calculate the final numerical value.
Step 2: Select the Differentiation Rule Based on Function Structure
We’ve got a polynomial, so the power rule handles everything for derivatives.
For each term, bring the exponent down as a coefficient, then reduce the exponent by 1.
The structure is clear:
- First term: 2t³ → power rule
- Second term: -9t² → power rule
- Third term: 12t → power rule (t is really t¹)
- Fourth term: 5 → constant, differentiates to zero
No products, no quotients, no functions inside other functions.
Straight power rule, term by term.
Step 3: Execute the Rule and Simplify
Now we differentiate each term using derivatives rules.
For 2t³:
Bring down the 3, multiply by the coefficient 2, reduce the exponent by 1.
Result: 6t²
For -9t²:
Bring down the 2, multiply by -9, reduce the exponent by 1.
Result: -18t
For 12t:
t is really t¹, so bring down the 1, multiply by 12, reduce the exponent to t⁰ = 1.
Result: 12
For 5:
Constants differentiate to zero.
Result: 0
Combining all terms:
v(t) = s'(t) = 6t² – 18t + 12
Now we evaluate at t = 2:
v(2) = 6(2)² – 18(2) + 12
v(2) = 6(4) – 36 + 12
v(2) = 24 – 36 + 12
v(2) = 0 m/s
So the final answer to this derivatives problem is B) 0 m/s.
This tells us that at t = 2 seconds, the particle’s instantaneous velocity is zero—meaning the particle is momentarily at rest.
It’s changing direction at that instant, which makes sense when you look at the position function’s shape.
Common Mistakes to Avoid on Derivatives Problems

Derivatives problems break at the exact moment you see 2t³ and your brain needs to do two things simultaneously: bring the exponent down as a coefficient (multiply 2 by 3 to get 6) and reduce the exponent by one (t³ becomes t²).
Your brain wants to do these steps separately.
It wants to bring down the 3 first and write 6t³, then reduce the exponent as a second step.
But under pressure, that second step gets forgotten, or you reduce the exponent but forget to bring it down first, and you end up with 2t² instead of 6t².
That’s not a conceptual failure.
It’s a mechanical execution error that happens when you’re moving fast and trying to hold multiple operations in your head.
Here are the four execution errors that account for most wrong answers on derivatives problems, and how to protect yourself from each one.
Mistake 1: Forgetting to Reduce the Exponent by 1
You bring the exponent down as a coefficient, but then you forget to subtract 1 from the exponent itself.
This happens when you’re moving fast and the power rule becomes automatic in your head.
You see 2t³, you think “bring down the 3,” you write 6t³, and you move on.
You did half the rule and skipped the other half.
The result: your derivative still has the same degree as the original function, which means it’s wrong.
If you differentiate a cubic and get another cubic, something broke.
Both steps, every term.
If you’re differentiating x⁴, say “4 times x to the 3” before you write it. The extra second prevents the mistake.
Mistake 2: Losing Track of Negative Signs
You differentiate -9t² and you get 18t instead of -18t because the negative disappeared somewhere between reading the term and writing the derivative.
This happens because the negative sign sits in front of the coefficient and you’re focused on the exponent.
Your brain processes “9t²” and applies the power rule to get 18t, and the negative never makes it onto the page.
The result: every term after that is off by the wrong sign, and your final answer doesn’t match any of the choices—or worse, it matches a distractor that was built for exactly this mistake in derivatives.
If you see -9t², write “-9” as a single unit, then apply the power rule: bring down 2, multiply by -9 to get -18, reduce the exponent.
The negative stays attached to the number the whole way through.
Mistake 3: Differentiating Constants Incorrectly
You see a constant term like +5 at the end of the function and you either forget to include it in the derivative (you just skip it) or you leave it as 5 in the derivative instead of recognizing it becomes zero.
This happens when you’re thinking about the polynomial terms and the constant feels like it’s not part of the action.
Or you think “5 doesn’t have a variable, so I’ll just carry it forward.”
The result: your derivative has an extra constant term that shouldn’t be there, and when you evaluate at a specific x-value, your final number is off by exactly that constant.
When you see +5, write “+5 → 0” on your scratch work.
Make it visible so you don’t accidentally carry it forward or forget it exists.
Mistake 4: Misapplying the Power Rule to x¹
You see 12t and you treat it like it’s just a constant, so you think the derivative is zero.
Or you’re not sure if it’s 12 or zero, and you guess.
This happens because t doesn’t have a visible exponent, so your brain doesn’t flag it as a power rule situation for derivatives.
But t is really t¹, and the power rule absolutely applies.
The result: you lose an entire term from the derivative, and your final answer is off by however much that term contributed.
See 12t, write 12t¹ on your scratch work, then apply the power rule: bring down 1, multiply by 12 to get 12, reduce the exponent to t⁰ = 1, so the term becomes 12.
Now it’s obvious.
Rules of Thumb for Derivatives Problems on the FE

You can apply the power rule to 2t³ and get 6t².
You can identify when a function is composite versus when it’s just a polynomial.
You’ve worked through a derivatives problem where you differentiated four terms and evaluated at a specific point.
These rules are what keep you from reading (2t³)’ as 2t² or from losing a negative sign when you differentiate -9t².
They’re the checkpoints that catch execution errors before they turn into wrong answers.
- Write out the rule before applying it: Before you differentiate anything, write “power rule: nx(n-1)” or “chain rule: outer’ · inner'” on your scratch work. This forces your brain to commit to the correct rule before you start moving terms around. You won’t mix up exponent rules or forget steps halfway through derivatives calculations.
- Differentiate one term at a time: Don’t try to differentiate an entire polynomial in your head. Go term by term, left to right. Write each derivative separately, then combine them at the end. This prevents mistakes from compounding and makes it easy to catch errors when you review your derivatives work.
- Check the degree of your derivative: If you differentiate a cubic polynomial (highest power is x³), your derivative should be quadratic (highest power is x²). If you differentiate x⁴ and your derivative still has x⁴ in it, you forgot to reduce the exponent. This check catches power rule mistakes immediately in derivatives.
- Rewrite single variables with exponent 1: Whenever you see a term like 12t with no visible exponent, rewrite it as 12t¹ before differentiating. This makes the power rule obvious and prevents you from treating it like a constant. The derivative of 12t¹ is clearly 12·1·t⁰ = 12.
- Handle negative signs before differentiating: When you see -9t², write the negative as part of the coefficient: “negative 9 times t².” Then apply the power rule to get -18t. Don’t let the negative float separately or you’ll lose it during algebra. Attach it to the number from the start.
- Constants always go to zero: Every time you see a standalone number with no variable attached (+5, -8, 17), write “→ 0” next to it. Make it explicit so you don’t accidentally carry the constant into your derivative. This prevents an entire category of mistakes where your final answer is off by a fixed amount.
You’ve built the structure that handles any derivatives problem the FE gives you.
The power rule eliminates polynomial terms.
The chain rule handles compositions.
The product and quotient rules manage interactions between functions.
And the decision tree tells you which rule fits which structure, so you never have to guess.
The math itself isn’t the hard part.
Executing cleanly under time pressure without losing a sign or misreading an exponent—that’s what these rules protect.
Use them and the mechanics of derivatives become automatic.
Final Thoughts | Derivatives

Derivatives problems are points you should bank every time.
The power rule is mechanical.
The chain rule is systematic.
The product and quotient rules have explicit formulas you follow step by step.
What separates a correct answer from a miss is whether you can bring down the exponent AND reduce it by one without your brain trying to do those operations separately.
Whether you can differentiate -9t² and keep that negative attached to the 18 instead of letting it float away.
Whether you remember that 12t is really 12t¹, so the power rule absolutely applies.
These aren’t calculus questions.
They’re execution questions.
And execution is trainable.
The first rep feels slow because you’re thinking about every step.
The second rep moves faster because the pattern is familiar.
By the third derivatives problem, you read the function, identify the structure, know which rule applies, and execute without hesitation.
That’s when derivatives stop being problems you stress about and start being problems you finish in under a minute.
The workflow protects you.
Identify structure, select rule, execute term by term, simplify.
No guessing. No memory recall under pressure.
Just systematic execution that turns every derivatives problem into the same repeatable process.
You want more practice? Check out our complete FE problem library here.
And here’s what you’re actually missing right now.
You’ve got study materials. You’ve got practice problems.
What you don’t have is someone telling you which problems actually matter for your specific weak spots, which topics you can stop reviewing because you’ve already locked them in, and when you’re ready to stop studying and trust your prep.
That’s not a material problem.
That’s a guidance problem.
Prepineer solves it with a personalized study plan that adapts to how you’re actually performing, targeted practice on the topics where you need reps, and real coaching that tells you when a topic is done versus when you need one more pass.
Start your free 7-day trial and stop studying blind.








