Contents

The integral ∫₀¹ x·ex dx takes thirty seconds if you trust the LIATE priority system and know that x becomes u while ex becomes dv.
It takes three minutes if you reverse that choice, differentiate the exponential first, integrate the polynomial, and end up applying integration by parts multiple times to chase down an answer that should have been straightforward.
Integration by parts exists because the product rule exists, and the choice you make—which function to differentiate versus which to integrate—determines whether you simplify the problem or expand it into recursive applications that burn time and create more opportunities for algebraic errors.
This guide walks you through a systematic approach that works on any integration by parts problem the FE throws at you—from straightforward polynomial-exponential products to nested combinations requiring multiple applications.
You’ll learn exactly how to choose u and dv using LIATE priority without trial and error, how to execute the formula cleanly, and how to verify your setup simplifies rather than complicates the remaining integral.
Before we walk through it step by step, watch this short video.
It shows you the full process from identifying product structure to applying the LIATE system to executing the formula without sign errors. You’ll see exactly where students lose control when they reverse the u and dv choice and how to verify the remaining integral is simpler before committing to the algebra.
What You’ll Learn in This Guide
Here’s what we’re covering and what you’ll walk away knowing.
Core concept: Integration by parts converts the integral of a product into a simpler integral by strategically differentiating one function and integrating the other.
Key formula: ∫ u dv = uv – ∫ v du
Decision rules:
- Choose u as the function that simplifies when differentiated (use LIATE priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential)
- Choose dv as the function you can integrate cleanly without complicating the expression
- Verify the resulting ∫ v du is simpler than your original integral before proceeding
- For definite integrals, apply limits only after completing all integration by parts steps
What you’ll be able to do: You’ll recognize product structures immediately, select u and dv systematically using LIATE priority rather than guessing, execute the formula without sign or algebraic errors, and handle problems requiring multiple applications without losing track of terms.
What Is Integration by Parts?

Integration by parts is the integration counterpart to the product rule for differentiation.
When you have two functions multiplied together and you need to integrate that product, you can’t just integrate each piece separately and multiply the results—that violates the fundamental theorem. The integration by parts formula gives you a method that transforms the product integral into something you can actually solve.
The technique works by differentiating one function (making it simpler) while integrating the other (which you handle separately), then combining them according to a specific formula.
What you’re really doing is undoing the product rule in reverse—you’re recognizing that your integral came from a product rule derivative, and you’re working backward through that process.
Think of it like translating a complex sentence. You can’t translate word by word and get the right meaning.
You have to understand the structure first, break it into pieces that make sense, then reconstruct it in a way that works. Integration by parts is that structural translation for products.
It matters because product structures show up constantly in engineering—any time you’re modeling decay with time weights, analyzing moment calculations with distance functions, or working with Laplace transforms in controls and circuits.
The FE doesn’t ask you to derive the technique. It asks you to execute it correctly under time pressure when the setup isn’t obvious.
On the FE Exam, integration by parts shows up when you see products like x·ex, x²·sin(x), or ln(x)·anything, and the problem asks you to evaluate a definite integral or find an antiderivative.
The key is recognizing the pattern fast and choosing your split correctly the first time.
How to Work Through Integration by Parts Problems

When you see x multiplied by ex, you know you need integration by parts—the product rule won’t help you going forward, and you can’t integrate each piece separately and multiply.
The breakdown happens when you’re deciding which function becomes u (the one you differentiate) and which becomes dv (the one you integrate).
Choose wrong—make ex your u and x your dv—and you’ll differentiate the exponential into ex, integrate the polynomial into x²/2, and face ∫ (x²/2)·ex dx.
That’s worse than where you started. The remaining integral is more complex, requires integration by parts again, and every additional application multiplies your chances of dropping a term or flipping a sign.
LIATE priority removes that guesswork. Algebraic comes before Exponential in the priority order, so x becomes u and ex dx becomes dv.
Differentiate x to get du = dx. Integrate ex to get v = ex.
The remaining integral ∫ ex dx is simpler than the original—no recursion needed, just one straightforward integration.
Let’s lay out the steps.
Step 1: Identify the Product Structure and Assign Functions
The first thing you need to do is confirm you’re looking at a product—two functions multiplied together inside an integral, not a single composite function. Write the integral clearly and identify both pieces.
For ∫ x·ex dx, you have x (a polynomial) multiplied by ex (an exponential). That’s a product, and integration by parts is the technique that handles it.
Once you confirm it’s a product, your job is to decide which function becomes u (the one you’ll differentiate) and which becomes dv (the one you’ll integrate). This isn’t arbitrary. Use the LIATE priority system:
- Logarithmic functions (ln(x), log(x))
- Inverse trig functions (arcsin(x), arctan(x))
- Algebraic functions (polynomials: x, x², x³)
- Trigonometric functions (sin(x), cos(x))
- Exponential functions (ex, e(kx))
Choose u as the function that appears earlier in LIATE. Choose dv as the function that appears later.
This priority works because functions higher on the list simplify when differentiated, and functions lower on the list integrate cleanly without complicating.
For x·ex: Algebraic (x) comes before Exponential (ex) in LIATE. So u = x and dv = ex dx.
For u = x, du = dx is definitely simpler. For dv = ex dx, integrating gives v = ex, which is clean. Your split is correct.
Step 2: Compute du and v
Now that you’ve assigned u and dv, differentiate u to get du, and integrate dv to get v. Write both clearly before moving forward.
For u = x, differentiate: du = dx. The derivative of x is 1, and the 1·dx simplifies to dx.
For dv = ex dx, integrate: v = ex. The exponential function ex is special—it’s its own derivative and its own integral.
Don’t add the constant of integration here—you’ll handle that at the end when you’ve completed the full integral.
That’s simpler than your original ∫ x·ex dx because you’ve eliminated the polynomial term x entirely. The remaining integral is just an exponential with no polynomial multiplier. Your split was correct.
Step 3: Apply the Integration by Parts Formula and Evaluate the Remaining Integral
With u, v, du, and dv clearly defined, plug them into the integration by parts formula: ∫ u dv = uv – ∫ v du.
Write the formula out explicitly first:
∫ u dv = uv – ∫ v du
Now substitute your values:
∫ x·ex dx = x·ex – ∫ ex dx
The first term uv = x·ex is a product. You’re done with that piece—it stays as is.
The second term is the remaining integral ∫ ex dx. This is straightforward—the integral of ex is ex:
= x·ex – ex
Factor out ex:
= ex(x – 1)
For a definite integral from 0 to 1, you’d now apply the limits of integration to this entire result. Evaluate at the upper limit (1), evaluate at the lower limit (0), and subtract:
[ex(x – 1)]₀¹ = [e¹(1 – 1)] – [e⁰(0 – 1)]
= [e·0] – [1·(-1)]
= 0 – (-1)
= 1
Yes—you have x·ex from uv and -ex from the integral, combined into ex(x – 1). When you evaluate at the bounds, both terms contribute to the final answer of 1.
With that laid out, let’s put these steps into practice.
Example Problem: Integration by Parts

The workflow handles any integration by parts problem once you internalize the LIATE selection system.
The goal is to turn product integrals into clean setups that simplify predictably, so you’re not guessing or backtracking on exam day.
Right now, we’re going to work through an FE-style problem to see exactly where the LIATE choice protects you and how the algebra flows once you’ve committed to u and dv correctly.
With that laid out, let’s put these steps into practice.
This problem states:
∫₀¹ x·ex dx
The value of the integral is most nearly:
A) 0.632
B) 1.000
C) 1.718
D) 2.718
Solution: Integration by Parts

When you see x multiplied by ex, the question isn’t whether you need integration by parts—you do, because this is a product and the product rule doesn’t help you integrate.
The question is whether x or ex should be u, and whether making the wrong choice means you’ll expand the problem into something that requires two or three applications instead of one.
That decision happens in the first ten seconds.
Choose wrong, and you won’t know it until you’ve already applied the formula and the remaining integral is more complicated than what you started with.
The workflow removes that uncertainty by giving you LIATE priority: Algebraic before Exponential means x becomes u, ex dx becomes dv, and the remaining integral simplifies instead of expanding.
Let’s walk it out step by step, exactly how you’d execute it on the FE.
Step 1: Identify the Product and Assign u and dv Using LIATE
The first thing we need to do is read through the problem and confirm we’re looking at a product structure that requires integration by parts.
We have x (algebraic) multiplied by ex (exponential). That’s a product. Now assign u and dv using LIATE priority.
Algebraic functions come before Exponential in LIATE, so:
- u = x
- dv = ex dx
Differentiate u to get du:
- du = dx
Integrate dv to get v:
- v = ex
That’s just an exponential with no polynomial multiplier—simpler than the original x·ex. Our split is correct.
Step 2: Apply the Integration by Parts Formula
Next, we need to plug our values into the integration by parts formula: ∫ u dv = uv – ∫ v du.
Substituting:
∫ x·ex dx = x·ex – ∫ ex dx
Now we need to evaluate the remaining integral ∫ ex dx.
The integral of ex is ex, so:
= x·ex – ex
Factor out ex:
= ex(x – 1)
That’s our antiderivative. Now we apply the definite integral limits from 0 to 1.
Step 3: Apply Limits of Integration and Calculate Final Answer
When we evaluate the definite integral ∫₀¹ x·ex dx, we take our combined result and substitute the upper and lower bounds.
Our antiderivative is: ex(x – 1)
Evaluate at x = 1:
e¹(1 – 1) = e(0) = 0
Evaluate at x = 0:
e⁰(0 – 1) = 1(-1) = -1
Subtract (upper limit minus lower limit):
0 – (-1) = 0 + 1 = 1
Final answer: 1.000
The final answer is B) 1.000.
This tells us that the area under the curve x·ex from 0 to 1 equals exactly 1 square unit. The polynomial term x weights the exponential growth across the interval, and when integrated by parts and evaluated at the boundaries, the contributions from both the uv term and the remaining integral combine to yield a clean integer result.
Common Mistakes to Avoid on Integration by Parts Problems

Integration by parts problems with polynomial-exponential products break at the moment you assign u and dv.
Choose ex as u instead of x, and you’ll differentiate the exponential (getting ex again), integrate the polynomial (getting x²/2), and face ∫ (x²/2)·ex dx—which requires integration by parts twice more instead of once.
That choice cascades. Every additional application creates more terms to track, more opportunities for sign errors, and more algebra where dropping a coefficient or reversing a limit turns a correct setup into a wrong answer.
Mistake 1: Choosing u and dv Backward
This happens when you see x·ex and you make ex your u because exponentials “look harder” or you think they need to be differentiated.
You differentiate ex and get ex (it doesn’t simplify). You integrate x and get x²/2. Now your remaining integral is ∫ (x²/2)·ex dx.
You’ve made the problem worse. The polynomial degree increased from 1 to 2.
You need to apply integration by parts again—this time with u = x² and dv = ex dx—and then again after that because you’ll still have ∫ 2x·ex dx remaining.
What should have taken one application now takes three. Each additional step multiplies opportunities for sign errors, dropped terms, or coefficient mistakes.
Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential—choose u as the function earlier in that list.
For x·ex, Algebraic (x) comes before Exponential (ex), so u = x and dv = ex dx. This makes du = dx and v = ex, and your remaining integral ∫ ex dx is simpler, not more complex.
Mistake 2: Forgetting the Negative Sign in the Formula
The integration by parts formula is ∫ u dv = uv – ∫ v du. That minus sign isn’t optional—it’s structural.
When you write x·ex and then add ∫ ex dx instead of subtracting it, your final answer doubles the contribution of the second term.
For ∫₀¹ x·ex dx, if you write x·ex + ex instead of x·ex – ex, you get ex(x + 1) as your antiderivative.
When you evaluate from 0 to 1, you’ll calculate [e·2 – 1·1] = 2e – 1 ≈ 4.44 instead of 1. That doesn’t match any answer choice, and you’ll burn minutes hunting for an error that lives in a single dropped sign.
Circle the minus sign.
Then substitute u, v, du, and dv carefully: ∫ x·ex dx = x·ex – ∫ ex dx. Carry that negative sign through every line of algebra that follows. Don’t skip writing it because you think you’ll remember—write it down.
Mistake 3: Applying Limits of Integration Before Completing the Integral
When you’re working the definite integral ∫₀¹ x·ex dx, you apply integration by parts and get x·ex – ∫ ex dx.
The instinct is to apply the limits [0 to 1] immediately to the first term: evaluate x·ex at 1, evaluate it at 0, subtract, then deal with the remaining integral ∫ ex dx separately.
That creates errors. You end up applying limits twice—once to uv and once to the integral result—and you lose track of whether you’ve subtracted correctly or double-counted boundary terms.
Your final answer will be off, usually landing on answer choice C) 1.718 (which is e – 1, the result when you evaluate x·ex from 0 to 1 but forget to subtract the remaining integral).
For ∫₀¹ x·ex dx, finish both terms: x·ex – ex. Factor: ex(x – 1).
Now apply limits: [ex(x – 1)] evaluated from 0 to 1. Substitute 1: e(0) = 0. Substitute 0: 1(-1) = -1. Subtract: 0 – (-1) = 1. Don’t touch the limits until the integration work is completely finished.
Mistake 4: Evaluating the Antiderivative Incorrectly at the Bounds
When you have ex(x – 1) and you need to evaluate it from 0 to 1, the algebra at each bound matters.
At x = 1, you get e¹(1 – 1) = e(0) = 0. At x = 0, you get e⁰(0 – 1) = 1(-1) = -1.
If you rush and write e⁰ = 0 (forgetting that any number to the zero power is 1), you’ll calculate 0 – 0 = 0 instead of 0 – (-1) = 1.
Or if you evaluate (x – 1) at x = 1 and get confused by the zero, you might think the whole term vanishes and just evaluate at x = 0, giving you -1 as your final answer.
At x = 1: e¹(1 – 1) = e·0 = 0. Write that down.
At x = 0: e⁰(0 – 1) = 1·(-1) = -1. Write that down.
Now subtract: upper minus lower = 0 – (-1) = 1. Don’t skip steps mentally—write out the evaluation at each bound explicitly before combining.
Rules of Thumb for Integration by Parts Problems on the FE

LIATE priority handled the x·ex split correctly: Algebraic before Exponential meant u = x and dv = ex dx.
Differentiating x gave du = dx, which is simpler. Integrating ex gave v = ex, which stayed clean.
The remaining integral ∫ ex dx resolved in one step instead of requiring recursion.
These checkpoints protect that process when you’re moving fast and the structure isn’t immediately obvious.
- LIATE priority isn’t negotiable: On the FE, you don’t have time to test multiple splits and see which one works. Use LIATE every time: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Choose u as the function earlier in that order, dv as the function later. For x·ex, that means u = x (Algebraic) and dv = ex dx (Exponential). This prevents the most common setup error—reversing the choice and making the problem require multiple applications.
- Write the formula before substituting values: Don’t try to apply integration by parts mentally or skip straight to plugging in u, v, du, and dv. Write ∫ u dv = uv – ∫ v du explicitly on your page, then substitute. This forces you to see the structure and prevents dropping the minus sign or mixing up terms when the algebra gets dense.
- For definite integrals, integrate first and apply limits last: Complete all integration by parts steps, combine uv and the result of ∫ v du into a single antiderivative, and only then apply the upper and lower limits of integration. For ∫₀¹ x·ex dx, that means finishing ex(x – 1) before substituting x = 1 and x = 0. Applying limits in the middle creates boundary term errors and sign mistakes that are hard to trace back and fix under time pressure.
- Check that ∫ v du is simpler before proceeding: After choosing u and dv, compute du and v, then look at the remaining integral ∫ v du. If it’s more complicated than your original integral, stop—you’ve made the problem worse. For x·ex, checking ∫ ex dx confirms it’s simpler than ∫ x·ex dx because the polynomial term is gone. If that check fails, reverse your choice of u and dv and start over.
- Factor the antiderivative before applying limits: After completing integration by parts, look for common factors you can pull out. For x·ex – ex, factoring gives ex(x – 1), which is cleaner to evaluate at bounds. When x = 1, the (x – 1) term becomes zero immediately, and you don’t waste time computing e¹·0. When x = 0, you get 1·(-1) = -1 directly. Factoring simplifies boundary evaluation and reduces arithmetic errors.
Integration by parts isn’t a guessing game. The formula is fixed, the LIATE priority system is reliable, and the algebra is straightforward if you keep the structure clean and apply limits only after completing all integration work.
Final Thoughts | Integration by Parts

Every integration by parts problem hinges on the LIATE split.
Get u and dv right—choose x as u and ex dx as dv—and the remaining integral simplifies to ∫ ex dx, which you finish in one step.
Reverse that choice—make ex your u and x your dv—and you’ll face ∫ (x²/2)·ex dx, which requires two more applications to resolve.
That decision happens in the first ten seconds of the problem.
You either trust LIATE priority and move forward with confidence, or you guess based on what looks simpler in the moment and discover three steps later that you’ve made the problem exponentially harder.
The difference between students who execute integration by parts cleanly and students who burn three minutes chasing recursive applications isn’t conceptual understanding.
It’s the habit of applying LIATE priority before writing anything else. Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential—earlier in that list becomes u, later becomes dv, every time.
On the FE, integration by parts problems are solvable in under two minutes if you use the priority system, write the formula before substituting, and don’t touch the limits until all integration work is complete.
That structure removes the guessing and turns product integrals into points you bank instead of time you bleed.
Want more targeted reps? Our full library of FE problems is waiting here.
You’ve got limited prep time before exam day, and every hour you spend wondering if you’re studying the right topics is an hour you can’t get back.
You’re working through practice problems, reviewing concepts, putting in the effort—but you don’t have a way to know if those hours are building real readiness or just checking boxes.
That uncertainty costs you more than the time itself. It drains confidence. It makes you second-guess whether you’re prepared, even when you’ve put in the work.
Prepineer removes that uncertainty with a personalized FE prep roadmap built around your schedule, targeted practice on the topics that show up most for your discipline, and real coaching when concepts aren’t clicking—so every hour you invest builds measurable progress instead of just hope. Start your free 7-day trial and see what focused preparation feels like.








