4037/12

Additional Mathematics 4037/12October/November 2012

Cambridge O-Level · Calculator · worked solutions for every part, with the mark scheme

11
questions
80
marks
120
minutes

Topics Simultaneous equations · Trigonometry · Straight-line graphs · Calculus · Vectors in two dimensions · [Legacy] Matrices · +5 more

Q1Vectors in two dimensionsSimultaneous equationsFree sample

It is given that a=(43)\mathbf{a} = \begin{pmatrix} 4 \\ 3 \end{pmatrix}, b=(12)\mathbf{b} = \begin{pmatrix} -1 \\ 2 \end{pmatrix} and c=(212)\mathbf{c} = \begin{pmatrix} 21 \\ 2 \end{pmatrix}.

(i)

Find a+b+c|\mathbf{a} + \mathbf{b} + \mathbf{c}|.

2M
DifficultyEasy
Worked solution

Approach

Add the three vectors component-wise, then find the magnitude of the resulting vector.

Working

a+b+c=(43)+(12)+(212)=(41+213+2+2)=(247)\mathbf{a} + \mathbf{b} + \mathbf{c} = \begin{pmatrix} 4 \\ 3 \end{pmatrix} + \begin{pmatrix} -1 \\ 2 \end{pmatrix} + \begin{pmatrix} 21 \\ 2 \end{pmatrix} = \begin{pmatrix} 4 - 1 + 21 \\ 3 + 2 + 2 \end{pmatrix} = \begin{pmatrix} 24 \\ 7 \end{pmatrix} a+b+c=242+72=576+49=625=25|\mathbf{a} + \mathbf{b} + \mathbf{c}| = \sqrt{24^2 + 7^2} = \sqrt{576 + 49} = \sqrt{625} = 25

Answer

2525
Final answer

25

Detailed explanation

Walkthrough

To add vectors written as columns, we simply add the top components together and the bottom components together. This gives 4+(1)+21=244 + (-1) + 21 = 24 on top and 3+2+2=73 + 2 + 2 = 7 below, so the sum is (247)\begin{pmatrix} 24 \\ 7 \end{pmatrix}.

The magnitude (or modulus) of a vector measures its length. For a vector (xy)\begin{pmatrix} x \\ y \end{pmatrix} it is x2+y2\sqrt{x^2 + y^2}, which is just Pythagoras' theorem applied to the horizontal and vertical components. Here that gives 242+72=625=25\sqrt{24^2 + 7^2} = \sqrt{625} = 25 — a perfect square, so no calculator is needed.

Key Takeaways

  • Vector addition is done component by component; order does not matter.
  • The magnitude of (xy)\begin{pmatrix} x \\ y \end{pmatrix} is x2+y2\sqrt{x^2 + y^2}.
  • Recognising Pythagorean triples (here a scaled 3–4–5: 2424, 77, 2525) speeds up non-calculator work.

Common Mistakes

  • Subtracting instead of adding one of the components, especially with the negative entry in b\mathbf{b}.
  • Forgetting to square both components before adding under the root.
  • Giving 625\sqrt{625} without evaluating it — the exact value 2525 is required.

Things to Be Careful About

  • The answer must be fully evaluated (2525), not left as 625\sqrt{625}.
  • Show the summed vector before taking the modulus — this is where the method mark sits.
Techniques used
add column vectors component by componentcompute the magnitude of a vector using Pythagoras
(ii)

Find λ\lambda and μ\mu such that λa+μb=c\lambda \mathbf{a} + \mu \mathbf{b} = \mathbf{c}.

3M
DifficultyMedium-Easy
Worked solution

Approach

Write out λa+μb\lambda \mathbf{a} + \mu \mathbf{b} in terms of λ\lambda and μ\mu, equate each component with c\mathbf{c}, and solve the resulting pair of simultaneous equations.

Working

λ(43)+μ(12)=(4λμ3λ+2μ)\lambda \begin{pmatrix} 4 \\ 3 \end{pmatrix} + \mu \begin{pmatrix} -1 \\ 2 \end{pmatrix} = \begin{pmatrix} 4\lambda - \mu \\ 3\lambda + 2\mu \end{pmatrix}

Equating like components with c=(212)\mathbf{c} = \begin{pmatrix} 21 \\ 2 \end{pmatrix}:

4λμ=214\lambda - \mu = 21 3λ+2μ=23\lambda + 2\mu = 2

Doubling the first equation and adding:

8λ2μ=428\lambda - 2\mu = 42 (8λ2μ)+(3λ+2μ)=42+2    11λ=44    λ=4(8\lambda - 2\mu) + (3\lambda + 2\mu) = 42 + 2 \implies 11\lambda = 44 \implies \lambda = 4

Substituting into 4λμ=214\lambda - \mu = 21:

16μ=21    μ=516 - \mu = 21 \implies \mu = -5

Answer

λ=4,μ=5\lambda = 4, \quad \mu = -5
Final answer

lambda = 4, mu = -5

Detailed explanation

Walkthrough

The equation λa+μb=c\lambda \mathbf{a} + \mu \mathbf{b} = \mathbf{c} says that the vector c\mathbf{c} can be built from multiples of a\mathbf{a} and b\mathbf{b}. Multiplying out gives (4λμ3λ+2μ)\begin{pmatrix} 4\lambda - \mu \\ 3\lambda + 2\mu \end{pmatrix}.

Two column vectors are equal only when their corresponding components are equal, so we get one equation from the top row (4λμ=214\lambda - \mu = 21) and one from the bottom row (3λ+2μ=23\lambda + 2\mu = 2). These are ordinary simultaneous equations.

Eliminating μ\mu is easiest here: doubling the first equation makes its μ\mu coefficient 2-2, which cancels against the +2μ+2\mu in the second equation when added. That leaves 11λ=4411\lambda = 44, so λ=4\lambda = 4. Substituting back into 4λμ=214\lambda - \mu = 21 gives 16μ=2116 - \mu = 21, hence μ=5\mu = -5.

Key Takeaways

  • Equal column vectors give one equation per component.
  • Scalar multiples of vectors distribute over each component.
  • The elimination method removes one variable cleanly when coefficients match after scaling.

Common Mistakes

  • Sign slips when multiplying b\mathbf{b} by μ\mu: the top component is μ-\mu, not +μ+\mu.
  • Equating unlike components (top of one side with bottom of the other).
  • Arithmetic errors in the elimination step; always check by substituting both values back into the second equation: 3(4)+2(5)=1210=23(4) + 2(-5) = 12 - 10 = 2 ✓.

Things to Be Careful About

  • Both values must be found for full marks; the dependent M1 for solving requires correct simultaneous-equation work following the equating step.
  • Verify answers in both original equations before moving on.
Techniques used
equate like components of equal vectorssolve a pair of linear simultaneous equations

The rest of this paper

10 more questions
  • Q2[Legacy] Matrices5M
  • Q3Trigonometry6M
  • Q4Logarithmic and exponential functions6M
  • Q5Simultaneous equations · Straight-line graphs7M
  • Q6Trigonometry · [Legacy] Indices and surds5M
  • Q7Straight-line graphs · Coordinate geometry of the circle8M
  • Q8Circular measure7M
  • Q9Trigonometry9M
  • Q10Factors of polynomials · Calculus11M
  • Q11Calculus · Simultaneous equations22M
Loading the full paper…