Learn & Review: Calculus 2 - Basic Integration
Jan 23, 2026
Calculus 2 - Basic Integration
audio
Transcript
Transcript will appear once available.
Calculus II Integration Techniques Summary
This video covers several key integration techniques taught in Calculus II, including integration by parts, trigonometric integrals, and trigonometric substitution.
1. Integration by Parts
This technique is used when integrating a product of two different types of functions.
-
Formula: ∫ u dv = uv - ∫ v du
-
Process:
- Identify
uanddvfrom the integrand. A common mnemonic is LIATE (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) to help chooseu. - Calculate
duby differentiatingu. - Calculate
vby integratingdv. - Substitute these into the integration by parts formula.
- Simplify and solve the resulting integral.
- Identify
-
Example 1: ∫ x sin(x) dx
- Let
u = x(algebraic) anddv = sin(x) dx(trigonometric). - Then
du = dxandv = -cos(x). - Applying the formula:
x(-cos(x)) - ∫ (-cos(x)) dx - Simplifies to:
-x cos(x) + ∫ cos(x) dx - Result:
-x cos(x) + sin(x) + C
- Let
-
Example 2: ∫ ln(x) dx
- Let
u = ln(x)anddv = dx. - Then
du = (1/x) dxandv = x. - Applying the formula:
x ln(x) - ∫ x * (1/x) dx - Simplifies to:
x ln(x) - ∫ 1 dx - Result:
x ln(x) - x + C
- Let
2. Trigonometric Integrals
These involve integrating powers of trigonometric functions.
-
Strategy for Integrals of the form ∫ cosⁿ(x) sinᵐ(x) dx:
- If n is odd: Save one
cos(x)and convert the remaining even power ofcos(x)tosin(x)usingcos²(x) = 1 - sin²(x). Then use u-substitution withu = sin(x).- Example: ∫ cos³(x) dx
- Rewrite as:
∫ cos²(x) cos(x) dx - Use identity:
∫ (1 - sin²(x)) cos(x) dx - Let
u = sin(x),du = cos(x) dx. - Integral becomes:
∫ (1 - u²) du - Result:
u - (u³/3) + Cwhich issin(x) - (1/3)sin³(x) + C.
- Rewrite as:
- Example: ∫ cos³(x) dx
- If m is odd: Save one
sin(x)and convert the remaining even power ofsin(x)tocos(x)usingsin²(x) = 1 - cos²(x). Then use u-substitution withu = cos(x). - If both n and m are even: Use power-reducing identities:
sin²(x) = (1/2)(1 - cos(2x))cos²(x) = (1/2)(1 + cos(2x))- Example: ∫ sin²(x) dx
- Use identity:
∫ (1/2)(1 - cos(2x)) dx - Integrate term by term:
(1/2)x - (1/2) * (1/2)sin(2x) + C - Result:
(1/2)x - (1/4)sin(2x) + C
- Use identity:
- If n is odd: Save one
-
Integrals involving tangent and secant (∫ tanⁿ(x) secᵐ(x) dx):
- If m is even: Save
sec²(x)and convert the remaining even power ofsec(x)totan(x)usingsec²(x) = 1 + tan²(x). Then use u-substitution withu = tan(x).- Example: ∫ tan⁶(x) sec⁴(x) dx
- Rewrite as:
∫ tan⁶(x) sec²(x) sec²(x) dx - Use identity:
∫ tan⁶(x) (1 + tan²(x)) sec²(x) dx - Let
u = tan(x),du = sec²(x) dx. - Integral becomes:
∫ u⁶(1 + u²) du = ∫ (u⁶ + u⁸) du - Result:
(u⁷/7) + (u⁹/9) + Cwhich is(1/7)tan⁷(x) + (1/9)tan⁹(x) + C.
- Rewrite as:
- Example: ∫ tan⁶(x) sec⁴(x) dx
- If n is odd: Save
sec(x)tan(x)and convert the remaining even power oftan(x)tosec(x)usingtan²(x) = sec²(x) - 1. Then use u-substitution withu = sec(x).
- If m is even: Save
3. Trigonometric Substitution
This technique is used for integrals involving expressions of the form √(a² - x²), √(a² + x²), or √(x² - a²).
-
Substitution Rules:
- For
√(a² - x²): Letx = a sin(θ) - For
√(a² + x²): Letx = a tan(θ) - For
√(x² - a²): Letx = a sec(θ)
- For
-
Process:
- Identify the form of the expression and choose the appropriate substitution.
- Calculate
dxin terms ofdθ. - Substitute
xanddxinto the integral. - Simplify the expression, often using trigonometric identities (e.g.,
1 - sin²(θ) = cos²(θ),1 + tan²(θ) = sec²(θ),sec²(θ) - 1 = tan²(θ)). - Integrate with respect to
θ. - Convert the result back to
xusing a right triangle based on the initial substitution.
-
Example: ∫ √(4 - x²) / x² dx
- Form is
√(a² - x²), witha = 2. - Substitution:
x = 2 sin(θ), sodx = 2 cos(θ) dθ. √(4 - x²) = √(4 - 4 sin²(θ)) = √(4 cos²(θ)) = 2 cos(θ).- Integral becomes:
(2 cos(θ)) / (4 sin²(θ)) * (2 cos(θ) dθ) - Simplifies to:
(4 cos²(θ)) / (4 sin²(θ)) dθ = cot²(θ) dθ. - Use identity:
cot²(θ) = csc²(θ) - 1. - Integral becomes:
∫ (csc²(θ) - 1) dθ. - Integrate:
-cot(θ) - θ + C. - Convert back to
x:- From
x = 2 sin(θ), we getsin(θ) = x/2. - Construct a right triangle: opposite =
x, hypotenuse =2, adjacent =√(4 - x²). cot(θ) = adjacent / opposite = √(4 - x²) / x.θ = arcsin(x/2).
- From
- Result:
-√(4 - x²) / x - arcsin(x/2) + C.
- Form is
Ask Sia for quick explanations, examples, and study support.