1. Further Differentiation P2
Further Standard Derivatives
📐 Worked Example 1 — Differentiating Reciprocal and Inverse Trig
Differentiate: (a) y = sec(3x) (b) y = arctan(2x) (c) y = x arcsin x (d) y = ln(sec x + tan x)
dy/dx = (1/u)·sec x · u = sec x
(This is the standard result: d/dx[ln|sec x + tan x|] = sec x)
Logarithmic Differentiation
📐 Worked Example 2 — Logarithmic Differentiation
Find dy/dx for: (a) y = xˣ (b) y = x²(x+1)³/(2x−1)⁴
(1/y)(dy/dx) = ln x + x·(1/x) = ln x + 1
dy/dx = xˣ(1 + ln x)
(1/y)dy/dx = 2/x + 3/(x+1) − 8/(2x−1)
dy/dx = y[2/x + 3/(x+1) − 8/(2x−1)] where y = x²(x+1)³/(2x−1)⁴
2. Integration by Parts P2
Integration by Parts Formula
LIATE rule for choosing u (differentiate u, integrate dv/dx):
Logarithm > Inverse trig > Algebraic > Trig > Exponential
Choose u as the type that appears earlier in LIATE.
📐 Worked Example 3 — Integration by Parts
Find: (a) ∫x eˣ dx (b) ∫x² sin x dx (c) ∫ln x dx (d) ∫arctan x dx
∫x eˣ dx = x eˣ − ∫eˣ dx = x eˣ − eˣ + c = eˣ(x−1) + c
∫x²sin x dx = −x²cos x + ∫2x cos x dx
Now ∫2x cos x dx: u=2x, dv=cos x → du=2dx, v=sin x
= 2x sin x − ∫2 sin x dx = 2x sin x + 2cos x
= −x²cos x + 2x sin x + 2cos x + c
= x ln x − ∫x·(1/x) dx = x ln x − ∫1 dx = x ln x − x + c
= x arctan x − ∫x/(1+x²) dx = x arctan x − ½ln(1+x²) + c
= x arctan x − ½ln(1+x²) + c
📐 Worked Example 4 — Cyclic Integration by Parts
Find ∫eˣ sin x dx.
I = eˣ sin x − ∫eˣ cos x dx
∫eˣ cos x dx = eˣ cos x − ∫eˣ(−sin x)dx = eˣ cos x + ∫eˣ sin x dx = eˣ cos x + I
2I = eˣ sin x − eˣ cos x = eˣ(sin x − cos x)
I = ½eˣ(sin x − cos x) + c
3. Further Integration Techniques P2
Integrating Partial Fractions
📐 Worked Example 5 — Integration Using Partial Fractions
Find ∫(4x+2)/[(x+3)(x−1)] dx.
4x+2 = A(x−1)+B(x+3): x=1→B=6/4=3/2; x=−3→A=−10/(−4)=5/2
= 5/2 ln|x+3| + 3/2 ln|x−1| + c
Integrating Trig Functions Using Identities
Key Integration Results Using Identities
📐 Worked Example 6 — Trig Integration
Find: (a) ∫sin⁴x dx (b) ∫sin³x dx
cos²2x = ½(1+cos4x)
sin⁴x = ¼(1−2cos2x+½+½cos4x) = ¼(3/2−2cos2x+½cos4x)
∫sin⁴x dx = ¼[3x/2 − sin2x + sin4x/8] + c
= 3x/8 − sin2x/4 + sin4x/32 + c
∫sin x dx = −cos x; ∫sin x cos²x dx: let u=cos x, du=−sin x dx → ∫−u² du = u³/3
= −cos x + cos³x/3 + c
Integration Using Standard Forms Involving arcsin and arctan
Inverse Trig Integration Results
📐 Worked Example 7 — arcsin and arctan Integration
Find: (a) ∫1/√(9−x²) dx (b) ∫1/(4+9x²) dx (c) ∫₀² 1/(x²+4) dx
= (1/4)·(2/3)arctan(3x/2) + c = (1/6)arctan(3x/2) + c
= (1/2)arctan(1) − (1/2)arctan(0) = (1/2)(π/4) − 0 = π/8
Completing the Square in Integration
📐 Worked Example 8 — Completing the Square
Find: (a) ∫1/(x²+4x+13) dx (b) ∫1/√(8+2x−x²) dx
∫1/[(x+2)²+9] dx = (1/3)arctan((x+2)/3) + c
= (1/3)arctan((x+2)/3) + c
∫1/√(9−(x−1)²) dx = arcsin((x−1)/3) + c
= arcsin((x−1)/3) + c
4. Further Integration by Substitution P2
📐 Worked Example 9 — Trigonometric Substitution
Use the substitution x = 3sinθ to find ∫x²/√(9−x²) dx.
= 9[θ/2 − sin2θ/4] + c = 9[θ/2 − sinθcosθ/2] + c
= 9[arcsin(x/3)/2 − x√(9−x²)/18] + c = (9/2)arcsin(x/3) − x√(9−x²)/2 + c
📐 Worked Example 10 — Definite Integral with Substitution
Use the substitution u = eˣ+1 to find ∫₀^(ln3) eˣ/(eˣ+1)² dx.
5. Improper Integrals P2
Types of Improper Integrals
📐 Worked Example 11 — Improper Integrals
Evaluate: (a) ∫₁^∞ 1/x² dx (b) ∫₁^∞ 1/x dx (c) ∫₀¹ 1/√x dx
∫₁^∞ 1/x² dx = 1 (converges)
∫₁^∞ 1/x dx diverges
∫₀¹ 1/√x dx = 2 (converges)
∫₁^∞ 1/xᵖ dx converges if p > 1 (value = 1/(p−1)); diverges if p ≤ 1.
∫₀¹ 1/xᵖ dx converges if p < 1 (value = 1/(1−p)); diverges if p ≥ 1.
Note the boundary p=1 diverges in both cases (gives ln).
6. Introduction to Differential Equations P2
Separable Differential Equations
1. Rearrange so all y terms (including dy) are on the left, all x terms (including dx) on the right.
2. Integrate both sides.
3. Apply the initial condition (if given) to find the constant of integration.
4. Express y explicitly if possible.
📐 Worked Example 12 — Separable ODE
Solve dy/dx = xy, given y = 2 when x = 0.
Integrate: ln|y| = x²/2 + c
y = Ae^(x²/2) (taking A as any non-zero constant)
y = 2e^(x²/2)
📐 Worked Example 13 — ODE with Partial Fractions
Solve dy/dx = (1−y)/x, given y = ½ when x = 1. Express y in terms of x.
Integrate: −ln|1−y| = ln|x| + c → ln|1−y| = −ln x + c (x > 0, so |x|=x)
1−y = A/x → y = 1 − A/x
y = 1 − 1/(2x)
📐 Worked Example 14 — Modelling with a Differential Equation
A population P grows at a rate proportional to its current size. Initially P = 500. After 10 years P = 1200. Find P as a function of t, and find t when P = 5000.
e^(10k)=2.4 → k = ln(2.4)/10 ≈ 0.0875
P = 500e^(0.0875t)
t ≈ 26.3 years
📝 Exam Practice Questions
Q1 [4 marks] — Find: (a) ∫x ln x dx (b) ∫x²eˣ dx
∫x ln x dx = (x²/2)ln x − ∫(x²/2)(1/x)dx = (x²/2)ln x − ∫x/2 dx
= (x²/2)ln x − x²/4 + c = x²(2ln x − 1)/4 + c
(b) Apply twice: ∫x²eˣdx = x²eˣ − 2∫xeˣdx = x²eˣ − 2(xeˣ−eˣ) + c
= eˣ(x²−2x+2) + c
Q2 [4 marks] — Find ∫(3x+1)/[(x−1)(x²+1)] dx.
3x+1=A(x²+1)+(Bx+C)(x−1). x=1: 4=2A→A=2.
Expand: 3x+1=2x²+2+Bx²−Bx+Cx−C. Coeff x²: 0=2+B→B=−2. Coeff x: 3=−B+C→C=1. Const: 1=2−C→C=1 ✓
∫[2/(x−1) + (−2x+1)/(x²+1)]dx = 2ln|x−1| − ln(x²+1) + arctan x + c
= 2ln|x−1| − ln(x²+1) + arctan x + c
Q3 [4 marks] — Evaluate ∫₀^(π/2) sin²x cos³x dx.
∫₀^(π/2) sin²x cos x(1−sin²x) dx = ∫₀^(π/2)(sin²x cos x − sin⁴x cos x) dx
Let u=sin x, du=cos x dx. Limits: 0→0, π/2→1
∫₀¹(u²−u⁴)du = [u³/3−u⁵/5]₀¹ = 1/3−1/5 = 2/15
Q4 [4 marks] — Solve the differential equation dy/dx = e^(x−y), given y = 0 when x = 0. Find y when x = 1.
Integrate: eʸ = eˣ + c
y=0, x=0: 1=1+c → c=0
eʸ = eˣ → y = x
When x=1: y = 1
Q5 [4 marks] — Determine whether ∫₁^∞ xe^(−x²) dx converges. If so, find its value.
= ∫₁^(t²) ½e^(−u) du = [−½e^(−u)]₁^(t²) = −½e^(−t²) + ½e^(−1)
As t→∞: e^(−t²)→0
∫₁^∞ xe^(−x²) dx = ½e^(−1) = 1/(2e) — converges.
Q6 [5 marks] — A curve has the property that dy/dx = y(3−y)/6. Given y = 1 when x = 0: (a) Solve the ODE to find y in terms of x. (b) Find the value of y as x→∞.
Partial fractions: 6/[y(3−y)] = 2/y + 2/(3−y) (since 6/(3y−y²) = A/y+B/(3−y): A=2, B=2)
∫(2/y + 2/(3−y))dy = ∫dx → 2ln y − 2ln(3−y) = x + c → 2ln[y/(3−y)] = x+c
y=1, x=0: 2ln(1/2)=c → c=−2ln2
2ln[y/(3−y)] = x−2ln2 → ln[y/(3−y)] = x/2−ln2 → y/(3−y) = e^(x/2)/2
2y = (3−y)e^(x/2) → y(2+e^(x/2)) = 3e^(x/2)
y = 3e^(x/2)/(2+e^(x/2)) = 3/(2e^(−x/2)+1)
(b) As x→∞: e^(−x/2)→0 → y→3