Skip to content

9709 · 1.3

Coordinate geometry — FAQ

Frequently asked questions for 9709 Coordinate geometry. Direct answers first, then deeper explanation — then practise with marking.

What's the difference between $y=mx+c$ and $y-y_1=m(x-x_1)$?

y=mx+cy=mx+c is useful when you know the gradient and the y-intercept. yy1=m(xx1)y-y_1=m(x-x_1) is more general and powerful; you can use it whenever you know the gradient and any point on the line, not just the y-intercept. Most problems are solved more quickly starting with the point-gradient form.

My answer for a line equation was $y = 0.5x + 2.5$ but the mark scheme said $x - 2y + 5 = 0$. Is my answer wrong?

Not necessarily. Your answer is mathematically correct, but exam questions often specify the format of the final answer, typically ax+by+c=0ax+by+c=0 where a,b,ca, b, c are integers. To convert your answer, multiply everything by 2 to remove the decimals: 2y=x+52y = x + 5. Then rearrange to get everything on one side: x2y+5=0x - 2y + 5 = 0. Always check the required format.

How do I know whether to use the distance formula or the gradient formula to prove a property of a shape?

Think about the geometric property you need to prove. If it involves lengths (e.g., 'show the triangle is isosceles', 'show it is a rhombus'), use the distance formula. If it involves angles, especially right angles (e.g., 'show it is a right-angled triangle', 'show it is a rectangle'), use the gradient formula to check for perpendicular lines (m1m2=1m_1m_2 = -1).

What does an 'undefined' gradient mean?

An undefined gradient occurs when you try to calculate the gradient of a vertical line. For points (x1,y1)(x_1, y_1) and (x1,y2)(x_1, y_2), the formula becomes y2y1x1x1=y2y10\frac{y_2-y_1}{x_1-x_1} = \frac{y_2-y_1}{0}. Since division by zero is undefined, so is the gradient. The equation of such a line is simply x=kx = k, where kk is the constant x-coordinate.