Board Coverage
Board Paper Notes AQA Paper 1 Straight lines, circles Edexcel P1 Same; includes circle theorems OCR (A) Paper 1 Similar coverage CIE (9709) P1 Coordinate geometry of lines and circles
1. The Coordinate Plane
Definition. The Cartesian coordinate plane R 2 \mathbb{R}^2 R 2 is the set of all ordered pairs
( x , y ) (x, y) ( x , y ) where x , y ∈ R x, y \in \mathbb{R} x , y ∈ R . The horizontal axis is the x x x -axis and the vertical axis is
the y y y -axis.
The distance between two points A ( x 1 , y 1 ) A(x_1, y_1) A ( x 1 , y 1 ) and B ( x 2 , y 2 ) B(x_2, y_2) B ( x 2 , y 2 ) is given by Pythagoras' theorem:
Theorem (Distance Formula).
d ( A , B ) = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 d(A, B) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} d ( A , B ) = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2
Proof. Construct the right triangle with legs parallel to the axes. The horizontal leg has length
∣ x 2 − x 1 ∣ |x_2 - x_1| ∣ x 2 − x 1 ∣ and the vertical leg has length ∣ y 2 − y 1 ∣ |y_2 - y_1| ∣ y 2 − y 1 ∣ . By Pythagoras' theorem:
d 2 = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 d 2 = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2
Taking the positive square root (since distance is non-negative):
d = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 ■ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \quad \blacksquare d = ( x 2 − x 1 ) 2 + ( y 2 − y 1 ) 2 ■
Definition. The midpoint of the segment joining A ( x 1 , y 1 ) A(x_1, y_1) A ( x 1 , y 1 ) and B ( x 2 , y 2 ) B(x_2, y_2) B ( x 2 , y 2 ) is:
M = ( x 1 + x 2 2 , y 1 + y 2 2 ) M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) M = ( 2 x 1 + x 2 , 2 y 1 + y 2 )
2. Straight Lines
2.1 Gradient
Definition. The gradient (slope) of the line passing through A ( x 1 , y 1 ) A(x_1, y_1) A ( x 1 , y 1 ) and B ( x 2 , y 2 ) B(x_2, y_2) B ( x 2 , y 2 )
(with x 1 ≠ x 2 x_1 \neq x_2 x 1 = x 2 ) is:
m = y 2 − y 1 x 2 − x 1 m = \frac{y_2 - y_1}{x_2 - x_1} m = x 2 − x 1 y 2 − y 1
Theorem. The gradient is well-defined: it does not depend on the choice of points on the line.
Proof. Consider a third point C ( x 3 , y 3 ) C(x_3, y_3) C ( x 3 , y 3 ) on the same line. By similar triangles (see intuition
below), y 2 − y 1 x 2 − x 1 = y 3 − y 1 x 3 − x 1 \frac{y_2 - y_1}{x_2 - x_1} = \frac{y_3 - y_1}{x_3 - x_1} x 2 − x 1 y 2 − y 1 = x 3 − x 1 y 3 − y 1 . Since any two points on the
line define the same ratio, the gradient is a property of the line itself, not the chosen points.
■ \blacksquare ■
Intuition (Similar Triangles). Imagine two right triangles formed by dropping perpendiculars from
any two pairs of points on the line to the x x x -axis. Both triangles share the angle that the line
makes with the horizontal. By AA similarity, the triangles are similar, so the ratio of vertical to
horizontal sides is constant — this ratio is the gradient.
2.2 Equation of a Line
The equation of a line with gradient m m m passing through ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) is:
y − y 1 = m ( x − x 1 ) y - y_1 = m(x - x_1) y − y 1 = m ( x − x 1 )
Proof. Any point ( x , y ) (x, y) ( x , y ) on the line must satisfy the gradient condition:
y − y 1 x − x 1 = m \frac{y - y_1}{x - x_1} = m x − x 1 y − y 1 = m
Multiplying both sides by ( x − x 1 ) (x - x_1) ( x − x 1 ) :
y − y 1 = m ( x − x 1 ) ■ y - y_1 = m(x - x_1) \quad \blacksquare y − y 1 = m ( x − x 1 ) ■
Other forms:
Gradient-intercept form: y = m x + c y = mx + c y = m x + c , where c c c is the y y y -intercept.
General form: a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 , where a , b a, b a , b are not both zero.
2.3 Parallel and Perpendicular Lines
Theorem. Two lines with gradients m 1 m_1 m 1 and m 2 m_2 m 2 are:
Parallel if and only if m 1 = m 2 m_1 = m_2 m 1 = m 2 ;
Perpendicular if and only if m 1 m 2 = − 1 m_1 m_2 = -1 m 1 m 2 = − 1 .
Proof (Perpendicular case). Consider two perpendicular lines through the origin with gradients
m 1 m_1 m 1 and m 2 m_2 m 2 . A point on the first line is ( 1 , m 1 ) (1, m_1) ( 1 , m 1 ) , and a point on the second is ( 1 , m 2 ) (1, m_2) ( 1 , m 2 ) .
The vector from the origin to ( 1 , m 1 ) (1, m_1) ( 1 , m 1 ) is u = ( 1 , m 1 ) \mathbf{u} = (1, m_1) u = ( 1 , m 1 ) , and the vector from the origin
to ( 1 , m 2 ) (1, m_2) ( 1 , m 2 ) is v = ( 1 , m 2 ) \mathbf{v} = (1, m_2) v = ( 1 , m 2 ) .
Since the lines are perpendicular, u ⊥ v \mathbf{u} \perp \mathbf{v} u ⊥ v , so their dot product is zero:
1 ⋅ 1 + m 1 ⋅ m 2 = 0 ⟹ m 1 m 2 = − 1 ■ 1 \cdot 1 + m_1 \cdot m_2 = 0 \implies m_1 m_2 = -1 \quad \blacksquare 1 ⋅ 1 + m 1 ⋅ m 2 = 0 ⟹ m 1 m 2 = − 1 ■
Details
Example
Find the equation of the line perpendicular to
2 x − 3 y + 7 = 0 2x - 3y + 7 = 0 2 x − 3 y + 7 = 0 passing through
( 4 , − 1 ) (4, -1) ( 4 , − 1 ) .
Rearranging: 3 y = 2 x + 7 3y = 2x + 7 3 y = 2 x + 7 , so y = 2 3 x + 7 3 y = \frac{2}{3}x + \frac{7}{3} y = 3 2 x + 3 7 . Gradient: m 1 = 2 3 m_1 = \frac{2}{3} m 1 = 3 2 .
Perpendicular gradient: m 2 = − 3 2 m_2 = -\frac{3}{2} m 2 = − 2 3 .
y + 1 = − 3 2 ( x − 4 ) y + 1 = -\frac{3}{2}(x - 4) y + 1 = − 2 3 ( x − 4 )
2 y + 2 = − 3 x + 12 ⟹ 3 x + 2 y − 10 = 0 2y + 2 = -3x + 12 \implies 3x + 2y - 10 = 0 2 y + 2 = − 3 x + 12 ⟹ 3 x + 2 y − 10 = 0
3. Circles
3.1 Equation of a Circle
Theorem. The circle with centre ( a , b ) (a, b) ( a , b ) and radius r r r has equation:
( x − a ) 2 + ( y − b ) 2 = r 2 (x - a)^2 + (y - b)^2 = r^2 ( x − a ) 2 + ( y − b ) 2 = r 2
Proof. By definition, a circle is the set of all points at distance r r r from the centre ( a , b ) (a, b) ( a , b ) .
A point ( x , y ) (x, y) ( x , y ) lies on the circle if and only if its distance from ( a , b ) (a, b) ( a , b ) equals r r r :
( x − a ) 2 + ( y − b ) 2 = r ( x − a ) 2 + ( y − b ) 2 = r 2 ■ \begin{aligned}
\sqrt{(x - a)^2 + (y - b)^2} &= r \\
(x - a)^2 + (y - b)^2 &= r^2 \quad \blacksquare
\end{aligned} ( x − a ) 2 + ( y − b ) 2 ( x − a ) 2 + ( y − b ) 2 = r = r 2 ■
Intuition. This is simply Pythagoras' theorem applied to every point on the circle. The distance
from the centre to any point on the circle is constant and equal to the radius.
Expanding ( x − a ) 2 + ( y − b ) 2 = r 2 (x - a)^2 + (y - b)^2 = r^2 ( x − a ) 2 + ( y − b ) 2 = r 2 :
x 2 − 2 a x + a 2 + y 2 − 2 b y + b 2 = r 2 x^2 - 2ax + a^2 + y^2 - 2by + b^2 = r^2 x 2 − 2 a x + a 2 + y 2 − 2 b y + b 2 = r 2
x 2 + y 2 − 2 a x − 2 b y + ( a 2 + b 2 − r 2 ) = 0 x^2 + y^2 - 2ax - 2by + (a^2 + b^2 - r^2) = 0 x 2 + y 2 − 2 a x − 2 b y + ( a 2 + b 2 − r 2 ) = 0
Theorem. The general equation x 2 + y 2 + D x + E y + F = 0 x^2 + y^2 + Dx + Ey + F = 0 x 2 + y 2 + D x + E y + F = 0 represents a circle with centre
( − D 2 , − E 2 ) \left(-\frac{D}{2}, -\frac{E}{2}\right) ( − 2 D , − 2 E ) and radius r = ◆ L B ◆ D 2 4 + E 2 4 − F ◆ R B ◆ r = \sqrt◆LB◆\frac{D^2}{4} + \frac{E^2}{4} - F◆RB◆ r = ◆ L B ◆ 4 D 2 + 4 E 2 − F ◆ R B ◆ ,
provided D 2 + E 2 − 4 F > 0 D^2 + E^2 - 4F > 0 D 2 + E 2 − 4 F > 0 .
Proof. Completing the square in both x x x and y y y :
x 2 + D x = ( x + D 2 ) 2 − D 2 4 y 2 + E y = ( y + E 2 ) 2 − E 2 4 \begin{aligned}
x^2 + Dx &= \left(x + \frac{D}{2}\right)^2 - \frac{D^2}{4} \\
y^2 + Ey &= \left(y + \frac{E}{2}\right)^2 - \frac{E^2}{4}
\end{aligned} x 2 + D x y 2 + E y = ( x + 2 D ) 2 − 4 D 2 = ( y + 2 E ) 2 − 4 E 2
Substituting:
( x + D 2 ) 2 + ( y + E 2 ) 2 = D 2 + E 2 4 − F \left(x + \frac{D}{2}\right)^2 + \left(y + \frac{E}{2}\right)^2 = \frac{D^2 + E^2}{4} - F ( x + 2 D ) 2 + ( y + 2 E ) 2 = 4 D 2 + E 2 − F
This is a circle with centre ( − D 2 , − E 2 ) \left(-\frac{D}{2}, -\frac{E}{2}\right) ( − 2 D , − 2 E ) and radius
◆ L B ◆ D 2 + E 2 4 − F ◆ R B ◆ \sqrt◆LB◆\frac{D^2 + E^2}{4} - F◆RB◆ ◆ L B ◆ 4 D 2 + E 2 − F ◆ R B ◆ , provided the right-hand side is positive. ■ \blacksquare ■
tip
y y y . This is faster and less error-prone than memorising the formula.
Details
Example
Find the centre and radius of
x 2 + y 2 − 6 x + 4 y − 12 = 0 x^2 + y^2 - 6x + 4y - 12 = 0 x 2 + y 2 − 6 x + 4 y − 12 = 0 .
( x 2 − 6 x ) + ( y 2 + 4 y ) = 12 ( x − 3 ) 2 − 9 + ( y + 2 ) 2 − 4 = 12 ( x − 3 ) 2 + ( y + 2 ) 2 = 25 \begin{aligned}
(x^2 - 6x) + (y^2 + 4y) &= 12 \\
(x - 3)^2 - 9 + (y + 2)^2 - 4 &= 12 \\
(x - 3)^2 + (y + 2)^2 &= 25
\end{aligned} ( x 2 − 6 x ) + ( y 2 + 4 y ) ( x − 3 ) 2 − 9 + ( y + 2 ) 2 − 4 ( x − 3 ) 2 + ( y + 2 ) 2 = 12 = 12 = 25 Centre: ( 3 , − 2 ) (3, -2) ( 3 , − 2 ) , Radius: 5 5 5 .
4. Intersection of a Line and a Circle
4.1 The Tangent Condition
Theorem. The line y = m x + c y = mx + c y = m x + c is tangent to the circle ( x − a ) 2 + ( y − b ) 2 = r 2 (x - a)^2 + (y - b)^2 = r^2 ( x − a ) 2 + ( y − b ) 2 = r 2 if and
only if the discriminant of the resulting quadratic is zero.
Proof. Substituting y = m x + c y = mx + c y = m x + c into the circle equation:
( x − a ) 2 + ( m x + c − b ) 2 = r 2 (x - a)^2 + (mx + c - b)^2 = r^2 ( x − a ) 2 + ( m x + c − b ) 2 = r 2
Expanding gives a quadratic in x x x :
( 1 + m 2 ) x 2 + ( l i n e a r t e r m ) + ( c o n s t a n t ) = 0 (1 + m^2)x^2 + \mathrm{(linear term)} + \mathrm{(constant)} = 0 ( 1 + m 2 ) x 2 + ( linearterm ) + ( constant ) = 0
This quadratic has:
Two distinct real roots (Δ > 0 \Delta > 0 Δ > 0 ): the line intersects the circle at two points (a
secant );
One repeated root (Δ = 0 \Delta = 0 Δ = 0 ): the line touches the circle at exactly one point (a
tangent );
No real roots (Δ < 0 \Delta < 0 Δ < 0 ): the line does not intersect the circle. ■ \blacksquare ■
Intuition. A tangent touches the circle at exactly one point. Algebraically, "one point" means the
quadratic has a repeated root — the two intersection points have coalesced into one.
4.2 Equation of a Tangent to a Circle
Theorem. The tangent to the circle x 2 + y 2 + D x + E y + F = 0 x^2 + y^2 + Dx + Ey + F = 0 x 2 + y 2 + D x + E y + F = 0 at the point ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) on
the circle has equation:
x x 1 + y y 1 + D 2 ( x + x 1 ) + E 2 ( y + y 1 ) + F = 0 x x_1 + y y_1 + \frac{D}{2}(x + x_1) + \frac{E}{2}(y + y_1) + F = 0 x x 1 + y y 1 + 2 D ( x + x 1 ) + 2 E ( y + y 1 ) + F = 0
Proof (for circle centred at origin). The circle x 2 + y 2 = r 2 x^2 + y^2 = r^2 x 2 + y 2 = r 2 has centre ( 0 , 0 ) (0, 0) ( 0 , 0 ) . The radius
at ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) has gradient y 1 x 1 \frac{y_1}{x_1} x 1 y 1 (from origin to the point). The tangent is
perpendicular to this radius, so the tangent's gradient is m = − x 1 y 1 m = -\frac{x_1}{y_1} m = − y 1 x 1 (using
m 1 m 2 = − 1 m_1 m_2 = -1 m 1 m 2 = − 1 ).
The tangent passes through ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) :
y − y 1 = − x 1 y 1 ( x − x 1 ) y - y_1 = -\frac{x_1}{y_1}(x - x_1) y − y 1 = − y 1 x 1 ( x − x 1 )
y y 1 − y 1 2 = − x x 1 + x 1 2 y y_1 - y_1^2 = -x x_1 + x_1^2 y y 1 − y 1 2 = − x x 1 + x 1 2
x x 1 + y y 1 = x 1 2 + y 1 2 = r 2 x x_1 + y y_1 = x_1^2 + y_1^2 = r^2 x x 1 + y y 1 = x 1 2 + y 1 2 = r 2
(since ( x 1 , y 1 ) (x_1, y_1) ( x 1 , y 1 ) lies on the circle). ■ \blacksquare ■
Details
Example
Find the equation of the tangent to
x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 at the point
( 3 , 4 ) (3, 4) ( 3 , 4 ) .
Using x x 1 + y y 1 = r 2 x x_1 + y y_1 = r^2 x x 1 + y y 1 = r 2 :
3 x + 4 y = 25 3x + 4y = 25 3 x + 4 y = 25
5. Angle in a Semicircle
Theorem. The angle subtended by a diameter at any point on the circle is a right angle.
Proof. Place the diameter on the x x x -axis from ( − r , 0 ) (-r, 0) ( − r , 0 ) to ( r , 0 ) (r, 0) ( r , 0 ) . The circle is
x 2 + y 2 = r 2 x^2 + y^2 = r^2 x 2 + y 2 = r 2 . Let P ( x , y ) P(x, y) P ( x , y ) be any point on the upper semicircle.
The gradient of A P AP A P (from ( − r , 0 ) (-r, 0) ( − r , 0 ) to ( x , y ) (x, y) ( x , y ) ) is y x + r \frac{y}{x + r} x + r y .
The gradient of B P BP B P (from ( r , 0 ) (r, 0) ( r , 0 ) to ( x , y ) (x, y) ( x , y ) ) is y x − r \frac{y}{x - r} x − r y .
The product of gradients: y x + r ⋅ y x − r = y 2 x 2 − r 2 \frac{y}{x + r} \cdot \frac{y}{x - r} = \frac{y^2}{x^2 - r^2} x + r y ⋅ x − r y = x 2 − r 2 y 2 .
Since P P P lies on the circle: x 2 + y 2 = r 2 x^2 + y^2 = r^2 x 2 + y 2 = r 2 , so y 2 = r 2 − x 2 = − ( x 2 − r 2 ) y^2 = r^2 - x^2 = -(x^2 - r^2) y 2 = r 2 − x 2 = − ( x 2 − r 2 ) .
Product: − ( x 2 − r 2 ) x 2 − r 2 = − 1 \frac{-(x^2 - r^2)}{x^2 - r^2} = -1 x 2 − r 2 − ( x 2 − r 2 ) = − 1 (for x ≠ ± r x \neq \pm r x = ± r ).
Since the product of gradients is − 1 -1 − 1 , A P ⊥ B P AP \perp BP A P ⊥ B P . ■ \blacksquare ■
6. Distance from a Point to a Line
Theorem. The perpendicular (shortest) distance from the point ( x 0 , y 0 ) (x_0, y_0) ( x 0 , y 0 ) to the line
a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 is:
d = ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ d = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ d = L ◆ B ◆∣ a x 0 + b y 0 + c ∣◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆
Proof (Area method). Let P ( x 0 , y 0 ) P(x_0, y_0) P ( x 0 , y 0 ) be the point and let A A A and B B B be two convenient points
on the line. The triangle P A B PAB P A B has area:
A r e a = 1 2 × b a s e × h e i g h t = 1 2 × ∣ A B ∣ × d \mathrm{Area} = \frac{1}{2} \times \mathrm{base} \times \mathrm{height} = \frac{1}{2} \times |AB| \times d Area = 2 1 × base × height = 2 1 × ∣ A B ∣ × d
where d d d is the perpendicular distance from P P P to the line. Rearranging:
d = ◆ L B ◆ 2 × A r e a ◆ R B ◆◆ L B ◆ ∣ A B ∣ ◆ R B ◆ d = \frac◆LB◆2 \times \mathrm{Area}◆RB◆◆LB◆|AB|◆RB◆ d = L ◆ B ◆2 × Area ◆ R B ◆◆ L B ◆∣ A B ∣◆ R B ◆
Choose A A A and B B B where the line meets the axes: set y = 0 y = 0 y = 0 to get A ( − c a , 0 ) A\left(-\frac{c}{a}, 0\right) A ( − a c , 0 )
and set x = 0 x = 0 x = 0 to get B ( 0 , − c b ) B\left(0, -\frac{c}{b}\right) B ( 0 , − b c ) . Then:
∣ A B ∣ = ◆ L B ◆ c 2 a 2 + c 2 b 2 ◆ R B ◆ = ◆ L B ◆ ∣ c ∣ a 2 + b 2 ◆ R B ◆◆ L B ◆ ∣ a b ∣ ◆ R B ◆ |AB| = \sqrt◆LB◆\frac{c^2}{a^2} + \frac{c^2}{b^2}◆RB◆ = \frac◆LB◆|c|\sqrt{a^2 + b^2}◆RB◆◆LB◆|ab|◆RB◆ ∣ A B ∣ = ◆ L B ◆ a 2 c 2 + b 2 c 2 ◆ R B ◆ = L ◆ B ◆∣ c ∣ a 2 + b 2 ◆ R B ◆◆ L B ◆∣ ab ∣◆ R B ◆
The area of △ P A B \triangle PAB △ P A B can also be computed using the determinant formula:
A r e a = 1 2 ∣ x 0 ( 0 − ( − c b ) ) + ( − c a ) ( ( − c b ) − y 0 ) + 0 ⋅ ( y 0 − 0 ) ∣ \mathrm{Area} = \frac{1}{2}\left|x_0\left(0 - \left(-\frac{c}{b}\right)\right) + \left(-\frac{c}{a}\right)\left(\left(-\frac{c}{b}\right) - y_0\right) + 0 \cdot (y_0 - 0)\right| Area = 2 1 x 0 ( 0 − ( − b c ) ) + ( − a c ) ( ( − b c ) − y 0 ) + 0 ⋅ ( y 0 − 0 )
This simplifies to ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ⋅ ∣ c ∣ ◆ R B ◆◆ L B ◆ 2 ∣ a b ∣ ◆ R B ◆ \frac◆LB◆|ax_0 + by_0 + c| \cdot |c|◆RB◆◆LB◆2|ab|◆RB◆ L ◆ B ◆∣ a x 0 + b y 0 + c ∣ ⋅ ∣ c ∣◆ R B ◆◆ L B ◆2∣ ab ∣◆ R B ◆ . Therefore:
d = ◆ L B ◆ 2 ⋅ ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ⋅ ∣ c ∣ ◆ R B ◆◆ L B ◆ 2 ∣ a b ∣ ◆ R B ◆◆ R B ◆◆ L B ◆ ◆ L B ◆ ∣ c ∣ a 2 + b 2 ◆ R B ◆◆ L B ◆ ∣ a b ∣ ◆ R B ◆◆ R B ◆ = ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ ■ d = \frac◆LB◆2 \cdot \frac◆LB◆|ax_0 + by_0 + c| \cdot |c|◆RB◆◆LB◆2|ab|◆RB◆◆RB◆◆LB◆\frac◆LB◆|c|\sqrt{a^2 + b^2}◆RB◆◆LB◆|ab|◆RB◆◆RB◆ = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ \quad \blacksquare d = L ◆ B ◆2 ⋅ L ◆ B ◆∣ a x 0 + b y 0 + c ∣ ⋅ ∣ c ∣◆ R B ◆◆ L B ◆2∣ ab ∣◆ R B ◆◆ R B ◆◆ L B ◆ L ◆ B ◆∣ c ∣ a 2 + b 2 ◆ R B ◆◆ L B ◆∣ ab ∣◆ R B ◆◆ R B ◆ = L ◆ B ◆∣ a x 0 + b y 0 + c ∣◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ ■
Details
Alternative proof (perpendicular line method)
The line
a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 has gradient
m = − a b m = -\frac{a}{b} m = − b a (assuming
b ≠ 0 b \neq 0 b = 0 ).
The perpendicular through ( x 0 , y 0 ) (x_0, y_0) ( x 0 , y 0 ) has gradient b a \frac{b}{a} a b , giving equation:
y − y 0 = b a ( x − x 0 ) ⟹ b x − a y + ( a y 0 − b x 0 ) = 0 y - y_0 = \frac{b}{a}(x - x_0) \implies bx - ay + (ay_0 - bx_0) = 0 y − y 0 = a b ( x − x 0 ) ⟹ b x − a y + ( a y 0 − b x 0 ) = 0
Solving this simultaneously with a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 gives the foot of the perpendicular F F F . Using
Cramer's rule or substitution:
x F = b 2 x 0 − a b y 0 − a c a 2 + b 2 , y F = a 2 y 0 − a b x 0 − b c a 2 + b 2 x_F = \frac{b^2 x_0 - a b y_0 - a c}{a^2 + b^2}, \quad y_F = \frac{a^2 y_0 - a b x_0 - b c}{a^2 + b^2} x F = a 2 + b 2 b 2 x 0 − ab y 0 − a c , y F = a 2 + b 2 a 2 y 0 − ab x 0 − b c
The distance P F PF P F is:
d 2 = ( x 0 − x F ) 2 + ( y 0 − y F ) 2 = ( a ( a x 0 + b y 0 + c ) a 2 + b 2 ) 2 + ( b ( a x 0 + b y 0 + c ) a 2 + b 2 ) 2 = ( a 2 + b 2 ) ( a x 0 + b y 0 + c ) 2 ( a 2 + b 2 ) 2 = ( a x 0 + b y 0 + c ) 2 a 2 + b 2 \begin{aligned}
d^2 &= (x_0 - x_F)^2 + (y_0 - y_F)^2 \\
&= \left(\frac{a(ax_0 + by_0 + c)}{a^2 + b^2}\right)^2 + \left(\frac{b(ax_0 + by_0 + c)}{a^2 + b^2}\right)^2 \\
&= \frac{(a^2 + b^2)(ax_0 + by_0 + c)^2}{(a^2 + b^2)^2} \\
&= \frac{(ax_0 + by_0 + c)^2}{a^2 + b^2}
\end{aligned} d 2 = ( x 0 − x F ) 2 + ( y 0 − y F ) 2 = ( a 2 + b 2 a ( a x 0 + b y 0 + c ) ) 2 + ( a 2 + b 2 b ( a x 0 + b y 0 + c ) ) 2 = ( a 2 + b 2 ) 2 ( a 2 + b 2 ) ( a x 0 + b y 0 + c ) 2 = a 2 + b 2 ( a x 0 + b y 0 + c ) 2 Taking the positive square root and absolute value:
d = ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ ■ d = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ \quad \blacksquare d = L ◆ B ◆∣ a x 0 + b y 0 + c ∣◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ ■
Details
Worked example
Find the shortest distance from
( 5 , − 2 ) (5, -2) ( 5 , − 2 ) to the line
3 x + 4 y − 10 = 0 3x + 4y - 10 = 0 3 x + 4 y − 10 = 0 .
d = ◆ L B ◆ ∣ 3 ( 5 ) + 4 ( − 2 ) − 10 ∣ ◆ R B ◆◆ L B ◆ 9 + 16 ◆ R B ◆ = ◆ L B ◆ ∣ 15 − 8 − 10 ∣ ◆ R B ◆◆ L B ◆ 25 ◆ R B ◆ = ◆ L B ◆ ∣ − 3 ∣ ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = 3 5 d = \frac◆LB◆|3(5) + 4(-2) - 10|◆RB◆◆LB◆\sqrt{9 + 16}◆RB◆ = \frac◆LB◆|15 - 8 - 10|◆RB◆◆LB◆\sqrt{25}◆RB◆ = \frac◆LB◆|-3|◆RB◆◆LB◆5◆RB◆ = \frac{3}{5} d = L ◆ B ◆∣3 ( 5 ) + 4 ( − 2 ) − 10∣◆ R B ◆◆ L B ◆ 9 + 16 ◆ R B ◆ = L ◆ B ◆∣15 − 8 − 10∣◆ R B ◆◆ L B ◆ 25 ◆ R B ◆ = L ◆ B ◆∣ − 3∣◆ R B ◆◆ L B ◆5◆ R B ◆ = 5 3
The absolute value in the numerator ensures the distance is always non-negative. The sign of
a x 0 + b y 0 + c ax_0 + by_0 + c a x 0 + b y 0 + c tells you which side of the line the point lies on.
7. Intersection of Two Circles
Theorem. Two circles C 1 C_1 C 1 with centre O 1 O_1 O 1 and radius r 1 r_1 r 1 , and C 2 C_2 C 2 with centre O 2 O_2 O 2 and
radius r 2 r_2 r 2 , intersect if and only if the distance d = ∣ O 1 O 2 ∣ d = |O_1 O_2| d = ∣ O 1 O 2 ∣ between their centres satisfies:
Two intersection points when ∣ r 1 − r 2 ∣ < d < r 1 + r 2 |r_1 - r_2| < d < r_1 + r_2 ∣ r 1 − r 2 ∣ < d < r 1 + r 2 ;
Externally tangent (one point) when d = r 1 + r 2 d = r_1 + r_2 d = r 1 + r 2 ;
Internally tangent (one point) when d = ∣ r 1 − r 2 ∣ d = |r_1 - r_2| d = ∣ r 1 − r 2 ∣ ;
No intersection when d > r 1 + r 2 d > r_1 + r_2 d > r 1 + r 2 (circles too far apart);
No intersection when d < ∣ r 1 − r 2 ∣ d < |r_1 - r_2| d < ∣ r 1 − r 2 ∣ (one circle inside the other);
Concentric (no intersection unless r 1 = r 2 r_1 = r_2 r 1 = r 2 ) when d = 0 d = 0 d = 0 .
Proof. The result follows directly from the triangle inequality applied to △ O 1 P O 2 \triangle O_1PO_2 △ O 1 P O 2
where P P P is an intersection point. For P P P to exist on both circles, ∣ O 1 P ∣ = r 1 |O_1P| = r_1 ∣ O 1 P ∣ = r 1 and
∣ O 2 P ∣ = r 2 |O_2P| = r_2 ∣ O 2 P ∣ = r 2 . The three lengths r 1 , r 2 , d r_1, r_2, d r 1 , r 2 , d must form a valid triangle, which requires
∣ r 1 − r 2 ∣ < d < r 1 + r 2 |r_1 - r_2| < d < r_1 + r_2 ∣ r 1 − r 2 ∣ < d < r 1 + r 2 . The boundary cases give tangency, and the impossible cases give no
intersection. ■ \blacksquare ■
7.1 Equation of the Common Chord
When two circles intersect, the line through both intersection points is called the common chord .
To find its equation, subtract one circle equation from the other.
Method. Given C 1 : x 2 + y 2 + D 1 x + E 1 y + F 1 = 0 C_1: x^2 + y^2 + D_1x + E_1y + F_1 = 0 C 1 : x 2 + y 2 + D 1 x + E 1 y + F 1 = 0 and
C 2 : x 2 + y 2 + D 2 x + E 2 y + F 2 = 0 C_2: x^2 + y^2 + D_2x + E_2y + F_2 = 0 C 2 : x 2 + y 2 + D 2 x + E 2 y + F 2 = 0 , the common chord is:
( D 1 − D 2 ) x + ( E 1 − E 2 ) y + ( F 1 − F 2 ) = 0 (D_1 - D_2)x + (E_1 - E_2)y + (F_1 - F_2) = 0 ( D 1 − D 2 ) x + ( E 1 − E 2 ) y + ( F 1 − F 2 ) = 0
This is a straight line because subtracting eliminates the x 2 x^2 x 2 and y 2 y^2 y 2 terms.
Details
Worked example
Find the common chord of
C 1 : x 2 + y 2 − 4 x − 6 y + 9 = 0 C_1: x^2 + y^2 - 4x - 6y + 9 = 0 C 1 : x 2 + y 2 − 4 x − 6 y + 9 = 0 and
C 2 : x 2 + y 2 + 2 x + 2 y − 14 = 0 C_2: x^2 + y^2 + 2x + 2y - 14 = 0 C 2 : x 2 + y 2 + 2 x + 2 y − 14 = 0 .
Subtracting C 1 C_1 C 1 from C 2 C_2 C 2 :
( 2 − ( − 4 ) ) x + ( 2 − ( − 6 ) ) y + ( − 14 − 9 ) = 0 (2 - (-4))x + (2 - (-6))y + (-14 - 9) = 0 ( 2 − ( − 4 )) x + ( 2 − ( − 6 )) y + ( − 14 − 9 ) = 0
6 x + 8 y − 23 = 0 6x + 8y - 23 = 0 6 x + 8 y − 23 = 0
To verify, check that the centres are ( 2 , 3 ) (2, 3) ( 2 , 3 ) and ( − 1 , − 1 ) (-1, -1) ( − 1 , − 1 ) with radii r 1 = 4 + 9 − 9 = 2 r_1 = \sqrt{4+9-9} = 2 r 1 = 4 + 9 − 9 = 2
and r 2 = 1 + 1 + 14 = 4 r_2 = \sqrt{1+1+14} = 4 r 2 = 1 + 1 + 14 = 4 .
Distance between centres: d = ( 2 − ( − 1 ) ) 2 + ( 3 − ( − 1 ) ) 2 = 9 + 16 = 5 d = \sqrt{(2-(-1))^2 + (3-(-1))^2} = \sqrt{9+16} = 5 d = ( 2 − ( − 1 ) ) 2 + ( 3 − ( − 1 ) ) 2 = 9 + 16 = 5 .
Since ∣ r 1 − r 2 ∣ = 2 < 5 < 6 = r 1 + r 2 |r_1 - r_2| = 2 < 5 < 6 = r_1 + r_2 ∣ r 1 − r 2 ∣ = 2 < 5 < 6 = r 1 + r 2 , the circles intersect at two points as expected.
8. Equation of a Circle Through Three Points
Theorem. Given three non-collinear points, there is exactly one circle passing through all
three.
Method. Substitute each point into the general form x 2 + y 2 + D x + E y + F = 0 x^2 + y^2 + Dx + Ey + F = 0 x 2 + y 2 + D x + E y + F = 0 to obtain
three simultaneous equations in D D D , E E E , and F F F :
x 1 2 + y 1 2 + D x 1 + E y 1 + F = 0 x 2 2 + y 2 2 + D x 2 + E y 2 + F = 0 x 3 2 + y 3 2 + D x 3 + E y 3 + F = 0 \begin{aligned}
x_1^2 + y_1^2 + D x_1 + E y_1 + F &= 0 \\
x_2^2 + y_2^2 + D x_2 + E y_2 + F &= 0 \\
x_3^2 + y_3^2 + D x_3 + E y_3 + F &= 0
\end{aligned} x 1 2 + y 1 2 + D x 1 + E y 1 + F x 2 2 + y 2 2 + D x 2 + E y 2 + F x 3 2 + y 3 2 + D x 3 + E y 3 + F = 0 = 0 = 0
Subtracting the first equation from the second and third eliminates F F F , yielding a 2 × 2 2 \times 2 2 × 2
system in D D D and E E E . Solve for D D D and E E E , then substitute back to find F F F .
warning
three collinear points). You can check collinearity by verifying that the gradient between the first
two points equals the gradient between the second two.
Details
Worked example
Find the equation of the circle through
A ( 1 , 2 ) A(1, 2) A ( 1 , 2 ) ,
B ( 3 , 4 ) B(3, 4) B ( 3 , 4 ) , and
C ( 5 , 2 ) C(5, 2) C ( 5 , 2 ) .
Substituting into x 2 + y 2 + D x + E y + F = 0 x^2 + y^2 + Dx + Ey + F = 0 x 2 + y 2 + D x + E y + F = 0 :
( 1 ) 1 + 4 + D + 2 E + F = 0 ⟹ D + 2 E + F = − 5 ( 2 ) 9 + 16 + 3 D + 4 E + F = 0 ⟹ 3 D + 4 E + F = − 25 ( 3 ) 25 + 4 + 5 D + 2 E + F = 0 ⟹ 5 D + 2 E + F = − 29 \begin{aligned}
(1) \quad 1 + 4 + D + 2E + F &= 0 \implies D + 2E + F = -5 \\
(2) \quad 9 + 16 + 3D + 4E + F &= 0 \implies 3D + 4E + F = -25 \\
(3) \quad 25 + 4 + 5D + 2E + F &= 0 \implies 5D + 2E + F = -29
\end{aligned} ( 1 ) 1 + 4 + D + 2 E + F ( 2 ) 9 + 16 + 3 D + 4 E + F ( 3 ) 25 + 4 + 5 D + 2 E + F = 0 ⟹ D + 2 E + F = − 5 = 0 ⟹ 3 D + 4 E + F = − 25 = 0 ⟹ 5 D + 2 E + F = − 29 Subtract (1) from (2): 2 D + 2 E = − 20 ⟹ D + E = − 10 ( i ) 2D + 2E = -20 \implies D + E = -10 \quad \mathrm{(i)} 2 D + 2 E = − 20 ⟹ D + E = − 10 ( i ) .
Subtract (1) from (3): 4 D = − 24 ⟹ D = − 6 4D = -24 \implies D = -6 4 D = − 24 ⟹ D = − 6 .
From (i): E = − 4 E = -4 E = − 4 .
Substituting into (1): − 6 + 2 ( − 4 ) + F = − 5 ⟹ − 6 − 8 + F = − 5 ⟹ F = 9 -6 + 2(-4) + F = -5 \implies -6 - 8 + F = -5 \implies F = 9 − 6 + 2 ( − 4 ) + F = − 5 ⟹ − 6 − 8 + F = − 5 ⟹ F = 9 .
The circle is x 2 + y 2 − 6 x − 4 y + 9 = 0 x^2 + y^2 - 6x - 4y + 9 = 0 x 2 + y 2 − 6 x − 4 y + 9 = 0 .
Completing the square: ( x − 3 ) 2 + ( y − 2 ) 2 = 4 (x-3)^2 + (y-2)^2 = 4 ( x − 3 ) 2 + ( y − 2 ) 2 = 4 , so centre ( 3 , 2 ) (3, 2) ( 3 , 2 ) with radius 2 2 2 .
Note that the midpoint of A C AC A C is ( 3 , 2 ) (3, 2) ( 3 , 2 ) and ∣ A C ∣ = 4 |AC| = 4 ∣ A C ∣ = 4 , so the diameter is along the line A C AC A C ,
consistent with A C AC A C being a diameter.
9. Parametric Equations of a Circle
Definition. A circle with centre ( a , b ) (a, b) ( a , b ) and radius r r r can be described parametrically as:
x = a + r cos θ , y = b + r sin θ x = a + r\cos\theta, \quad y = b + r\sin\theta x = a + r cos θ , y = b + r sin θ
where θ \theta θ is the angle measured anticlockwise from the positive x x x -direction to the radius
joining the centre to the point.
For a circle centred at the origin this simplifies to:
x = r cos θ , y = r sin θ x = r\cos\theta, \quad y = r\sin\theta x = r cos θ , y = r sin θ
Theorem. Every point ( a + r cos θ , b + r sin θ ) (a + r\cos\theta, b + r\sin\theta) ( a + r cos θ , b + r sin θ ) lies on the circle
( x − a ) 2 + ( y − b ) 2 = r 2 (x - a)^2 + (y - b)^2 = r^2 ( x − a ) 2 + ( y − b ) 2 = r 2 .
Proof. Substituting x = a + r cos θ x = a + r\cos\theta x = a + r cos θ and y = b + r sin θ y = b + r\sin\theta y = b + r sin θ :
( x − a ) 2 + ( y − b ) 2 = ( r cos θ ) 2 + ( r sin θ ) 2 = r 2 cos 2 θ + r 2 sin 2 θ = r 2 ( cos 2 θ + sin 2 θ ) = r 2 ■ \begin{aligned}
(x - a)^2 + (y - b)^2 &= (r\cos\theta)^2 + (r\sin\theta)^2 \\
&= r^2\cos^2\theta + r^2\sin^2\theta \\
&= r^2(\cos^2\theta + \sin^2\theta) \\
&= r^2 \quad \blacksquare
\end{aligned} ( x − a ) 2 + ( y − b ) 2 = ( r cos θ ) 2 + ( r sin θ ) 2 = r 2 cos 2 θ + r 2 sin 2 θ = r 2 ( cos 2 θ + sin 2 θ ) = r 2 ■
Since cos 2 θ + sin 2 θ = 1 \cos^2\theta + \sin^2\theta = 1 cos 2 θ + sin 2 θ = 1 for all θ \theta θ , every value of the parameter produces a
point on the circle.
9.1 Applications
The parametric form is useful for:
Finding specific points on a circle at known angles;
Describing the locus of a point moving around a circle;
Computing intersections by equating parametric and Cartesian forms;
Integration along arcs (in the further maths syllabus).
Details
Worked example
A circle has centre
( 2 , − 1 ) (2, -1) ( 2 , − 1 ) and radius
3 3 3 . Find the two points on the circle where
x = 4 x = 4 x = 4 .
Parametrically: x = 2 + 3 cos θ = 4 x = 2 + 3\cos\theta = 4 x = 2 + 3 cos θ = 4 , so cos θ = 2 3 \cos\theta = \frac{2}{3} cos θ = 3 2 .
sin θ = ± ◆ L B ◆ 1 − 4 9 ◆ R B ◆ = ± ◆ L B ◆ 5 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ \sin\theta = \pm\sqrt◆LB◆1 - \frac{4}{9}◆RB◆ = \pm\frac◆LB◆\sqrt{5}◆RB◆◆LB◆3◆RB◆ sin θ = ± ◆ L B ◆1 − 9 4 ◆ R B ◆ = ± L ◆ B ◆ 5 ◆ R B ◆◆ L B ◆3◆ R B ◆
The two points are:
( 4 , − 1 + 3 ⋅ ◆ L B ◆ 5 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ) = ( 4 , − 1 + 5 ) \left(4, -1 + 3 \cdot \frac◆LB◆\sqrt{5}◆RB◆◆LB◆3◆RB◆\right) = \left(4, -1 + \sqrt{5}\right) ( 4 , − 1 + 3 ⋅ L ◆ B ◆ 5 ◆ R B ◆◆ L B ◆3◆ R B ◆ ) = ( 4 , − 1 + 5 )
( 4 , − 1 + 3 ⋅ ( − ◆ L B ◆ 5 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ) ) = ( 4 , − 1 − 5 ) \left(4, -1 + 3 \cdot \left(-\frac◆LB◆\sqrt{5}◆RB◆◆LB◆3◆RB◆\right)\right) = \left(4, -1 - \sqrt{5}\right) ( 4 , − 1 + 3 ⋅ ( − L ◆ B ◆ 5 ◆ R B ◆◆ L B ◆3◆ R B ◆ ) ) = ( 4 , − 1 − 5 )
Verification using the Cartesian equation ( x − 2 ) 2 + ( y + 1 ) 2 = 9 (x-2)^2 + (y+1)^2 = 9 ( x − 2 ) 2 + ( y + 1 ) 2 = 9 : when x = 4 x = 4 x = 4 , ( y + 1 ) 2 = 5 (y+1)^2 = 5 ( y + 1 ) 2 = 5 , so
y = − 1 ± 5 y = -1 \pm \sqrt{5} y = − 1 ± 5 .
10. Problem Set
Problem 1. Find the equation of the line through A ( 2 , 5 ) A(2, 5) A ( 2 , 5 ) and B ( − 1 , 3 ) B(-1, 3) B ( − 1 , 3 ) .
Details
Solution
m = 3 − 5 − 1 − 2 = − 2 − 3 = 2 3 m = \frac{3 - 5}{-1 - 2} = \frac{-2}{-3} = \frac{2}{3} m = − 1 − 2 3 − 5 = − 3 − 2 = 3 2
y − 5 = 2 3 ( x − 2 ) ⟹ 3 y − 15 = 2 x − 4 ⟹ 2 x − 3 y + 11 = 0 y - 5 = \frac{2}{3}(x - 2) \implies 3y - 15 = 2x - 4 \implies 2x - 3y + 11 = 0 y − 5 = 3 2 ( x − 2 ) ⟹ 3 y − 15 = 2 x − 4 ⟹ 2 x − 3 y + 11 = 0
If you get this wrong, revise: Equation of a line
Problem 2. Find the centre and radius of the circle x 2 + y 2 + 8 x − 6 y − 24 = 0 x^2 + y^2 + 8x - 6y - 24 = 0 x 2 + y 2 + 8 x − 6 y − 24 = 0 .
Solution ( x 2 + 8 x ) + ( y 2 − 6 y ) = 24 ( x + 4 ) 2 − 16 + ( y − 3 ) 2 − 9 = 24 ( x + 4 ) 2 + ( y − 3 ) 2 = 49 \begin{aligned}
(x^2 + 8x) + (y^2 - 6y) &= 24 \\
(x + 4)^2 - 16 + (y - 3)^2 - 9 &= 24 \\
(x + 4)^2 + (y - 3)^2 &= 49
\end{aligned} ( x 2 + 8 x ) + ( y 2 − 6 y ) ( x + 4 ) 2 − 16 + ( y − 3 ) 2 − 9 ( x + 4 ) 2 + ( y − 3 ) 2 = 24 = 24 = 49 Centre: ( − 4 , 3 ) (-4, 3) ( − 4 , 3 ) , Radius: 7 7 7 .
If you get this wrong, revise: Expanded form
Problem 3. Show that the line y = x + 1 y = x + 1 y = x + 1 is a tangent to the circle x 2 + y 2 = 1 x^2 + y^2 = 1 x 2 + y 2 = 1 .
Details
Solution
Substitute
y = x + 1 y = x + 1 y = x + 1 into
x 2 + y 2 = 1 x^2 + y^2 = 1 x 2 + y 2 = 1 :
x 2 + ( x + 1 ) 2 = 1 x 2 + x 2 + 2 x + 1 = 1 2 x 2 + 2 x = 0 2 x ( x + 1 ) = 0 \begin{aligned}
x^2 + (x + 1)^2 &= 1 \\
x^2 + x^2 + 2x + 1 &= 1 \\
2x^2 + 2x &= 0 \\
2x(x + 1) &= 0
\end{aligned} x 2 + ( x + 1 ) 2 x 2 + x 2 + 2 x + 1 2 x 2 + 2 x 2 x ( x + 1 ) = 1 = 1 = 0 = 0 x = 0 x = 0 x = 0 or x = − 1 x = -1 x = − 1 .
Wait — that gives two intersection points. Let me check: actually 2 x 2 + 2 x = 0 2x^2 + 2x = 0 2 x 2 + 2 x = 0 gives x = 0 x = 0 x = 0 and
x = − 1 x = -1 x = − 1 , which are two points ( 0 , 1 ) (0, 1) ( 0 , 1 ) and ( − 1 , 0 ) (-1, 0) ( − 1 , 0 ) .
So y = x + 1 y = x + 1 y = x + 1 is not tangent to x 2 + y 2 = 1 x^2 + y^2 = 1 x 2 + y 2 = 1 . Let me reconsider the problem. Actually, this
line passes through two points on the circle — it is a secant, not a tangent.
If the problem instead asked about y = x + c y = x + c y = x + c being tangent:
Substitute: 2 x 2 + 2 c x + c 2 − 1 = 0 2x^2 + 2cx + c^2 - 1 = 0 2 x 2 + 2 c x + c 2 − 1 = 0 . Set Δ = 0 \Delta = 0 Δ = 0 :
4 c 2 − 8 ( c 2 − 1 ) = 0 ⟹ − 4 c 2 + 8 = 0 ⟹ c = ± 2 4c^2 - 8(c^2 - 1) = 0 \implies -4c^2 + 8 = 0 \implies c = \pm\sqrt{2} 4 c 2 − 8 ( c 2 − 1 ) = 0 ⟹ − 4 c 2 + 8 = 0 ⟹ c = ± 2 .
If you get this wrong, revise: Tangent condition
Problem 4. Find the point of intersection of the lines 3 x + 2 y = 7 3x + 2y = 7 3 x + 2 y = 7 and x − y = 1 x - y = 1 x − y = 1 .
Details
Solution
From (2):
x = y + 1 x = y + 1 x = y + 1 . Substitute into (1):
3 ( y + 1 ) + 2 y = 7 ⟹ 5 y + 3 = 7 ⟹ y = 4 5 3(y + 1) + 2y = 7 \implies 5y + 3 = 7 \implies y = \frac{4}{5} 3 ( y + 1 ) + 2 y = 7 ⟹ 5 y + 3 = 7 ⟹ y = 5 4
x = 4 5 + 1 = 9 5 x = \frac{4}{5} + 1 = \frac{9}{5} x = 5 4 + 1 = 5 9
Intersection: ( 9 5 , 4 5 ) \left(\frac{9}{5}, \frac{4}{5}\right) ( 5 9 , 5 4 ) .
If you get this wrong, revise: Linear simultaneous equations
Problem 5. The points A ( 1 , 2 ) A(1, 2) A ( 1 , 2 ) , B ( 5 , 4 ) B(5, 4) B ( 5 , 4 ) , and C ( 3 , 8 ) C(3, 8) C ( 3 , 8 ) form a triangle. Show that A B C ABC A B C is a
right-angled triangle.
Details
Solution
Gradient of
A B AB A B :
4 − 2 5 − 1 = 1 2 \frac{4 - 2}{5 - 1} = \frac{1}{2} 5 − 1 4 − 2 = 2 1 .
Gradient of B C BC B C : 8 − 4 3 − 5 = 4 − 2 = − 2 \frac{8 - 4}{3 - 5} = \frac{4}{-2} = -2 3 − 5 8 − 4 = − 2 4 = − 2 .
Product: 1 2 × ( − 2 ) = − 1 \frac{1}{2} \times (-2) = -1 2 1 × ( − 2 ) = − 1 .
Since m A B ⋅ m B C = − 1 m_{AB} \cdot m_{BC} = -1 m A B ⋅ m B C = − 1 , A B ⊥ B C AB \perp BC A B ⊥ B C , so ∠ B = 90 ∘ \angle B = 90^\circ ∠ B = 9 0 ∘ . ■ \blacksquare ■
If you get this wrong, revise: Parallel and perpendicular lines
Problem 6. Find the equation of the tangent to the circle ( x − 2 ) 2 + ( y + 1 ) 2 = 20 (x - 2)^2 + (y + 1)^2 = 20 ( x − 2 ) 2 + ( y + 1 ) 2 = 20 at the
point ( 4 , 3 ) (4, 3) ( 4 , 3 ) .
Details
Solution
The centre is
( 2 , − 1 ) (2, -1) ( 2 , − 1 ) . The gradient of the radius from
( 2 , − 1 ) (2, -1) ( 2 , − 1 ) to
( 4 , 3 ) (4, 3) ( 4 , 3 ) is:
m r a d i u s = 3 − ( − 1 ) 4 − 2 = 4 2 = 2 m_{\mathrm{radius}} = \frac{3 - (-1)}{4 - 2} = \frac{4}{2} = 2 m radius = 4 − 2 3 − ( − 1 ) = 2 4 = 2
The tangent is perpendicular: m t a n g e n t = − 1 2 m_{\mathrm{tangent}} = -\frac{1}{2} m tangent = − 2 1 .
y − 3 = − 1 2 ( x − 4 ) ⟹ 2 y − 6 = − x + 4 ⟹ x + 2 y − 10 = 0 y - 3 = -\frac{1}{2}(x - 4) \implies 2y - 6 = -x + 4 \implies x + 2y - 10 = 0 y − 3 = − 2 1 ( x − 4 ) ⟹ 2 y − 6 = − x + 4 ⟹ x + 2 y − 10 = 0
If you get this wrong, revise: Equation of a tangent
Problem 7. Find the shortest distance from the point ( 3 , 1 ) (3, 1) ( 3 , 1 ) to the line 2 x − y + 4 = 0 2x - y + 4 = 0 2 x − y + 4 = 0 .
Details
Solution
The perpendicular distance from
( x 0 , y 0 ) (x_0, y_0) ( x 0 , y 0 ) to
a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 is:
d = ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ d = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ d = L ◆ B ◆∣ a x 0 + b y 0 + c ∣◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆
d = ◆ L B ◆ ∣ 2 ( 3 ) − 1 ( 1 ) + 4 ∣ ◆ R B ◆◆ L B ◆ 4 + 1 ◆ R B ◆ = ◆ L B ◆ ∣ 6 − 1 + 4 ∣ ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = ◆ L B ◆ 9 ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = ◆ L B ◆ 9 5 ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ d = \frac◆LB◆|2(3) - 1(1) + 4|◆RB◆◆LB◆\sqrt{4 + 1}◆RB◆ = \frac◆LB◆|6 - 1 + 4|◆RB◆◆LB◆\sqrt{5}◆RB◆ = \frac◆LB◆9◆RB◆◆LB◆\sqrt{5}◆RB◆ = \frac◆LB◆9\sqrt{5}◆RB◆◆LB◆5◆RB◆ d = L ◆ B ◆∣2 ( 3 ) − 1 ( 1 ) + 4∣◆ R B ◆◆ L B ◆ 4 + 1 ◆ R B ◆ = L ◆ B ◆∣6 − 1 + 4∣◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = L ◆ B ◆9◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = L ◆ B ◆9 5 ◆ R B ◆◆ L B ◆5◆ R B ◆
If you get this wrong, revise: Distance formula
Problem 8. A circle has equation x 2 + y 2 − 4 x + 6 y + 4 = 0 x^2 + y^2 - 4x + 6y + 4 = 0 x 2 + y 2 − 4 x + 6 y + 4 = 0 . Find the equation of the tangent
at the point where x = 1 x = 1 x = 1 .
Details
Solution
When
x = 1 x = 1 x = 1 :
1 + y 2 − 4 + 6 y + 4 = 0 ⟹ y 2 + 6 y + 1 = 0 1 + y^2 - 4 + 6y + 4 = 0 \implies y^2 + 6y + 1 = 0 1 + y 2 − 4 + 6 y + 4 = 0 ⟹ y 2 + 6 y + 1 = 0 .
y = ◆ L B ◆ − 6 ± 36 − 4 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = ◆ L B ◆ − 6 ± 32 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = − 3 ± 2 2 y = \frac◆LB◆-6 \pm \sqrt{36 - 4}◆RB◆◆LB◆2◆RB◆ = \frac◆LB◆-6 \pm \sqrt{32}◆RB◆◆LB◆2◆RB◆ = -3 \pm 2\sqrt{2} y = L ◆ B ◆ − 6 ± 36 − 4 ◆ R B ◆◆ L B ◆2◆ R B ◆ = L ◆ B ◆ − 6 ± 32 ◆ R B ◆◆ L B ◆2◆ R B ◆ = − 3 ± 2 2
Using the tangent formula for the general circle. First, rewrite as ( x − 2 ) 2 + ( y + 3 ) 2 = 9 (x - 2)^2 + (y + 3)^2 = 9 ( x − 2 ) 2 + ( y + 3 ) 2 = 9 .
Centre: ( 2 , − 3 ) (2, -3) ( 2 , − 3 ) .
At point ( 1 , − 3 + 2 2 ) (1, -3 + 2\sqrt{2}) ( 1 , − 3 + 2 2 ) : gradient of radius
= ◆ L B ◆ − 3 + 2 2 + 3 ◆ R B ◆◆ L B ◆ 1 − 2 ◆ R B ◆ = ◆ L B ◆ 2 2 ◆ R B ◆◆ L B ◆ − 1 ◆ R B ◆ = − 2 2 = \frac◆LB◆-3 + 2\sqrt{2} + 3◆RB◆◆LB◆1 - 2◆RB◆ = \frac◆LB◆2\sqrt{2}◆RB◆◆LB◆-1◆RB◆ = -2\sqrt{2} = L ◆ B ◆ − 3 + 2 2 + 3◆ R B ◆◆ L B ◆1 − 2◆ R B ◆ = L ◆ B ◆2 2 ◆ R B ◆◆ L B ◆ − 1◆ R B ◆ = − 2 2 .
Tangent gradient: ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 2 2 ◆ R B ◆ = ◆ L B ◆ 2 ◆ R B ◆◆ L B ◆ 4 ◆ R B ◆ \frac◆LB◆1◆RB◆◆LB◆2\sqrt{2}◆RB◆ = \frac◆LB◆\sqrt{2}◆RB◆◆LB◆4◆RB◆ L ◆ B ◆1◆ R B ◆◆ L B ◆2 2 ◆ R B ◆ = L ◆ B ◆ 2 ◆ R B ◆◆ L B ◆4◆ R B ◆ .
y + 3 − 2 2 = ◆ L B ◆ 2 ◆ R B ◆◆ L B ◆ 4 ◆ R B ◆ ( x − 1 ) y + 3 - 2\sqrt{2} = \frac◆LB◆\sqrt{2}◆RB◆◆LB◆4◆RB◆(x - 1) y + 3 − 2 2 = L ◆ B ◆ 2 ◆ R B ◆◆ L B ◆4◆ R B ◆ ( x − 1 )
4 y + 12 − 8 2 = 2 x − 2 4y + 12 - 8\sqrt{2} = \sqrt{2}\,x - \sqrt{2} 4 y + 12 − 8 2 = 2 x − 2
2 x − 4 y − 12 − 7 2 = 0 \sqrt{2}\,x - 4y - 12 - 7\sqrt{2} = 0 2 x − 4 y − 12 − 7 2 = 0
If you get this wrong, revise: Equation of a tangent
Problem 9. Two circles C 1 : x 2 + y 2 = 9 C_1: x^2 + y^2 = 9 C 1 : x 2 + y 2 = 9 and C 2 : ( x − 5 ) 2 + y 2 = 4 C_2: (x - 5)^2 + y^2 = 4 C 2 : ( x − 5 ) 2 + y 2 = 4 intersect at points
P P P and Q Q Q . Find the length of P Q PQ P Q .
Details
Solution
The centres are
O 1 ( 0 , 0 ) O_1(0, 0) O 1 ( 0 , 0 ) and
O 2 ( 5 , 0 ) O_2(5, 0) O 2 ( 5 , 0 ) with radii
r 1 = 3 r_1 = 3 r 1 = 3 and
r 2 = 2 r_2 = 2 r 2 = 2 .
Distance between centres: d = 5 d = 5 d = 5 .
The line of centres is the x x x -axis. By symmetry, P Q PQ P Q is perpendicular to the x x x -axis.
Subtract the equations: x 2 + y 2 − [ ( x − 5 ) 2 + y 2 ] = 9 − 4 x^2 + y^2 - [(x-5)^2 + y^2] = 9 - 4 x 2 + y 2 − [( x − 5 ) 2 + y 2 ] = 9 − 4
x 2 − x 2 + 10 x − 25 = 5 ⟹ 10 x = 30 ⟹ x = 3 x^2 - x^2 + 10x - 25 = 5 \implies 10x = 30 \implies x = 3 x 2 − x 2 + 10 x − 25 = 5 ⟹ 10 x = 30 ⟹ x = 3
So P Q PQ P Q is the vertical line x = 3 x = 3 x = 3 . The y y y -coordinates satisfy 9 + y 2 = 9 ⟹ y = 0 9 + y^2 = 9 \implies y = 0 9 + y 2 = 9 ⟹ y = 0 .
Wait, x = 3 x = 3 x = 3 in C 1 C_1 C 1 : 9 + y 2 = 9 9 + y^2 = 9 9 + y 2 = 9 , so y = 0 y = 0 y = 0 . The circles intersect at a single point ( 3 , 0 ) (3, 0) ( 3 , 0 )
— they are tangent to each other.
So P Q = 0 PQ = 0 P Q = 0 ; the circles touch at exactly one point.
If you get this wrong, revise: Intersection of line and circle
Problem 10. Find the equation of the perpendicular bisector of the segment joining A ( 1 , 7 ) A(1, 7) A ( 1 , 7 ) and
B ( 5 , − 1 ) B(5, -1) B ( 5 , − 1 ) .
Details
Solution
Midpoint:
M = ( 1 + 5 2 , 7 + ( − 1 ) 2 ) = ( 3 , 3 ) M = \left(\frac{1 + 5}{2}, \frac{7 + (-1)}{2}\right) = (3, 3) M = ( 2 1 + 5 , 2 7 + ( − 1 ) ) = ( 3 , 3 ) .
Gradient of A B AB A B : − 1 − 7 5 − 1 = − 8 4 = − 2 \frac{-1 - 7}{5 - 1} = \frac{-8}{4} = -2 5 − 1 − 1 − 7 = 4 − 8 = − 2 .
Perpendicular gradient: 1 2 \frac{1}{2} 2 1 .
y − 3 = 1 2 ( x − 3 ) ⟹ 2 y − 6 = x − 3 ⟹ x − 2 y + 3 = 0 y - 3 = \frac{1}{2}(x - 3) \implies 2y - 6 = x - 3 \implies x - 2y + 3 = 0 y − 3 = 2 1 ( x − 3 ) ⟹ 2 y − 6 = x − 3 ⟹ x − 2 y + 3 = 0
If you get this wrong, revise: Perpendicular lines
Problem 11. Derive the perpendicular distance formula
d = ◆ L B ◆ ∣ a x 0 + b y 0 + c ∣ ◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ d = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ d = L ◆ B ◆∣ a x 0 + b y 0 + c ∣◆ R B ◆◆ L B ◆ a 2 + b 2 ◆ R B ◆ using the area method for the point P ( 1 , 7 ) P(1, 7) P ( 1 , 7 ) and
the line 3 x + 4 y − 5 = 0 3x + 4y - 5 = 0 3 x + 4 y − 5 = 0 . Then compute the distance.
Details
Solution
The line
3 x + 4 y − 5 = 0 3x + 4y - 5 = 0 3 x + 4 y − 5 = 0 meets the axes at
A ( 5 3 , 0 ) A\!\left(\frac{5}{3}, 0\right) A ( 3 5 , 0 ) and
B ( 0 , 5 4 ) B\!\left(0, \frac{5}{4}\right) B ( 0 , 4 5 ) .
Length of base A B AB A B :
∣ A B ∣ = ◆ L B ◆ ( 5 3 ) 2 + ( 5 4 ) 2 ◆ R B ◆ = ◆ L B ◆ 25 9 + 25 16 ◆ R B ◆ = ◆ L B ◆ 400 + 225 144 ◆ R B ◆ = ◆ L B ◆ 625 ◆ R B ◆◆ L B ◆ 12 ◆ R B ◆ = 25 12 |AB| = \sqrt◆LB◆\left(\frac{5}{3}\right)^2 + \left(\frac{5}{4}\right)^2◆RB◆ = \sqrt◆LB◆\frac{25}{9} + \frac{25}{16}◆RB◆ = \sqrt◆LB◆\frac{400 + 225}{144}◆RB◆ = \frac◆LB◆\sqrt{625}◆RB◆◆LB◆12◆RB◆ = \frac{25}{12} ∣ A B ∣ = ◆ L B ◆ ( 3 5 ) 2 + ( 4 5 ) 2 ◆ R B ◆ = ◆ L B ◆ 9 25 + 16 25 ◆ R B ◆ = ◆ L B ◆ 144 400 + 225 ◆ R B ◆ = L ◆ B ◆ 625 ◆ R B ◆◆ L B ◆12◆ R B ◆ = 12 25
Area of △ P A B \triangle PAB △ P A B using the determinant formula:
A r e a = 1 2 ∣ x P ( y A − y B ) + x A ( y B − y P ) + x B ( y P − y A ) ∣ = 1 2 ∣ 1 ( 0 − 5 4 ) + 5 3 ( 5 4 − 7 ) + 0 ( 7 − 0 ) ∣ = 1 2 ∣ − 5 4 + 5 3 ⋅ − 23 4 ∣ = 1 2 ∣ − 5 4 − 115 12 ∣ = 1 2 ∣ − 15 − 115 12 ∣ = 1 2 ⋅ 130 12 = 65 12 \begin{aligned}
\mathrm{Area} &= \frac{1}{2}\left| x_P(y_A - y_B) + x_A(y_B - y_P) + x_B(y_P - y_A) \right| \\
&= \frac{1}{2}\left| 1\!\left(0 - \frac{5}{4}\right) + \frac{5}{3}\!\left(\frac{5}{4} - 7\right) + 0\!\left(7 - 0\right) \right| \\
&= \frac{1}{2}\left| -\frac{5}{4} + \frac{5}{3} \cdot \frac{-23}{4} \right| \\
&= \frac{1}{2}\left| -\frac{5}{4} - \frac{115}{12} \right| = \frac{1}{2}\left|\frac{-15 - 115}{12}\right| = \frac{1}{2} \cdot \frac{130}{12} = \frac{65}{12}
\end{aligned} Area = 2 1 ∣ x P ( y A − y B ) + x A ( y B − y P ) + x B ( y P − y A ) ∣ = 2 1 1 ( 0 − 4 5 ) + 3 5 ( 4 5 − 7 ) + 0 ( 7 − 0 ) = 2 1 − 4 5 + 3 5 ⋅ 4 − 23 = 2 1 − 4 5 − 12 115 = 2 1 12 − 15 − 115 = 2 1 ⋅ 12 130 = 12 65 Since A r e a = 1 2 × ∣ A B ∣ × d \mathrm{Area} = \frac{1}{2} \times |AB| \times d Area = 2 1 × ∣ A B ∣ × d :
65 12 = 1 2 × 25 12 × d ⟹ d = ◆ L B ◆ 65 × 2 ◆ R B ◆◆ L B ◆ 25 ◆ R B ◆ = 130 25 = 26 5 \frac{65}{12} = \frac{1}{2} \times \frac{25}{12} \times d \implies d = \frac◆LB◆65 \times 2◆RB◆◆LB◆25◆RB◆ = \frac{130}{25} = \frac{26}{5} 12 65 = 2 1 × 12 25 × d ⟹ d = L ◆ B ◆65 × 2◆ R B ◆◆ L B ◆25◆ R B ◆ = 25 130 = 5 26
Verification using the formula:
d = ◆ L B ◆ ∣ 3 ( 1 ) + 4 ( 7 ) − 5 ∣ ◆ R B ◆◆ L B ◆ 9 + 16 ◆ R B ◆ = ◆ L B ◆ ∣ 3 + 28 − 5 ∣ ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ = 26 5 d = \frac◆LB◆|3(1) + 4(7) - 5|◆RB◆◆LB◆\sqrt{9+16}◆RB◆ = \frac◆LB◆|3 + 28 - 5|◆RB◆◆LB◆5◆RB◆ = \frac{26}{5} d = L ◆ B ◆∣3 ( 1 ) + 4 ( 7 ) − 5∣◆ R B ◆◆ L B ◆ 9 + 16 ◆ R B ◆ = L ◆ B ◆∣3 + 28 − 5∣◆ R B ◆◆ L B ◆5◆ R B ◆ = 5 26 .
If you get this wrong, revise: Distance from a point to a line
Problem 12. Two circles C 1 : x 2 + y 2 + 2 x − 8 y + 8 = 0 C_1: x^2 + y^2 + 2x - 8y + 8 = 0 C 1 : x 2 + y 2 + 2 x − 8 y + 8 = 0 and
C 2 : x 2 + y 2 − 4 x + 4 y − 8 = 0 C_2: x^2 + y^2 - 4x + 4y - 8 = 0 C 2 : x 2 + y 2 − 4 x + 4 y − 8 = 0 intersect at P P P and Q Q Q . Find the equation of the common chord
P Q PQ P Q and the length of P Q PQ P Q .
Details
Solution
Subtracting
C 1 C_1 C 1 from
C 2 C_2 C 2 :
( 2 − ( − 4 ) ) x + ( 4 − ( − 8 ) ) y + ( − 8 − 8 ) = 0 (2 - (-4))x + (4 - (-8))y + (-8 - 8) = 0 ( 2 − ( − 4 )) x + ( 4 − ( − 8 )) y + ( − 8 − 8 ) = 0
6 x + 12 y − 16 = 0 ⟹ 3 x + 6 y − 8 = 0 6x + 12y - 16 = 0 \implies 3x + 6y - 8 = 0 6 x + 12 y − 16 = 0 ⟹ 3 x + 6 y − 8 = 0
This is the equation of the common chord P Q PQ P Q .
To find the length P Q PQ P Q , first find the centres and radii.
C 1 C_1 C 1 : ( x + 1 ) 2 + ( y − 4 ) 2 = 1 + 16 − 8 = 9 (x+1)^2 + (y-4)^2 = 1+16-8 = 9 ( x + 1 ) 2 + ( y − 4 ) 2 = 1 + 16 − 8 = 9 , so centre ( − 1 , 4 ) (-1, 4) ( − 1 , 4 ) , radius 3 3 3 .
C 2 C_2 C 2 : ( x − 2 ) 2 + ( y + 2 ) 2 = 4 + 4 + 8 = 16 (x-2)^2 + (y+2)^2 = 4+4+8 = 16 ( x − 2 ) 2 + ( y + 2 ) 2 = 4 + 4 + 8 = 16 , so centre ( 2 , − 2 ) (2, -2) ( 2 , − 2 ) , radius 4 4 4 .
Distance between centres: d = ( 2 − ( − 1 ) ) 2 + ( − 2 − 4 ) 2 = 9 + 36 = 45 = 3 5 d = \sqrt{(2-(-1))^2 + (-2-4)^2} = \sqrt{9+36} = \sqrt{45} = 3\sqrt{5} d = ( 2 − ( − 1 ) ) 2 + ( − 2 − 4 ) 2 = 9 + 36 = 45 = 3 5 .
The distance from the centre of C 1 C_1 C 1 to the chord P Q PQ P Q (line 3 x + 6 y − 8 = 0 3x + 6y - 8 = 0 3 x + 6 y − 8 = 0 ):
d 1 = ◆ L B ◆ ∣ 3 ( − 1 ) + 6 ( 4 ) − 8 ∣ ◆ R B ◆◆ L B ◆ 9 + 36 ◆ R B ◆ = ◆ L B ◆ ∣ − 3 + 24 − 8 ∣ ◆ R B ◆◆ L B ◆ 45 ◆ R B ◆ = ◆ L B ◆ 13 ◆ R B ◆◆ L B ◆ 3 5 ◆ R B ◆ d_1 = \frac◆LB◆|3(-1) + 6(4) - 8|◆RB◆◆LB◆\sqrt{9+36}◆RB◆ = \frac◆LB◆|-3 + 24 - 8|◆RB◆◆LB◆\sqrt{45}◆RB◆ = \frac◆LB◆13◆RB◆◆LB◆3\sqrt{5}◆RB◆ d 1 = L ◆ B ◆∣3 ( − 1 ) + 6 ( 4 ) − 8∣◆ R B ◆◆ L B ◆ 9 + 36 ◆ R B ◆ = L ◆ B ◆∣ − 3 + 24 − 8∣◆ R B ◆◆ L B ◆ 45 ◆ R B ◆ = L ◆ B ◆13◆ R B ◆◆ L B ◆3 5 ◆ R B ◆
By Pythagoras' theorem in the right triangle formed by the centre, the midpoint of the chord, and an
endpoint:
( P Q 2 ) 2 = r 1 2 − d 1 2 = 9 − 169 45 = 405 − 169 45 = 236 45 \left(\frac{PQ}{2}\right)^2 = r_1^2 - d_1^2 = 9 - \frac{169}{45} = \frac{405 - 169}{45} = \frac{236}{45} ( 2 P Q ) 2 = r 1 2 − d 1 2 = 9 − 45 169 = 45 405 − 169 = 45 236
P Q = 2 ◆ L B ◆ 236 45 ◆ R B ◆ = 2 ⋅ ◆ L B ◆ 2 59 ◆ R B ◆◆ L B ◆ 3 5 ◆ R B ◆ = ◆ L B ◆ 4 295 ◆ R B ◆◆ L B ◆ 15 ◆ R B ◆ PQ = 2\sqrt◆LB◆\frac{236}{45}◆RB◆ = 2 \cdot \frac◆LB◆2\sqrt{59}◆RB◆◆LB◆3\sqrt{5}◆RB◆ = \frac◆LB◆4\sqrt{295}◆RB◆◆LB◆15◆RB◆ P Q = 2 ◆ L B ◆ 45 236 ◆ R B ◆ = 2 ⋅ L ◆ B ◆2 59 ◆ R B ◆◆ L B ◆3 5 ◆ R B ◆ = L ◆ B ◆4 295 ◆ R B ◆◆ L B ◆15◆ R B ◆
If you get this wrong, revise: Intersection of two circles
Problem 13. Find the equation of the circle passing through the three points A ( 0 , 1 ) A(0, 1) A ( 0 , 1 ) ,
B ( 2 , 3 ) B(2, 3) B ( 2 , 3 ) , and C ( 4 , 1 ) C(4, 1) C ( 4 , 1 ) .
Details
Solution
Substitute into
x 2 + y 2 + D x + E y + F = 0 x^2 + y^2 + Dx + Ey + F = 0 x 2 + y 2 + D x + E y + F = 0 :
A ( 0 , 1 ) : 0 + 1 + 0 + E + F = 0 ⟹ E + F = − 1 ( 1 ) B ( 2 , 3 ) : 4 + 9 + 2 D + 3 E + F = 0 ⟹ 2 D + 3 E + F = − 13 ( 2 ) C ( 4 , 1 ) : 16 + 1 + 4 D + E + F = 0 ⟹ 4 D + E + F = − 17 ( 3 ) \begin{aligned}
A(0, 1)&: \quad 0 + 1 + 0 + E + F = 0 \implies E + F = -1 \quad \mathrm{(1)} \\
B(2, 3)&: \quad 4 + 9 + 2D + 3E + F = 0 \implies 2D + 3E + F = -13 \quad \mathrm{(2)} \\
C(4, 1)&: \quad 16 + 1 + 4D + E + F = 0 \implies 4D + E + F = -17 \quad \mathrm{(3)}
\end{aligned} A ( 0 , 1 ) B ( 2 , 3 ) C ( 4 , 1 ) : 0 + 1 + 0 + E + F = 0 ⟹ E + F = − 1 ( 1 ) : 4 + 9 + 2 D + 3 E + F = 0 ⟹ 2 D + 3 E + F = − 13 ( 2 ) : 16 + 1 + 4 D + E + F = 0 ⟹ 4 D + E + F = − 17 ( 3 ) Subtract (1) from (2): 2 D + 2 E = − 12 ⟹ D + E = − 6 ( i ) 2D + 2E = -12 \implies D + E = -6 \quad \mathrm{(i)} 2 D + 2 E = − 12 ⟹ D + E = − 6 ( i ) .
Subtract (1) from (3): 4 D = − 16 ⟹ D = − 4 4D = -16 \implies D = -4 4 D = − 16 ⟹ D = − 4 .
From (i): E = − 2 E = -2 E = − 2 . From (1): F = − 1 − ( − 2 ) = 1 F = -1 - (-2) = 1 F = − 1 − ( − 2 ) = 1 .
The circle is x 2 + y 2 − 4 x − 2 y + 1 = 0 x^2 + y^2 - 4x - 2y + 1 = 0 x 2 + y 2 − 4 x − 2 y + 1 = 0 .
Completing the square: ( x − 2 ) 2 − 4 + ( y − 1 ) 2 − 1 + 1 = 0 ⟹ ( x − 2 ) 2 + ( y − 1 ) 2 = 4 (x-2)^2 - 4 + (y-1)^2 - 1 + 1 = 0 \implies (x-2)^2 + (y-1)^2 = 4 ( x − 2 ) 2 − 4 + ( y − 1 ) 2 − 1 + 1 = 0 ⟹ ( x − 2 ) 2 + ( y − 1 ) 2 = 4 .
Centre: ( 2 , 1 ) (2, 1) ( 2 , 1 ) , Radius: 2 2 2 . Note that A C AC A C is a diameter: midpoint of A C AC A C is ( 2 , 1 ) (2, 1) ( 2 , 1 ) and
∣ A C ∣ = 4 = 2 r |AC| = 4 = 2r ∣ A C ∣ = 4 = 2 r .
If you get this wrong, revise: Circle through three points
Problem 14. A circle C C C has parametric equations x = 1 + 5 cos θ x = 1 + 5\cos\theta x = 1 + 5 cos θ , y = − 2 + 5 sin θ y = -2 + 5\sin\theta y = − 2 + 5 sin θ .
(a) State the centre and radius of C C C .
(b) Find the coordinates of the two points on C C C with y y y -coordinate 1 1 1 .
(c) Find the equation of the tangent to C C C at the point corresponding to θ = ◆ L B ◆ π ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ \theta = \frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ θ = L ◆ B ◆ π ◆ R B ◆◆ L B ◆3◆ R B ◆ .
Details
Solution
(a) Centre:
( 1 , − 2 ) (1, -2) ( 1 , − 2 ) , Radius:
5 5 5 .
(b) Set y = − 2 + 5 sin θ = 1 y = -2 + 5\sin\theta = 1 y = − 2 + 5 sin θ = 1 , so sin θ = 3 5 \sin\theta = \frac{3}{5} sin θ = 5 3 .
cos θ = ± ◆ L B ◆ 1 − 9 25 ◆ R B ◆ = ± 4 5 \cos\theta = \pm\sqrt◆LB◆1 - \frac{9}{25}◆RB◆ = \pm\frac{4}{5} cos θ = ± ◆ L B ◆1 − 25 9 ◆ R B ◆ = ± 5 4
The two points are:
( 1 + 5 ⋅ 4 5 , 1 ) = ( 5 , 1 ) \left(1 + 5 \cdot \frac{4}{5}, 1\right) = (5, 1) ( 1 + 5 ⋅ 5 4 , 1 ) = ( 5 , 1 )
( 1 + 5 ⋅ ( − 4 5 ) , 1 ) = ( − 3 , 1 ) \left(1 + 5 \cdot \left(-\frac{4}{5}\right), 1\right) = (-3, 1) ( 1 + 5 ⋅ ( − 5 4 ) , 1 ) = ( − 3 , 1 )
(c) When θ = ◆ L B ◆ π ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ \theta = \frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ θ = L ◆ B ◆ π ◆ R B ◆◆ L B ◆3◆ R B ◆ : x = 1 + 5 cos ◆ L B ◆ π ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = 1 + 5 2 = 7 2 x = 1 + 5\cos\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ = 1 + \frac{5}{2} = \frac{7}{2} x = 1 + 5 cos L ◆ B ◆ π ◆ R B ◆◆ L B ◆3◆ R B ◆ = 1 + 2 5 = 2 7 ,
y = − 2 + 5 sin ◆ L B ◆ π ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = − 2 + ◆ L B ◆ 5 3 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ y = -2 + 5\sin\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ = -2 + \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆ y = − 2 + 5 sin L ◆ B ◆ π ◆ R B ◆◆ L B ◆3◆ R B ◆ = − 2 + L ◆ B ◆5 3 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
The point is ( 7 2 , − 2 + ◆ L B ◆ 5 3 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ ) \left(\frac{7}{2}, -2 + \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆\right) ( 2 7 , − 2 + L ◆ B ◆5 3 ◆ R B ◆◆ L B ◆2◆ R B ◆ ) .
The radius from ( 1 , − 2 ) (1, -2) ( 1 , − 2 ) to this point has gradient:
m r a d i u s = ◆ L B ◆ − 2 + ◆ L B ◆ 5 3 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ − ( − 2 ) ◆ R B ◆◆ L B ◆ 7 2 − 1 ◆ R B ◆ = ◆ L B ◆ ◆ L B ◆ 5 3 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆◆ R B ◆◆ L B ◆ 5 2 ◆ R B ◆ = 3 m_{\mathrm{radius}} = \frac◆LB◆-2 + \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆ - (-2)◆RB◆◆LB◆\frac{7}{2} - 1◆RB◆ = \frac◆LB◆\frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆◆RB◆◆LB◆\frac{5}{2}◆RB◆ = \sqrt{3} m radius = L ◆ B ◆ − 2 + L ◆ B ◆5 3 ◆ R B ◆◆ L B ◆2◆ R B ◆ − ( − 2 ) ◆ R B ◆◆ L B ◆ 2 7 − 1◆ R B ◆ = L ◆ B ◆ L ◆ B ◆5 3 ◆ R B ◆◆ L B ◆2◆ R B ◆◆ R B ◆◆ L B ◆ 2 5 ◆ R B ◆ = 3
Tangent gradient: m t a n g e n t = − ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = − ◆ L B ◆ 3 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ m_{\mathrm{tangent}} = -\frac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆ = -\frac◆LB◆\sqrt{3}◆RB◆◆LB◆3◆RB◆ m tangent = − L ◆ B ◆1◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ = − L ◆ B ◆ 3 ◆ R B ◆◆ L B ◆3◆ R B ◆ .
Using point-slope form:
y + 2 − ◆ L B ◆ 5 3 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ = − ◆ L B ◆ 1 ◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( x − 7 2 ) y + 2 - \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆ = -\frac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆\left(x - \frac{7}{2}\right) y + 2 − L ◆ B ◆5 3 ◆ R B ◆◆ L B ◆2◆ R B ◆ = − L ◆ B ◆1◆ R B ◆◆ L B ◆ 3 ◆ R B ◆ ( x − 2 7 )
3 y + 2 3 − 15 2 = − x + 7 2 \sqrt{3}\,y + 2\sqrt{3} - \frac{15}{2} = -x + \frac{7}{2} 3 y + 2 3 − 2 15 = − x + 2 7
x + 3 y − 7 2 − 2 3 + 15 2 = 0 x + \sqrt{3}\,y - \frac{7}{2} - 2\sqrt{3} + \frac{15}{2} = 0 x + 3 y − 2 7 − 2 3 + 2 15 = 0
x + 3 y + 4 − 2 3 = 0 x + \sqrt{3}\,y + 4 - 2\sqrt{3} = 0 x + 3 y + 4 − 2 3 = 0
If you get this wrong, revise: Parametric equations of a circle
Problem 15. The circle C C C has equation x 2 + y 2 − 6 x − 4 y + 9 = 0 x^2 + y^2 - 6x - 4y + 9 = 0 x 2 + y 2 − 6 x − 4 y + 9 = 0 . The line L L L passes
through the origin and is tangent to C C C . Find the possible equations of L L L and the coordinates of
the points of tangency.
Details
Solution
Completing the square:
( x − 3 ) 2 + ( y − 2 ) 2 = 4 (x-3)^2 + (y-2)^2 = 4 ( x − 3 ) 2 + ( y − 2 ) 2 = 4 , so centre
( 3 , 2 ) (3, 2) ( 3 , 2 ) and radius
2 2 2 .
Let L L L have equation y = m x y = mx y = m x (passing through the origin). For L L L to be tangent to C C C ,
substitute into the circle equation:
x 2 + m 2 x 2 − 6 x − 4 m x + 9 = 0 x^2 + m^2x^2 - 6x - 4mx + 9 = 0 x 2 + m 2 x 2 − 6 x − 4 m x + 9 = 0
( 1 + m 2 ) x 2 − ( 6 + 4 m ) x + 9 = 0 (1 + m^2)x^2 - (6 + 4m)x + 9 = 0 ( 1 + m 2 ) x 2 − ( 6 + 4 m ) x + 9 = 0
For tangency, Δ = 0 \Delta = 0 Δ = 0 :
( 6 + 4 m ) 2 − 4 ( 1 + m 2 ) ( 9 ) = 0 (6 + 4m)^2 - 4(1 + m^2)(9) = 0 ( 6 + 4 m ) 2 − 4 ( 1 + m 2 ) ( 9 ) = 0
36 + 48 m + 16 m 2 − 36 − 36 m 2 = 0 36 + 48m + 16m^2 - 36 - 36m^2 = 0 36 + 48 m + 16 m 2 − 36 − 36 m 2 = 0
− 20 m 2 + 48 m = 0 -20m^2 + 48m = 0 − 20 m 2 + 48 m = 0
− 4 m ( 5 m − 12 ) = 0 -4m(5m - 12) = 0 − 4 m ( 5 m − 12 ) = 0
m = 0 o r m = 12 5 m = 0 \quad \mathrm{or} \quad m = \frac{12}{5} m = 0 or m = 5 12
Case m = 0 m = 0 m = 0 : Line y = 0 y = 0 y = 0 . Substituting back:
( 1 ) x 2 − 6 x + 9 = 0 ⟹ ( x − 3 ) 2 = 0 ⟹ x = 3 (1)x^2 - 6x + 9 = 0 \implies (x-3)^2 = 0 \implies x = 3 ( 1 ) x 2 − 6 x + 9 = 0 ⟹ ( x − 3 ) 2 = 0 ⟹ x = 3 . Tangency point: ( 3 , 0 ) (3, 0) ( 3 , 0 ) .
Case m = 12 5 m = \frac{12}{5} m = 5 12 : Line y = 12 5 x y = \frac{12}{5}x y = 5 12 x . Substituting back:
( 1 + 144 25 ) x 2 − ( 6 + 48 5 ) x + 9 = 0 \left(1 + \frac{144}{25}\right)x^2 - \left(6 + \frac{48}{5}\right)x + 9 = 0 ( 1 + 25 144 ) x 2 − ( 6 + 5 48 ) x + 9 = 0 .
169 25 x 2 − 78 5 x + 9 = 0 ⟹ 169 x 2 − 390 x + 225 = 0 \frac{169}{25}x^2 - \frac{78}{5}x + 9 = 0 \implies 169x^2 - 390x + 225 = 0 25 169 x 2 − 5 78 x + 9 = 0 ⟹ 169 x 2 − 390 x + 225 = 0
( 13 x − 15 ) 2 = 0 ⟹ x = 15 13 , y = 12 5 ⋅ 15 13 = 36 13 (13x - 15)^2 = 0 \implies x = \frac{15}{13}, \quad y = \frac{12}{5} \cdot \frac{15}{13} = \frac{36}{13} ( 13 x − 15 ) 2 = 0 ⟹ x = 13 15 , y = 5 12 ⋅ 13 15 = 13 36
Tangency point: ( 15 13 , 36 13 ) \left(\frac{15}{13}, \frac{36}{13}\right) ( 13 15 , 13 36 ) .
Verification using perpendicular distance: The distance from centre ( 3 , 2 ) (3, 2) ( 3 , 2 ) to
y = 12 5 x y = \frac{12}{5}x y = 5 12 x (i.e. 12 x − 5 y = 0 12x - 5y = 0 12 x − 5 y = 0 ) is ◆ L B ◆ ∣ 36 − 10 ∣ ◆ R B ◆◆ L B ◆ 13 ◆ R B ◆ = 26 13 = 2 = r \frac◆LB◆|36 - 10|◆RB◆◆LB◆13◆RB◆ = \frac{26}{13} = 2 = r L ◆ B ◆∣36 − 10∣◆ R B ◆◆ L B ◆13◆ R B ◆ = 13 26 = 2 = r .
The two tangent lines are y = 0 y = 0 y = 0 and 12 x − 5 y = 0 12x - 5y = 0 12 x − 5 y = 0 .
If you get this wrong, revise: Tangent condition
Diagnostic Test
Ready to test your understanding of Coordinates and Geometry ? The diagnostic test contains the hardest questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Coordinates and Geometry with other pure mathematics topics to test synthesis under exam conditions.
See Diagnostic Guide for instructions on self-marking and building a personal test matrix.