Coordinate Geometry of the Circle for the ESAT

Updated July 2026

This lesson covers the coordinate geometry of circles, focusing on deriving and using circle equations in both standard and expanded forms. You will learn how to identify centres and radii, determine if an equation represents a valid circle, and solve problems involving tangents and shortest distances.

Core concept

A circle is the locus of points (x,y)(x, y) at a constant distance rr from a fixed centre (a,b)(a, b), described by the equation (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2.

The Fundamental Equation of a Circle

Consider a circle of radius 1 on the xyxy plane with its centre at the origin (0,0)(0, 0). Every point (x,y)(x, y) sitting on this circle is exactly a distance of 1 from the origin. By applying Pythagoras' theorem to the coordinates of any point on this perimeter, we can establish the relationship between xx and yy. This gives us the equation for a unit circle: x2+y2=12x^2 + y^2 = 1^2.

img-22.jpeg

Points that satisfy the equation x2+y2=1x^2 + y^2 = 1 lie on the circle. Points satisfying the inequality x2+y2<1x^2 + y^2 < 1 lie inside the circle, while those satisfying x2+y2>1x^2 + y^2 > 1 lie outside the circle. If we increase the radius to rr, the distance from the origin to any point (x,y)(x, y) on the circle must be rr. Again, using Pythagoras' theorem, the equation becomes x2+y2=r2x^2 + y^2 = r^2.

img-23.jpeg

Shifting the Centre of the Circle

To find the equation of a circle with radius rr centred at any point (a,b)(a, b), we can use two different perspectives: geometric derivation or graph transformations.

  1. Using Pythagoras' theorem: Any point (x,y)(x, y) on the circle is a distance rr from (a,b)(a, b). The horizontal distance between the points is (xa)(x - a) and the vertical distance is (yb)(y - b). Squaring these and summing them gives the squared radius: (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2

img-24.jpeg

  1. Using graph shifting: Starting with the circle x2+y2=r2x^2 + y^2 = r^2 centred at the origin, we can shift it horizontally by aa units and vertically by bb units. Using standard transformation rules, we replace xx with (xa)(x - a) and yy with (yb)(y - b), resulting in the same general form: (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2.

You must be able to quickly identify the centre and radius from this form. For example, in (x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25, the centre is (2,3)(2, 3) and the radius is 25=5\sqrt{25} = 5. In (x2)2+(y+4)2=18(x - 2)^2 + (y + 4)^2 = 18, the centre is (2,4)(2, -4) and the radius is 18=32\sqrt{18} = 3\sqrt{2}. Always remember that the value on the right hand side is r2r^2, not rr.

Expanded Form and Completing the Square

Circles are often presented in the expanded form x2+y2+cx+dy+e=0x^2 + y^2 + cx + dy + e = 0. To find the centre and radius from this form, we use the method of completing the square for both the xx and yy terms.

Example 1

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

First, group the terms: x2+4x+y2+2y12=0x^2 + 4x + y^2 + 2y - 12 = 0

Complete the square for xx and yy: (x+2)24+(y+1)2112=0(x + 2)^2 - 4 + (y + 1)^2 - 1 - 12 = 0

Rearrange into the standard form: (x+2)2+(y+1)2=17(x + 2)^2 + (y + 1)^2 = 17

The centre is (2,1)(-2, -1) and the radius is 17\sqrt{17}.

Example 2: Non-existent Circles

Find the centre and radius of x2+y24x6y+20=0x^2 + y^2 - 4x - 6y + 20 = 0.

Completing the square gives: (x2)24+(y3)29+20=0(x - 2)^2 - 4 + (y - 3)^2 - 9 + 20 = 0 (x2)2+(y3)2=7(x - 2)^2 + (y - 3)^2 = -7

Because the sum of squares on the left hand side cannot be negative, there are no real coordinates (x,y)(x, y) that satisfy this equation. Thus, it does not represent a circle. An equation of the form x2+y2+ax+by+c=0x^2 + y^2 + ax + by + c = 0 only represents a circle if, after completing the square, the constant on the right hand side is positive.

Example 3: Different Coefficients

Find the centre and radius of 2x2+2y24x8y19=02x^2 + 2y^2 - 4x - 8y - 19 = 0.

Divide the entire equation by 2 first: x2+y22x4y192=0x^2 + y^2 - 2x - 4y - \frac{19}{2} = 0

Now complete the square: (x1)21+(y2)24192=0(x - 1)^2 - 1 + (y - 2)^2 - 4 - \frac{19}{2} = 0 (x1)2+(y2)2=292(x - 1)^2 + (y - 2)^2 = \frac{29}{2}

The centre is (1,2)(1, 2) and the radius is 292\sqrt{\frac{29}{2}}.

Note that for an equation to represent a circle, the coefficients of x2x^2 and y2y^2 must be identical. If they differ, such as in 2x2+3y24x8y19=02x^2 + 3y^2 - 4x - 8y - 19 = 0, or if the y2y^2 term is negative, such as in 2x22y24x8y19=02x^2 - 2y^2 - 4x - 8y - 19 = 0, the equation describes a different geometric shape.

Tangents to Circles

A line is tangent to a circle if it intersects the circle at exactly one point. To find when a line y=mx+cy = mx + c is tangent to a circle, substitute the line equation into the circle equation to create a quadratic in xx. Since a tangent has only one point of contact, this quadratic must have a single repeated root, meaning its discriminant must be zero.

Tangent Example

Find the values of cc for which y=2x+cy = 2x + c is tangent to (x3)2+(y2)2=9(x - 3)^2 + (y - 2)^2 = 9.

img-25.jpeg

Substitute y=2x+cy = 2x + c into the circle equation: (x3)2+(2x+c2)2=9(x - 3)^2 + (2x + c - 2)^2 = 9 x26x+9+4x2+4x(c2)+(c2)2=9x^2 - 6x + 9 + 4x^2 + 4x(c - 2) + (c - 2)^2 = 9 5x2+(4c86)x+(c2)2=05x^2 + (4c - 8 - 6)x + (c - 2)^2 = 0 5x2+2(2c7)x+(c2)2=05x^2 + 2(2c - 7)x + (c - 2)^2 = 0

For tangency, set the discriminant b24ac=0b^2 - 4ac = 0: [2(2c7)]24(5)(c2)2=0[2(2c - 7)]^2 - 4(5)(c - 2)^2 = 0 4(2c7)220(c2)2=04(2c - 7)^2 - 20(c - 2)^2 = 0 (2c7)2=5(c2)2(2c - 7)^2 = 5(c - 2)^2 2c7=±5(c2)2c - 7 = \pm \sqrt{5}(c - 2)

Solving for cc gives two values, corresponding to the two possible tangent lines with gradient 2 shown in the diagram.

Closest Distance Between a Line and a Circle

To find the closest distance between a line and a circle, it is often helpful to translate the system so the circle is centred at the origin.

Distance Example

Find the closest distance between the line y=x+11y = x + 11 and the circle (x+2)2+(y3)2=9(x + 2)^2 + (y - 3)^2 = 9.

Translate the centre (2,3)(-2, 3) to (0,0)(0, 0) by replacing xx with x2x - 2 and yy with y+3y + 3. The circle becomes x2+y2=9x^2 + y^2 = 9 (radius 3). The line becomes: y+3=(x2)+11y=x+6y + 3 = (x - 2) + 11 \rightarrow y = x + 6

img-26.jpeg

From the origin (0,0)(0, 0), the point on the line y=x+6y = x + 6 closest to the origin is Q(3,3)Q(-3, 3). The distance from the origin to QQ is (3)2+32=18=32\sqrt{(-3)^2 + 3^2} = \sqrt{18} = 3\sqrt{2}. Since the circle has a radius of 3, the shortest distance from the line to the circle is the distance to the origin minus the radius: 3233\sqrt{2} - 3.

Key takeaways

  • The standard equation of a circle is (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2, where (a,b)(a, b) is the centre and rr is the radius.
  • To convert an expanded equation x2+y2+cx+dy+e=0x^2 + y^2 + cx + dy + e = 0 to standard form, complete the square for both xx and yy terms.
  • A quadratic equation only represents a circle if the coefficients of x2x^2 and y2y^2 are equal and the radius squared (r2r^2) is positive.
  • A line is tangent to a circle if the discriminant of their combined simultaneous equation is zero, indicating exactly one point of intersection.
  • The shortest distance from a line to a circle is the distance from the circle's centre to the line minus the radius.
Tips

Always check if the equation is given in a form where the x2x^2 and y2y^2 coefficients are 1 before completing the square. If the equation is 2x2+2y2...2x^2 + 2y^2..., you must divide by 2 first to avoid errors in your radius calculation.

Cautions

A very common mistake is forgetting that the constant on the right hand side of the standard equation is r2r^2. If the equation ends in =25= 25, the radius is 5, not 25. Similarly, if the centre is at (a,b)(a, b), the equation uses (xa)(x - a) and (yb)(y - b); a plus sign indicates a negative coordinate.

Insight

The process of translating the circle and line to the origin to solve for distance is an application of invariance. Since distance is preserved under translation, we can choose the most convenient coordinate system to simplify the algebra without changing the geometric result.

Frequently asked questions

What happens if r2=0r^2 = 0 after completing the square?

If r2=0r^2 = 0, the equation represents a single point (a,b)(a, b) rather than a circle, as only that specific point satisfies the equation.

How do I find the points where a line intersects a circle?

Substitute the equation of the line into the equation of the circle to form a quadratic equation. Solve this quadratic for xx, then substitute these xx values back into the line equation to find the corresponding yy coordinates.

Why must the coefficients of x2x^2 and y2y^2 be equal for a circle?

A circle represents points at a constant distance from a centre. If the coefficients were different, the 'stretching' in the xx and yy directions would be unequal, resulting in an ellipse rather than a circle.

Can I use the perpendicular distance formula for lines and circles?

Yes. The shortest distance from the centre (a,b)(a, b) to a line Ax+By+C=0Ax + By + C = 0 is given by d=Aa+Bb+CA2+B2d = \frac{|Aa + Bb + C|}{\sqrt{A^2 + B^2}}. The distance to the circle's edge is then drd - r.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.