Nearly every coordinate geometry question uses one of these three, applied to two points $(x_1,\ y_1)$ and $(x_2,\ y_2)$.
$A = (1,\ 2)$ and $B = (7,\ 10)$. Find the midpoint, the length $AB$ and the gradient of $AB$.
- Find the gradient $m$ using two points.
- Substitute $m$ and the coordinates of one point into $y = mx + c$.
- Solve for $c$.
- Write out the full equation.
Find the equation of the line through $(2,\ 5)$ and $(6,\ 17)$.
Check with the other point: $3(6) - 1 = 17$ β
Perpendicular: the gradients multiply to $-1$, $m_1 \times m_2 = -1$
$m = 3 = \tfrac{3}{1} \Rightarrow$ perpendicular gradient $= -\tfrac{1}{3}$
$m = -\tfrac{2}{5} \Rightarrow$ perpendicular gradient $= \tfrac{5}{2}$
Find the equation of the line perpendicular to $y = 4x - 3$ that passes through $(8,\ 1)$.
Find the equation of the perpendicular bisector of the line joining $A(1,\ 3)$ and $B(7,\ 11)$.
To prove what kind of shape four points form, calculate lengths and gradients and compare them.
| To prove⦠| Show that⦠|
|---|---|
| Two sides are parallel | Their gradients are equal |
| Two sides are perpendicular | Their gradients multiply to $-1$ |
| Two sides are equal | Their lengths are equal |
| It is a parallelogram | Both pairs of opposite sides are parallel |
| It is a rhombus | All four sides are equal |
| It is a rectangle | Opposite sides parallel and one angle is $90^\circ$ |
| It is a square | All sides equal and one angle is $90^\circ$ |
| A triangle is right-angled | Two sides have gradients multiplying to $-1$ |
| A triangle is isosceles | Two sides have equal length |
| Three points are collinear | The gradient between the first two equals that between the last two |
$A(1,\ 1)$, $B(4,\ 3)$, $C(9,\ 3)$ and $D(6,\ 1)$. Show that $ABCD$ is a parallelogram.
Both pairs of opposite sides are parallel, so $ABCD$ is a parallelogram. β
Show that the triangle with vertices $P(0,\ 2)$, $Q(4,\ 4)$ and $R(2,\ 8)$ is right-angled.
The product is $-1$, so $PQ \perp QR$ and the triangle is right-angled at $Q$. β
$A = (2,\ 1)$ and $B = (14,\ 13)$. Find the point $P$ with $AP : PB = 1 : 3$.
Midpoint
Average both coordinates.
Length
$\sqrt{(\Delta x)^2 + (\Delta y)^2}$ β Pythagoras.
Gradient
$\dfrac{\Delta y}{\Delta x}$, subtracting in the same order both times.
Line equation
$y = mx + c$; find $m$, then substitute a point to get $c$.
Parallel
Equal gradients.
Perpendicular
Negative reciprocal; the product of the gradients is $-1$.
Rearrange
Get the equation into $y = mx + c$ before reading off $m$.
Proving shapes
Compare lengths for equal sides, gradients for parallel and perpendicular.
Collinear
Same gradient between successive pairs of points.
Find the midpoint of $A(-3,\ 7)$ and $B(5,\ -1)$.
βΆ Show solution
$\left(\dfrac{-3+5}{2},\ \dfrac{7+(-1)}{2}\right) = \left(\dfrac{2}{2},\ \dfrac{6}{2}\right) = (1,\ 3)$
Find the exact length of the line joining $(2,\ 3)$ and $(7,\ 15)$.
βΆ Show solution
$\Delta x = 5$, $\Delta y = 12$
$d = \sqrt{5^2 + 12^2} = \sqrt{25 + 144} = \sqrt{169} = 13$
Find the gradient of the line through $(-2,\ 8)$ and $(4,\ -4)$.
βΆ Show solution
$m = \dfrac{-4 - 8}{4 - (-2)} = \dfrac{-12}{6} = -2$
Find the equation of the line through $(1,\ -2)$ and $(5,\ 6)$.
βΆ Show solution
$m = \dfrac{6 - (-2)}{5 - 1} = \dfrac{8}{4} = 2$
Substitute $(1,\ -2)$: $-2 = 2(1) + c$, so $c = -4$.
$y = 2x - 4$
A line has equation $3x + 2y = 18$. Find (a) its gradient, (b) the gradient of a perpendicular line.
βΆ Show solution
(a) Rearrange: $2y = -3x + 18$, so $y = -\tfrac{3}{2}x + 9$. Gradient $= -\dfrac{3}{2}$.
(b) Negative reciprocal: $\dfrac{2}{3}$.
Check: $-\tfrac{3}{2} \times \tfrac{2}{3} = -1$ β
Find the equation of the line parallel to $y = 5x + 2$ passing through $(3,\ 4)$.
βΆ Show solution
Parallel lines have the same gradient, so $m = 5$.
$4 = 5(3) + c = 15 + c$, so $c = -11$.
$y = 5x - 11$
Show that $A(1,\ 2)$, $B(3,\ 6)$ and $C(6,\ 12)$ are collinear.
βΆ Show solution
Gradient $AB = \dfrac{6-2}{3-1} = \dfrac{4}{2} = 2$
Gradient $BC = \dfrac{12-6}{6-3} = \dfrac{6}{3} = 2$
The gradients are equal and the lines share the point $B$, so all three points lie on the same straight line. β
Find the equation of the perpendicular bisector of the line joining $(2,\ 1)$ and $(8,\ 5)$.
βΆ Show solution
Midpoint: $\left(\dfrac{2+8}{2},\ \dfrac{1+5}{2}\right) = (5,\ 3)$
Gradient of the segment: $\dfrac{5-1}{8-2} = \dfrac{4}{6} = \dfrac{2}{3}$
Perpendicular gradient: $-\dfrac{3}{2}$
$3 = -\tfrac{3}{2}(5) + c = -7.5 + c$, so $c = 10.5$.
$y = -\dfrac{3}{2}x + 10.5$
$P(0,\ 0)$, $Q(4,\ 2)$, $R(6,\ 6)$ and $S(2,\ 4)$. Show that $PQRS$ is a rhombus.
βΆ Show solution
$PQ = \sqrt{4^2 + 2^2} = \sqrt{20}$
$QR = \sqrt{2^2 + 4^2} = \sqrt{20}$
$RS = \sqrt{(-4)^2 + (-2)^2} = \sqrt{20}$
$SP = \sqrt{(-2)^2 + (-4)^2} = \sqrt{20}$
All four sides are equal, so $PQRS$ is a rhombus.
Not a square: gradient $PQ = \tfrac{1}{2}$ and gradient $QR = 2$; the product is $1$, not $-1$, so the angle at $Q$ is not $90^\circ$. β
The line $L$ has equation $y = 2x - 6$. Point $A$ is $(1,\ 7)$.
(a) Find the equation of the line through $A$ perpendicular to $L$. (b) Find the point $B$ where the two lines cross. (c) Find the shortest distance from $A$ to $L$, in exact form.
βΆ Show solution
(a) Gradient of $L$ is $2$, so the perpendicular gradient is $-\tfrac{1}{2}$.
$7 = -\tfrac{1}{2}(1) + c$, so $c = 7.5$.
Equation: $y = -\tfrac{1}{2}x + 7.5$
(b) Set the two equal: $2x - 6 = -\tfrac{1}{2}x + 7.5$
$2.5x = 13.5 \Rightarrow x = 5.4$
$y = 2(5.4) - 6 = 4.8$, so $B = (5.4,\ 4.8)$.
(c) The shortest distance is $AB$ (perpendicular distance).
$\Delta x = 4.4$, $\Delta y = -2.2$
$AB = \sqrt{4.4^2 + 2.2^2} = \sqrt{19.36 + 4.84} = \sqrt{24.2}$
$= \sqrt{24.2} = 4.92$ (3 s.f.), or exactly $\dfrac{11\sqrt{5}}{5}$.