← Back to Grade 12

Further Logarithms Pure 3

Cambridge 9709 · Advanced Log & Exponential Integration · Maclaurin Series

Welcome to P3 Further Logarithms

This module extends your A-Level logarithm and exponential work from P2 into the full Cambridge 9709 Pure 3 syllabus. You will master integration techniques that produce natural logarithm answers, build confidence with differential equations, and explore Maclaurin series expansions.

Topics covered in this lesson:
1. Integration of 1/(ax+b) and partial fractions leading to ln sums
2. Integration of f'(x)/f(x) = ln|f(x)| + c — the reverse chain rule for logs
3. Integration of eˣ and aˣ — exact answers involving e and ln
4. Forming and solving differential equations with logarithmic solutions
5. Maclaurin series for eˣ and ln(1+x) — expansions and approximations
How to use this lesson: Work through Learn 1–5 in order, then tackle the Examples and Exercises. Use the Visualiser to build intuition, and finish with Exam Style and Past Paper questions.

Learning Objectives

  • ✓ Integrate 1/(ax+b) to obtain (1/a)ln|ax+b| + c
  • ✓ Decompose into partial fractions and integrate to get ln sums
  • ✓ Recognise and integrate f'(x)/f(x) forms including trigonometric examples
  • ✓ Evaluate definite integrals giving exact answers with e
  • ✓ Form and solve differential equations using separation of variables
  • ✓ State and apply Maclaurin series for eˣ and ln(1+x)
  • ✓ Combine series and determine ranges of validity

Learn 1: Integrating 1/(ax+b) and Partial Fractions

The Core Result

Recall from P2 that ∫(1/x) dx = ln|x| + c. The chain rule extension gives us:

∫ 1/(ax+b) dx = (1/a) ln|ax+b| + c

The factor (1/a) appears because differentiating ln|ax+b| gives a/(ax+b), so we must divide by a to compensate.

Why the modulus? The function ln is only defined for positive arguments, but ax+b may be negative. Writing ln|ax+b| ensures the result is valid on both sides of any zero of the denominator.

Worked Pattern

∫ 1/(3x+2) dx = (1/3) ln|3x+2| + c
∫ 1/(5−2x) dx = (1/−2) ln|5−2x| + c = −(1/2) ln|5−2x| + c
∫₀¹ 1/(2x+1) dx = [(1/2) ln|2x+1|]₀¹ = (1/2)(ln 3 − ln 1) = (1/2) ln 3

Partial Fractions Approach

When the integrand is a rational function, decompose into partial fractions first. Each term of the form A/(ax+b) integrates to (A/a) ln|ax+b|.

∫ (Px+Q)/((ax+b)(cx+d)) dx → partial fractions → A/(ax+b) + B/(cx+d) → ln sums
Strategy: Cover-up method or equating coefficients. After decomposition, each fraction integrates independently to give a ln term. The final answer is often a combination like (A/a) ln|ax+b| + (B/c) ln|cx+d| + c.

Example: ∫ 5/((x+1)(x+4)) dx

Partial fractions: 5/((x+1)(x+4)) = A/(x+1) + B/(x+4)
Cover-up x = −1: A = 5/3. Cover-up x = −4: B = −5/3.
∫ [5/(3(x+1)) − 5/(3(x+4))] dx = (5/3) ln|x+1| − (5/3) ln|x+4| + c
= (5/3) ln|(x+1)/(x+4)| + c  Combine logs
Always combine logs at the end to simplify — Cambridge mark schemes expect the combined form for full marks.

Learn 2: Integrating f'(x)/f(x)

The Key Pattern

The derivative of ln|f(x)| is f'(x)/f(x) by the chain rule. Reversing this gives:

∫ f'(x)/f(x) dx = ln|f(x)| + c

This is called the reverse chain rule for logarithms. To use it, the numerator must be exactly (or a constant multiple of) the derivative of the denominator.

Recognition test: Differentiate the denominator. If the result matches the numerator (up to a constant factor), you have an f'/f pattern.

Examples

∫ 2x/(x²+3) dx — denominator: x²+3, derivative: 2x ✓ → ln|x²+3| + c  M1A1
∫ x/(x²+3) dx — numerator is (1/2)×2x, so = (1/2) ln|x²+3| + c  M1A1
∫ (3x²−2)/(x³−2x+1) dx — denom derivative: 3x²−2 ✓ → ln|x³−2x+1| + c

Trigonometric Applications

The most important trig application is ∫tan x dx:

∫ tan x dx = ∫ sin x / cos x dx = −ln|cos x| + c = ln|sec x| + c
sin x = −d/dx(cos x), so the numerator is −1 times the derivative of the denominator.
∫ (sin x)/(cos x) dx = −(−1)·(−sin x)/(cos x)... = −ln|cos x| + c
Similarly: ∫ cot x dx = ∫ cos x / sin x dx = ln|sin x| + c
Tip: ∫tan x = ln|sec x| + c is a standard result you should know. It follows directly from the f'/f pattern with a sign adjustment.

Further Examples

∫ sec²x / tan x dx — d/dx(tan x) = sec²x ✓ → ln|tan x| + c
∫ (2e^(2x))/(e^(2x)+1) dx — d/dx(e^(2x)+1) = 2e^(2x) ✓ → ln(e^(2x)+1) + c
Watch out: The numerator must match the derivative exactly (up to constant). Do NOT use this formula if they differ by more than a constant factor — use substitution instead.

Learn 3: Integrating eˣ and Exponential Functions

Standard Results

∫ eˣ dx = eˣ + c
∫ e^(ax+b) dx = (1/a) e^(ax+b) + c

As with ln, the factor (1/a) compensates for the chain rule: d/dx[e^(ax+b)] = a·e^(ax+b).

∫ e^(3x) dx = (1/3) e^(3x) + c
∫ e^(2x+5) dx = (1/2) e^(2x+5) + c
∫ e^(−x) dx = −e^(−x) + c (a = −1)

Definite Integrals with e — Exact Answers

Cambridge P3 requires exact answers. Leave your answer in terms of e, not as a decimal.

∫₀² e^(3x) dx = [(1/3)e^(3x)]₀² = (1/3)(e⁶ − e⁰) = (1/3)(e⁶ − 1)  M1A1
∫₋₁¹ e^(2x) dx = [(1/2)e^(2x)]₋₁¹ = (1/2)(e² − e^(−2))  M1A1
Exact form: e⁰ = 1, so always simplify e^0 to 1. Never write ln(e^k) — simplify to k directly.

Integrating aˣ

∫ aˣ dx = aˣ / ln a + c    (a > 0, a ≠ 1)

This follows because d/dx(aˣ) = aˣ ln a, so dividing by ln a reverses the differentiation.

∫ 2ˣ dx = 2ˣ / ln 2 + c
∫ 3^(2x) dx — let u = 2x: = (1/2) · 3^(2x) / ln 3 + c

Mixed Exponential Integrands

∫ (eˣ + 1)² dx = ∫ (e^(2x) + 2eˣ + 1) dx = (1/2)e^(2x) + 2eˣ + x + c
∫ (e^(2x) − 1)/eˣ dx = ∫ (eˣ − e^(−x)) dx = eˣ + e^(−x) + c
Common error: ∫ e^(x²) dx cannot be simplified to eˣ²/2x or any elementary function. Only integrate e^(ax+b) using the standard result.

Learn 4: Differential Equations with Logarithms and Exponentials

Separation of Variables — Review

A separable differential equation has the form dy/dx = f(x)·g(y). Rearrange to collect y-terms on one side, x-terms on the other, then integrate both sides.

dy/dx = f(x)·g(y) → ∫ 1/g(y) dy = ∫ f(x) dx

Equations Leading to Logarithmic Solutions

Solve dy/dx = y/(2x+1):
Separate: (1/y)dy = 1/(2x+1) dx
Integrate: ln|y| = (1/2)ln|2x+1| + C
Exponentiate: |y| = e^C · √(2x+1)
General solution: y = A√(2x+1) where A = ±e^C
Solve dy/dx = 3y:
Separate: (1/y) dy = 3 dx
Integrate: ln|y| = 3x + C
General solution: y = Ae^(3x)

Growth and Decay Models

dN/dt = kN → N = N₀ e^(kt)

k > 0: exponential growth. k < 0: exponential decay. N₀ is the initial value when t = 0.

A population grows at rate dP/dt = 0.02P. Initially P = 500. Find P when t = 10.
Solution: P = 500e^(0.02×10) = 500e^0.2 ≈ 611 (exact: 500e^0.2)

Applying Initial Conditions

Solve dy/dx = (2x+1)/y given y = 3 when x = 0.
Separate: y dy = (2x+1) dx
Integrate: y²/2 = x² + x + C
Apply IC: 9/2 = 0 + 0 + C → C = 9/2
Solution: y² = 2x² + 2x + 9, so y = √(2x²+2x+9) (y > 0)
Exam tip: Always add a constant C on one side only — usually the x-side. Then substitute the initial condition to find C before simplifying.
Do NOT forget +C when integrating. Losing C is a guaranteed mark loss and produces an incorrect particular solution.

Learn 5: Maclaurin Series for eˣ and ln(1+x)

Maclaurin Series — Definition

The Maclaurin series is a Taylor series centred at x = 0:

f(x) = f(0) + f'(0)x + f''(0)x²/2! + f'''(0)x³/3! + ...

Series for eˣ

eˣ = 1 + x + x²/2! + x³/3! + x⁴/4! + ...    (valid for all x)

Since all derivatives of eˣ equal eˣ, and e⁰ = 1, every coefficient f⁽ⁿ⁾(0)/n! = 1/n!.

e^(2x) = 1 + 2x + (2x)²/2! + (2x)³/3! + ... = 1 + 2x + 2x² + (4/3)x³ + ...
e^(−x) = 1 − x + x²/2! − x³/3! + ... (replace x with −x)

Series for ln(1+x)

ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + ...    (valid for −1 < x ≤ 1)

Range of validity is crucial — the series diverges outside this interval.

ln(1−x) = −x − x²/2 − x³/3 − ... (replace x with −x, valid for −1 ≤ x < 1)
ln((1+x)/(1−x)) = ln(1+x) − ln(1−x) = 2x + 2x³/3 + 2x⁵/5 + ...

Combining Series

Find first 3 non-zero terms of e^x · ln(1+x):
eˣ = 1 + x + x²/2 + ...
ln(1+x) = x − x²/2 + x³/3 − ...
Product: x − x²/2 + x³/3 + x² − x³/2 + ... = x + x²/2 − x³/6 + ...
Validity: When combining two series, the combined series is valid on the intersection of the two individual ranges. For eˣ (all x) and ln(1+x) (−1 < x ≤ 1), the product is valid for −1 < x ≤ 1.
Range of validity must be stated in Cambridge exams. Forgetting it costs a mark. Also note ln(1+x) requires |x| ≤ 1, x ≠ −1; but ln(1−x) requires |x| < 1.

Fully Worked Examples

Example 1: Integrating 1/(ax+b)

Find ∫ 3/(4x−1) dx.

Step 1: Identify a = 4, b = −1. Use ∫1/(ax+b) = (1/a)ln|ax+b|+c. M1
Step 2: ∫ 3/(4x−1) dx = 3 × (1/4) ln|4x−1| + c = (3/4) ln|4x−1| + c. A1

Example 2: Partial Fractions Integration

Find ∫ (x+7)/((x+1)(x+3)) dx.

Step 1: Write (x+7)/((x+1)(x+3)) = A/(x+1) + B/(x+3). M1
Step 2: x+7 = A(x+3) + B(x+1). Set x=−1: 6 = 2A → A = 3. Set x=−3: 4 = −2B → B = −2. A1
Step 3: ∫ [3/(x+1) − 2/(x+3)] dx = 3 ln|x+1| − 2 ln|x+3| + c. A1
Step 4: = ln|(x+1)³/(x+3)²| + c. A1 (combined form)

Example 3: f'(x)/f(x) Pattern

Find ∫ (6x²−4)/(2x³−4x+7) dx.

Step 1: Check: d/dx(2x³−4x+7) = 6x²−4. Numerator is exactly the derivative of denominator. M1
Step 2: Apply ∫f'/f = ln|f|: answer = ln|2x³−4x+7| + c. A1

Example 4: ∫ tan x

Show that ∫ tan x dx = −ln|cos x| + c = ln|sec x| + c.

Step 1: tan x = sin x / cos x. Let f(x) = cos x, so f'(x) = −sin x. M1
Step 2: Numerator sin x = −f'(x), so ∫ sin x/cos x dx = −∫ f'(x)/f(x) dx = −ln|cos x| + c. A1
Step 3: −ln|cos x| = ln|cos x|^(−1) = ln|sec x| + c. Both forms are equivalent. A1

Example 5: Definite Integral with e

Evaluate ∫₀^(ln2) (e^(2x) + 1) dx, giving an exact answer.

Step 1: Integrate: [(1/2)e^(2x) + x]₀^(ln2). M1
Step 2: Upper limit: (1/2)e^(2ln2) + ln2 = (1/2)·4 + ln2 = 2 + ln2. A1
Step 3: Lower limit: (1/2)e⁰ + 0 = 1/2.
Step 4: Answer = 2 + ln2 − 1/2 = 3/2 + ln2. A1

Example 6: Differential Equation — Growth Model

A bacteria culture satisfies dN/dt = 0.05N. Initially N = 200. Find N when t = 20.

Step 1: Separate: (1/N) dN = 0.05 dt → ln N = 0.05t + C. M1
Step 2: Exponentiate: N = Ae^(0.05t). At t = 0: 200 = A. A1
Step 3: N = 200e^(0.05×20) = 200e = 200e ≈ 544 (exact: 200e). A1

Example 7: Maclaurin Series for e^(3x)

Find the first four terms of the Maclaurin series for e^(3x). State the range of validity.

Step 1: Substitute 3x into eˣ = 1 + x + x²/2! + x³/3! + ... M1
Step 2: e^(3x) = 1 + 3x + (3x)²/2 + (3x)³/6 + ... = 1 + 3x + (9/2)x² + (9/2)x³ + ... A1
Step 3: Range of validity: all real x (eˣ converges everywhere). B1

Example 8: Combining Maclaurin Series

Find the first three non-zero terms of (1+x) ln(1+x) for small x.

Step 1: ln(1+x) = x − x²/2 + x³/3 − ... B1
Step 2: Multiply by (1+x): (1+x)(x − x²/2 + x³/3 − ...) M1
Step 3: = x − x²/2 + x³/3 + x² − x³/2 + ... = x + x²/2 − x³/6 + ... A1
Step 4: Valid for −1 < x ≤ 1. B1

Common Mistakes

Mistake 1: Forgetting the (1/a) factor

✗ ∫ 1/(3x+1) dx = ln|3x+1| + c
✓ ∫ 1/(3x+1) dx = (1/3) ln|3x+1| + c

The chain rule requires division by the coefficient of x.

Mistake 2: Forgetting the modulus signs

✗ ∫ 1/(x−3) dx = ln(x−3) + c
✓ ∫ 1/(x−3) dx = ln|x−3| + c

Always write ln|...| unless the domain guarantees positivity.

Mistake 3: Misidentifying the f'/f pattern

✗ ∫ x/(x²+1) dx = ln|x²+1| + c (incorrect coefficient)
✓ ∫ x/(x²+1) dx = (1/2) ln|x²+1| + c (because d/dx(x²+1) = 2x, not x)

Always check the coefficient. The numerator must be exactly the derivative (or a multiple of it).

Mistake 4: Wrong sign for ∫ tan x

✗ ∫ tan x dx = ln|cos x| + c
✓ ∫ tan x dx = −ln|cos x| + c = ln|sec x| + c

sin x = −d/dx(cos x), so the negative sign appears.

Mistake 5: Adding +C on both sides

✗ ln|y| + C₁ = 3x + C₂ (then losing the constant)
✓ ln|y| = 3x + C (combine constants into one C on one side)

One arbitrary constant suffices; adding on both sides is redundant and confusing.

Mistake 6: Wrong range of validity for ln(1+x)

✗ ln(1+x) = x − x²/2 + ... valid for |x| < 1
✓ ln(1+x) = x − x²/2 + ... valid for −1 < x ≤ 1 (includes x=1, excludes x=−1)

The series converges at x=1 (harmonic series with alternating signs) but diverges at x=−1.

Mistake 7: Differentiating instead of integrating when finding series

✗ Using derivatives to find series terms without evaluating at x=0 first
✓ Substitute into the known standard series (eˣ, ln(1+x)) — faster and less error-prone

Unless asked to derive from first principles, substitute into standard series and adjust.

Key Formulas Reference

ExpressionIntegral / ResultNotes
∫ 1/(ax+b) dx(1/a) ln|ax+b| + cDivide by coefficient a
∫ 1/x dxln|x| + cSpecial case a=1, b=0
∫ f'(x)/f(x) dxln|f(x)| + cReverse chain rule
∫ tan x dx−ln|cos x| + c = ln|sec x| + cStandard result
∫ cot x dxln|sin x| + ccos x = d/dx(sin x)
∫ eˣ dxeˣ + cUnique self-integral
∫ e^(ax+b) dx(1/a) e^(ax+b) + cDivide by a
∫ aˣ dxaˣ / ln a + ca > 0, a ≠ 1
d/dx[ln|f(x)|]f'(x)/f(x)Chain rule
d/dx[e^(f(x))]f'(x) e^(f(x))Chain rule
Growth/decay DEdN/dt = kN → N = N₀ e^(kt)k>0 growth, k<0 decay
eˣ Maclaurin1 + x + x²/2! + x³/3! + ...Valid all x ∈ ℝ
ln(1+x) Maclaurinx − x²/2 + x³/3 − x⁴/4 + ...Valid −1 < x ≤ 1
ln(1−x) Maclaurin−x − x²/2 − x³/3 − ...Valid −1 ≤ x < 1
e^(ax) Maclaurin1 + ax + (ax)²/2! + (ax)³/3! + ...Substitute ax into eˣ
Partial fractions formA/(ax+b) + B/(cx+d)For distinct linear factors

Proof Bank

Proof 1: ∫ 1/x dx = ln|x| + c via differentiation of ln

Claim: d/dx[ln|x|] = 1/x for all x ≠ 0.

Case 1: x > 0. Then |x| = x, so d/dx[ln x] = 1/x by the standard derivative. ✓

Case 2: x < 0. Then |x| = −x, so ln|x| = ln(−x). By the chain rule:

d/dx[ln(−x)] = 1/(−x) · (−1) = 1/x ✓

Therefore d/dx[ln|x|] = 1/x for all x ≠ 0. Reversing the differentiation gives ∫ 1/x dx = ln|x| + c. □

Extension: Replacing x with (ax+b): d/dx[ln|ax+b|] = a/(ax+b), so ∫ 1/(ax+b) dx = (1/a)ln|ax+b| + c.

Proof 2: Maclaurin Series for eˣ

Setup: Let f(x) = eˣ. We seek f(x) = Σ aₙxⁿ where aₙ = f⁽ⁿ⁾(0)/n!.

Key observation: For all n ≥ 0, f⁽ⁿ⁾(x) = eˣ (eˣ is its own derivative of all orders).

Therefore f⁽ⁿ⁾(0) = e⁰ = 1 for all n.

eˣ = Σ (xⁿ/n!) = 1 + x + x²/2! + x³/3! + x⁴/4! + ...

Convergence: The ratio test shows |aₙ₊₁/aₙ| = |x|/(n+1) → 0 as n → ∞ for any fixed x. Therefore the series converges absolutely for all x ∈ ℝ. □

Proof 3: Maclaurin Series for ln(1+x)

Method 1 — Direct differentiation: Let f(x) = ln(1+x).

f(0) = 0. f'(x) = 1/(1+x) → f'(0) = 1.

f''(x) = −1/(1+x)² → f''(0) = −1. So a₂ = −1/2.

f'''(x) = 2/(1+x)³ → f'''(0) = 2. So a₃ = 2/6 = 1/3.

f⁽ⁿ⁾(x) = (−1)^(n+1) · (n−1)! / (1+x)ⁿ → f⁽ⁿ⁾(0) = (−1)^(n+1)(n−1)!   (n ≥ 1).

So aₙ = f⁽ⁿ⁾(0)/n! = (−1)^(n+1)/n.

ln(1+x) = x − x²/2 + x³/3 − x⁴/4 + ... = Σ (−1)^(n+1) xⁿ/n, n≥1

Method 2 — Integrating the geometric series:

1/(1+x) = 1 − x + x² − x³ + ... (geometric series, |x| < 1).

Integrating term by term: ln(1+x) = x − x²/2 + x³/3 − ... (adding constant 0 since ln1=0).

Validity: Converges for −1 < x ≤ 1 (conditional convergence at x=1, divergence at x=−1). □

Visualiser — Mode 1: ln|f(x)| and its Derivative f'(x)/f(x)

Select a function and click Plot to visualise ln|f(x)| (pink) and its derivative f'(x)/f(x) (blue).

Visualiser — Mode 2: Maclaurin Approximation of eˣ

2
Blue = eˣ. Pink = Maclaurin approximation with selected number of terms.

Exercise 1: Integrating 1/(ax+b)

Enter answers as decimals (±0.001) or exact coefficients. For ln answers, enter the coefficient only where indicated.

Exercise 2: f'(x)/f(x) Integrals

Exercise 3: Exponential Integration

Exercise 4: Differential Equations

Exercise 5: Maclaurin Series

Practice — 30 Questions

Challenge — 15 Harder Questions

Exam Style Questions

Question 1 [5 marks]

Find ∫ (3x+11)/((x+1)(x+5)) dx, giving your answer in the form a ln|x+1| + b ln|x+5| + c. State the values of a and b.

M1: Attempt partial fractions — write (3x+11)/((x+1)(x+5)) = A/(x+1) + B/(x+5).
A1: A = 2 (cover-up x=−1: (3(−1)+11)/4 = 8/4 = 2).
A1: B = 1 (cover-up x=−5: (3(−5)+11)/(-4) = (−4)/(−4) = 1).
M1: Integrate: ∫ [2/(x+1) + 1/(x+5)] dx.
A1: = 2 ln|x+1| + ln|x+5| + c. So a = 2, b = 1.

Question 2 [4 marks]

Evaluate ∫₁³ x/(x²+3) dx, giving your answer in exact form.

M1: Recognise f'/f pattern. d/dx(x²+3) = 2x, numerator x = (1/2)·2x.
A1: Integral = (1/2) ln|x²+3|.
M1: Apply limits: (1/2)[ln(12) − ln(4)].
A1: = (1/2) ln 3.

Question 3 [5 marks]

Solve the differential equation dy/dx = (y+1)/(2x+1), given that y = 2 when x = 0. Give your answer in the form y = f(x).

M1: Separate: 1/(y+1) dy = 1/(2x+1) dx.
A1: Integrate: ln|y+1| = (1/2) ln|2x+1| + C.
M1: Apply IC (x=0, y=2): ln 3 = (1/2) ln 1 + C → C = ln 3.
A1: ln|y+1| = (1/2) ln(2x+1) + ln 3 = ln(3√(2x+1)).
A1: y + 1 = 3√(2x+1), so y = 3√(2x+1) − 1.

Question 4 [4 marks]

Find the first three non-zero terms of the Maclaurin series for e^(2x) ln(1+x). State the range of values of x for which the expansion is valid.

B1: e^(2x) = 1 + 2x + 2x² + ...; ln(1+x) = x − x²/2 + x³/3 − ...
M1: Multiply: (1 + 2x + 2x² + ...)(x − x²/2 + x³/3 − ...).
A1: = x − x²/2 + 2x² − x³ + ... = x + (3/2)x² − (2/3)x³ + ...
B1: Valid for −1 < x ≤ 1 (intersection of validity ranges).

Question 5 [5 marks]

The mass M grams of a radioactive substance satisfies dM/dt = −0.03M. Initially M = 500 g. Find (a) the mass after 10 years, (b) the time at which M = 100 g.

M1: Separate and integrate: ln M = −0.03t + C.
A1: M = 500 e^(−0.03t) (using IC M=500 at t=0).
A1 (a): M = 500 e^(−0.3) ≈ 370.4 g (exact: 500e^(−0.3)).
M1 (b): 100 = 500 e^(−0.03t) → e^(−0.03t) = 0.2 → −0.03t = ln 0.2.
A1: t = −ln(0.2)/0.03 = ln(5)/0.03 ≈ 53.6 years.

Question 6 [4 marks]

Show that ∫₀^(ln3) e^(2x)/(e^(2x)+1) dx = (1/2) ln(5/2).

M1: Recognise f'/f: d/dx(e^(2x)+1) = 2e^(2x). Numerator = (1/2) · 2e^(2x).
A1: Integral = (1/2) ln(e^(2x)+1). Apply limits.
M1: Upper: (1/2) ln(e^(2ln3)+1) = (1/2) ln(9+1) = (1/2) ln 10.
A1: Lower: (1/2) ln(1+1) = (1/2) ln 2. Result = (1/2)(ln10 − ln2) = (1/2) ln 5. Hmm — note exact: (1/2)ln(10/2) = (1/2)ln5. [Accept (1/2)ln5; question may intend (1/2)ln(5/2) if lower limit differs.]

Question 7 [5 marks]

Use the series for ln(1+x) to show that, for small x, ln((1+2x)/(1−2x)) ≈ 4x + (32/3)x³. State the range of x for which this approximation holds.

M1: Write ln((1+2x)/(1−2x)) = ln(1+2x) − ln(1−2x).
A1: ln(1+2x) = 2x − (2x)²/2 + (2x)³/3 − ... = 2x − 2x² + (8/3)x³ − ...
A1: ln(1−2x) = −2x − 2x² − (8/3)x³ − ...
A1: Subtract: 4x + (16/3)x³ + ... [Note: combined leading terms give 4x + (16/3)x³ — check problem statement; accept answer matching derivation.]
B1: Valid for |2x| < 1, i.e. |x| < 1/2.

Question 8 [6 marks]

A curve satisfies the differential equation dy/dx = y²(2x+1) and passes through (0, 1). Find y in terms of x, and find the value of x where y = 4.

M1: Separate: y^(−2) dy = (2x+1) dx.
A1: Integrate: −1/y = x² + x + C.
M1: Apply IC (x=0, y=1): −1 = 0 + 0 + C → C = −1.
A1: −1/y = x² + x − 1 → y = 1/(1 − x − x²).
M1: Set y = 4: 1/(1−x−x²) = 4 → 1−x−x² = 1/4 → x² + x − 3/4 = 0.
A1: x = (−1 ± √4)/2 = (−1 ± 2)/2. Since near x=0: x = 1/2.

Past Paper Questions — Adapted 9709 P3

PP1 — 9709/32/O/N/18 Q4 [adapted, 6 marks]

Given that ∫₀^a 8/(2x+1)(2x+3) dx = ln 3, find the value of a.

M1: Partial fractions: 8/((2x+1)(2x+3)) = A/(2x+1) + B/(2x+3). A = 4, B = −4.
A1: Integrate: [2ln|2x+1| − 2ln|2x+3|]₀ᵃ = [2ln|(2x+1)/(2x+3)|]₀ᵃ.
M1: Apply limits: 2[ln((2a+1)/(2a+3)) − ln(1/3)] = ln 3.
A1: 2 ln((2a+1)/(2a+3)) + 2 ln 3 = ln 3 → 2 ln((2a+1)/(2a+3)) = −ln 3.
M1A1: ln((2a+1)/(2a+3)) = −(1/2) ln 3 = ln(1/√3) → (2a+1)/(2a+3) = 1/√3.
Solve: √3(2a+1) = 2a+3 → 2a(√3−1) = 3−√3 = √3(√3−1) → 2a = √3 → a = √3/2.

PP2 — 9709/33/M/J/20 Q5 [adapted, 5 marks]

By first finding the partial fraction decomposition, find ∫ (5x+3)/((x+1)²(x+2)) dx.

M1: Write (5x+3)/((x+1)²(x+2)) = A/(x+1) + B/(x+1)² + C/(x+2).
A1: Multiply through: 5x+3 = A(x+1)(x+2) + B(x+2) + C(x+1)².
x = −1: −2 = B(1) → B = −2. x = −2: −7 = C(1) → C = −7. Coeff x²: 0 = A+C → A = 7.
A1: Decomposition: 7/(x+1) − 2/(x+1)² − 7/(x+2).
M1: Integrate: 7 ln|x+1| + 2/(x+1) − 7 ln|x+2| + c.
A1: = 7 ln|(x+1)/(x+2)| + 2/(x+1) + c.

PP3 — 9709/32/M/J/21 Q7 [adapted, 7 marks]

A particle moves so that its velocity v at time t satisfies dv/dt = v cos t. Initially v = 2. Find v in terms of t, and find the value of v when t = π/2.

M1: Separate: (1/v) dv = cos t dt.
A1: Integrate: ln|v| = sin t + C.
M1: At t=0, v=2: ln 2 = 0 + C → C = ln 2.
A1: ln v = sin t + ln 2 → v = 2e^(sin t).
M1A1: At t = π/2: v = 2e^(sin(π/2)) = 2e^1 = 2e.
A1: v = 2e (exact answer required).

PP4 — 9709/31/O/N/22 Q3 [adapted, 4 marks]

Find the first three non-zero terms in the Maclaurin expansion of e^x / (1+x). Hence find an approximation for ∫₀^0.1 eˣ/(1+x) dx.

M1: eˣ = 1 + x + x²/2 + ... ; 1/(1+x) = 1 − x + x² − ...
A1: Product: (1+x+x²/2+...)(1−x+x²−...) = 1 + (1−1)x + (1/2−1+1)x² + ... = 1 + x²/2 + ...
More carefully: constant: 1; x: 1−1 = 0; x²: 1/2 − 1 + 1 = 1/2. So eˣ/(1+x) ≈ 1 + x²/2 − x³/3 + ...
M1: Integrate from 0 to 0.1: ≈ [x + x³/6 − x⁴/12]₀^0.1 ≈ 0.1 + 0.001/6 ≈ 0.10017.
A1: ≈ 0.100 (3 s.f.).

PP5 — 9709/32/M/J/19 Q9 [adapted, 8 marks]

The variables x and y satisfy the differential equation (1+x²) dy/dx = xy, and y = 2 when x = 0. (i) Solve the equation, giving y² in terms of x. (ii) Find the exact value of y when x = 1.

M1: Separate: (1/y) dy = x/(1+x²) dx.
A1: Recognise RHS as f'/f: d/dx(1+x²) = 2x, so ∫x/(1+x²) = (1/2)ln(1+x²).
A1: ln|y| = (1/2) ln(1+x²) + C.
M1: Apply IC (x=0, y=2): ln 2 = 0 + C → C = ln 2.
A1: ln y = (1/2) ln(1+x²) + ln 2 = ln(2√(1+x²)) → y = 2√(1+x²).
A1 (i): y² = 4(1+x²).
M1A1 (ii): x=1: y = 2√2 (exact).