Skip to main content

Coordinates and Geometry

Board Coverage

BoardPaperNotes
AQAPaper 1Straight lines, circles
EdexcelP1Same; includes circle theorems
OCR (A)Paper 1Similar coverage
CIE (9709)P1Coordinate geometry of lines and circles

1. The Coordinate Plane

Definition. The Cartesian coordinate plane R2\mathbb{R}^2 is the set of all ordered pairs (x,y)(x, y) where x,yRx, y \in \mathbb{R}. The horizontal axis is the xx-axis and the vertical axis is the yy-axis.

The distance between two points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) is given by Pythagoras' theorem:

Theorem (Distance Formula).

d(A,B)=(x2x1)2+(y2y1)2d(A, B) = \sqrt{(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 x2x1|x_2 - x_1| and the vertical leg has length y2y1|y_2 - y_1|. By Pythagoras' theorem:

d2=(x2x1)2+(y2y1)2d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2

Taking the positive square root (since distance is non-negative):

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \quad \blacksquare

Definition. The midpoint of the segment joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) is:

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)


2. Straight Lines

2.1 Gradient

Definition. The gradient (slope) of the line passing through A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) (with x1x2x_1 \neq x_2) is:

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_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(x3,y3)C(x_3, y_3) on the same line. By similar triangles (see intuition below), y2y1x2x1=y3y1x3x1\frac{y_2 - y_1}{x_2 - x_1} = \frac{y_3 - y_1}{x_3 - x_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 xx-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 mm passing through (x1,y1)(x_1, y_1) is:

yy1=m(xx1)y - y_1 = m(x - x_1)

Proof. Any point (x,y)(x, y) on the line must satisfy the gradient condition:

yy1xx1=m\frac{y - y_1}{x - x_1} = m

Multiplying both sides by (xx1)(x - x_1):

yy1=m(xx1)y - y_1 = m(x - x_1) \quad \blacksquare

Other forms:

  • Gradient-intercept form: y=mx+cy = mx + c, where cc is the yy-intercept.
  • General form: ax+by+c=0ax + by + c = 0, where a,ba, b are not both zero.

2.3 Parallel and Perpendicular Lines

Theorem. Two lines with gradients m1m_1 and m2m_2 are:

  • Parallel if and only if m1=m2m_1 = m_2;
  • Perpendicular if and only if m1m2=1m_1 m_2 = -1.

Proof (Perpendicular case). Consider two perpendicular lines through the origin with gradients m1m_1 and m2m_2. A point on the first line is (1,m1)(1, m_1), and a point on the second is (1,m2)(1, m_2). The vector from the origin to (1,m1)(1, m_1) is u=(1,m1)\mathbf{u} = (1, m_1), and the vector from the origin to (1,m2)(1, m_2) is v=(1,m2)\mathbf{v} = (1, m_2).

Since the lines are perpendicular, uv\mathbf{u} \perp \mathbf{v}, so their dot product is zero:

11+m1m2=0    m1m2=11 \cdot 1 + m_1 \cdot m_2 = 0 \implies m_1 m_2 = -1 \quad \blacksquare

Details

Example Find the equation of the line perpendicular to 2x3y+7=02x - 3y + 7 = 0 passing through (4,1)(4, -1).

Rearranging: 3y=2x+73y = 2x + 7, so y=23x+73y = \frac{2}{3}x + \frac{7}{3}. Gradient: m1=23m_1 = \frac{2}{3}.

Perpendicular gradient: m2=32m_2 = -\frac{3}{2}.

y+1=32(x4)y + 1 = -\frac{3}{2}(x - 4)

2y+2=3x+12    3x+2y10=02y + 2 = -3x + 12 \implies 3x + 2y - 10 = 0


3. Circles

3.1 Equation of a Circle

Theorem. The circle with centre (a,b)(a, b) and radius rr has equation:

(xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2

Proof. By definition, a circle is the set of all points at distance rr from the centre (a,b)(a, b). A point (x,y)(x, y) lies on the circle if and only if its distance from (a,b)(a, b) equals rr:

(xa)2+(yb)2=r(xa)2+(yb)2=r2\begin{aligned} \sqrt{(x - a)^2 + (y - b)^2} &= r \\ (x - a)^2 + (y - b)^2 &= r^2 \quad \blacksquare \end{aligned}

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.

3.2 Expanded Form

Expanding (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2:

x22ax+a2+y22by+b2=r2x^2 - 2ax + a^2 + y^2 - 2by + b^2 = r^2

x2+y22ax2by+(a2+b2r2)=0x^2 + y^2 - 2ax - 2by + (a^2 + b^2 - r^2) = 0

Theorem. The general equation x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0 represents a circle with centre (D2,E2)\left(-\frac{D}{2}, -\frac{E}{2}\right) and radius r=LBD24+E24FRBr = \sqrt◆LB◆\frac{D^2}{4} + \frac{E^2}{4} - F◆RB◆, provided D2+E24F>0D^2 + E^2 - 4F > 0.

Proof. Completing the square in both xx and yy:

x2+Dx=(x+D2)2D24y2+Ey=(y+E2)2E24\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}

Substituting:

(x+D2)2+(y+E2)2=D2+E24F\left(x + \frac{D}{2}\right)^2 + \left(y + \frac{E}{2}\right)^2 = \frac{D^2 + E^2}{4} - F

This is a circle with centre (D2,E2)\left(-\frac{D}{2}, -\frac{E}{2}\right) and radius LBD2+E24FRB\sqrt◆LB◆\frac{D^2 + E^2}{4} - F◆RB◆, provided the right-hand side is positive. \blacksquare

tip

tip yy. This is faster and less error-prone than memorising the formula.

Details

Example Find the centre and radius of x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0.

(x26x)+(y2+4y)=12(x3)29+(y+2)24=12(x3)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}

Centre: (3,2)(3, -2), Radius: 55.


4. Intersection of a Line and a Circle

4.1 The Tangent Condition

Theorem. The line y=mx+cy = mx + c is tangent to the circle (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2 if and only if the discriminant of the resulting quadratic is zero.

Proof. Substituting y=mx+cy = mx + c into the circle equation:

(xa)2+(mx+cb)2=r2(x - a)^2 + (mx + c - b)^2 = r^2

Expanding gives a quadratic in xx:

(1+m2)x2+(linearterm)+(constant)=0(1 + m^2)x^2 + \mathrm{(linear term)} + \mathrm{(constant)} = 0

This quadratic has:

  • Two distinct real roots (Δ>0\Delta > 0): the line intersects the circle at two points (a secant);
  • One repeated root (Δ=0\Delta = 0): the line touches the circle at exactly one point (a tangent);
  • No real roots (Δ<0\Delta < 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 x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0 at the point (x1,y1)(x_1, y_1) on the circle has equation:

xx1+yy1+D2(x+x1)+E2(y+y1)+F=0x x_1 + y y_1 + \frac{D}{2}(x + x_1) + \frac{E}{2}(y + y_1) + F = 0

Proof (for circle centred at origin). The circle x2+y2=r2x^2 + y^2 = r^2 has centre (0,0)(0, 0). The radius at (x1,y1)(x_1, y_1) has gradient y1x1\frac{y_1}{x_1} (from origin to the point). The tangent is perpendicular to this radius, so the tangent's gradient is m=x1y1m = -\frac{x_1}{y_1} (using m1m2=1m_1 m_2 = -1).

The tangent passes through (x1,y1)(x_1, y_1):

yy1=x1y1(xx1)y - y_1 = -\frac{x_1}{y_1}(x - x_1)

yy1y12=xx1+x12y y_1 - y_1^2 = -x x_1 + x_1^2

xx1+yy1=x12+y12=r2x x_1 + y y_1 = x_1^2 + y_1^2 = r^2

(since (x1,y1)(x_1, y_1) lies on the circle). \blacksquare

Details

Example Find the equation of the tangent to x2+y2=25x^2 + y^2 = 25 at the point (3,4)(3, 4).

Using xx1+yy1=r2x x_1 + y y_1 = r^2:

3x+4y=253x + 4y = 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 xx-axis from (r,0)(-r, 0) to (r,0)(r, 0). The circle is x2+y2=r2x^2 + y^2 = r^2. Let P(x,y)P(x, y) be any point on the upper semicircle.

The gradient of APAP (from (r,0)(-r, 0) to (x,y)(x, y)) is yx+r\frac{y}{x + r}.

The gradient of BPBP (from (r,0)(r, 0) to (x,y)(x, y)) is yxr\frac{y}{x - r}.

The product of gradients: yx+ryxr=y2x2r2\frac{y}{x + r} \cdot \frac{y}{x - r} = \frac{y^2}{x^2 - r^2}.

Since PP lies on the circle: x2+y2=r2x^2 + y^2 = r^2, so y2=r2x2=(x2r2)y^2 = r^2 - x^2 = -(x^2 - r^2).

Product: (x2r2)x2r2=1\frac{-(x^2 - r^2)}{x^2 - r^2} = -1 (for x±rx \neq \pm r).

Since the product of gradients is 1-1, APBPAP \perp BP. \blacksquare


6. Distance from a Point to a Line

Theorem. The perpendicular (shortest) distance from the point (x0,y0)(x_0, y_0) to the line ax+by+c=0ax + by + c = 0 is:

d=LBax0+by0+cRB◆◆LBa2+b2RBd = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆

Proof (Area method). Let P(x0,y0)P(x_0, y_0) be the point and let AA and BB be two convenient points on the line. The triangle PABPAB has area:

Area=12×base×height=12×AB×d\mathrm{Area} = \frac{1}{2} \times \mathrm{base} \times \mathrm{height} = \frac{1}{2} \times |AB| \times d

where dd is the perpendicular distance from PP to the line. Rearranging:

d=LB2×AreaRB◆◆LBABRBd = \frac◆LB◆2 \times \mathrm{Area}◆RB◆◆LB◆|AB|◆RB◆

Choose AA and BB where the line meets the axes: set y=0y = 0 to get A(ca,0)A\left(-\frac{c}{a}, 0\right) and set x=0x = 0 to get B(0,cb)B\left(0, -\frac{c}{b}\right). Then:

AB=LBc2a2+c2b2RB=LBca2+b2RB◆◆LBabRB|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◆

The area of PAB\triangle PAB can also be computed using the determinant formula:

Area=12x0(0(cb))+(ca)((cb)y0)+0(y00)\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|

This simplifies to LBax0+by0+ccRB◆◆LB2abRB\frac◆LB◆|ax_0 + by_0 + c| \cdot |c|◆RB◆◆LB◆2|ab|◆RB◆. Therefore:

d=LB2LBax0+by0+ccRB◆◆LB2abRB◆◆RB◆◆LBLBca2+b2RB◆◆LBabRB◆◆RB=LBax0+by0+cRB◆◆LBa2+b2RBd = \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

Details

Alternative proof (perpendicular line method) The line ax+by+c=0ax + by + c = 0 has gradient m=abm = -\frac{a}{b} (assuming b0b \neq 0).

The perpendicular through (x0,y0)(x_0, y_0) has gradient ba\frac{b}{a}, giving equation:

yy0=ba(xx0)    bxay+(ay0bx0)=0y - y_0 = \frac{b}{a}(x - x_0) \implies bx - ay + (ay_0 - bx_0) = 0

Solving this simultaneously with ax+by+c=0ax + by + c = 0 gives the foot of the perpendicular FF. Using Cramer's rule or substitution:

xF=b2x0aby0aca2+b2,yF=a2y0abx0bca2+b2x_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}

The distance PFPF is:

d2=(x0xF)2+(y0yF)2=(a(ax0+by0+c)a2+b2)2+(b(ax0+by0+c)a2+b2)2=(a2+b2)(ax0+by0+c)2(a2+b2)2=(ax0+by0+c)2a2+b2\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}

Taking the positive square root and absolute value:

d=LBax0+by0+cRB◆◆LBa2+b2RBd = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ \quad \blacksquare

Details

Worked example Find the shortest distance from (5,2)(5, -2) to the line 3x+4y10=03x + 4y - 10 = 0.

d=LB3(5)+4(2)10RB◆◆LB9+16RB=LB15810RB◆◆LB25RB=LB3RB◆◆LB5RB=35d = \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}

info

The absolute value in the numerator ensures the distance is always non-negative. The sign of ax0+by0+cax_0 + by_0 + c tells you which side of the line the point lies on.


7. Intersection of Two Circles

Theorem. Two circles C1C_1 with centre O1O_1 and radius r1r_1, and C2C_2 with centre O2O_2 and radius r2r_2, intersect if and only if the distance d=O1O2d = |O_1 O_2| between their centres satisfies:

  • Two intersection points when r1r2<d<r1+r2|r_1 - r_2| < d < r_1 + r_2;
  • Externally tangent (one point) when d=r1+r2d = r_1 + r_2;
  • Internally tangent (one point) when d=r1r2d = |r_1 - r_2|;
  • No intersection when d>r1+r2d > r_1 + r_2 (circles too far apart);
  • No intersection when d<r1r2d < |r_1 - r_2| (one circle inside the other);
  • Concentric (no intersection unless r1=r2r_1 = r_2) when d=0d = 0.

Proof. The result follows directly from the triangle inequality applied to O1PO2\triangle O_1PO_2 where PP is an intersection point. For PP to exist on both circles, O1P=r1|O_1P| = r_1 and O2P=r2|O_2P| = r_2. The three lengths r1,r2,dr_1, r_2, d must form a valid triangle, which requires r1r2<d<r1+r2|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 C1:x2+y2+D1x+E1y+F1=0C_1: x^2 + y^2 + D_1x + E_1y + F_1 = 0 and C2:x2+y2+D2x+E2y+F2=0C_2: x^2 + y^2 + D_2x + E_2y + F_2 = 0, the common chord is:

(D1D2)x+(E1E2)y+(F1F2)=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 x2x^2 and y2y^2 terms.

Details

Worked example Find the common chord of C1:x2+y24x6y+9=0C_1: x^2 + y^2 - 4x - 6y + 9 = 0 and C2:x2+y2+2x+2y14=0C_2: x^2 + y^2 + 2x + 2y - 14 = 0.

Subtracting C1C_1 from C2C_2:

(2(4))x+(2(6))y+(149)=0(2 - (-4))x + (2 - (-6))y + (-14 - 9) = 0

6x+8y23=06x + 8y - 23 = 0

To verify, check that the centres are (2,3)(2, 3) and (1,1)(-1, -1) with radii r1=4+99=2r_1 = \sqrt{4+9-9} = 2 and r2=1+1+14=4r_2 = \sqrt{1+1+14} = 4.

Distance between centres: d=(2(1))2+(3(1))2=9+16=5d = \sqrt{(2-(-1))^2 + (3-(-1))^2} = \sqrt{9+16} = 5.

Since r1r2=2<5<6=r1+r2|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 x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0 to obtain three simultaneous equations in DD, EE, and FF:

x12+y12+Dx1+Ey1+F=0x22+y22+Dx2+Ey2+F=0x32+y32+Dx3+Ey3+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}

Subtracting the first equation from the second and third eliminates FF, yielding a 2×22 \times 2 system in DD and EE. Solve for DD and EE, then substitute back to find FF.

warning

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), B(3,4)B(3, 4), and C(5,2)C(5, 2).

Substituting into x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0:

(1)1+4+D+2E+F=0    D+2E+F=5(2)9+16+3D+4E+F=0    3D+4E+F=25(3)25+4+5D+2E+F=0    5D+2E+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}

Subtract (1) from (2): 2D+2E=20    D+E=10(i)2D + 2E = -20 \implies D + E = -10 \quad \mathrm{(i)}.

Subtract (1) from (3): 4D=24    D=64D = -24 \implies D = -6.

From (i): E=4E = -4.

Substituting into (1): 6+2(4)+F=5    68+F=5    F=9-6 + 2(-4) + F = -5 \implies -6 - 8 + F = -5 \implies F = 9.

The circle is x2+y26x4y+9=0x^2 + y^2 - 6x - 4y + 9 = 0.

Completing the square: (x3)2+(y2)2=4(x-3)^2 + (y-2)^2 = 4, so centre (3,2)(3, 2) with radius 22.

Note that the midpoint of ACAC is (3,2)(3, 2) and AC=4|AC| = 4, so the diameter is along the line ACAC, consistent with ACAC being a diameter.


9. Parametric Equations of a Circle

Definition. A circle with centre (a,b)(a, b) and radius rr can be described parametrically as:

x=a+rcosθ,y=b+rsinθx = a + r\cos\theta, \quad y = b + r\sin\theta

where θ\theta is the angle measured anticlockwise from the positive xx-direction to the radius joining the centre to the point.

For a circle centred at the origin this simplifies to:

x=rcosθ,y=rsinθx = r\cos\theta, \quad y = r\sin\theta

Theorem. Every point (a+rcosθ,b+rsinθ)(a + r\cos\theta, b + r\sin\theta) lies on the circle (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2.

Proof. Substituting x=a+rcosθx = a + r\cos\theta and y=b+rsinθy = b + r\sin\theta:

(xa)2+(yb)2=(rcosθ)2+(rsinθ)2=r2cos2θ+r2sin2θ=r2(cos2θ+sin2θ)=r2\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}

Since cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 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) and radius 33. Find the two points on the circle where x=4x = 4.

Parametrically: x=2+3cosθ=4x = 2 + 3\cos\theta = 4, so cosθ=23\cos\theta = \frac{2}{3}.

sinθ=±LB149RB=±LB5RB◆◆LB3RB\sin\theta = \pm\sqrt◆LB◆1 - \frac{4}{9}◆RB◆ = \pm\frac◆LB◆\sqrt{5}◆RB◆◆LB◆3◆RB◆

The two points are:

(4,1+3LB5RB◆◆LB3RB)=(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(LB5RB◆◆LB3RB))=(4,15)\left(4, -1 + 3 \cdot \left(-\frac◆LB◆\sqrt{5}◆RB◆◆LB◆3◆RB◆\right)\right) = \left(4, -1 - \sqrt{5}\right)

Verification using the Cartesian equation (x2)2+(y+1)2=9(x-2)^2 + (y+1)^2 = 9: when x=4x = 4, (y+1)2=5(y+1)^2 = 5, so y=1±5y = -1 \pm \sqrt{5}.


10. Problem Set

Problem 1. Find the equation of the line through A(2,5)A(2, 5) and B(1,3)B(-1, 3).

Details

Solution m=3512=23=23m = \frac{3 - 5}{-1 - 2} = \frac{-2}{-3} = \frac{2}{3}

y5=23(x2)    3y15=2x4    2x3y+11=0y - 5 = \frac{2}{3}(x - 2) \implies 3y - 15 = 2x - 4 \implies 2x - 3y + 11 = 0

If you get this wrong, revise: Equation of a line


Problem 2. Find the centre and radius of the circle x2+y2+8x6y24=0x^2 + y^2 + 8x - 6y - 24 = 0.

Solution
(x2+8x)+(y26y)=24(x+4)216+(y3)29=24(x+4)2+(y3)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}

Centre: (4,3)(-4, 3), Radius: 77.

If you get this wrong, revise: Expanded form


Problem 3. Show that the line y=x+1y = x + 1 is a tangent to the circle x2+y2=1x^2 + y^2 = 1.

Details

Solution Substitute y=x+1y = x + 1 into x2+y2=1x^2 + y^2 = 1:

x2+(x+1)2=1x2+x2+2x+1=12x2+2x=02x(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=0x = 0 or x=1x = -1.

Wait — that gives two intersection points. Let me check: actually 2x2+2x=02x^2 + 2x = 0 gives x=0x = 0 and x=1x = -1, which are two points (0,1)(0, 1) and (1,0)(-1, 0).

So y=x+1y = x + 1 is not tangent to x2+y2=1x^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+cy = x + c being tangent:

Substitute: 2x2+2cx+c21=02x^2 + 2cx + c^2 - 1 = 0. Set Δ=0\Delta = 0:

4c28(c21)=0    4c2+8=0    c=±24c^2 - 8(c^2 - 1) = 0 \implies -4c^2 + 8 = 0 \implies c = \pm\sqrt{2}.

If you get this wrong, revise: Tangent condition


Problem 4. Find the point of intersection of the lines 3x+2y=73x + 2y = 7 and xy=1x - y = 1.

Details

Solution From (2): x=y+1x = y + 1. Substitute into (1):

3(y+1)+2y=7    5y+3=7    y=453(y + 1) + 2y = 7 \implies 5y + 3 = 7 \implies y = \frac{4}{5}

x=45+1=95x = \frac{4}{5} + 1 = \frac{9}{5}

Intersection: (95,45)\left(\frac{9}{5}, \frac{4}{5}\right).

If you get this wrong, revise: Linear simultaneous equations


Problem 5. The points A(1,2)A(1, 2), B(5,4)B(5, 4), and C(3,8)C(3, 8) form a triangle. Show that ABCABC is a right-angled triangle.

Details

Solution Gradient of ABAB: 4251=12\frac{4 - 2}{5 - 1} = \frac{1}{2}.

Gradient of BCBC: 8435=42=2\frac{8 - 4}{3 - 5} = \frac{4}{-2} = -2.

Product: 12×(2)=1\frac{1}{2} \times (-2) = -1.

Since mABmBC=1m_{AB} \cdot m_{BC} = -1, ABBCAB \perp BC, so B=90\angle B = 90^\circ. \blacksquare

If you get this wrong, revise: Parallel and perpendicular lines


Problem 6. Find the equation of the tangent to the circle (x2)2+(y+1)2=20(x - 2)^2 + (y + 1)^2 = 20 at the point (4,3)(4, 3).

Details

Solution The centre is (2,1)(2, -1). The gradient of the radius from (2,1)(2, -1) to (4,3)(4, 3) is:

mradius=3(1)42=42=2m_{\mathrm{radius}} = \frac{3 - (-1)}{4 - 2} = \frac{4}{2} = 2

The tangent is perpendicular: mtangent=12m_{\mathrm{tangent}} = -\frac{1}{2}.

y3=12(x4)    2y6=x+4    x+2y10=0y - 3 = -\frac{1}{2}(x - 4) \implies 2y - 6 = -x + 4 \implies x + 2y - 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) to the line 2xy+4=02x - y + 4 = 0.

Details

Solution The perpendicular distance from (x0,y0)(x_0, y_0) to ax+by+c=0ax + by + c = 0 is:

d=LBax0+by0+cRB◆◆LBa2+b2RBd = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆

d=LB2(3)1(1)+4RB◆◆LB4+1RB=LB61+4RB◆◆LB5RB=LB9RB◆◆LB5RB=LB95RB◆◆LB5RBd = \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◆

If you get this wrong, revise: Distance formula


Problem 8. A circle has equation x2+y24x+6y+4=0x^2 + y^2 - 4x + 6y + 4 = 0. Find the equation of the tangent at the point where x=1x = 1.

Details

Solution When x=1x = 1: 1+y24+6y+4=0    y2+6y+1=01 + y^2 - 4 + 6y + 4 = 0 \implies y^2 + 6y + 1 = 0.

y=LB6±364RB◆◆LB2RB=LB6±32RB◆◆LB2RB=3±22y = \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}

Using the tangent formula for the general circle. First, rewrite as (x2)2+(y+3)2=9(x - 2)^2 + (y + 3)^2 = 9. Centre: (2,3)(2, -3).

At point (1,3+22)(1, -3 + 2\sqrt{2}): gradient of radius =LB3+22+3RB◆◆LB12RB=LB22RB◆◆LB1RB=22= \frac◆LB◆-3 + 2\sqrt{2} + 3◆RB◆◆LB◆1 - 2◆RB◆ = \frac◆LB◆2\sqrt{2}◆RB◆◆LB◆-1◆RB◆ = -2\sqrt{2}.

Tangent gradient: LB1RB◆◆LB22RB=LB2RB◆◆LB4RB\frac◆LB◆1◆RB◆◆LB◆2\sqrt{2}◆RB◆ = \frac◆LB◆\sqrt{2}◆RB◆◆LB◆4◆RB◆.

y+322=LB2RB◆◆LB4RB(x1)y + 3 - 2\sqrt{2} = \frac◆LB◆\sqrt{2}◆RB◆◆LB◆4◆RB◆(x - 1)

4y+1282=2x24y + 12 - 8\sqrt{2} = \sqrt{2}\,x - \sqrt{2}

2x4y1272=0\sqrt{2}\,x - 4y - 12 - 7\sqrt{2} = 0

If you get this wrong, revise: Equation of a tangent


Problem 9. Two circles C1:x2+y2=9C_1: x^2 + y^2 = 9 and C2:(x5)2+y2=4C_2: (x - 5)^2 + y^2 = 4 intersect at points PP and QQ. Find the length of PQPQ.

Details

Solution The centres are O1(0,0)O_1(0, 0) and O2(5,0)O_2(5, 0) with radii r1=3r_1 = 3 and r2=2r_2 = 2.

Distance between centres: d=5d = 5.

The line of centres is the xx-axis. By symmetry, PQPQ is perpendicular to the xx-axis.

Subtract the equations: x2+y2[(x5)2+y2]=94x^2 + y^2 - [(x-5)^2 + y^2] = 9 - 4

x2x2+10x25=5    10x=30    x=3x^2 - x^2 + 10x - 25 = 5 \implies 10x = 30 \implies x = 3

So PQPQ is the vertical line x=3x = 3. The yy-coordinates satisfy 9+y2=9    y=09 + y^2 = 9 \implies y = 0.

Wait, x=3x = 3 in C1C_1: 9+y2=99 + y^2 = 9, so y=0y = 0. The circles intersect at a single point (3,0)(3, 0) — they are tangent to each other.

So PQ=0PQ = 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) and B(5,1)B(5, -1).

Details

Solution Midpoint: M=(1+52,7+(1)2)=(3,3)M = \left(\frac{1 + 5}{2}, \frac{7 + (-1)}{2}\right) = (3, 3).

Gradient of ABAB: 1751=84=2\frac{-1 - 7}{5 - 1} = \frac{-8}{4} = -2.

Perpendicular gradient: 12\frac{1}{2}.

y3=12(x3)    2y6=x3    x2y+3=0y - 3 = \frac{1}{2}(x - 3) \implies 2y - 6 = x - 3 \implies x - 2y + 3 = 0

If you get this wrong, revise: Perpendicular lines


Problem 11. Derive the perpendicular distance formula d=LBax0+by0+cRB◆◆LBa2+b2RBd = \frac◆LB◆|ax_0 + by_0 + c|◆RB◆◆LB◆\sqrt{a^2 + b^2}◆RB◆ using the area method for the point P(1,7)P(1, 7) and the line 3x+4y5=03x + 4y - 5 = 0. Then compute the distance.

Details

Solution The line 3x+4y5=03x + 4y - 5 = 0 meets the axes at A ⁣(53,0)A\!\left(\frac{5}{3}, 0\right) and B ⁣(0,54)B\!\left(0, \frac{5}{4}\right).

Length of base ABAB:

AB=LB(53)2+(54)2RB=LB259+2516RB=LB400+225144RB=LB625RB◆◆LB12RB=2512|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}

Area of PAB\triangle PAB using the determinant formula:

Area=12xP(yAyB)+xA(yByP)+xB(yPyA)=121 ⁣(054)+53 ⁣(547)+0 ⁣(70)=1254+53234=125411512=121511512=1213012=6512\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}

Since Area=12×AB×d\mathrm{Area} = \frac{1}{2} \times |AB| \times d:

6512=12×2512×d    d=LB65×2RB◆◆LB25RB=13025=265\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}

Verification using the formula: d=LB3(1)+4(7)5RB◆◆LB9+16RB=LB3+285RB◆◆LB5RB=265d = \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}.

If you get this wrong, revise: Distance from a point to a line


Problem 12. Two circles C1:x2+y2+2x8y+8=0C_1: x^2 + y^2 + 2x - 8y + 8 = 0 and C2:x2+y24x+4y8=0C_2: x^2 + y^2 - 4x + 4y - 8 = 0 intersect at PP and QQ. Find the equation of the common chord PQPQ and the length of PQPQ.

Details

Solution Subtracting C1C_1 from C2C_2:

(2(4))x+(4(8))y+(88)=0(2 - (-4))x + (4 - (-8))y + (-8 - 8) = 0

6x+12y16=0    3x+6y8=06x + 12y - 16 = 0 \implies 3x + 6y - 8 = 0

This is the equation of the common chord PQPQ.

To find the length PQPQ, first find the centres and radii.

C1C_1: (x+1)2+(y4)2=1+168=9(x+1)^2 + (y-4)^2 = 1+16-8 = 9, so centre (1,4)(-1, 4), radius 33.

C2C_2: (x2)2+(y+2)2=4+4+8=16(x-2)^2 + (y+2)^2 = 4+4+8 = 16, so centre (2,2)(2, -2), radius 44.

Distance between centres: d=(2(1))2+(24)2=9+36=45=35d = \sqrt{(2-(-1))^2 + (-2-4)^2} = \sqrt{9+36} = \sqrt{45} = 3\sqrt{5}.

The distance from the centre of C1C_1 to the chord PQPQ (line 3x+6y8=03x + 6y - 8 = 0):

d1=LB3(1)+6(4)8RB◆◆LB9+36RB=LB3+248RB◆◆LB45RB=LB13RB◆◆LB35RBd_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◆

By Pythagoras' theorem in the right triangle formed by the centre, the midpoint of the chord, and an endpoint:

(PQ2)2=r12d12=916945=40516945=23645\left(\frac{PQ}{2}\right)^2 = r_1^2 - d_1^2 = 9 - \frac{169}{45} = \frac{405 - 169}{45} = \frac{236}{45}

PQ=2LB23645RB=2LB259RB◆◆LB35RB=LB4295RB◆◆LB15RBPQ = 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◆

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), B(2,3)B(2, 3), and C(4,1)C(4, 1).

Details

Solution Substitute into x2+y2+Dx+Ey+F=0x^2 + y^2 + Dx + Ey + F = 0:

A(0,1):0+1+0+E+F=0    E+F=1(1)B(2,3):4+9+2D+3E+F=0    2D+3E+F=13(2)C(4,1):16+1+4D+E+F=0    4D+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}

Subtract (1) from (2): 2D+2E=12    D+E=6(i)2D + 2E = -12 \implies D + E = -6 \quad \mathrm{(i)}.

Subtract (1) from (3): 4D=16    D=44D = -16 \implies D = -4.

From (i): E=2E = -2. From (1): F=1(2)=1F = -1 - (-2) = 1.

The circle is x2+y24x2y+1=0x^2 + y^2 - 4x - 2y + 1 = 0.

Completing the square: (x2)24+(y1)21+1=0    (x2)2+(y1)2=4(x-2)^2 - 4 + (y-1)^2 - 1 + 1 = 0 \implies (x-2)^2 + (y-1)^2 = 4.

Centre: (2,1)(2, 1), Radius: 22. Note that ACAC is a diameter: midpoint of ACAC is (2,1)(2, 1) and AC=4=2r|AC| = 4 = 2r.

If you get this wrong, revise: Circle through three points


Problem 14. A circle CC has parametric equations x=1+5cosθx = 1 + 5\cos\theta, y=2+5sinθy = -2 + 5\sin\theta.

(a) State the centre and radius of CC.

(b) Find the coordinates of the two points on CC with yy-coordinate 11.

(c) Find the equation of the tangent to CC at the point corresponding to θ=LBπRB◆◆LB3RB\theta = \frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆.

Details

Solution (a) Centre: (1,2)(1, -2), Radius: 55.

(b) Set y=2+5sinθ=1y = -2 + 5\sin\theta = 1, so sinθ=35\sin\theta = \frac{3}{5}.

cosθ=±LB1925RB=±45\cos\theta = \pm\sqrt◆LB◆1 - \frac{9}{25}◆RB◆ = \pm\frac{4}{5}

The two points are:

(1+545,1)=(5,1)\left(1 + 5 \cdot \frac{4}{5}, 1\right) = (5, 1)

(1+5(45),1)=(3,1)\left(1 + 5 \cdot \left(-\frac{4}{5}\right), 1\right) = (-3, 1)

(c) When θ=LBπRB◆◆LB3RB\theta = \frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆: x=1+5cosLBπRB◆◆LB3RB=1+52=72x = 1 + 5\cos\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ = 1 + \frac{5}{2} = \frac{7}{2}, y=2+5sinLBπRB◆◆LB3RB=2+LB53RB◆◆LB2RBy = -2 + 5\sin\frac◆LB◆\pi◆RB◆◆LB◆3◆RB◆ = -2 + \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆.

The point is (72,2+LB53RB◆◆LB2RB)\left(\frac{7}{2}, -2 + \frac◆LB◆5\sqrt{3}◆RB◆◆LB◆2◆RB◆\right).

The radius from (1,2)(1, -2) to this point has gradient:

mradius=LB2+LB53RB◆◆LB2RB(2)RB◆◆LB721RB=LBLB53RB◆◆LB2RB◆◆RB◆◆LB52RB=3m_{\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}

Tangent gradient: mtangent=LB1RB◆◆LB3RB=LB3RB◆◆LB3RBm_{\mathrm{tangent}} = -\frac◆LB◆1◆RB◆◆LB◆\sqrt{3}◆RB◆ = -\frac◆LB◆\sqrt{3}◆RB◆◆LB◆3◆RB◆.

Using point-slope form:

y+2LB53RB◆◆LB2RB=LB1RB◆◆LB3RB(x72)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)

3y+23152=x+72\sqrt{3}\,y + 2\sqrt{3} - \frac{15}{2} = -x + \frac{7}{2}

x+3y7223+152=0x + \sqrt{3}\,y - \frac{7}{2} - 2\sqrt{3} + \frac{15}{2} = 0

x+3y+423=0x + \sqrt{3}\,y + 4 - 2\sqrt{3} = 0

If you get this wrong, revise: Parametric equations of a circle


Problem 15. The circle CC has equation x2+y26x4y+9=0x^2 + y^2 - 6x - 4y + 9 = 0. The line LL passes through the origin and is tangent to CC. Find the possible equations of LL and the coordinates of the points of tangency.

Details

Solution Completing the square: (x3)2+(y2)2=4(x-3)^2 + (y-2)^2 = 4, so centre (3,2)(3, 2) and radius 22.

Let LL have equation y=mxy = mx (passing through the origin). For LL to be tangent to CC, substitute into the circle equation:

x2+m2x26x4mx+9=0x^2 + m^2x^2 - 6x - 4mx + 9 = 0

(1+m2)x2(6+4m)x+9=0(1 + m^2)x^2 - (6 + 4m)x + 9 = 0

For tangency, Δ=0\Delta = 0:

(6+4m)24(1+m2)(9)=0(6 + 4m)^2 - 4(1 + m^2)(9) = 0

36+48m+16m23636m2=036 + 48m + 16m^2 - 36 - 36m^2 = 0

20m2+48m=0-20m^2 + 48m = 0

4m(5m12)=0-4m(5m - 12) = 0

m=0orm=125m = 0 \quad \mathrm{or} \quad m = \frac{12}{5}

Case m=0m = 0: Line y=0y = 0. Substituting back: (1)x26x+9=0    (x3)2=0    x=3(1)x^2 - 6x + 9 = 0 \implies (x-3)^2 = 0 \implies x = 3. Tangency point: (3,0)(3, 0).

Case m=125m = \frac{12}{5}: Line y=125xy = \frac{12}{5}x. Substituting back: (1+14425)x2(6+485)x+9=0\left(1 + \frac{144}{25}\right)x^2 - \left(6 + \frac{48}{5}\right)x + 9 = 0.

16925x2785x+9=0    169x2390x+225=0\frac{169}{25}x^2 - \frac{78}{5}x + 9 = 0 \implies 169x^2 - 390x + 225 = 0

(13x15)2=0    x=1513,y=1251513=3613(13x - 15)^2 = 0 \implies x = \frac{15}{13}, \quad y = \frac{12}{5} \cdot \frac{15}{13} = \frac{36}{13}

Tangency point: (1513,3613)\left(\frac{15}{13}, \frac{36}{13}\right).

Verification using perpendicular distance: The distance from centre (3,2)(3, 2) to y=125xy = \frac{12}{5}x (i.e. 12x5y=012x - 5y = 0) is LB3610RB◆◆LB13RB=2613=2=r\frac◆LB◆|36 - 10|◆RB◆◆LB◆13◆RB◆ = \frac{26}{13} = 2 = r.

The two tangent lines are y=0y = 0 and 12x5y=012x - 5y = 0.

If you get this wrong, revise: Tangent condition


tip

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.