Skip to content

9709 · 1.3

Coordinate geometry — practice questions

Practice and worked examples for 9709 Coordinate geometry. Short previews only — attempt the full question in MarkScheme against the official scheme.

Worked example 1

The line L1L_1 passes through the points A(2,5)A(2, 5) and B(8,2)B(8, 2). A second line, L2L_2, is perpendicular to L1L_1 and passes through point AA. Find the equation of L2L_2, giving your answer in the form ax+by+c=0ax+by+c=0 where a,b,ca, b, c are integers.

Show solution outline

Step 1: Find the gradient of line L1L_1. Gradient of L1L_1, m1=y2y1x2x1=2582=36=12m_1 = \frac{y_2 - y_1}{x_2 - x_1} = \frac{2 - 5}{8 - 2} = \frac{-3}{6} = -\frac{1}{2}. [M1 for gradient formula]

Step 2: Find the gradient of the perpendicular line L2L_2. Since L2L_2 is perpendicular to L1L_1, its gradient m2m_2 is the negative reciprocal of m1m_1. m2=1m1=11/2=2m_2 = -\frac{1}{m_1} = -\frac{1}{-1/2} = 2. [M1 for perpendicular gradient]

Step 3: Use the point-gradient form to find the equation of L2L_2. L2L_2 has gradient m2=2m_2 = 2 and passes through point A(2,5)A(2, 5). Using yy1=m(xx1)y - y_1 = m(x - x_1): y5=2(x2)y - 5 = 2(x - 2) [M1 for using point and gradient] y5=2x4y - 5 = 2x - 4

Step 4: Rearrange the equation into the required form ax+by+c=0ax+by+c=0. y=2x+1y = 2x + 1 2xy+1=02x - y + 1 = 0 [A1 for correct final form]

Worked example 2

The points PP, QQ, and RR have coordinates (1,6)(-1, 6), (3,0)(3, 0), and (9,4)(9, 4) respectively. Find the equation of the perpendicular bisector of the line segment PQPQ.

Show solution outline

Step 1: Find the midpoint of PQPQ. Midpoint M=(xP+xQ2,yP+yQ2)=(1+32,6+02)=(22,62)=(1,3)M = \left( \frac{x_P + x_Q}{2}, \frac{y_P + y_Q}{2} \right) = \left( \frac{-1 + 3}{2}, \frac{6 + 0}{2} \right) = \left( \frac{2}{2}, \frac{6}{2} \right) = (1, 3). [M1 for midpoint formula]

Step 2: Find the gradient of the line segment PQPQ. Gradient mPQ=063(1)=64=32m_{PQ} = \frac{0 - 6}{3 - (-1)} = \frac{-6}{4} = -\frac{3}{2}. [M1 for gradient formula]

Step 3: Find the gradient of the perpendicular bisector. The perpendicular bisector has a gradient that is the negative reciprocal of mPQm_{PQ}. Gradient of bisector, m=13/2=23m_{\perp} = -\frac{1}{-3/2} = \frac{2}{3}. [M1 for perpendicular gradient]

Step 4: Find the equation of the perpendicular bisector. The line passes through the midpoint M(1,3)M(1, 3) and has gradient 23\frac{2}{3}. Using yy1=m(xx1)y - y_1 = m(x - x_1): y3=23(x1)y - 3 = \frac{2}{3}(x - 1) [M1 for substitution] To clear the fraction, multiply by 3: 3(y3)=2(x1)3(y - 3) = 2(x - 1) 3y9=2x23y - 9 = 2x - 2 2x3y+7=02x - 3y + 7 = 0. [A1 for correct equation in any form, then A1 for integer form if required]