9709/12

Mathematics 9709/12October/November 2022

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

11
questions
75
marks
110
minutes

Topics Trigonometry · Coordinate Geometry · Series · Quadratics · Functions · Integration · +2 more

Q1Coordinate GeometryFree sample

Points AA and BB have coordinates (5,2)(5, 2) and (10,1)(10, -1) respectively.

(a)

Find the equation of the perpendicular bisector of ABAB.

3M
DifficultyMedium-Easy
Worked solution

Approach

The perpendicular bisector of ABAB is the line through the midpoint of ABAB whose gradient is the negative reciprocal of the gradient of ABAB. We find the midpoint, then the gradient of ABAB, and use point-slope form.

Working

Mid-point of ABAB:

(5+102,2+(1)2)=(152,12)\left( \frac{5+10}{2}, \frac{2+(-1)}{2} \right) = \left( \frac{15}{2}, \frac{1}{2} \right)

Gradient of ABAB:

mAB=12105=35m_{AB} = \frac{-1 - 2}{10 - 5} = \frac{-3}{5}

The perpendicular gradient is the negative reciprocal:

m=53m = \frac{5}{3}

Using point-slope form through (152,12)\left( \frac{15}{2}, \frac{1}{2} \right):

y12=53(x152)y - \frac{1}{2} = \frac{5}{3}\left( x - \frac{15}{2} \right)

Simplify:

y12=53x252y - \frac{1}{2} = \frac{5}{3}x - \frac{25}{2} y=53x12y = \frac{5}{3}x - 12

Answer

y=53x12y = \frac{5}{3}x - 12
Final answer

y = (5/3)x - 12 (or equivalently 5x - 3y = 36)

Detailed explanation

Walkthrough

We start with the coordinates of A(5,2)A(5,2) and B(10,1)B(10,-1). The perpendicular bisector of a segment is the line perpendicular to the segment and passing through its midpoint.

First calculate the midpoint: average the xx-coordinates and yy-coordinates:

(5+102,2+(1)2)=(152,12)\left( \frac{5+10}{2}, \frac{2+(-1)}{2} \right) = \left( \frac{15}{2}, \frac{1}{2} \right)

Next, find the gradient of ABAB using change in ychange in x\frac{\text{change in } y}{\text{change in } x}:

12105=35\frac{-1-2}{10-5} = \frac{-3}{5}

A perpendicular line has gradient mm satisfying mmAB=1m \cdot m_{AB} = -1, so m=53m = \frac{5}{3}.

Substitute the point (152,12)\left( \frac{15}{2}, \frac{1}{2} \right) into the point-slope form yy1=m(xx1)y - y_1 = m(x - x_1):

y12=53(x152)y - \frac{1}{2} = \frac{5}{3}\left( x - \frac{15}{2} \right)

Expand and simplify to get y=53x12y = \frac{5}{3}x - 12.

Key Takeaways

The perpendicular bisector passes through the midpoint of the segment. Perpendicular gradients multiply to 1-1, so take the negative reciprocal. The point-slope form is an efficient way to write the equation of a line through a known point with a known gradient.

Common Mistakes

A common mistake is using one of AA or BB as the point on the perpendicular bisector instead of the midpoint. Another is forgetting to change the sign when taking the reciprocal of the gradient; the negative reciprocal of 35-\frac{3}{5} is 53\frac{5}{3}, not 53-\frac{5}{3} or 35\frac{3}{5}. Also, avoid putting the xx and yy changes in inconsistent orders when computing the gradient, as this can produce a sign error.

Things to Be Careful About

The midpoint averages must be computed carefully with signed coordinates: the yy-coordinate is 2+(1)2=12\frac{2 + (-1)}{2} = \frac{1}{2}, not 32\frac{3}{2}. The final equation may be written in several equivalent forms, such as y=53x12y = \frac{5}{3}x - 12 or 5x3y=365x - 3y = 36; either is acceptable. Marking may award the first method mark for gradient use and for the perpendicular condition, so show both clearly.

Techniques used
find the midpoint of two pointscalculate the gradient of a line segmentapply the perpendicular gradient conditionwrite the equation of a line through a known point
(b)

Find the equation of the circle with centre AA which passes through BB.

3M
DifficultyMedium-Easy
Worked solution

Approach

A circle with centre AA that passes through BB has radius equal to the distance ABAB. We find r2r^2 using the distance formula, then write the circle equation in centre-radius form.

Working

Since the circle passes through BB, its radius is ABAB.

r2=(105)2+(12)2=52+(3)2=25+9=34r^2 = (10-5)^2 + (-1-2)^2 = 5^2 + (-3)^2 = 25 + 9 = 34

Thus r=34r = \sqrt{34}, or equivalently r2=34r^2 = 34.

The centre is A(5,2)A(5,2), so:

(x5)2+(y2)2=r2(x-5)^2 + (y-2)^2 = r^2 (x5)2+(y2)2=34(x-5)^2 + (y-2)^2 = 34

Answer

(x5)2+(y2)2=34(x-5)^2 + (y-2)^2 = 34
Final answer

(x-5)^2 + (y-2)^2 = 34

Detailed explanation

Walkthrough

For a circle with centre AA passing through BB, the radius is the distance from AA to BB. We only need r2r^2 for the equation, so we compute the squared distance:

(105)2+(12)2=52+(3)2=25+9=34(10-5)^2 + (-1-2)^2 = 5^2 + (-3)^2 = 25 + 9 = 34

The centre is A(5,2)A(5,2), so h=5h = 5 and k=2k = 2. Substitute into (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2:

(x5)2+(y2)2=34(x-5)^2 + (y-2)^2 = 34

This is the required equation. Expanding gives the equivalent form x2+y210x4y5=0x^2 + y^2 - 10x - 4y - 5 = 0.

Key Takeaways

The equation of a circle with centre (h,k)(h,k) and radius rr is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. The radius of a circle through a point is the distance from the centre to that point. Using the squared distance avoids introducing a square root before it is needed.

Common Mistakes

A common mistake is to substitute the centre coordinates with the wrong signs, for example writing (x+5)2+(y+2)2(x+5)^2 + (y+2)^2. Another is forgetting to square the distance and writing (x5)2+(y2)2=34(x-5)^2 + (y-2)^2 = \sqrt{34} instead of =34= 34; unless the radius is written as 34\sqrt{34} and then squared in the equation.

Things to Be Careful About

Be careful with the signed difference in the yy-coordinates: 12=3-1-2 = -3, so the squared term is (3)2=9(-3)^2 = 9, not 9-9. The centre-radius form is often easiest, but an expanded form such as x2+y210x4y5=0x^2 + y^2 - 10x - 4y - 5 = 0 is also acceptable. If a mark scheme awards separate marks for the radius, the centre form, and the final equation, write each step explicitly.

Techniques used
find the radius as the distance between centre and pointcompute the squared distance between two pointswrite a circle equation in centre-radius form

The rest of this paper

10 more questions
  • Q2Series5M
  • Q3Quadratics · Trigonometry5M
  • Q4Series4M
  • Q5Functions5M
  • Q6Quadratics · Coordinate Geometry9M
  • Q7Trigonometry7M
  • Q8Integration · Differentiation7M
  • Q9Functions8M
  • Q10Circular Measure · Trigonometry8M
  • Q11Differentiation · Integration11M
Loading the full paper…