> This document covers the fundamental techniques of integration presented in Calculus II. Each module contains theorems, key concepts, and worked examples. Click on an example to view the detailed solution.
1. DEFINE u: Let u be the inner function.
u = x³ + 1
2. FIND du: Differentiate u with respect to x.
du = 3x² dx
3. REWRITE INTEGRAL: Adjust for the constant factor.
(1/3) ∫ √(x³ + 1) * (3x² dx)
4. SUBSTITUTE: Replace all terms with u and du.
(1/3) ∫ √u du = (1/3) ∫ u¹⁄² du
5. INTEGRATE: Apply the power rule for integration.
(1/3) * [ (2/3)u³⁄² ] + C = (2/9)u³⁄² + C
6. BACK-SUBSTITUTE: Convert the result back to x.
(2/9)(x³ + 1)³⁄² + C
1. CHOOSE u AND dv: Following LIPET, Logarithmic is chosen for u.
u = ln(x) dv = dx
du = (1/x) dx v = x
2. APPLY FORMULA: uv - ∫ v du
x*ln(x) - ∫ x * (1/x) dx
3. SIMPLIFY: The new integral is simpler.
x*ln(x) - ∫ 1 dx
4. INTEGRATE:
x*ln(x) - x + C
1. STRATEGY: The power is even, so use the half-angle identity.
∫ (cos²(x))² dx = ∫ [ (1 + cos(2x))/2 ]² dx
2. EXPAND THE INTEGRAND:
∫ (1/4) * (1 + 2cos(2x) + cos²(2x)) dx
3. APPLY IDENTITY AGAIN: Another even power requires another reduction.
cos²(2x) = (1 + cos(4x))/2
4. SUBSTITUTE AND SIMPLIFY:
∫ (1/4) * [1 + 2cos(2x) + (1 + cos(4x))/2] dx
∫ (1/4) * [3/2 + 2cos(2x) + (1/2)cos(4x)] dx
∫ [3/8 + (1/2)cos(2x) + (1/8)cos(4x)] dx
5. INTEGRATE TERM BY TERM:
(3/8)x + (1/2)*(1/2)sin(2x) + (1/8)*(1/4)sin(4x) + C
(3/8)x + (1/4)sin(2x) + (1/32)sin(4x) + C
1. IDENTIFY FORM: The expression matches √(a² - x²) with a=3.
Let x = 3sin(θ), which means dx = 3cos(θ)dθ.
2. SUBSTITUTE INTO THE INTEGRAL:
∫ 3cos(θ)dθ / [ (3sinθ)² * √(9 - 9sin²θ) ]
3. SIMPLIFY THE RADICAL:
√(9(1-sin²θ)) = √(9cos²θ) = 3cos(θ)
4. SIMPLIFY THE FULL INTEGRAL:
∫ 3cos(θ)dθ / [ 9sin²θ * 3cos(θ) ]
∫ 1 / (9sin²θ) dθ = (1/9) ∫ csc²(θ) dθ
5. INTEGRATE WITH RESPECT TO θ:
(1/9) * (-cot(θ)) + C
6. CONVERT BACK TO x: Use a reference triangle.
From x = 3sin(θ), we have sin(θ) = x/3 (opposite/hypotenuse).
The adjacent side is √(3²-x²) = √(9-x²).
Therefore, cot(θ) = adjacent/opposite = √(9-x²)/x.
Final Answer: -(1/9) * [√(9-x²)/x] + C
1. SET UP THE DECOMPOSITION:
(x+1)/[x(x-1)²] = A/x + B/(x-1) + C/(x-1)²
2. CLEAR THE DENOMINATOR by multiplying through:
x+1 = A(x-1)² + Bx(x-1) + Cx
3. SOLVE FOR COEFFICIENTS (Heaviside Cover-up Method):
Let x=1: 1+1 = C(1) => C = 2
Let x=0: 0+1 = A(-1)² => A = 1
4. SOLVE FOR THE REMAINING COEFFICIENT (B):
Expand and equate the coefficients of the x² term.
x+1 = A(x²-2x+1) + B(x²-x) + Cx
x+1 = (A+B)x² + (-2A-B+C)x + A
The coefficient of x² on the left is 0.
0 = A+B => 0 = 1+B => B = -1
5. REWRITE THE INTEGRAL with the simpler fractions:
∫ [ 1/x - 1/(x-1) + 2/(x-1)² ] dx
6. INTEGRATE TERM BY TERM:
ln|x| - ln|x-1| + 2 * (-1/(x-1)) + C
ln|x| - ln|x-1| - 2/(x-1) + C