Multiple choice · 100
Q1|−7| equals:
- A−7
- B7
- C0
- Dundefined
Show answer
Correct answer: B — 7
The modulus discards the sign and returns the size, which is 7.
Q2The corner of y = |5x − 15| is at:
- A(0, 15)
- B(3, 0)
- C(−3, 0)
- D(15, 0)
Show answer
Correct answer: B — (3, 0)
The corner is where the bracket is zero: 5x − 15 = 0 gives x = 3, and the y-value there is 0.
Q3How many solutions does |x + 1| = 6 have?
- Anone
- Bone
- Ctwo
- Dinfinitely many
Show answer
Correct answer: C — two
Both x + 1 = 6 and x + 1 = −6 are possible, giving x = 5 and x = −7. A horizontal line above the corner cuts the V twice.
Q4|x − 2| < 5 is equivalent to:
- Ax < 7
- B−3 < x < 7
- Cx < −3 or x > 7
- Dx > −3
Show answer
Correct answer: B — −3 < x < 7
x is within 5 of 2, so it lies between 2 − 5 = −3 and 2 + 5 = 7. Less-than always gives one interval.
Q5|x + 4| > 2 is equivalent to:
- A−6 < x < −2
- Bx < −6 or x > −2
- Cx > −2
- Dno solutions
Show answer
Correct answer: B — x < −6 or x > −2
x is further than 2 from −4, so it lies outside the interval, giving two separate regions.
Q6√(x²) is equal to:
- Ax
- B|x|
- C±x
- Dx²
Show answer
Correct answer: B — |x|
The square root sign denotes the non-negative root, so for x = −3 it gives 3, not −3. That is exactly what |x| does.
Q7To solve |2x − 1| = |x + 4|, the safest first step is:
- Asquare both sides
- Bdivide by x
- Cremove the bars and solve
- Ddifferentiate
Show answer
Correct answer: A — square both sides
With moduli on both sides, |a| = |b| ⟺ a² = b², so squaring removes both bars without introducing false solutions.
Q8A student solves |x − 3| = 2x by squaring and gets x = 1 and x = −3. They should:
- Aaccept both
- Bcheck both, and reject x = −3
- Creject both
- Dsquare again
Show answer
Correct answer: B — check both, and reject x = −3
Only one side carried a modulus, so squaring can invent solutions. At x = −3 the right side is −6, and a modulus cannot be negative, so that root must be discarded.
Q9The remainder when x³ − 2x + 4 is divided by (x − 1) is:
- A1
- B3
- C4
- D7
Show answer
Correct answer: B — 3
f(1) = 1 − 2 + 4 = 3. The remainder theorem replaces the whole long division with one substitution.
Q10(x − 5) is a factor of f(x) if:
- Af(5) = 0
- Bf(−5) = 0
- Cf(0) = 5
- Df(5) = 5
Show answer
Correct answer: A — f(5) = 0
The root of x − 5 is +5, so the factor theorem requires f(5) = 0.
Q11Before dividing x⁴ − 1 by (x − 1), you should write it as:
- Ax⁴ − 1
- Bx⁴ + 0x³ + 0x² + 0x − 1
- Cx⁴ + 1
- D(x²)² − 1
Show answer
Correct answer: B — x⁴ + 0x³ + 0x² + 0x − 1
Long division aligns terms by degree, so every missing power must appear with a zero coefficient or the columns go out of step.
Q12The remainder when f(x) is divided by (2x − 1) is:
- Af(2)
- Bf(1)
- Cf(1/2)
- Df(−1/2)
Show answer
Correct answer: C — f(1/2)
Substitute the root of the divisor. 2x − 1 = 0 gives x = 1/2.
Q13If f(x) = x³ + kx − 10 and (x − 2) is a factor, then k is:
- A1
- B−1
- C5
- D−5
Show answer
Correct answer: A — 1
f(2) = 8 + 2k − 10 = 0 gives 2k = 2, so k = 1.
Q14Dividing a cubic by a linear factor gives a quotient that is:
- Alinear
- Bquadratic
- Ccubic
- Dconstant
Show answer
Correct answer: B — quadratic
The degrees subtract: 3 − 1 = 2. That is why factorising a cubic reduces the problem to a quadratic you can already handle.
Q15A whole-number root of x³ + 2x² − 5x − 6 must divide:
- A2
- B5
- C6
- D3
Show answer
Correct answer: C — 6
Any integer root divides the constant term, so the candidates are ±1, ±2, ±3, ±6. Testing x = −1 gives 0, so (x + 1) is a factor.
Q16If dividing f(x) by (x − a) leaves remainder 0, then:
- Af(x) has no roots
- B(x − a) is a factor of f(x)
- Ca = 0
- Df(x) is linear
Show answer
Correct answer: B — (x − a) is a factor of f(x)
A zero remainder means the division is exact, which is precisely what it means for (x − a) to be a factor.
Q17Which fraction is proper?
- A(x² + 1)/(x − 3)
- B(x + 5)/(x² − 9)
- C(x³)/(x² + 1)
- D(x² − 4)/(x² + 4)
Show answer
Correct answer: B — (x + 5)/(x² − 9)
Degree 1 over degree 2 is proper. Option D has equal degrees, which counts as improper and must be divided first.
Q18The partial fraction form of 1/[(x−1)(x+4)] is:
- AA/(x−1) + B/(x+4)
- B(Ax+B)/[(x−1)(x+4)]
- CA/(x−1)²
- DA/[(x−1)(x+4)]
Show answer
Correct answer: A — A/(x−1) + B/(x+4)
Two distinct linear factors give one constant over each. Option B is just the original fraction rewritten and decomposes nothing.
Q19The form for 1/[(x+2)(x+2)] is:
- AA/(x+2)
- BA/(x+2) + B/(x+2)²
- CA/(x+2) + B/(x+2)
- D(Ax+B)/(x+2)²
Show answer
Correct answer: B — A/(x+2) + B/(x+2)²
A repeated factor needs a term for each power up to its multiplicity. Option C writes the same denominator twice, which just gives one constant A + B.
Q20For (2x+3)/[(x−1)(x²+1)], the numerator over x²+1 should be:
- AA
- BAx
- CAx + B
- DA/x
Show answer
Correct answer: C — Ax + B
x² + 1 has no real factors, so it takes a numerator one degree lower — a general linear expression Ax + B.
Q21To find A in (3x−2)/[(x−4)(x+1)] = A/(x−4) + B/(x+1), substitute:
- Ax = 0
- Bx = 4
- Cx = −4
- Dx = −1
Show answer
Correct answer: B — x = 4
x = 4 makes (x − 4) zero, killing the B term and leaving A alone. Substituting x = −1 would isolate B instead.
Q22(x² + 1)/(x² − 1) should first be:
- Adecomposed directly
- Bdivided out
- Cfactorised in the numerator
- Dmultiplied by (x² − 1)
Show answer
Correct answer: B — divided out
The degrees are equal, so the fraction is improper. Division gives 1 + 2/(x² − 1), and only that remainder is decomposed.
Q23How many unknown constants does (x+1)/[(x−2)³] require?
- A1
- B2
- C3
- D4
Show answer
Correct answer: C — 3
A cubed factor contributes A/(x−2) + B/(x−2)² + C/(x−2)³ — one term for each power from 1 to 3.
Q24If your equations for the constants are inconsistent, the likely cause is:
- Aan arithmetic slip only
- Bthe wrong decomposition shape
- Cthe fraction is proper
- Dthe denominator has no roots
Show answer
Correct answer: B — the wrong decomposition shape
An inconsistent system usually means too few unknowns were allowed for — a repeated factor given only one term, or a quadratic given only a constant on top.
Q25In a proof by induction, the basis step establishes:
- Athat the statement is true for all n
- Bthat the statement is true for the first value of n
- Cthat P(k) implies P(k+1)
- Dthat the statement is false
Show answer
Correct answer: B — that the statement is true for the first value of n
The basis anchors the chain at its start, usually n = 1. Establishing P(k) ⟹ P(k+1) is the separate inductive step.
Q26The expansion of (x + 2)⁵ has how many terms?
- A5
- B6
- C10
- D32
Show answer
Correct answer: B — 6
n + 1 = 6. The powers of x run from 5 down to 0, which is six values.
Q27The fourth term of (a + b)⁸ uses which coefficient?
- A⁸C₄
- B⁸C₃
- C⁸C₅
- D⁸C₂
Show answer
Correct answer: B — ⁸C₃
T_(r+1) uses ⁿCᵣ, so the fourth term has r = 3 and uses ⁸C₃ = 56. The off-by-one here is examined deliberately.
Q28In (a + b)⁹, the powers of a and b in any term sum to:
- A9
- B10
- C18
- Dit varies
Show answer
Correct answer: A — 9
Every term is aⁿ⁻ʳbʳ, and (n − r) + r = n = 9 whatever r is.
Q29The sum of all the entries in row 6 of Pascal's triangle is:
- A12
- B36
- C64
- D128
Show answer
Correct answer: C — 64
Setting a = b = 1 in the binomial theorem gives Σ⁶Cᵣ = 2⁶ = 64. Checking: 1+6+15+20+15+6+1 = 64 ✓
Q30To find the coefficient of x³ in (1 + 2x)⁶, you would use:
- A⁶C₃ only
- B⁶C₃ × 2³
- C⁶C₃ × 2
- D⁶C₃ × 3²
Show answer
Correct answer: B — ⁶C₃ × 2³
The general term is ⁶Cᵣ(2x)ʳ, so at r = 3 the coefficient is ⁶C₃ × 2³ = 20 × 8 = 160. The 2 must be cubed along with the x.
Q31An induction proof with a valid inductive step but no basis proves:
- Athe statement for all n
- Bthe statement for n = 1 only
- Cnothing about whether the statement is ever true
- Dthe statement is false
Show answer
Correct answer: C — nothing about whether the statement is ever true
The step only says truth propagates forwards. Without a starting case that is actually true, the chain never begins — a false statement can have a perfectly valid inductive step.
Q32The term independent of x exists in an expansion when:
- An is even
- Bthe equation for r has a whole-number solution in range
- Cthe coefficients are positive
- Dalways
Show answer
Correct answer: B — the equation for r has a whole-number solution in range
Setting the collected power of x to zero gives an equation for r. If its solution is not a whole number between 0 and n, no term has power zero and there is no constant term.
Q33log₄ 64 equals:
- A3
- B4
- C16
- D256
Show answer
Correct answer: A — 3
Ask "4 to what power gives 64". 4¹ = 4, 4² = 16, 4³ = 64, so the answer is 3. Option B confuses the base with the answer.
Q34log 2 + log 50 equals:
- Alog 52
- B2
- C1
- Dlog 100 / log 2
Show answer
Correct answer: B — 2
The product law gives log(2 × 50) = log 100 = 2, since 10² = 100. Option A applies a law for sums that does not exist.
Q35The characteristic of log 0.0072 is:
- A−2
- B2
- C−3
- D3
Show answer
Correct answer: C — −3
In standard form 0.0072 = 7.2 × 10⁻³, so the characteristic is the power of 10, namely −3, written 3̄. Shortcut for a number below 1: count the zeros between the decimal point and the first significant figure (here 2) and add one.
Q36If log x = 2.4771, and log 3 = 0.4771, then x is:
- A300
- B30
- C3000
- D203
Show answer
Correct answer: A — 300
Same mantissa 0.4771 means the same digits as 3. Characteristic 2 means the power of 10 is 2, so x = 3 × 10² = 300. This is exactly how log tables were used for multiplication.
Q37Which expression equals 3 log x − log y?
- Alog(3x − y)
- Blog(x³/y)
- Clog(3x/y)
- Dlog(x³ − y)
Show answer
Correct answer: B — log(x³/y)
The multiplier 3 goes back up as a power giving log(x³), and a difference of logs is the log of a quotient. So the answer is log(x³/y).
Q38Solve 2ˣ = 1/8.
- Ax = 3
- Bx = −3
- Cx = 1/3
- Dx = −1/3
Show answer
Correct answer: B — x = −3
1/8 = 8⁻¹ = (2³)⁻¹ = 2⁻³, so x = −3. A number smaller than 1 always gives a negative logarithm when the base is greater than 1.
Q39log₃ 5 written in common logs is:
- Alog 5 − log 3
- Blog 5 / log 3
- Clog 5 × log 3
- Dlog(5/3)
Show answer
Correct answer: B — log 5 / log 3
Change of base: logₐ b = log b / log a. A quotient of two logarithms is not the same as the logarithm of a quotient — that would be option A or D.
Q40For log₁₀ x to exist, x must be:
- Aany real number
- Bgreater than 0
- Cgreater than or equal to 0
- Dan integer
Show answer
Correct answer: B — greater than 0
10 raised to any real power is strictly positive, so no exponent produces 0 or a negative number. The domain of the log function is x > 0, with zero excluded as well as the negatives.
Q41sec θ is equal to:
- A1/sin θ
- B1/cos θ
- C1/tan θ
- Dcos θ/sin θ
Show answer
Correct answer: B — 1/cos θ
The third letter of "sec" is c, which points to cosine. Matching the first letters instead gives the standard wrong answer.
Q42The identity 1 + cot²θ = cosec²θ comes from dividing sin²θ + cos²θ = 1 by:
- Acos²θ
- Bsin²θ
- Ctan²θ
- Dsin θ cos θ
Show answer
Correct answer: B — sin²θ
Dividing by sin²θ turns the first term into 1, the second into cot²θ, and the right side into cosec²θ.
Q43cos(A + B) equals:
- Acos A cos B + sin A sin B
- Bcos A cos B − sin A sin B
- Ccos A + cos B
- Dsin A cos B + cos A sin B
Show answer
Correct answer: B — cos A cos B − sin A sin B
The cosine formula reverses the sign: a plus inside gives a minus outside. The last option is sin(A + B).
Q44Which is NOT a valid form of cos 2A?
- Acos²A − sin²A
- B2cos²A − 1
- C1 − 2sin²A
- D2 sin A cos A
Show answer
Correct answer: D — 2 sin A cos A
2 sin A cos A is sin 2A, not cos 2A. The other three are equivalent forms of cos 2A.
Q45For 8 sin θ + 6 cos θ = R sin(θ + α), the value of R is:
- A14
- B10
- C48
- D2
Show answer
Correct answer: B — 10
R = √(8² + 6²) = √100 = 10. Adding the coefficients instead of using Pythagoras gives 14, the tempting wrong answer.
Q46The maximum value of 7 sin θ − 24 cos θ is:
- A31
- B25
- C24
- D7
Show answer
Correct answer: B — 25
The maximum is R = √(49 + 576) = √625 = 25, since the combined wave has amplitude R.
Q47Solving sin 2θ = 0.5 for 0° ⩽ θ ⩽ 360°, the interval you should search is:
- A0° to 360°
- B0° to 720°
- C0° to 180°
- D−360° to 360°
Show answer
Correct answer: B — 0° to 720°
If θ reaches 360° then 2θ reaches 720°, so all solutions must be found across two revolutions before halving.
Q48To solve 2 sin θ cos θ = sin θ, you should:
- Adivide both sides by sin θ
- Bfactorise as sin θ(2cos θ − 1) = 0
- Csquare both sides
- Dreplace sin θ with √(1 − cos²θ)
Show answer
Correct answer: B — factorise as sin θ(2cos θ − 1) = 0
Dividing by sin θ throws away every solution where sin θ = 0. Factorising keeps both families of solutions.
Q49What does f′(3) = 5 tell you about the graph of f?
- AThe graph passes through the point (3, 5)
- BAt x = 3 the curve is rising with slope 5
- CThe area under the curve up to x = 3 is 5
- DThe function equals 5 whenever x = 3
Show answer
Correct answer: B — At x = 3 the curve is rising with slope 5
A derivative is a slope, not a height. f′(3) = 5 says that at the instant x = 3, the curve climbs 5 units of y for every 1 unit of x. The actual height at x = 3 is f(3), which is a completely different number.
Q50Differentiate f(x) = 4x³ − 7x + 2.
- A12x² − 7
- B12x² − 7x
- C4x² − 7
- D12x³ − 7
Show answer
Correct answer: A — 12x² − 7
Power rule on each term: 4x³ → 3·4x² = 12x². Then −7x → −7 (the x disappears). The constant +2 → 0, because a constant never changes, so its rate of change is zero.
Q51In the limit definition, why must h approach 0 rather than simply equal 0?
- ABecause 0 is not a real number
- BBecause the formula would give 0/0, which is undefined
- CBecause the secant line would become vertical
- DBecause f(x) must stay positive
Show answer
Correct answer: B — Because the formula would give 0/0, which is undefined
Substituting h = 0 directly gives [f(x) − f(x)]/0 = 0/0 — meaningless. The limit lets us ask what the expression heads toward as h shrinks, without ever dividing by zero.
Q52What is the derivative of sin(5x)?
- Acos(5x)
- B5 cos(5x)
- C5 sin(5x)
- D−5 cos(5x)
Show answer
Correct answer: B — 5 cos(5x)
Chain rule. Outer function sin → cos(5x). Inner function 5x has derivative 5. Multiply them: 5 cos(5x). Forgetting the inner 5 is the single most common slip in calculus.
Q53A Riemann sum with n = 10 left rectangles underestimates the area under an increasing curve. What happens as n increases?
- AThe underestimate gets worse
- BThe estimate converges toward the true area
- CThe estimate overshoots and stays above
- DNothing changes; n does not matter
Show answer
Correct answer: B — The estimate converges toward the true area
Each rectangle misses a small triangular sliver above it. Narrower rectangles mean smaller slivers, so the total gap shrinks toward zero. That convergence is exactly what the integral is defined as.
Q54Evaluate ∫₁³ 2x dx.
- A4
- B8
- C9
- D6
Show answer
Correct answer: B — 8
The antiderivative of 2x is x². Apply the Fundamental Theorem: F(3) − F(1) = 9 − 1 = 8. Sanity check: the region is a trapezium with parallel sides 2 and 6 and width 2, giving ½(2+6)(2) = 8.
Q55∫ x³ dx equals:
- A3x² + C
- Bx⁴ + C
- Cx⁴/4 + C
- D4x⁴ + C
Show answer
Correct answer: C — x⁴/4 + C
Raise the power by one and divide by the new power: x⁴/4 + C. Answer A is the derivative rather than the integral — the classic direction error. Check any integration by differentiating your answer: d/dx (x⁴/4) = x³. ✓
Q56Why does the power rule for integration exclude n = −1?
- ANegative powers cannot be integrated
- BIt would require dividing by zero
- CThe result would be imaginary
- DThe integral does not exist
Show answer
Correct answer: B — It would require dividing by zero
The rule divides by n + 1, which is zero when n = −1. The integral certainly exists — it is ln|x| + C. The modulus signs matter, since 1/x is defined for negative x but the logarithm is not.
Q57∫₀² 3x² dx equals:
- A8
- B12
- C4
- D6
Show answer
Correct answer: A — 8
The antiderivative is x³, so the value is 2³ − 0³ = 8. A common slip is forgetting to subtract the lower limit, or integrating to x³/3 by dividing by the new power while ignoring the 3 already in front.
Q58The "+C" appears in indefinite integrals because:
- AIt makes the answer look complete
- BDifferentiation destroys constants, so many functions share one derivative
- CIt represents the area under the curve
- DIt cancels the dx
Show answer
Correct answer: B — Differentiation destroys constants, so many functions share one derivative
x², x² + 5 and x² − 100 all differentiate to 2x, so reversing the process cannot recover which one you started from. C stands for that whole family. It disappears in definite integrals because it cancels in F(b) − F(a).
Q59Which technique is the reverse of the chain rule?
- AIntegration by parts
- BIntegration by substitution
- CPartial fractions
- DTrigonometric identities
Show answer
Correct answer: B — Integration by substitution
Substitution undoes the chain rule; integration by parts undoes the product rule. Recognising which rule created the expression is usually the fastest route to choosing the right technique.
Q60A velocity–time graph is integrated with respect to time. The result represents:
- AAcceleration
- BDisplacement
- CForce
- DPower
Show answer
Correct answer: B — Displacement
Integrating velocity accumulates distance travelled, giving displacement — the same thing as the area under the graph. Differentiating instead would give acceleration, which is the mirror-image operation.
Q61f is continuous, f(2) = −3 and f(3) = 4. This shows that:
- Af has no root between 2 and 3
- Bf has a root between 2 and 3
- Cf has exactly one root between 2 and 3
- Df has a turning point between 2 and 3
Show answer
Correct answer: B — f has a root between 2 and 3
A sign change guarantees at least one root, not exactly one — there could be three. The word "exactly" makes the third option a stronger claim than the evidence supports.
Q62The sign-change test can fail to indicate a root when:
- Athe interval is too wide
- Bthe function is not continuous
- Cthe root is irrational
- Df(a) and f(b) are both large
Show answer
Correct answer: B — the function is not continuous
A discontinuity such as an asymptote lets the function change sign without ever taking the value zero. 1/(x − 2) is the standard counter-example.
Q63For the iteration x₍ₙ₊₁₎ = F(xₙ), the value it converges to satisfies:
- AF(x) = 0
- Bx = F(x)
- CF′(x) = 0
- Dx = 0
Show answer
Correct answer: B — x = F(x)
If the sequence settles, the input and output stop differing, so the limit satisfies x = F(x). That is why the rearrangement had to be into this form.
Q64An iteration produces 2, 5, 122, 1815848. This means:
- Ait has converged
- Bit has diverged
- Cthe root is very large
- Dyou should keep going
Show answer
Correct answer: B — it has diverged
The values are growing without limit, so this rearrangement diverges. Continuing will not help — a different rearrangement is needed.
Q65To show x³ − 5x + 1 = 0 can be written as x = ∛(5x − 1), you should:
- Astart from x = ∛(5x − 1) and cube it
- Bstart from the given equation and rearrange forwards
- Csubstitute a value into both
- Ddifferentiate both sides
Show answer
Correct answer: B — start from the given equation and rearrange forwards
Examiners want the given equation transformed into the target. Working backwards from the answer proves the same thing but can lose the mark for direction.
Q66Iterating gives x₄ = 2.4471 and x₅ = 2.4468. To 3 decimal places the root is:
- A2.447
- B2.446
- C2.4470
- Dnot yet determined
Show answer
Correct answer: A — 2.447
Both values round to 2.447, so they agree at 3 d.p. and the iteration can stop. Quoting 2.4470 gives four decimal places, which is more than was asked for.
Q67Why keep more decimal places than the final answer needs?
- Ato look more accurate
- Bbecause rounding each step lets the error build up
- Cbecause the calculator requires it
- Dto make the sequence converge faster
Show answer
Correct answer: B — because rounding each step lets the error build up
Each rounded value is fed back into the formula, so an early rounding error is carried into every subsequent term and can shift the final digit.
Q68Near the root, an iteration converges when the graph of y = F(x) is:
- Asteeper than y = x
- Bshallower than y = x
- Cparallel to the x-axis
- Dabove y = x
Show answer
Correct answer: B — shallower than y = x
A shallower curve means each bounce between the curve and the line lands nearer the root. A steeper one magnifies the gap each time, which is the diverging case.
Q69The magnitude of 2i − 3j + 6k is:
- A5
- B7
- C11
- D49
Show answer
Correct answer: B — 7
Square each component, add, then take the root: √(2² + (−3)² + 6²) = √(4 + 9 + 36) = √49 = 7. The minus sign on the j component disappears when it is squared, so a negative component never reduces the magnitude.
Q70The dot product of two perpendicular vectors is:
- A1
- B0
- Ctheir magnitudes multiplied
- Dundefined
Show answer
Correct answer: B — 0
a · b = |a||b| cos 90° = 0. This is the standard test for perpendicularity.
Q71a × b is:
- Aa scalar
- Ba vector perpendicular to both
- Ca vector parallel to a
- Dalways zero
Show answer
Correct answer: B — a vector perpendicular to both
The cross product returns a vector at right angles to the plane containing a and b, with direction given by the right-hand rule.
Q72If a × b = 0 for non-zero vectors, then a and b are:
- Aperpendicular
- Bparallel
- Cequal
- Dunit vectors
Show answer
Correct answer: B — parallel
|a × b| = |a||b| sin θ, which vanishes only when sin θ = 0, so θ is 0° or 180° — the vectors are parallel. Perpendicular is the condition for the dot product.
Q73i · j equals:
- A0
- B1
- Ck
- Di
Show answer
Correct answer: A — 0
i and j are perpendicular unit vectors, so their dot product is 1 × 1 × cos 90° = 0. Note that i × j = k, which is a different product entirely.
Q74The area of the triangle formed by vectors a and b is:
- A|a × b|
- B½|a × b|
- Ca · b
- D½(a · b)
Show answer
Correct answer: B — ½|a × b|
The cross product magnitude gives the parallelogram area, and a triangle is half of that parallelogram.
Q75If a · (b × c) = 0, the three vectors are:
- Amutually perpendicular
- Bcoplanar
- Call zero
- Dunit vectors
Show answer
Correct answer: B — coplanar
The triple product is the volume of the solid they span. Zero volume means they all lie in one plane.
Q76Which is true?
- Aa · b = b · a and a × b = b × a
- Ba · b = b · a but a × b = −(b × a)
- Cboth anticommute
- Dboth are vectors
Show answer
Correct answer: B — a · b = b · a but a × b = −(b × a)
The dot product is commutative because multiplication of components is. The cross product reverses direction when the order is swapped, which is why the order must be preserved exactly as the question gives it.
Q77The solution of a differential equation is:
- Aa number
- Ba function
- Ca gradient
- Da constant of proportionality
Show answer
Correct answer: B — a function
The equation describes how a quantity changes; solving it recovers the quantity itself as a function of the independent variable.
Q78"A population grows at a rate proportional to its size" is:
- AdP/dt = k
- BdP/dt = kP
- CdP/dt = k/P
- DP = kt
Show answer
Correct answer: B — dP/dt = kP
Proportional to its size means the right-hand side is k times P. The first option would be constant growth, and the third would be growth that slows as the population rises.
Q79A body cools in surroundings at 15 °C. The correct model is:
- Adθ/dt = −kθ
- Bdθ/dt = −k(θ − 15)
- Cdθ/dt = −k(15 − θ)
- Ddθ/dt = kθ − 15
Show answer
Correct answer: B — dθ/dt = −k(θ − 15)
Cooling is proportional to the excess over the surroundings. The second option correctly gives dθ/dt = 0 when θ = 15, so the body stops cooling at room temperature.
Q80Separating the variables in dy/dx = xy² gives:
- Ay² dy = x dx
- By⁻² dy = x dx
- C(1/y) dy = x² dx
- Ddy = xy² dx
Show answer
Correct answer: B — y⁻² dy = x dx
Dividing both sides by y² moves it to the left as 1/y², which is y⁻². The first option multiplies instead of divides.
Q81Integrating (1/y) dy gives:
- A1/y²
- Bln|y|
- Cy ln y
- D−1/y
Show answer
Correct answer: B — ln|y|
The integral of 1/y is ln|y| + c. The modulus can usually be dropped once a condition shows the sign of y is fixed.
Q82How many arbitrary constants does a first order differential equation need?
- Anone
- Bone
- Ctwo
- Done for each side
Show answer
Correct answer: B — one
Integrating once introduces one constant. Writing one on each side is not wrong but they immediately combine, so a single c is standard.
Q83For V = 400e^(−0.05t), as t becomes large V approaches:
- A400
- B0
- C−0.05
- Dinfinity
Show answer
Correct answer: B — 0
e^(−0.05t) tends to 0 as t grows, so the whole product tends to 0. The value 400 is the starting volume at t = 0, not the limit.
Q84A student solves a cooling problem and gets θ → −40 °C in a room at 18 °C. The most likely error is:
- Aa rounding mistake
- Bthe model used θ rather than the excess θ − 18
- Cthe calculator was in degrees
- Dtoo few decimal places
Show answer
Correct answer: B — the model used θ rather than the excess θ − 18
Using dθ/dt = −kθ makes the temperature decay towards zero and beyond rather than towards room temperature. Checking the long-run value against common sense catches this immediately.
Q85Simplify i⁵⁰.
- A1
- Bi
- C−1
- D−i
Show answer
Correct answer: C — −1
50 ÷ 4 leaves remainder 2, so i⁵⁰ = i² = −1. Only the remainder matters, because i⁴ = 1.
Q86(2 + 3i)(2 − 3i) equals:
- A4 − 9i
- B13
- C−5
- D4 + 9i²
Show answer
Correct answer: B — 13
This is a² − (bi)² = 4 − 9i² = 4 + 9 = 13. A complex number times its conjugate is always the real number a² + b².
Q87The modulus of 3 − 4i is:
- A1
- B7
- C5
- D25
Show answer
Correct answer: C — 5
√(9 + 16) = √25 = 5. Squaring removes the sign of each part, so 3 − 4i and 3 + 4i have the same modulus.
Q88√(−16) equals:
- A−4
- B4i
- C−4i
- Dnot defined
Show answer
Correct answer: B — 4i
√(−16) = √16 × √(−1) = 4i. It is defined perfectly well in ℂ, which is the entire reason complex numbers were introduced.
Q89(5 + 2i) − (3 − 4i) equals:
- A2 − 2i
- B2 + 6i
- C8 − 2i
- D2 + 2i
Show answer
Correct answer: B — 2 + 6i
Real parts: 5 − 3 = 2. Imaginary parts: 2 − (−4) = 6. So the answer is 2 + 6i; the double negative is where marks are lost.
Q90The conjugate of −7i is:
- A7i
- B−7i
- C7
- D0 + 7i
Show answer
Correct answer: A — 7i
Write it as 0 − 7i. Flipping the sign of the imaginary part gives 0 + 7i = 7i.
Q91If x² + 9 = 0, then x equals:
- A±3
- B±3i
- C±9i
- Dno solution
Show answer
Correct answer: B — ±3i
x² = −9, so x = ±√(−9) = ±3i. In ℝ there is no solution, but in ℂ there are exactly two.
Q92To divide by (3 + 2i), multiply top and bottom by:
- A(3 + 2i)
- B(3 − 2i)
- C(2 + 3i)
- D(−3 − 2i)
Show answer
Correct answer: B — (3 − 2i)
The conjugate 3 − 2i gives a denominator of 9 + 4 = 13, which is real. Multiplying by 3 + 2i itself would leave an imaginary part behind.
Q93The modulus of −3 + 4i is:
- A1
- B5
- C7
- D25
Show answer
Correct answer: B — 5
√(9 + 16) = √25 = 5. The signs disappear because both parts are squared.
Q94The argument of the complex number i is:
- A0°
- B45°
- C90°
- D180°
Show answer
Correct answer: C — 90°
i = 0 + 1i sits on the positive imaginary axis, a quarter turn anticlockwise from the positive real axis.
Q95If z₁ = 2 cis 40° and z₂ = 3 cis 50°, then z₁z₂ is:
- A5 cis 90°
- B6 cis 90°
- C6 cis 2000°
- D5 cis 2000°
Show answer
Correct answer: B — 6 cis 90°
Multiply the moduli (2 × 3 = 6) and add the arguments (40 + 50 = 90). Adding the moduli, as option A does, is the standard error.
Q96(cis 30°)⁶ equals:
- Acis 180°
- Bcis 36°
- C6 cis 30°
- Dcis 5°
Show answer
Correct answer: A — cis 180°
De Moivre multiplies the argument by the power: 6 × 30° = 180°. The modulus is 1⁶ = 1, so the answer is cis 180° = −1.
Q97The argument of −1 − i is:
- A45°
- B135°
- C−45°
- D−135°
Show answer
Correct answer: D — −135°
Both parts negative puts it in the third quadrant, so θ = α − 180° = 45 − 180 = −135°. The calculator would return +45°, which points the opposite way.
Q98How many distinct fourth roots does 16 have in ℂ?
- A1
- B2
- C4
- Dinfinitely many
Show answer
Correct answer: C — 4
An n-th root has exactly n values in ℂ. Here they are 2, 2i, −2 and −2i — the vertices of a square of radius 2.
Q99Dividing z₁ = 12 cis 100° by z₂ = 4 cis 30° gives:
- A3 cis 70°
- B8 cis 70°
- C3 cis 130°
- D48 cis 130°
Show answer
Correct answer: A — 3 cis 70°
Divide the moduli (12 ÷ 4 = 3) and subtract the arguments (100 − 30 = 70).
Q100The n distinct n-th roots of a complex number lie:
- Aon a straight line
- Bevenly spaced on a circle
- Cat the origin
- Don the real axis
Show answer
Correct answer: B — evenly spaced on a circle
They all share the modulus r^(1/n), so they are equidistant from the origin, and their arguments differ by 360°/n, so they are evenly spaced around that circle.
Exam-style questions · 74
Q1[2 marks]
Explain why the equation |2x + 1| = −3 has no solutions.
Answer
A modulus measures a distance, so |2x + 1| is never negative for any real x. It can therefore never equal −3, and the equation has no solutions.
Q2[3 marks]
Solve |x − 4| = 7.
Mark scheme
- Either x − 4 = 7 or x − 4 = −7Both cases must be written down; this is where the second solution comes from.[1]
- x = 11From the positive case.[1]
- x = −3From the negative case. Giving only x = 11 scores one mark out of three.[1]
x = 11 or x = −3
Q3[4 marks]
Solve the inequality |2x − 5| < 3.
Mark scheme
- Write as a double inequality: −3 < 2x − 5 < 3A less-than modulus gives a single interval, so this form is available immediately.[1]
- Add 5 throughout: 2 < 2x < 8Whatever is done must be done to all three parts.[1]
- Divide by 2: 1 < x < 4Dividing by a positive number leaves the inequality signs unchanged.[1]
- Solution set: 1 < x < 4Stated as an interval. Writing it as two separate inequalities joined by "or" would be the answer to the greater-than version and is wrong here.[1]
1 < x < 4
Q4[6 marks]
The functions f and g are given by f(x) = |x + 2| and g(x) = |3x − 6|.
(a) Sketch both graphs on the same axes, stating the coordinates of each corner.
(b) Solve f(x) = g(x).
(c) Hence state the set of values of x for which f(x) > g(x).
Mark scheme
- (a) f is a V with corner at (−2, 0); g is a V with corner at (2, 0) and steeper arms of gradient ±3.The corner is where each bracket equals zero.[1]
- Both graphs sketched with correct V shapes and corners on the x-axis.Relative steepness matters for reading off part (c).[1]
- (b) Square both sides: (x + 2)² = (3x − 6)²Valid since both sides are moduli.[1]
- x² + 4x + 4 = 9x² − 36x + 36, so 8x² − 40x + 32 = 0, that is x² − 5x + 4 = 0Dividing by 8 simplifies the factorising.[1]
- (x − 1)(x − 4) = 0, so x = 1 or x = 4Two intersection points, as the sketch predicts.[1]
- (c) From the sketch f is above g between the intersections, so 1 < x < 4.The sketch decides which region, which is why part (a) came first.[1]
(a) corners (−2, 0) and (2, 0); (b) x = 1 or x = 4; (c) 1 < x < 4
Q5[2 marks]
State the coordinates of the corner of the graph y = |4x + 10|, and the gradients of its two arms.
Answer
The bracket is zero when 4x + 10 = 0, so x = −2.5 and the corner is at (−2.5, 0). The arms have gradients 4 and −4.
Q6[2 marks]
State the remainder theorem.
Answer
When a polynomial f(x) is divided by (x − a), the remainder is f(a) — the value obtained by substituting x = a into the polynomial.
Q7[2 marks]
Find the remainder when x³ + 2x² − 5x + 1 is divided by (x − 2).
Answer
f(2) = 8 + 8 − 10 + 1 = 7.
Q8[2 marks]
Show that (x + 1) is a factor of x³ + 3x² + 3x + 1.
Answer
f(−1) = −1 + 3 − 3 + 1 = 0. Since the remainder is zero, by the factor theorem (x + 1) is a factor. (In fact the polynomial is (x + 1)³.)
Q9[4 marks]
When f(x) = 2x³ + ax² + bx − 6 is divided by (x − 1) the remainder is −6, and (x + 2) is a factor. Find a and b.
Mark scheme
f(1) = 2 + a + b − 6 = −6, so a + b = −2remainder theorem[1]f(−2) = −16 + 4a − 2b − 6 = 0, so 4a − 2b = 22 and 2a − b = 11factor theorem: the remainder is zero[1]- Adding the two equations eliminates b:
3a = 9, so a = 3the b terms cancel because their coefficients are +1 and −1[1] b = −2 − 3 = −5check: f(1) = 2 + 3 − 5 − 6 = −6 ✓ and f(−2) = −16 + 12 + 10 − 6 = 0 ✓[1]
a = 3, b = −5
Q10[4 marks]
Divide x³ − 4x² + x + 6 by (x − 3) and hence factorise the polynomial completely.
Mark scheme
f(3) = 27 − 36 + 3 + 6 = 0, so (x − 3) is a factorconfirming the division will be exact[1]- Division gives the quotient
x² − x − 2by long or synthetic division[1] x² − x − 2 = (x − 2)(x + 1)[1]f(x) = (x − 3)(x − 2)(x + 1)[1]
(x − 3)(x − 2)(x + 1)
Q11[6 marks]
The polynomial p(x) = x³ + px² + qx + 12 has (x − 2) and (x + 3) as factors.
- Form two equations in p and q.
- Solve them.
- Find the third factor of p(x).
Mark scheme
p(2) = 8 + 4p + 2q + 12 = 0, so 4p + 2q = −20 and 2p + q = −10factor theorem[1]p(−3) = −27 + 9p − 3q + 12 = 0, so 9p − 3q = 15 and 3p − q = 5[1]- Adding:
5p = −5, so p = −1the q terms cancel[1] q = −10 − 2(−1) = −8so p(x) = x³ − x² − 8x + 12[1]- The product of all three roots is
−12 (from −constant/leading coefficient), and two roots are 2 and −3or divide out both known factors[1] - Third root
= −12 / (2 × −3) = 2, so the third factor is (x − 2) and p(x) = (x − 2)²(x + 3)check: p(x) = (x−2)²(x+3) expands to x³ − x² − 8x + 12 ✓[1]
(a) 2p + q = −10 and 3p − q = 5 (b) p = −1, q = −8 (c) (x − 2), giving p(x) = (x − 2)²(x + 3)
Q12[2 marks]
Define a proper rational fraction and give one example of an improper one.
Answer
A proper rational fraction has a numerator of lower degree than its denominator, such as (x + 1)/(x² − 4). (x² + 3)/(x − 1) is improper, because the numerator has the higher degree.
Q13[2 marks]
Write down, without evaluating the constants, the partial fraction form of 1 / [(x + 3)(x − 2)²].
Answer
A/(x + 3) + B/(x − 2) + C/(x − 2)².
Q14[2 marks]
Why does an irreducible quadratic factor take a numerator of the form Ax + B?
Answer
The numerator over any factor must be permitted to be one degree lower than that factor. A quadratic denominator therefore takes a linear numerator, Ax + B. A single constant would give too few unknowns and the resulting equations would be inconsistent.
Q15[4 marks]
Resolve (7x − 1) / [(x − 3)(x + 1)] into partial fractions.
Mark scheme
- Writes
A/(x − 3) + B/(x + 1) and multiplies up to 7x − 1 = A(x + 1) + B(x − 3)correct shape[1] - Substituting
x = 3: 20 = 4A, so A = 5x = 3 kills the B term[1] - Substituting
x = −1: −8 = −4B, so B = 2[1] - Answer
5/(x − 3) + 2/(x + 1)accept a verification by recombining[1]
5/(x − 3) + 2/(x + 1)
Q16[4 marks]
Resolve (x + 4) / (x − 2)² into partial fractions.
Mark scheme
- Shape
A/(x − 2) + B/(x − 2)², giving x + 4 = A(x − 2) + Ba repeated factor needs both powers[1] - Substituting
x = 2: 6 = B[1] - Comparing coefficients of x:
1 = Ano substitution can isolate A here[1] - Answer
1/(x − 2) + 6/(x − 2)²[1]
1/(x − 2) + 6/(x − 2)²
Q17[6 marks]
Consider f(x) = (2x² + 5x + 3) / (x² + 2x + 1).
- Explain why f(x) must be divided before decomposing, and carry out the division.
- Resolve the remaining proper fraction into partial fractions.
- Write down the complete decomposition of f(x).
Mark scheme
- Numerator and denominator are both of degree 2, so the fraction is improper and partial fractions do not apply to it directlythe reason must reference the degrees[1]
- Dividing:
2x² + 5x + 3 = 2(x² + 2x + 1) + (x + 1), so f(x) = 2 + (x + 1)/(x + 1)²x² + 2x + 1 = (x + 1)²[1] - The remainder simplifies:
(x + 1)/(x + 1)² = 1/(x + 1)cancelling one factor, valid for x ≠ −1[1] - So the proper part is already a single partial fraction,
1/(x + 1)accept working through A/(x+1) + B/(x+1)² and finding B = 0[1] f(x) = 2 + 1/(x + 1)[1]- Valid for
x ≠ −1the excluded value must be stated[1]
f(x) = 2 + 1/(x + 1), for x ≠ −1
Q18[2 marks]
State the two steps of a proof by mathematical induction.
Answer
Basis: show the statement is true for the first value, usually n = 1. Inductive step: assume it is true for n = k and prove it must then be true for n = k + 1. Together these prove it for every natural number.
Q19[2 marks]
How many terms are there in the expansion of (x + y)¹², and what is the coefficient of the third term?
Answer
There are 12 + 1 = 13 terms. The third term uses r = 2, so its coefficient is ¹²C₂ = 66.
Q20[2 marks]
Write down the general term in the expansion of (3x − 2)ⁿ.
Answer
T_(r+1) = ⁿCᵣ (3x)ⁿ⁻ʳ (−2)ʳ.
Q21[4 marks]
Prove by mathematical induction that 2ⁿ > n for all natural numbers n.
Mark scheme
- Basis: for n = 1,
2¹ = 2 > 1, so P(1) is trueboth sides evaluated[1] - Assume
2ᵏ > k for some k ≥ 1the hypothesis stated as an assumption[1] - Then
2ᵏ⁺¹ = 2 × 2ᵏ > 2k, using the hypothesisthe hypothesis is used here and must be visible[1] - Since
k ≥ 1, 2k = k + k ≥ k + 1, so 2ᵏ⁺¹ > k + 1; hence by induction the result holds for all nthe k ≥ 1 is what makes the last inequality work[1]
Proved by induction for all n ≥ 1.
Q22[4 marks]
Find the coefficient of x⁴ in the expansion of (2 + x)⁷.
Mark scheme
- General term
T_(r+1) = ⁷Cᵣ (2)⁷⁻ʳ xʳ[1] - The power of x is r, so
r = 4[1] ⁷C₄ = 35 and 2³ = 87 − 4 = 3, so the 2 is cubed[1]- Coefficient
= 35 × 8 = 280[1]
280
Q23[6 marks]
Consider the expansion of (x² − 2/x)⁶.
- Write down the general term.
- Find the term independent of x.
- State how many terms the full expansion has, and explain why not every expansion of this kind contains a constant term.
Mark scheme
T_(r+1) = ⁶Cᵣ (x²)⁶⁻ʳ (−2/x)ʳthe minus stays with the 2[1]- Powers of x:
x¹²⁻²ʳ × x⁻ʳ = x¹²⁻³ʳ[1] - Setting
12 − 3r = 0 gives r = 4[1] - Term
= ⁶C₄ (−2)⁴ = 15 × 16 = 240the power 4 is even, so the result is positive[1] - The expansion has
6 + 1 = 7 terms[1] - A constant term exists only if the equation for r has a solution that is a whole number between 0 and n; otherwise no term has power zero and there is no constant term[1]
(b) 240 (c) 7 terms; a constant term requires an integer solution for r
Q24[2 marks]
Define the logarithm of a number to a given base.
Answer
If ax = y, where a > 0 and a ≠ 1, then x is called the logarithm of y to the base a, written loga y = x. It is the power to which the base must be raised to give the number.
Q25[2 marks]
Why is the base of a logarithm never taken as 1?
Answer
Because 1x = 1 for every value of x. No power of 1 can produce any number other than 1, so log₁ y would have no value for y ≠ 1 and infinitely many for y = 1.
Q26[2 marks]
Find the characteristic of log 0.00456 and explain how you obtained it.
Answer
In standard form 0.00456 = 4.56 × 10⁻³, so the characteristic is −3, written 3̄. The characteristic equals the power of 10 in standard form.
Q27[3 marks]
Evaluate log₂ 64 + log₃ 81 − log₅ 125 without tables.
Mark scheme
log₂ 64 = 6 because 2⁶ = 64[1]log₃ 81 = 4 because 3⁴ = 81[1]log₅ 125 = 3, so the value is 6 + 4 − 3 = 7final answer required[1]
7
Q28[4 marks]
Solve for x: log₂(x + 3) + log₂(x − 3) = 4.
Mark scheme
- Combine using the product law:
log₂[(x+3)(x−3)] = 4sum of logs with the same base becomes the log of a product[1] - Convert to exponential form:
(x+3)(x−3) = 2⁴ = 16[1] x² − 9 = 16, so x² = 25 and x = ±5difference of two squares[1]- Reject
x = −5 because it makes x − 3 negative and the log undefined; x = 5the rejection must be stated with a reason[1]
x = 5
Q29[6 marks]
The number of bacteria in a culture doubles every hour. Starting from 500 bacteria, the number after t hours is N = 500 × 2t.
- Find the number of bacteria after 6 hours.
- Find, using logarithms, the time taken for the culture to reach 32 000 bacteria. Give your answer to two decimal places.
- Explain why logarithms are needed for part (b) but not for part (a).
Mark scheme
N = 500 × 2⁶ = 500 × 64[1]N = 32 000 bacteria[1]32 000 = 500 × 2ᵗ so 2ᵗ = 64divide by the initial amount first[1]- Take logs:
t log 2 = log 64power law brings t down[1] t = log 64 / log 2 = 1.8062 / 0.3010 = 6.00 hoursaccept t = 6 from inspection with working shown[1]- In (a) the exponent is known and the answer is a direct calculation; in (b) the unknown is the exponent itself, and logarithms are the only way to bring it down to where it can be solvedthe explanation must mention that the unknown is in the exponent[1]
(a) 32 000 (b) t = 6.00 hours (c) in (b) the unknown is the exponent
Q30[2 marks]
Starting from sin²θ + cos²θ = 1, derive the identity tan²θ + 1 = sec²θ.
Answer
Dividing every term of sin²θ + cos²θ = 1 by cos²θ gives sin²θ/cos²θ + 1 = 1/cos²θ. Since sin θ/cos θ = tan θ and 1/cos θ = sec θ, this is tan²θ + 1 = sec²θ.
Q31[2 marks]
Explain why sec θ is undefined at θ = 90°, and state what happens to the graph there.
Answer
sec θ = 1/cos θ, and cos 90° = 0. Division by zero is undefined, so sec 90° does not exist. The graph has a vertical asymptote at θ = 90°, with the curve tending to +∞ on one side and −∞ on the other.
Q32[4 marks]
Solve 2sin²θ + 3cos θ = 3 for 0° ⩽ θ ⩽ 360°.
Mark scheme
- Replace sin²θ using sin²θ = 1 − cos²θ: 2(1 − cos²θ) + 3cos θ = 3Reducing to a single trigonometric function is always the first move.[1]
- Rearrange: 2 − 2cos²θ + 3cos θ − 3 = 0, so 2cos²θ − 3cos θ + 1 = 0A quadratic in cos θ. Multiplying by −1 makes the leading coefficient positive.[1]
- Factorise: (2cos θ − 1)(cos θ − 1) = 0, so cos θ = ½ or cos θ = 1Both roots are valid since each lies between −1 and 1.[1]
- cos θ = ½ gives θ = 60° and 300°; cos θ = 1 gives θ = 0° and 360°Cosine is positive in the first and fourth quadrants, so the second solution is 360 − 60. Both endpoints are included by the stated interval.[1]
θ = 0°, 60°, 300°, 360°
Q33[7 marks]
(a) Express 5 sin θ − 12 cos θ in the form R sin(θ − α), where R > 0 and 0° < α < 90°.
(b) Hence solve 5 sin θ − 12 cos θ = 6.5 for 0° ⩽ θ ⩽ 360°.
(c) State the maximum value of 5 sin θ − 12 cos θ and the value of θ at which it occurs.
Mark scheme
- (a) R sin(θ − α) = R sin θ cos α − R cos θ sin α, so R cos α = 5 and R sin α = 12The minus in the target form matches the minus in the expression, so both comparison equations are positive.[1]
- R = √(25 + 144) = 13, and tan α = 12/5 so α = 67.4°A 5-12-13 triangle. α is in the first quadrant as required.[1]
- So the expression is 13 sin(θ − 67.4°)Worth stating explicitly before using it in part (b).[1]
- (b) 13 sin(θ − 67.4°) = 6.5, so sin(θ − 67.4°) = 0.5Dividing by R reduces it to a standard equation.[1]
- Interval for θ − 67.4° is −67.4° to 292.6°. Solutions: 30° and 150°Adjusting the interval before solving is what prevents solutions being missed.[1]
- θ = 97.4° and θ = 217.4°Adding 67.4° to each, then checking both lie in the original range.[1]
- (c) Maximum is 13, when sin(θ − 67.4°) = 1, so θ − 67.4° = 90° and θ = 157.4°The maximum of the combined wave is R, which is the main reason for using this form.[1]
(a) 13 sin(θ − 67.4°); (b) θ = 97.4°, 217.4°; (c) maximum 13 at θ = 157.4°
Q34[3 marks]
Prove the identity (1 − cos 2θ) / sin 2θ = tan θ.
Answer
Using cos 2θ = 1 − 2sin²θ, the numerator becomes 1 − (1 − 2sin²θ) = 2sin²θ. Using sin 2θ = 2 sin θ cos θ, the denominator is 2 sin θ cos θ. So the fraction is 2sin²θ / (2 sin θ cos θ) = sin θ / cos θ = tan θ.
Q35[2 marks]
Differentiate y = 5x³ − 2/x with respect to x.
Answer
Write it as 5x³ − 2x⁻¹. Then dy/dx = 15x² + 2x⁻², that is 15x² + 2/x².
Q36[3 marks]
Find the gradient of the curve y = x² − 4x + 1 at the point where x = 3.
Answer
dy/dx = 2x − 4, so at x = 3 the gradient is 2(3) − 4 = 2.
Q37[2 marks]
Explain how the second derivative distinguishes a maximum from a minimum.
Answer
At a stationary point, if d²y/dx² < 0 it is a maximum; if d²y/dx² > 0 it is a minimum.
Q38[7 marks]
A curve has equation y = x³ − 3x² − 9x + 5.
- Find
dy/dx. [1] - Find the coordinates of both stationary points. [4]
- Determine the nature of each. [2]
Mark scheme
dy/dx = 3x² − 6x − 9[1]- Sets it to zero:
3(x² − 2x − 3) = 0[1] - Factorises:
(x − 3)(x + 1) = 0, so x = 3 or x = −1[1] - At
x = 3: y = 27 − 27 − 27 + 5 = −22[1] - At
x = −1: y = −1 − 3 + 9 + 5 = 10[1] d²y/dx² = 6x − 6; at x = 3 it is +12, a minimum[1]- At
x = −1 it is −12, a maximum[1]
Minimum at (3, −22), maximum at (−1, 10)
Q39[8 marks]
An open-topped box is made from a square sheet of card of side 24 cm by cutting a square of side x cm from each corner and folding up the sides.
- Show that the volume is
V = x(24 − 2x)². [2] - Find the value of x that maximises the volume. [4]
- Calculate that maximum volume. [2]
Mark scheme
- The base is a square of side
24 − 2xa square is removed from both ends[1] - The height is x, so
V = x(24 − 2x)²[1] - Expands:
V = 576x − 96x² + 4x³[1] dV/dx = 576 − 192x + 12x²[1]- Sets to zero:
12(x² − 16x + 48) = 0 → (x − 4)(x − 12) = 0[1] x = 4; x = 12 is rejected because it leaves no base[1]V = 4 × 16² = 4 × 256[1]V = 1024 cm³[1]
x = 4 cm giving V = 1024 cm³
Q40[5 marks]
The displacement of a particle is s = 2t³ − 9t² + 12t metres after t seconds.
- Find expressions for the velocity and the acceleration. [2]
- Find the times at which the particle is instantaneously at rest. [2]
- Find the acceleration at the later of those times. [1]
Mark scheme
v = ds/dt = 6t² − 18t + 12[1]a = dv/dt = 12t − 18[1]- Sets
v = 0: 6(t² − 3t + 2) = 0 → (t − 1)(t − 2) = 0[1] t = 1 s and t = 2 s[1]- At
t = 2: a = 24 − 18 = 6 m s⁻²[1]
v = 6t² − 18t + 12, a = 12t − 18; at rest at t = 1 s and 2 s; a = 6 m s⁻² at t = 2 s
Q41[2 marks]
Find ∫ (6x² − 4x + 3) dx.
Answer
2x³ − 2x² + 3x + c
Q42[3 marks]
Evaluate ∫₁³ (2x + 1) dx.
Answer
[x² + x]₁³ = (9 + 3) − (1 + 1) = 10
Q43[2 marks]
Explain what a definite integral represents geometrically.
Answer
The area between the curve and the x axis, between the two limits. Area below the axis counts as negative.
Q44[6 marks]
The curve y = x² − 4x crosses the x axis at two points.
- Find the two points of intersection. [2]
- Find the area enclosed between the curve and the x axis. [4]
Mark scheme
- Sets
y = 0: x(x − 4) = 0[1] x = 0 and x = 4[1]- Integrates:
∫(x² − 4x) dx = x³/3 − 2x²[1] - Evaluates:
(64/3 − 32) − 0 = −32/3[1] - Recognises the curve is below the axis on this interval[1]
- Area
= 32/3 ≈ 10.7 square unitsthe magnitude is taken[1]
(a) x = 0 and x = 4 (b) 32/3 square units
Q45[7 marks]
A curve passes through the point (2, 9) and has gradient dy/dx = 3x² − 2x.
- Find the equation of the curve. [4]
- Find the area under the curve between
x = 0 and x = 2. [3]
Mark scheme
- Integrates:
y = x³ − x² + c[1] - Substitutes the point:
9 = 8 − 4 + c[1] c = 5[1]y = x³ − x² + 5[1]- Integrates again:
∫₀² (x³ − x² + 5) dx = [x⁴/4 − x³/3 + 5x]₀²[1] = 4 − 8/3 + 10[1]= 34/3 ≈ 11.3 square units[1]
(a) y = x³ − x² + 5 (b) 34/3 square units
Q46[6 marks]
The region bounded by y = x + 2 and y = x² is to be found.
- Find the x coordinates of the points of intersection. [2]
- Write down the integral that gives the enclosed area. [2]
- Evaluate it. [2]
Mark scheme
- Sets
x + 2 = x² → x² − x − 2 = 0[1] (x − 2)(x + 1) = 0, so x = −1 and x = 2[1]- Recognises the line is above the curve between them[1]
- Area
= ∫₋₁² [(x + 2) − x²] dx[1] = [x²/2 + 2x − x³/3]₋₁²[1]= (2 + 4 − 8/3) − (1/2 − 2 + 1/3) = 9/2[1]
x = −1 and 2; area = 9/2 square units
Q47[2 marks]
Explain how a sign change shows that an equation has a root in a given interval, and state the condition that must hold for the argument to be valid.
Answer
If f(a) and f(b) have opposite signs then the curve must cross zero somewhere between a and b, so a root lies in that interval. The argument requires f to be continuous on the interval — otherwise the sign change could be caused by an asymptote rather than a root.
Q48[3 marks]
Show that the equation x³ + 2x − 7 = 0 has a root between x = 1 and x = 2.
Mark scheme
- f(1) = 1 + 2 − 7 = −4Substituting the lower end and evaluating.[1]
- f(2) = 8 + 4 − 7 = 5Substituting the upper end. Both values must be shown, not just described.[1]
- f is continuous and changes sign from negative to positive, so a root lies between 1 and 2.The concluding statement is a mark of its own, and must mention continuity and the sign change.[1]
f(1) = −4, f(2) = 5; f continuous with a sign change, so a root lies in (1, 2)
Q49[4 marks]
Use the iteration x₍ₙ₊₁₎ = ∛(7 − 2xₙ) with x₀ = 1.5 to find a root of x³ + 2x − 7 = 0, correct to 2 decimal places. Show the value of each approximation.
Mark scheme
- x₁ = ∛(7 − 3) = ∛4 = 1.5874Correct substitution of the starting value.[1]
- x₂ = ∛(7 − 3.1748) = ∛3.8252 = 1.5637Feeding the previous value back into the same formula.[1]
- x₃ = 1.5708, x₄ = 1.5687Continuing until successive values agree to the required accuracy.[1]
- x₃ and x₄ both round to 1.57, so the root is 1.57 to 2 d.p.Stating the stopping justification and rounding only at the end.[1]
1.57 (2 d.p.)
Q50[3 marks]
Show that the equation 3x³ − 4x + 2 = 0 can be rearranged into the form x = ∛((4x − 2)/3).
Answer
Starting from 3x³ − 4x + 2 = 0, move the terms across to get 3x³ = 4x − 2. Dividing by 3 gives x³ = (4x − 2)/3, and taking the cube root of both sides gives x = ∛((4x − 2)/3).
Q51[6 marks]
The equation x = cos x has a single root α.
(a) Show that α lies between 0.7 and 0.8.
(b) The iteration x₍ₙ₊₁₎ = cos xₙ is used with x₀ = 0.7. Find α correct to 3 decimal places.
(c) A student instead tries the rearrangement x₍ₙ₊₁₎ = cos⁻¹(xₙ) with x₀ = 0.7 and finds the values move away from α. State what has happened and what the student should do.
Mark scheme
- (a) Let f(x) = x − cos x. f(0.7) = 0.7 − 0.7648 = −0.0648Rewriting as f(x) = 0 first is what makes a sign change meaningful. Calculator in radians.[1]
- f(0.8) = 0.8 − 0.6967 = +0.1033, so f is continuous with a sign change and α lies between 0.7 and 0.8.Both values plus the concluding statement.[1]
- (b) x₁ = cos 0.7 = 0.7648, x₂ = cos 0.7648 = 0.7215The sequence alternates either side of the root — a spiral rather than a staircase, which is still convergence.[1]
- x₃ = 0.7508, x₄ = 0.7311, x₅ = 0.7444, … x₁₆ ≈ 0.7391This one converges slowly, so several more steps are needed than usual.[1]
- α = 0.739 to 3 d.p.Rounding only once successive values agree at that accuracy.[1]
- (c) The iteration has diverged: this rearrangement is unsuitable even though it is algebraically valid. The student should use the rearrangement that converges, x₍ₙ₊₁₎ = cos xₙ.The mark is for recognising divergence as a property of the rearrangement, not an arithmetic mistake.[1]
(a) sign change between 0.7 and 0.8; (b) α = 0.739; (c) the iteration diverges — use x = cos x instead
Q52[2 marks]
Find the magnitude of v = 3i − 4j + 12k.
Answer
|v| = √(9 + 16 + 144) = √169 = 13.
Q53[2 marks]
State two differences between the dot product and the cross product.
Answer
The dot product gives a scalar and is commutative; the cross product gives a vector perpendicular to both, and reversing the order reverses its direction. The dot product is zero for perpendicular vectors, the cross product for parallel ones.
Q54[2 marks]
If a · b = 0 and neither vector is zero, what can you conclude?
Answer
Since a · b = |a||b| cos θ and neither magnitude is zero, cos θ = 0, so θ = 90° — the vectors are perpendicular.
Q55[4 marks]
Given a = i + 2j − k and b = 3i − j + 2k, find a · b and the angle between them.
Mark scheme
a · b = (1)(3) + (2)(−1) + (−1)(2) = 3 − 2 − 2 = −1a negative dot product means an obtuse angle[1]|a| = √(1 + 4 + 1) = √6[1]|b| = √(9 + 1 + 4) = √14[1]cos θ = −1/(√6 √14) = −1/9.165 = −0.109, so θ = 96.3°obtuse, as the negative dot product predicted[1]
a · b = −1; θ ≈ 96.3°
Q56[4 marks]
Find a × b for a = 2i + j + k and b = i − j + 3k, and hence the area of the triangle they form.
Mark scheme
- i component:
(1)(3) − (1)(−1) = 3 + 1 = 4[1] - j component:
−[(2)(3) − (1)(1)] = −5the minus sign on j is where marks are lost[1] - k component:
(2)(−1) − (1)(1) = −3, so a × b = 4i − 5j − 3k[1] - Area
= ½|a × b| = ½√(16 + 25 + 9) = ½√50 = 3.54accept (5√2)/2[1]
a × b = 4i − 5j − 3k; area ≈ 3.54 square units
Q57[6 marks]
Three vectors are given: a = i + j, b = j + k and c = i + k.
- Find
b × c. - Hence find the scalar triple product
a · (b × c). - State what your answer tells you about the three vectors, and give the volume of the parallelepiped they span.
Mark scheme
- b = ⟨0, 1, 1⟩ and c = ⟨1, 0, 1⟩; i component
= (1)(1) − (1)(0) = 1[1] - j component
= −[(0)(1) − (1)(1)] = 1; k component = (0)(0) − (1)(1) = −1so b × c = i + j − k[1] a · (b × c) = (1)(1) + (1)(1) + (0)(−1)a = ⟨1, 1, 0⟩[1]= 2[1]- The triple product is non-zero, so the three vectors are NOT coplanara zero value would have meant they all lay in one plane[1]
- Volume
= |2| = 2 cubic units[1]
(a) i + j − k (b) 2 (c) not coplanar; volume 2 cubic units
Q58[2 marks]
Explain the difference between the general solution and a particular solution of a differential equation.
Answer
The general solution contains an arbitrary constant and therefore describes a whole family of curves. A particular solution is the single member of that family obtained by using a given condition to find the value of the constant.
Q59[2 marks]
A colony of bacteria decreases at a rate proportional to the number present. Write down a differential equation for the number N at time t, explaining your notation.
Answer
dN/dt = −kN, where k is a positive constant. The minus sign is needed because the colony is decreasing, so the rate of change is negative while N and k are both positive.
Q60[4 marks]
Solve the differential equation dy/dx = 3x²y, given that y = 2 when x = 0.
Mark scheme
- Separate: (1/y) dy = 3x² dxEach variable with its own differential.[1]
- Integrate: ln|y| = x³ + cA single arbitrary constant is enough.[1]
- x = 0, y = 2 gives ln 2 = cApplying the condition before rearranging keeps the algebra simple.[1]
- ln(y/2) = x³, so y = 2e^(x³)Exponentiating both sides; y stays positive so the modulus can be dropped.[1]
y = 2e^(x³)
Q61[7 marks]
A tank contains 500 litres of water. Water leaks out so that the volume V litres at time t minutes satisfies dV/dt = −0.02V.
(a) Find V in terms of t.
(b) Find the volume after 30 minutes.
(c) Find the time taken for the volume to halve.
(d) State, with a reason, whether the tank ever empties according to this model.
Mark scheme
- (a) Separate and integrate: (1/V) dV = −0.02 dt gives ln V = −0.02t + cV is positive throughout, so the modulus is unnecessary.[1]
- At t = 0, V = 500, so c = ln 500, giving V = 500e^(−0.02t)The standard exponential-decay shape.[1]
- (b) V = 500e^(−0.6) = 500 × 0.5488 = 274 litresTo 3 significant figures.[1]
- (c) 250 = 500e^(−0.02t), so e^(−0.02t) = 0.5Halving means setting V to 250, not subtracting 250.[1]
- −0.02t = ln 0.5, so t = 34.7 minutesln 0.5 is negative, and dividing by −0.02 makes t positive — a useful sign check.[1]
- (d) As t → ∞, e^(−0.02t) → 0, so V → 0 but never reaches it.An exponential decay approaches zero asymptotically.[1]
- So according to this model the tank never completely empties, which shows the model is unrealistic for very small volumes.The final mark is for the interpretation, including the comment on the model's limitation.[1]
(a) V = 500e^(−0.02t); (b) 274 litres; (c) 34.7 min; (d) V → 0 but never reaches it
Q62[4 marks]
Solve dy/dx = (1 + y²)/x for x > 0, given that y = 1 when x = 1.
Mark scheme
- Separate: 1/(1 + y²) dy = (1/x) dxRecognising that the right side factorises into a function of x times a function of y.[1]
- Integrate: tan⁻¹ y = ln x + cThe integral of 1/(1 + y²) is arctan y — a standard result worth knowing on sight.[1]
- x = 1, y = 1: tan⁻¹1 = ln 1 + c, so c = π/4ln 1 = 0, and tan⁻¹1 = π/4 in radians.[1]
- y = tan(ln x + π/4)Rearranged with y as the subject, as required.[1]
y = tan(ln x + π/4)
Q63[2 marks]
Define a complex number and state its real and imaginary parts.
Answer
A complex number is any number of the form z = a + bi, where a and b are real and i = √(−1). The real part is a and the imaginary part is b.
Q64[2 marks]
Simplify i¹⁰³.
Answer
The powers of i repeat every four. 103 = 4 × 25 + 3, so i¹⁰³ = i³ = −i.
Q65[2 marks]
Find the modulus of z = −5 + 12i.
Answer
|z| = √((−5)² + 12²) = √(25 + 144) = √169 = 13.
Q66[4 marks]
Express (3 + 2i) / (1 − 4i) in the form a + bi.
Mark scheme
- Multiplies numerator and denominator by the conjugate
1 + 4i[1] - Denominator:
(1 − 4i)(1 + 4i) = 1 + 16 = 17a² + b², because −16i² = +16[1] - Numerator:
(3 + 2i)(1 + 4i) = 3 + 12i + 2i + 8i² = −5 + 14i[1] = −5/17 + (14/17)imust be split into a + bi form[1]
−5/17 + (14/17)i
Q67[4 marks]
If z₁ = 2 + 3i and z₂ = 4 − i, find z₁z₂ and verify that |z₁z₂| = |z₁||z₂|.
Mark scheme
z₁z₂ = (2 + 3i)(4 − i) = 8 − 2i + 12i − 3i² = 11 + 10i−3i² = +3, which combines with the 8[1]|z₁z₂| = √(121 + 100) = √221[1]|z₁| = √13 and |z₂| = √17[1]|z₁||z₂| = √13 × √17 = √221, equal to |z₁z₂|, so the result is verifiedthe concluding comparison is required[1]
z₁z₂ = 11 + 10i, and both sides equal √221.
Q68[6 marks]
Consider the quadratic equation x² − 6x + 25 = 0.
- Show that the equation has no real roots.
- Solve the equation, giving the roots in the form a ± bi.
- Verify that the sum of the roots is 6 and their product is 25.
Mark scheme
- Discriminant
= (−6)² − 4(1)(25) = 36 − 100 = −64[1] - The discriminant is negative, so there are no real rootsthe conclusion must be stated, not just the number[1]
x = [6 ± √(−64)] / 2 with √(−64) = 8i[1]x = 3 ± 4i[1]- Sum
= (3 + 4i) + (3 − 4i) = 6 ✓the imaginary parts cancel[1] - Product
= (3 + 4i)(3 − 4i) = 9 − 16i² = 9 + 16 = 25 ✓difference of two squares, with i² = −1[1]
(a) discriminant = −64 < 0 (b) x = 3 ± 4i (c) sum 6, product 25
Q69[2 marks]
Define the modulus and the argument of a complex number.
Answer
The modulus |z| = √(a² + b²) is the distance of the point from the origin on the Argand diagram. The argument is the angle the line from the origin to the point makes with the positive real axis, measured anticlockwise.
Q70[2 marks]
Find the modulus and argument of z = 1 − i.
Answer
r = √(1 + 1) = √2. The point is in the fourth quadrant with α = tan⁻¹(1) = 45°, so θ = −45°.
Q71[2 marks]
What is the geometrical effect of multiplying a complex number by i?
Answer
i has modulus 1 and argument 90°, so multiplying leaves the modulus unchanged and adds 90° to the argument: the point is rotated a quarter turn anticlockwise about the origin.
Q72[4 marks]
Express z = −2 − 2i in polar form.
Mark scheme
r = √(4 + 4) = √8 = 2√2[1]- Acute angle
α = tan⁻¹(2/2) = 45°use the absolute values to get the acute angle[1] - Both parts are negative, so the point is in the third quadrant and
θ = 45° − 180° = −135°accept 225° if the range is not restricted[1] z = 2√2 (cos(−135°) + i sin(−135°))[1]
z = 2√2 cis(−135°)
Q73[4 marks]
Use De Moivre's theorem to evaluate (1 + i)⁸.
Mark scheme
r = √2 and θ = 45°, so 1 + i = √2 cis 45°first quadrant, so no adjustment needed[1]- De Moivre:
(√2)⁸ cis(8 × 45°)[1] (√2)⁸ = 2⁴ = 16 and 8 × 45° = 360°[1]16(cos 360° + i sin 360°) = 16a real answer, since the argument came back to a full turn[1]
16
Q74[6 marks]
Consider the equation z³ = 8.
- Write 8 in polar form.
- Find all three cube roots of 8, giving your answers in polar form.
- Show that the three roots are equally spaced on a circle, and state its radius.
Mark scheme
8 = 8(cos 0° + i sin 0°)8 lies on the positive real axis, so its argument is 0°[1]- Roots have modulus
8^(1/3) = 2[1] - Arguments
(0 + 360k)/3 for k = 0, 1, 2, giving 0°, 120°, 240°adding 360° each time before dividing is what produces the extra roots[1] - Roots:
2 cis 0°, 2 cis 120°, 2 cis 240°the first is the obvious real root 2[1] - The arguments differ by 120° = 360°/3, so the roots are equally spacedthey form an equilateral triangle[1]
- All three have modulus 2, so they lie on a circle of radius 2 centred at the origin[1]
(b) 2 cis 0°, 2 cis 120°, 2 cis 240° (c) equally spaced 120° apart on a circle of radius 2