9709/22

Mathematics 9709/22May/June 2014

Cambridge AS Level · Pure Mathematics 2 · worked solutions for every part, with the mark scheme

8
questions
50
marks
75
minutes

Topics Logarithmic and Exponential Functions · Algebra · Trigonometry · Integration · Differentiation · Numerical Solution of Equations

Q1AlgebraLogarithmic and Exponential FunctionsFree sample
(i)

Solve the equation x+2=x13|x + 2| = |x - 13|.

2M
DifficultyMedium-Easy
Worked solution

Approach

Solve the modulus equation x+2=x13|x + 2| = |x - 13| by squaring both sides to eliminate the absolute values, then solve the resulting linear equation.

Working

Square both sides:

(x+2)2=(x13)2(x + 2)^2 = (x - 13)^2

Expand both sides:

x2+4x+4=x226x+169x^2 + 4x + 4 = x^2 - 26x + 169

The x2x^2 terms cancel:

4x+4=26x+1694x + 4 = -26x + 169

Collect the xx terms on one side:

30x=16530x = 165

Divide by 30:

x=16530=112x = \frac{165}{30} = \frac{11}{2}

Answer

x=112x = \frac{11}{2}
Final answer

x = 11/2

Detailed explanation

Walkthrough

We need to solve x+2=x13|x + 2| = |x - 13|. The absolute value (modulus) of a number is its distance from zero, so a=b|a| = |b| means aa and bb are the same distance from zero, i.e. a=ba = b or a=ba = -b.

A clean way to handle this is to square both sides, since squaring removes the absolute value: a2=a2|a|^2 = a^2. So we get (x+2)2=(x13)2(x + 2)^2 = (x - 13)^2.

Expanding gives x2+4x+4=x226x+169x^2 + 4x + 4 = x^2 - 26x + 169. The x2x^2 terms cancel, leaving the linear equation 4x+4=26x+1694x + 4 = -26x + 169. Adding 26x26x to both sides gives 30x+4=16930x + 4 = 169, so 30x=16530x = 165, and therefore x=16530=112=5.5x = \frac{165}{30} = \frac{11}{2} = 5.5.

We can verify: 5.5+2=7.5=7.5|5.5 + 2| = |7.5| = 7.5 and 5.513=7.5=7.5|5.5 - 13| = |-7.5| = 7.5. The two sides match, confirming the solution.

Key Takeaways

  • Squaring both sides is a reliable way to eliminate absolute values in an equation.
  • The equation a=b|a| = |b| is equivalent to a2=b2a^2 = b^2 for real numbers aa and bb.
  • After squaring, the resulting equation is often simpler (here, linear).

Common Mistakes

  • Forgetting to square the entire expression — writing (x+2)2=x13(x + 2)^2 = x - 13 instead of (x13)2(x - 13)^2.
  • Sign errors when expanding (x13)2(x - 13)^2: it is x226x+169x^2 - 26x + 169, not x2+26x+169x^2 + 26x + 169.
  • Not simplifying 16530\frac{165}{30} to 112\frac{11}{2}.

Things to Be Careful About

  • Squaring both sides is valid here because both sides are non-negative (they are absolute values).
  • The alternative method is to write x+2=(x13)x + 2 = -(x - 13), giving x+2=x+13x + 2 = -x + 13, so 2x=112x = 11 and x=112x = \frac{11}{2}. This works because the case x+2=x13x + 2 = x - 13 is impossible (2=132 = -13).
Techniques used
square both sides of the modulus equationsolve the resulting linear equation
(ii)

Hence solve the equation 3y+2=3y13|3^y + 2| = |3^y - 13|, giving your answer correct to 3 significant figures.

2M
DifficultyMedium-Easy
Worked solution

Approach

Recognise that 3y+2=3y13|3^y + 2| = |3^y - 13| has the same form as the equation in part (i) with xx replaced by 3y3^y. Use the result x=112x = \frac{11}{2} to write 3y=1123^y = \frac{11}{2}, then apply logarithms to solve for yy.

Working

From part (i), the equation x+2=x13|x + 2| = |x - 13| has solution x=112x = \frac{11}{2}.

Here xx is replaced by 3y3^y, so:

3y=1123^y = \frac{11}{2}

Take logarithms of both sides:

log(3y)=log(112)\log(3^y) = \log\left(\frac{11}{2}\right)

Apply the power law of logarithms:

ylog3=log(112)y \log 3 = \log\left(\frac{11}{2}\right)

Solve for yy:

y=log(112)log31.704751.098611.5517y = \frac{\log\left(\frac{11}{2}\right)}{\log 3} \approx \frac{1.70475}{1.09861} \approx 1.5517

Correct to 3 significant figures:

y=1.55y = 1.55

Answer

y=1.55y = 1.55
Final answer

y = 1.55

Detailed explanation

Walkthrough

The equation is 3y+2=3y13|3^y + 2| = |3^y - 13|. This has exactly the same structure as x+2=x13|x + 2| = |x - 13| from part (i), with xx replaced by 3y3^y. Since we already found that x+2=x13|x + 2| = |x - 13| has solution x=112x = \frac{11}{2}, we can directly substitute: 3y=1123^y = \frac{11}{2}.

Now we need to solve for yy, which is in the exponent. The way to bring an exponent down is to take logarithms of both sides. Using base-10 logarithms (any consistent base works):

log(3y)=log(112)\log(3^y) = \log\left(\frac{11}{2}\right)

By the power law of logarithms, log(3y)=ylog3\log(3^y) = y \log 3. So:

ylog3=log(112)y \log 3 = \log\left(\frac{11}{2}\right)

Dividing both sides by log3\log 3:

y=log(11/2)log31.704751.098611.5517y = \frac{\log(11/2)}{\log 3} \approx \frac{1.70475}{1.09861} \approx 1.5517

Rounded to 3 significant figures, y=1.55y = 1.55.

Key Takeaways

  • The word "hence" signals that the previous result should be reused directly.
  • To solve for an unknown in the exponent, take logarithms of both sides and use the power law.
  • The base of the logarithm does not matter as long as it is consistent — the ratio logalogb\frac{\log a}{\log b} is the same in any base.

Common Mistakes

  • Not recognising the substitution x=3yx = 3^y from part (i).
  • Misapplying the power law: log(3y)=ylog3\log(3^y) = y \log 3, not (log3)y(\log 3)^y.
  • Rounding too early — keep extra decimal places until the final step, then round to 3 s.f.

Things to Be Careful About

  • The answer must be given to 3 significant figures: 1.551.55, not 1.51.5 or 1.55171.5517.
  • Take logarithms of both sides consistently.
  • 3y3^y is always positive, so 3y+2>03^y + 2 > 0 always; this does not affect the solution since we use the result from part (i) directly.
Techniques used
substitute the exponential expression into the known resultapply logarithms to both sidesuse the power law of logarithmsevaluate the logarithm ratio

The rest of this paper

7 more questions
  • Q2Trigonometry4M
  • Q3Integration5M
  • Q4Differentiation6M
  • Q5Logarithmic and Exponential Functions6M
  • Q6Algebra7M
  • Q7Integration · Logarithmic and Exponential Functions · Numerical Solution of Equations9M
  • Q8Differentiation · Trigonometry9M
Loading the full paper…