Contents

The integration rules you know—power rule, exponential rule, basic trig—work perfectly when you’re integrating simple functions of x.
They stop working the moment the function you’re trying to integrate is itself nested inside another function.
∫ 3x²√(x³ + 5) dx doesn’t respond to the power rule because that square root isn’t a simple function of x—it contains x³ + 5, which means you’re looking at composition, not a straightforward polynomial or radical.
When composition shows up, you need a technique that unravels the nesting before you try to integrate.
That’s what substitution does. It identifies the inner function, temporarily replaces it with a single variable, and transforms the integral into something you already know how to handle.
But here’s where students lose points: they recognize they need substitution, pick an inner function, and start rewriting without verifying that the derivative of that inner function actually appears in the integrand.
Or they execute the substitution cleanly, integrate correctly, and then forget to convert back to the original variable before comparing to answer choices.
The algebra isn’t hard. The technique isn’t complex.
What breaks these problems is skipping the verification steps that keep your substitution aligned with what’s actually in the integral.
This guide walks you through a systematic approach that works on any integration by substitution problem the FE throws at you—from straightforward polynomial compositions to integrals where the derivative is hidden behind a constant factor.
You’ll learn exactly when substitution applies, how to verify your setup catches all the x terms, and how to execute the conversion cleanly so your final answer matches what the problem is asking for.
Before we walk through it step by step, watch this short video.
It shows you the full process from identifying which function to use as u, to verifying its derivative is present, to rewriting the integral and converting back to x.
You’ll see exactly where students typically drop constant factors or forget to substitute back, and how to avoid those traps completely.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: Integration by substitution (u-substitution) is a technique that reverses the chain rule by simplifying composite functions into single-variable integrals that are easier to evaluate.
Key relationship: When you have ∫ f(g(x)) · g'(x) dx, you can substitute u = g(x) and du = g'(x) dx to transform it into ∫ f(u) du, which is typically easier to integrate.
Decision rules:
- If the integrand contains a composite function (function inside a function), consider integration by substitution
- The derivative of your chosen u should appear somewhere in the integrand (possibly scaled by a constant)
- After substitution, the integral should become simpler—if it gets more complicated, try a different u
- For definite integrals, either convert the limits to u-values or substitute back to x before evaluating
What you’ll be able to do: Identify when an integral needs substitution, choose the correct inner function as your u, execute the algebra to transform the integral, and evaluate it correctly whether it’s definite or indefinite.
What Is Integration by Substitution?

Integration by substitution is the reverse application of the chain rule from differentiation.
When you differentiate a composite function, the chain rule tells you to multiply by the derivative of the inner function.
When you integrate, substitution lets you undo that process by identifying the inner function, isolating its derivative, and temporarily replacing both with a single variable.
Think of it like unpacking a nested set of boxes.
The integrand is wrapped in layers—an outer function containing an inner function—and integration by substitution lets you temporarily remove those layers, integrate the simpler version, and then repack everything at the end.
This matters because most real integrals aren’t simple power functions or basic trig.
They involve composition, and trying to integrate them directly either doesn’t work or creates algebra that spirals out of control.
On the FE Exam, integration by substitution shows up when you’re asked to evaluate integrals involving products of functions where one piece is the derivative of something embedded inside another function.
These problems test whether you can recognize the structure and apply the technique cleanly without losing track of your substitution.
The key is recognizing that if you see a function and its derivative sitting next to each other in the integrand, integration by substitution will almost always simplify the problem into something you can integrate directly.
Breaking Down Integration by Substitution Step by Step

Substitution problems don’t break because the concept is hard—you understand that nested functions need to be unraveled.
They break because you see something like ∫ 4x(x² + 3)⁵ dx, immediately identify x² + 3 as your inner function, and start substituting without first checking whether 2x dx (the derivative of x² + 3) is actually sitting somewhere in that integrand.
When it’s not present, or when it’s off by a constant factor you didn’t account for, you end up with an integral that still has x terms mixed with u terms—and that doesn’t simplify anything.
You’ve just made the problem messier.
The workflow below forces that verification before any rewriting happens.
It gives you a clear sequence: identify the inner function, confirm its derivative is present (possibly scaled), execute the substitution so all x disappears, integrate, and convert back.
Same process every time, whether the integral is straightforward or whether the derivative is hidden behind a coefficient.
Let’s lay out the steps.
Step 1: Identify the Inner Function
Read through the integrand and look for a composite structure—something like f(g(x)) where one function is nested inside another.
Your goal is to identify the inner function g(x) that you’ll substitute as u.
This is typically the function that appears inside parentheses, under a radical, in an exponent, or as the argument of a trig function.
Write down u = g(x) and then immediately compute du = g'(x) dx.
This gives you both pieces of the substitution before you start rewriting the integral.
Step 2: Verify the Derivative Is Present
Now check whether g'(x) dx (or a constant multiple of it) appears somewhere in the integrand.
If g'(x) dx is present exactly, your substitution will be clean.
If it’s off by a constant factor, you can adjust by factoring that constant in or out of the integral—this doesn’t change the problem, it just makes the substitution align.
If g'(x) dx isn’t present at all, integration by substitution won’t simplify the integral.
You’ll need a different technique like integration by parts, partial fractions, or a trig identity.
Step 3: Rewrite the Integral in Terms of u
Substitute u = g(x) and du = g'(x) dx into the original integral, replacing every instance of g(x) with u and every instance of g'(x) dx with du.
If you need to factor out or bring in a constant to make du align with what’s in the integrand, do that now.
The goal is to transform the integral completely into a function of u with no remaining x terms.
Once you’ve rewritten it, you should have something like ∫ f(u) du, which is typically much simpler than the original integral.
Step 4: Integrate with Respect to u
Now integrate the simplified integral using standard integration rules—power rule, exponential rule, trig rules, whatever applies to the function of u you’re working with.
Don’t forget the constant of integration (+ C) if it’s an indefinite integral.
This step should be straightforward because substitution was designed to turn the original complicated integral into something you already know how to integrate.
Step 5: Convert Back to the Original Variable
Replace u with g(x) to express your final answer in terms of the original variable x.
This gives you the antiderivative in the form requested by the problem.
If it’s a definite integral, you have two options: either substitute back to x and evaluate using the original limits, or convert the limits to u-values and evaluate directly in terms of u.
For definite integrals, converting limits to u-values often saves a step, but substituting back to x works just as well if you prefer to keep everything in one variable.
With that laid out, let’s put these steps into practice.
Example Problem: Integration by Substitution

The workflow handles any integration by substitution problem by turning composite functions into simple single-variable integrals.
The goal is clean execution—identifying the inner function, verifying its derivative is present, and rewriting the integral so it becomes straightforward.
With that laid out, let’s put these steps into practice.
This problem states:
A) (x² + 3)⁶/3 + C
B) (x² + 3)⁶/6 + C
C) (x² + 3)⁵/3 + C
D) (x² + 3)⁶ + C
Solution: Integration by Substitution

When you see 4x sitting next to (x² + 3)⁵, the specific question is: does that 4x have anything to do with the derivative of x² + 3, and if so, how do you handle the constant factor difference?
That’s the decision point where substitution problems either simplify cleanly or spiral into mixed-variable integrals that don’t resolve.
You need to recognize that x² + 3 differentiates to 2x, which means 4x is exactly 2 · (2x), and that factor of 2 can be pulled outside the integral without breaking anything.
Miss that relationship, and you’ll either pick the wrong u (something that doesn’t simplify the integral) or set up du incorrectly and end up with leftover x terms that prevent you from integrating.
The workflow removes that guesswork.
Let’s walk it out step by step.
Step 1: Identify the Inner Function
The first thing we need to do is read through the integrand and identify what’s nested inside what.
We have 4x(x² + 3)⁵, and the composite structure is clear: the function (x² + 3) is raised to the fifth power, and 4x is sitting outside it.
Let u = x² + 3
Then du = 2x dx
We chose x² + 3 as our inner function because it’s the piece that’s nested inside the exponent, and its derivative (2x) is closely related to the 4x we see in the integrand.
Step 2: Verify the Derivative Is Present
Now we need to check whether du (or a constant multiple of it) actually appears in the original integrand.
We have du = 2x dx, but the integrand contains 4x dx.
That’s fine—4x dx is just 2 · (2x dx), so we can write:
4x dx = 2 · (2x dx) = 2 du
This confirms that after substitution, all the x terms will disappear and we’ll be left with only u.
Step 3: Rewrite the Integral in Terms of u
With all of the pieces identified, we now need to rewrite the integral completely in terms of u.
Starting with:
∫ 4x(x² + 3)⁵ dx
We substitute u = x² + 3 and 4x dx = 2 du:
∫ (x² + 3)⁵ · 4x dx = ∫ u⁵ · 2 du
Factoring out the constant:
= 2 ∫ u⁵ du
Now we have a simple power function integral with no x remaining.
Step 4: Integrate with Respect to u
Now we just finish it by integrating u⁵.
Using the power rule:
2 ∫ u⁵ du = 2 · (u⁶/6) + C
= u⁶/3 + C
This is our antiderivative in terms of u.
Step 5: Convert Back to the Original Variable
The last step is to substitute back u = x² + 3 to express everything in terms of x.
u⁶/3 + C = (x² + 3)⁶/3 + C
So the final answer to this problem is A) (x² + 3)⁶/3 + C.
This tells us that the system’s response function, when integrated using substitution, reduces to a sixth-power expression with the inner function (x² + 3) preserved and scaled by 1/3.
Where Integration by Substitution Calculations Break Down

You set up u = x² + 3, compute du = 2x dx, look at the integrand and see 4x dx, and then make one of two moves: either you ignore the factor-of-2 difference and substitute directly (leaving your integral off by a constant), or you try to “adjust it mentally” without writing out the relationship explicitly, which leads to dropped factors by the time you’re converting back to x.
By the time you integrate u⁵ and substitute back, your answer is either (x² + 3)⁶/6 + C when it should be (x² + 3)⁶/3 + C, or you’ve lost track of whether you factored out a 2 or multiplied by 2, and nothing matches the answer choices.
These mistakes aren’t conceptual.
You know what substitution does.
They’re execution errors that happen when you skip the step of explicitly writing how du relates to what’s actually in the integrand.
Mistake 1: Choosing u Without Verifying Its Derivative Is Present
You see a composite function, pick the inner function as u, and start rewriting the integral immediately.
But you never checked whether g'(x) dx (the derivative of your chosen u) actually appears in the integrand, or whether it’s even close to what’s there.
On the FE, this shows up when students see something like ∫ x(x² + 1)³ dx and choose u = x² + 1 without noticing that du = 2x dx, which means the integrand needs to contain 2x dx, not just x dx.
The substitution doesn’t work because you’re missing a factor of 2, and trying to force it leads to wrong constants in your final answer.
If it’s off by a factor (like 2 or 1/2), note that factor and plan to adjust when rewriting.
If g'(x) dx isn’t present at all, integration by substitution won’t simplify the problem.
Mistake 2: Forgetting to Convert Back to x After Integrating
You substitute u, integrate cleanly, get an answer in terms of u, and then stop—thinking you’re done.
But the problem asked for the integral in terms of x, and you left your answer as u⁶/3 + C instead of converting back to (x² + 3)⁶/3 + C.
This happens most often on timed exams when you’re rushing through the final step and forget that u was just a temporary placeholder.
The answer choices are all in terms of x, and your answer in terms of u doesn’t match any of them.
Before circling an answer, verify that your final expression contains only x (or whatever the original variable was), not u.
The only exception is definite integrals where you converted the limits to u-values and evaluated directly in terms of u—in that case, you get a number with no variables at all.
Mistake 3: Mishandling Constant Factors When Adjusting du
You correctly identify that du = 2x dx but the integrand contains 4x dx, so you need to account for the factor of 2.
Instead of writing 4x dx = 2 · (2x dx) = 2 du and factoring the 2 outside the integral, you try to “adjust” du itself or multiply things inconsistently, which introduces errors into the final constant.
On the FE, this shows up when students end up with answers that are off by a factor of 2, 1/2, or some other constant—not because they integrated wrong, but because they didn’t handle the constant factor cleanly during substitution.
If du = 2x dx and you need 4x dx, write “4x dx = 2 · (2x dx) = 2 du” on your scratch work.
Then factor the constant (in this case, 2) outside the integral: ∫ f(u) · 2 du = 2 ∫ f(u) du. This keeps the algebra clean and ensures your final constant is correct.
Mistake 4: Leaving x in the Integral After Substitution
You substitute u and du, but when you rewrite the integral, you still have x terms mixed in with u terms.
This happens when your substitution didn’t fully account for every x in the integrand, or when you chose a u that didn’t actually simplify the problem.
For instance, if you try to integrate ∫ x²√(x³ + 1) dx by letting u = x³ + 1, you get du = 3x² dx, which handles the x² piece.
But if you’re not careful with the algebra, you might end up with something like ∫ √u · (x/3) du, where x is still hanging around because you didn’t fully eliminate it.
If you still see x anywhere, it means your substitution is incomplete—either your choice of u was wrong, or you need to express the remaining x terms using u.
The goal of integration by substitution is to turn the integral entirely into a function of one variable (u), so if x is still there, stop and reconsider your setup.
Mistake 5: Integrating du as if It Were dx
You substitute u and du correctly, rewrite the integral as ∫ u⁵ du, and then integrate it as if it were ∫ u⁵ dx—forgetting that du is not the same as dx.
This sounds obvious, but it happens when you’re moving quickly and your muscle memory kicks in from practicing hundreds of basic integrals that all used dx.
The result is an integral that’s dimensionally wrong, and when you substitute back to x, your answer doesn’t match any of the choices.
The mechanics are the same—power rule, exponential rule, trig rules all apply—but the variable is different.
Before integrating, say to yourself: “I’m integrating u to some power with respect to u.” It’s a small mental checkpoint that prevents careless variable swaps.
Rules of Thumb for Integration by Substitution Problems on the FE

You know how to identify the inner function, verify its derivative is present, and execute the substitution cleanly.
Here’s what protects you when you’re moving fast and the algebra starts to blur.
- Look for the Derivative First, Then Choose u: When you see a composite function, your instinct is to immediately pick the inner function as u. But the better move is to scan the integrand for what looks like a derivative sitting next to something else. If you see 2x sitting next to (x² + 3)⁵, recognize that 2x is the derivative of x² + 3 before you commit to any substitution. That recognition tells you u = x² + 3 will work cleanly. If you don’t see a derivative anywhere, integration by substitution might not be the right technique. Look for composition, but verify the derivative piece is present before rewriting anything.
- Factor Constants Outside the Integral Immediately: When your du is off by a constant factor from what’s in the integrand, don’t try to adjust du itself or carry the factor through the substitution mentally. Write the relationship explicitly (like “4x dx = 2 · (2x dx) = 2 du”), then factor the constant outside: 2 ∫ f(u) du. This keeps the algebra organized and ensures your final constant is correct. The alternative—trying to “fix it later”—leads to answers that are off by factors of 2, 1/2, or worse, which means you’ll circle the wrong answer choice even though your integration was perfect.
- Verify No x Remains After Substitution: After rewriting the integral in terms of u and du, scan it once to confirm that every x has been replaced. If you still see x anywhere, your substitution is incomplete. Either your choice of u was wrong, or you need to express the remaining x terms using u before you can integrate. Integration by substitution only works if the entire integral becomes a function of a single variable (u). Mixed variable integrals don’t simplify—they just create confusion and wrong answers.
- Convert Back to x Before Comparing to Answer Choices: For indefinite integrals, the answer choices will be in terms of x, not u. After integrating with respect to u, substitute u = g(x) back into your antiderivative before looking at the options. If you leave your answer in terms of u, it won’t match anything, and you’ll waste time rechecking work that was actually correct. The only exception is definite integrals where you converted limits to u-values and evaluated directly—in that case, you get a numerical result with no variables, so there’s nothing to convert back.
- When in Doubt, Check Your du Algebra: Most integration by substitution mistakes come down to mishandling du—either forgetting to include dx when computing g'(x) dx, or dropping a constant factor somewhere in the rewrite. Before integrating, double-check that your du expression includes dx (so du = 2x dx, not just du = 2x), and confirm that when you substitute it into the integrand, all the x terms actually cancel out. If the algebra feels off or you’re left with stray constants you can’t account for, go back to Step 2 and verify the relationship between du and what’s in the integrand.
Final Thoughts | Integration by Substitution

Every integration by substitution problem hinges on one decision: is the derivative of your chosen inner function actually present in the integrand?
Get that right, and the rest is mechanical.
You substitute, integrate a simple power function or trig function, and convert back. The algebra takes thirty seconds.
Get it wrong—pick u = x² + 3 without confirming that 2x dx (or a multiple of it) is sitting in the integrand—and you end up with an integral that still contains x after substitution.
You can’t integrate ∫ u⁵ · (something with x) du.
The technique doesn’t work. You’re stuck.
That verification step—checking that g'(x) dx is present before you commit to u = g(x)—is what separates problems that resolve cleanly from problems that spiral into dead ends.
It’s the single point where integration by substitution either simplifies the integral or makes it worse.
The workflow in this guide protects that decision point.
It forces you to write down u = g(x), compute du = g'(x) dx, and verify the relationship before you touch the integral.
That structure keeps you from substituting blindly and ending up with mixed variables you can’t resolve.
Practice until you can scan an integrand and immediately spot whether the derivative is present.
That recognition—seeing 4x next to (x² + 3)⁵ and knowing instantly that 4x is twice the derivative of x² + 3—is what makes substitution automatic under pressure.
Ready to keep building? Explore our complete FE Exam problem library here.
Here’s what nobody tells you about FE prep: the hardest part isn’t the math. It’s the decision fatigue.
Every time you sit down to study, you’re deciding what to work on, whether it’s the right thing, whether you’re spending too much time on topics that won’t show up—and that constant second-guessing drains more energy than the actual problem-solving ever could.
You end up spending 20 minutes deciding what to study before you ever open a practice problem.
Prepineer removes that decision completely.
You log in, and the system tells you exactly what to work on today based on where you are and how much time you have left. No more guessing, no more second-guessing, no more mental overhead deciding if you’re working on the right things. Just clear direction and targeted practice that moves you forward.
Start your free 7-day trial at https://prepineer.com/f/fe-exam-trial/ and stop burning energy on decisions that don’t matter.








