BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsIntegration by Parts: A Comprehensive Study Guide
Study Guide947 words

Integration by Parts: A Comprehensive Study Guide

Integration by Parts

Integration by Parts

Learning Objectives

After reviewing this study guide, you should be able to:

  • Derive the integration-by-parts formula from the product rule of differentiation.
  • Identify when to use integration by parts versus standard substitution.
  • Apply the LIATE mnemonic to correctly select uuu and dvdvdv for indefinite integrals.
  • Extend the integration-by-parts formula to evaluate definite integrals and find areas bounded by curves.

Key Terms & Glossary

  • Integration by Parts: A technique based on the product rule for differentiation that allows us to exchange a complicated integral for a simpler one.
    • Example: Finding the displacement of a vehicle when velocity is a product of time and exponential acceleration (e.g., ∫tetdt).We"dismantle"thetthroughdifferentiationwhile"buildingup"theet\int t e^t dt). We "dismantle" the t through differentiation while "building up" the e^t∫tetdt).We"dismantle"thetthroughdifferentiationwhile"buildingup"theet through integration.
  • LIATE Rule: An acronym for Logarithmic, Inverse Trigonometric, Algebraic, Trigonometric, and Exponential functions, used to prioritize the choice of uuu.
    • Example: In computing the energy of a system modeled by ∫xln⁡(x)dx\int x \ln(x) dx∫xln(x)dx, ln⁡(x)\ln(x)ln(x) (Logarithmic) comes before x(Algebraic)inLIATE,sou=ln⁡(x)x (Algebraic) in LIATE, so u = \ln(x)x(Algebraic)inLIATE,sou=ln(x).
  • Definite Integral: An integral evaluated between an upper and lower limit, often representing the exact area under a curve.
    • Example: Calculating the exact total square footage of a curved architectural roof between the boundaries x=0x=0x=0 and x=10x=10x=10.

The "Big Idea"

Many students ask, "Is there a product rule for integration?"

The short answer is no. However, Integration by Parts is the mathematical equivalent of reverse-engineering the differentiation product rule. It acknowledges that integrating a direct product of two functions (like xxx and sin⁡x\sin xsinx) defies basic rules. Instead of solving it directly, this technique transforms the difficult integral into a new expression minus a secondary, hopefully much easier, integral.

[!IMPORTANT] The Goal of Integration by Parts You are not immediately finding the final answer. You are exchanging a hard integral ∫u dvforaneasierintegral∫v du\int u \, dv for an easier integral \int v \, du∫udvforaneasierintegral∫vdu.


Formula / Concept Box

ConceptMathematical Formula
Indefinite Integration by Parts∫u dv=uv−∫v du\int u \, dv = uv - \int v \, du∫udv=uv−∫vdu
Definite Integration by Parts$$\int_a^b u , dv = u(x)v(x)\Big
Derivation Basisddx[u(x)v(x)]=u(x)v′(x)+v(x)u′(x)\frac{d}{dx}[u(x)v(x)] = u(x)v'(x) + v(x)u'(x)dxd​[u(x)v(x)]=u(x)v′(x)+v(x)u′(x)

Hierarchical Outline

  • 1. The Origin of the Technique
    • Derived by reversing the product rule for differentiation.
    • Solves integrals that look simple but defy uuu-substitution (e.g., ∫xsin⁡x dx\int x \sin x \, dx∫xsinxdx).
  • 2. The Core Formula
    • Select a piece to differentiate (u)andapiecetointegrate(dvu) and a piece to integrate (dvu)andapiecetointegrate(dv).
    • Calculate the derivative (du)andtheintegral(vdu) and the integral (vdu)andtheintegral(v).
    • Apply: ∫u dv=uv−∫v du\int u \, dv = uv - \int v \, du∫udv=uv−∫vdu.
  • 3. Choosing uuu and dvdvdv with LIATE
    • Logarithmic (e.g., ln⁡x\ln xlnx)
    • Inverse Trig (e.g., arctan⁡x\arctan xarctanx)
    • Algebraic (e.g., x2x^2x2, 3x3x3x)
    • Trigonometric (e.g., sin⁡x\sin xsinx, cos⁡x\cos xcosx)
    • Exponential (e.g., exe^xex)
    • Rule of Thumb: Pick the function highest on this list to be uuu.
  • 4. Definite Integrals Application
    • Evaluated exactly like the indefinite form, but applying boundaries [a,b][a, b][a,b] to the uvuvuv term.
    • Used to find the exact area of complex bounded regions.

Visual Anchors

Flowchart: The Integration by Parts Decision Matrix

Loading Diagram...

TikZ: Visualizing the Area Found by Definite Integration

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Term: Trial and Error in Selection

    • Definition: The process of attempting to set uuu and dv,andrestartingiftheresulting∫v dudv, and restarting if the resulting \int v \, dudv,andrestartingiftheresulting∫vdu becomes more complicated than the original.
    • Example: Evaluating ∫xex dx\int x e^x \, dx∫xexdx. Choosing u=exu = e^xu=ex yields ∫12x2ex dx\int \frac{1}{2}x^2 e^x \, dx∫21​x2exdx (harder!). Restarting and choosing u=xu = xu=x yields ∫ex dx\int e^x \, dx∫exdx (easier!).
  • Term: Area Bounded by Curve

    • Definition: The total shaded region sitting directly between a specific function graph and the x-axis, bounded by defined starting and ending points.
    • Example: Finding the physical area of a parabolic archway from the ground up to the ceiling by integrating ∫010xcos⁡(x) dx\int_0^{10} x \cos(x) \, dx∫010​xcos(x)dx.

Comparison Tables

Choosing uuu for ∫xsin⁡x dx\int x \sin x \, dx∫xsinxdx

Choice ScenarioSetting uuu and $dvResulting Integral (\int v , du$)Verdict
Following LIATE (Correct)u=xu = xu=x (Algebraic)
dv=sin⁡x dxdv = \sin x \, dxdv=sinxdx (Trig)
∫(−cos⁡x)(1) dx=−∫cos⁡x dx\int (-\cos x)(1) \, dx = -\int \cos x \, dx∫(−cosx)(1)dx=−∫cosxdxEasier! Solves immediately to −sin⁡x-\sin x−sinx.
Ignoring LIATE (Incorrect)u=sin⁡xu = \sin xu=sinx (Trig)
dv=x dxdv = x \, dxdv=xdx (Algebraic)
∫(12x2)(cos⁡x) dx\int \left(\frac{1}{2}x^2\right)(\cos x) \, dx∫(21​x2)(cosx)dxHarder! The power of xxx increased from 1 to 2.

Worked Examples

▶Example 1: Indefinite Integration by Parts

Problem: Evaluate ∫xsin⁡x dx\int x \sin x \, dx∫xsinxdx

Step 1: Choose uuu and dvdvdv using LIATE.

  • The integrand has an Algebraic function (x)andaTrigonometricfunction(sin⁡xx) and a Trigonometric function (\sin xx)andaTrigonometricfunction(sinx).
  • "A" comes before "T" in LIATE.
  • Let u=xu = xu=x
  • Let dv=sin⁡x dxdv = \sin x \, dxdv=sinxdx

Step 2: Differentiate to find du,integratetofindvdu, integrate to find vdu,integratetofindv.

  • du=1 dxdu = 1 \, dxdu=1dx
  • v=∫sin⁡x dx=−cos⁡xv = \int \sin x \, dx = -\cos xv=∫sinxdx=−cosx

Step 3: Apply the Formula (uv−∫v duuv - \int v \, duuv−∫vdu).

  • (x)(−cos⁡x)−∫(−cos⁡x) dx(x)(-\cos x) - \int (-\cos x) \, dx(x)(−cosx)−∫(−cosx)dx
  • −xcos⁡x+∫cos⁡x dx-x \cos x + \int \cos x \, dx−xcosx+∫cosxdx

Step 4: Evaluate the final integral.

  • −xcos⁡x+sin⁡x+C-x \cos x + \sin x + C−xcosx+sinx+C

[!TIP] You can check your answer by differentiating −xcos⁡x+sin⁡x+C-x \cos x + \sin x + C−xcosx+sinx+C. It will simplify exactly back to xsin⁡xx \sin xxsinx!

▶Example 2: Area of a Region (Definite Integral)

Problem: Evaluate the area bounded by the graph from x=0x=0x=0 to x=π2x=\frac{\pi}{2}x=2π​ for the function xsin⁡xx \sin xxsinx. Area=∫0π/2xsin⁡x dxArea = \int_0^{\pi/2} x \sin x \, dxArea=∫0π/2​xsinxdx

Step 1: Use the antiderivative found previously. From Example 1, we know the antiderivative is −xcos⁡x+sin⁡x-x \cos x + \sin x−xcosx+sinx.

Step 2: Apply the integration by parts for definite integrals. [−xcos⁡x+sin⁡x]0π/2\left[ -x \cos x + \sin x \right]_0^{\pi/2}[−xcosx+sinx]0π/2​

Step 3: Evaluate at upper and lower boundaries.

  • Upper limit (π/2{\pi/2}π/2): −(π/2)cos⁡(π/2)+sin⁡(π/2)=−(π/2)(0)+1=1-({\pi/2})\cos({\pi/2}) + \sin({\pi/2}) = -({\pi/2})(0) + 1 = 1−(π/2)cos(π/2)+sin(π/2)=−(π/2)(0)+1=1
  • Lower limit (0): −(0)cos⁡(0)+sin⁡(0)=0+0=0-(0)\cos(0) + \sin(0) = 0 + 0 = 0−(0)cos(0)+sin(0)=0+0=0

Step 4: Subtract.

  • Area =1−0=1= 1 - 0 = 1=1−0=1

Checkpoint Questions

  1. Active Recall: What established rule of differentiation serves as the foundation for the integration-by-parts formula?
  2. Active Recall: If an integral contains an exponential function and an algebraic function, which one should be assigned to uuu and why?
  3. Active Recall: When calculating a definite integral using integration by parts, how does the formula differ from the indefinite version?
  4. Self-Check: Write down the formula for integration by parts purely from memory. What happens if you make a poor choice for your initial uuu and dvdvdv?

[!NOTE] Muddy Points & Cross-Refs If you find yourself repeatedly applying Integration by Parts only to end up back where you started, look up "Tabular Integration" or "The Boomerang Method". These are advanced applications of the exact same principles learned in this chapter!

All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.