Find the distance between $A(-2, 1)$ and $B(4, 9)$.
Find the exact distance between $P(1, 3)$ and $Q(5, 6)$โฆ and then between $P(1,3)$ and $R(4, 8)$.
Find the mid-point of the segment joining $(-5, 8)$ and $(3, -2)$.
$M(4, 1)$ is the mid-point of $AB$, where $A$ is $(1, 7)$. Find $B$.
| Gradient | The line |
|---|---|
| Positive | Slopes upwards, left to right |
| Negative | Slopes downwards |
| Zero | Horizontal, $y = c$ |
| Undefined | Vertical, $x = k$ โ the denominator is zero |
Perpendicular: $m_1 \times m_2 = -1$, i.e. $m_2 = -\dfrac{1}{m_1}$
Are the lines through $A(0,1)$, $B(4,3)$ and through $C(1,5)$, $D(3,1)$ perpendicular?
$y - y_1 = m(x - x_1)$ โ gradient $m$ through the point $(x_1, y_1)$
Find the equation of the line through $(2, -1)$ and $(6, 7)$, giving your answer in the form $ax + by + c = 0$.
Find the perpendicular bisector of the segment joining $A(-1, 2)$ and $B(5, 6)$.
Find the point of intersection of $y = 3x - 4$ and $2x + y = 11$.
Distance
$\sqrt{(\Delta x)^2 + (\Delta y)^2}$.
Mid-point
Average both coordinates.
Other endpoint
$(2x_M - x_A,\; 2y_M - y_A)$.
Gradient
$\dfrac{\Delta y}{\Delta x}$, same order top and bottom.
Vertical line
$x = k$; gradient undefined.
Parallel
Equal gradients.
Perpendicular
Flip and change sign.
Best line form
$y - y_1 = m(x-x_1)$.
Bisector
Through the mid-point, perpendicular gradient.
Intersection
Solve the two equations simultaneously.
Find the distance between $(1, 2)$ and $(7, 10)$.
โถ Show solution
$\sqrt{6^2 + 8^2} = \sqrt{100} = 10$
Find the exact distance between $(-3, 1)$ and $(2, 5)$.
โถ Show solution
$\Delta x = 5$, $\Delta y = 4$
$d = \sqrt{25 + 16} = \sqrt{41}$
$41$ is prime, so this cannot be simplified.
Find the mid-point of the segment joining $(8, -3)$ and $(-2, 7)$.
โถ Show solution
$\left(\dfrac{8+(-2)}{2}, \dfrac{-3+7}{2}\right) = (3, 2)$
$M(1, -2)$ is the mid-point of $PQ$, where $P = (-3, 4)$. Find $Q$.
โถ Show solution
$x_Q = 2(1) - (-3) = 5$
$y_Q = 2(-2) - 4 = -8$
$Q = (5, -8)$
Find the gradient of the line through $(2, 9)$ and $(6, 1)$.
โถ Show solution
$m = \dfrac{1-9}{6-2} = \dfrac{-8}{4} = -2$
Find the equation of the line through $(-1, 5)$ parallel to $y = 4x - 7$.
โถ Show solution
Parallel means the same gradient, $m = 4$.
$y - 5 = 4(x + 1)$
$y = 4x + 9$
Find the equation of the line through $(6, 2)$ perpendicular to $y = \tfrac12 x + 3$.
โถ Show solution
Perpendicular gradient: $-\dfrac{1}{1/2} = -2$
$y - 2 = -2(x - 6)$
$y = -2x + 14$
Find the point of intersection of $y = 2x + 1$ and $3x + 2y = 16$.
โถ Show solution
$3x + 2(2x+1) = 16$
$7x + 2 = 16$, so $x = 2$.
$y = 2(2) + 1 = 5$. They meet at $(2, 5)$.
Show that $A(1,1)$, $B(4,2)$, $C(3,5)$ and $D(0,4)$ form a parallelogram, and determine whether it is a rectangle.
โถ Show solution
$m_{AB} = \dfrac{2-1}{4-1} = \dfrac13$ and $m_{DC} = \dfrac{5-4}{3-0} = \dfrac13$ โ equal, so $AB \parallel DC$.
$m_{AD} = \dfrac{4-1}{0-1} = -3$ and $m_{BC} = \dfrac{5-2}{3-4} = -3$ โ equal, so $AD \parallel BC$.
Both pairs of opposite sides are parallel, so $ABCD$ is a parallelogram.
Now test the corner: $\tfrac13 \times (-3) = -1$, so adjacent sides are perpendicular.
Therefore it is also a rectangle. (In fact $AB = \sqrt{10}$ and $AD = \sqrt{10}$, so it is a square.)
$A(-2, 1)$, $B(6, 5)$ and $C(4, 9)$ are three points.
(a) Find the lengths of all three sides, in exact form. (b) Show that the triangle is right-angled, and state at which vertex. (c) Find the area of the triangle. (d) Find the equation of the perpendicular bisector of $AB$, and verify that $C$ does not lie on it.
โถ Show solution
(a) $AB = \sqrt{8^2 + 4^2} = \sqrt{80} = 4\sqrt5$
$BC = \sqrt{(4-6)^2 + (9-5)^2} = \sqrt{4 + 16} = \sqrt{20} = 2\sqrt5$
$AC = \sqrt{(4+2)^2 + (9-1)^2} = \sqrt{36+64} = \sqrt{100} = 10$
(b) $AB^2 + BC^2 = 80 + 20 = 100 = AC^2$
By the converse of Pythagoras' theorem the triangle is right-angled, at $B$ (the vertex opposite the longest side $AC$).
Confirming with gradients: $m_{AB} = \tfrac{4}{8} = \tfrac12$, $m_{BC} = \tfrac{4}{-2} = -2$, and $\tfrac12 \times (-2) = -1$ โ
(c) The right angle is at $B$, so $AB$ and $BC$ are the base and height.
Area $= \tfrac12 \times 4\sqrt5 \times 2\sqrt5 = \tfrac12 \times 8 \times 5 = 20$ square units.
(d) Mid-point of $AB$: $\left(\tfrac{-2+6}{2}, \tfrac{1+5}{2}\right) = (2, 3)$
$m_{AB} = \tfrac12$, so the bisector has gradient $-2$:
$y - 3 = -2(x - 2)$, giving $y = -2x + 7$.
Testing $C(4, 9)$: $-2(4) + 7 = -1 \neq 9$, so $C$ does not lie on the bisector.
This tells us $C$ is not equidistant from $A$ and $B$ โ consistent with part (a), where $AC = 10$ but $BC = 2\sqrt5 \approx 4.47$.