40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Coordinate Geometry of the Circle for the TMUA

Updated August 2025

Learn the algebraic representation of circles in the (x,y) plane. This guide covers the two standard forms of circle equations, the method of completing the square to find the centre and radius, and how to determine the interaction between circles and straight lines.

Core concept

A circle is defined as the set of all points (x,y)(x, y) at a constant distance rr from a fixed centre (a,b)(a, b). Algebraically, this is derived from Pythagoras Theorem as (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2.

Coordinate geometry allows us to describe a circle algebraically. Every point (x,y)(x, y) on a circle shares a specific relationship based on its distance from the centre.

Defining the Circle at the Origin

Consider a circle with its centre at the origin (0,0)(0, 0) and a radius of 1. By definition, every point on this circle is exactly 1 unit away from the origin. Using Pythagoras Theorem, we can see that for any point (x,y)(x, y) on the circumference, the horizontal distance is xx and the vertical distance is yy.

img-22.jpeg

Thus, the equation of the unit circle is x2+y2=12x^2 + y^2 = 1^2. Points inside the circle satisfy the inequality x2+y2<12x^2 + y^2 < 1^2, while points outside satisfy x2+y2>12x^2 + y^2 > 1^2. If we increase the radius to rr, the equation becomes x2+y2=r2x^2 + y^2 = r^2.

img-23.jpeg

The General Equation in Standard Form

If the centre of the circle is moved from the origin to a general point (a,b)(a, b), we can find the equation using graph shifting or Pythagoras Theorem. Any point (x,y)(x, y) on the circle must be a distance rr from (a,b)(a, b).

img-24.jpeg

This leads to the standard form of the circle equation: (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2

You must be able to identify the radius and centre immediately from this form. For example:

  1. The circle (x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25 has its centre at (2,3)(2, 3) and a radius of 5 (the square root of 25).
  2. The circle (x2)2+(y+4)2=18(x - 2)^2 + (y + 4)^2 = 18 has its centre at (2,4)(2, -4) and a radius of 18=32\sqrt{18} = 3\sqrt{2}.

The Expanded Form and Completing the Square

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

Worked Example 1

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

  1. Group terms: (x2+4x)+(y2+2y)12=0(x^2 + 4x) + (y^2 + 2y) - 12 = 0.
  2. Complete the square for xx: (x+2)24(x + 2)^2 - 4.
  3. Complete the square for yy: (y+1)21(y + 1)^2 - 1.
  4. Combine: (x+2)24+(y+1)2112=0(x + 2)^2 - 4 + (y + 1)^2 - 1 - 12 = 0.
  5. Rearrange: (x+2)2+(y+1)2=17(x + 2)^2 + (y + 1)^2 = 17.

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

Worked Example 2: Non Circles

Consider 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, which simplifies to (x2)2+(y3)2=7(x - 2)^2 + (y - 3)^2 = -7. Since the sum of squares cannot be negative, there are no real coordinates that satisfy this equation. It is not a circle.

Worked Example 3: Different Coefficients

Find the centre and radius of 2x2+2y24x8y19=02x^2 + 2y^2 - 4x - 8y - 19 = 0. First, divide the entire equation by 2 to ensure the x2x^2 and y2y^2 coefficients are 1: x2+y22x4y9.5=0x^2 + y^2 - 2x - 4y - 9.5 = 0. Completing the square results in (x1)21+(y2)249.5=0(x - 1)^2 - 1 + (y - 2)^2 - 4 - 9.5 = 0, or (x1)2+(y2)2=14.5(x - 1)^2 + (y - 2)^2 = 14.5. The centre is (1,2)(1, 2) and the radius is 14.5\sqrt{14.5}.

Tangents and the Discriminant

A line is tangent to a circle if it intersects it at exactly one point. To solve problems involving tangents, we substitute the line equation into the circle equation and apply the discriminant condition b24ac=0b^2 - 4ac = 0 to the resulting quadratic.

Worked Example: Finding Tangent Constants

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

img-25.jpeg

  1. Substitute: (x3)2+(2x+c2)2=9(x - 3)^2 + (2x + c - 2)^2 = 9.
  2. Expand: x26x+9+4x2+4(c2)x+(c2)2=9x^2 - 6x + 9 + 4x^2 + 4(c - 2)x + (c - 2)^2 = 9.
  3. Rearrange into a quadratic in xx: 5x2+2(c7)x+(c2)2=05x^2 + 2(c - 7)x + (c - 2)^2 = 0.
  4. Apply b24ac=0b^2 - 4ac = 0: 4(c7)220(c2)2=04(c - 7)^2 - 20(c - 2)^2 = 0.
  5. Simplify: (c7)2=5(c2)2(c - 7)^2 = 5(c - 2)^2. Taking square roots gives c7=±5(c2)c - 7 = \pm \sqrt{5}(c - 2). Solving these linear equations provides the two possible values of cc.

Shortest Distance Problems

Calculating the shortest distance between a circle and a line is a common coordinate geometry task. The shortest distance usually lies along the line passing through the centre of the circle that is perpendicular to the given line.

Worked Example: Closest Distance

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

img-26.jpeg

  1. To simplify, translate the circle to the origin by replacing xx with x2x - 2 and yy with y+3y + 3. The circle becomes x2+y2=32x^2 + y^2 = 3^2 and the line becomes y=x+6y = x + 6.
  2. In this orientation, the point on the line y=x+6y = x + 6 closest to the origin is Q(3,3)Q(-3, 3).
  3. The distance OQ=(3)2+32=18=32OQ = \sqrt{(-3)^2 + 3^2} = \sqrt{18} = 3\sqrt{2}.
  4. Subtract the radius (3) from this distance to find the shortest gap: 3233\sqrt{2} - 3.

Key takeaways

  • The standard form (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2 clearly identifies the centre (a,b)(a, b) and the radius rr.
  • To convert the expanded form x2+y2+cx+dy+e=0x^2 + y^2 + cx + dy + e = 0 into standard form, you must complete the square for both the xx and yy variables.
  • A circle equation is only valid if, after completing the square, the constant on the right hand side is positive.
  • Interaction between a line and a circle can be solved by substitution and the discriminant. A tangent corresponds to exactly one solution where b24ac=0b^2 - 4ac = 0.
  • The shortest distance from a point or line to a circle is found by calculating the distance to the centre and subtracting the radius.
Tips

When identifying the radius from the equation (xa)2+(yb)2=K(x - a)^2 + (y - b)^2 = K, students often forget to take the square root of KK. Always double check that you have r=Kr = \sqrt{K}.

Cautions

Be careful with signs when identifying the centre. The equation (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2 has its centre at (a,b)(a, b). This means (x+3)2+(y5)2=r2(x + 3)^2 + (y - 5)^2 = r^2 has its centre at (3,5)(-3, 5).

Insight

The relationship between a line and a circle is a geometric instance of the discriminant of a quadratic. If the quadratic formed by substitution has D>0D > 0, the line is a secant (two intersections). If D=0D = 0, it is a tangent. If D<0D < 0, the line does not meet the circle.

Worked Examples

Example 1
The line segment joining the points (3,3)(3, 3) and (7,5)(7, 5) is a diameter of a circle.

This circle is translated by 3 units in the negative x-direction, then reflected in the x-axis,
and then enlarged by a scale factor of 4 about the centre of the resulting circle.

The equation of the final circle is
A:(x2)2+(y4)2=320(x - 2)^2 + (y – 4)^2 = 320
B:(x2)2+(y+4)2=320(x – 2)^2 + (y + 4)^2 = 320
C:(x2)2+(y4)2=80(x - 2)^2 + (y – 4)^2 = 80
D:(x2)2+(y+4)2=80(x – 2)^2 + (y + 4)^2 = 80
E:(x2)2+(y4)2=20(x – 2)^2 + (y – 4)^2 = 20
F:(x2)2+(y+4)2=20(x - 2)^2 + (y + 4)^2 = 20

Practice Questions

Practice Question 1
Point PP lies on the circle with equation (x2)2+(y1)2=16(x - 2)^2 + (y - 1)^2 = 16
Point
QQ lies on the circle with equation (x4)2+(y+5)2=16(x - 4)^2 + (y + 5)^2 = 16
What is the maximum possible length of
PQPQ?
A:10
B:14
C:16
D:2342\sqrt{34}
E:10210\sqrt{2}
F:8+2108+2\sqrt{10}
G:16+2616+2\sqrt{6}

Frequently asked questions

What happens if the coefficients of x2x^2 and y2y^2 are different?

If the coefficients are different, such as 2x2+3y2...2x^2 + 3y^2..., the shape is not a circle. It is likely an ellipse. For a circle, the coefficients of x2x^2 and y2y^2 must be equal.

Can the radius of a circle be negative?

No. In the equation (xa)2+(yb)2=r2(x - a)^2 + (y - b)^2 = r^2, rr represents a distance and must be positive. If the right hand side of the equation is negative after completing the square, the equation represents no real points.

How do I find the equation of a tangent at a specific point on the circle?

Calculate the gradient of the radius from the centre to the point (x1,y1)(x_1, y_1). The tangent is perpendicular to this radius, so its gradient is the negative reciprocal. Then use the point gradient formula yy1=m(xx1)y - y_1 = m(x - x_1).

Does x2+y2+cx+dy+e=0x^2 + y^2 + cx + dy + e = 0 always represent a circle?

Not necessarily. It only represents a circle if c2+d24e>0c^2 + d^2 - 4e > 0. If this value is zero, it represents a single point. If it is negative, there are no real solutions.

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.