GCSE Revision Aid: This resource is designed to support your revision and may contain errors. If you find a discrepancy with your class teaching, your teacher is correct — please let us know at gcserevise@scott.scottrix.co.uk.

A16: Circles

Higher Only AQAEdexcelOCREduqasCCEA

Recognise and use the equation of a circle with centre at the origin; find equation of tangent at a point

Fastmail

📋 Key Concepts

Equation of a circle: A circle with centre (0, 0) and radius r has equation:
x² + y² = r²
General form: For a circle with centre (a, b) and radius r:
(x - a)² + (y - b)² = r²

📝 Equation of a Circle (Centre at Origin)

Example 1

Write the equation of a circle with centre (0, 0) and radius 5.

Solution:

x² + y² = 5²

x² + y² = 25

Example 2

Find the radius of the circle x² + y² = 16

Solution:

x² + y² = r² = 16

r² = 16

r = 4

Example 3

Does the point (3, 4) lie on the circle x² + y² = 25?

Solution:

Substitute: 3² + 4² = 9 + 16 = 25 ✓

Yes, the point (3, 4) lies on the circle.

📝 Finding Points on a Circle

Example 4

A circle has equation x² + y² = 100. Find the y-coordinate when x = 6.

Solution:

Substitute x = 6:

6² + y² = 100

36 + y² = 100

y² = 64

y = ±8

Points: (6, 8) and (6, -8)

📝 Equation of a Circle (Any Centre)

Example 5

Write the equation of a circle with centre (2, -3) and radius 4.

Solution:

Using (x - a)² + (y - b)² = r²:

(x - 2)² + (y - (-3))² = 4²

(x - 2)² + (y + 3)² = 16

Example 6

Find the centre and radius of (x + 1)² + (y - 4)² = 9

Solution:

Compare with (x - a)² + (y - b)² = r²

a = -1, b = 4, r² = 9

Centre: (-1, 4), Radius: 3

📝 Finding the Tangent to a Circle

Key property: The tangent at any point on a circle is perpendicular to the radius at that point.
Method:
  1. Find the gradient of the radius (from centre to point)
  2. Find the negative reciprocal (perpendicular gradient)
  3. Use y - y₁ = m(x - x₁) to find the tangent equation
Example 7

Find the equation of the tangent to x² + y² = 25 at the point (3, 4).

Solution:

Step 1: Gradient of radius from (0,0) to (3,4):

m_radius = 4 - 03 - 0 = 43

Step 2: Gradient of tangent (perpendicular):

m_tangent = -34

Step 3: Use point (3, 4) and gradient -34:

y - 4 = -34(x - 3)

4(y - 4) = -3(x - 3)

4y - 16 = -3x + 9

3x + 4y = 25

📝 Expanding Circle Equations

Example 8

Expand (x - 3)² + (y + 2)² = 16

Solution:

x² - 6x + 9 + y² + 4y + 4 = 16

x² + y² - 6x + 4y + 13 = 16

x² + y² - 6x + 4y - 3 = 0

Example 9

Find the centre and radius of x² + y² + 6x - 4y - 12 = 0

Solution:

Complete the square for x and y:

(x² + 6x) + (y² - 4y) = 12

(x + 3)² - 9 + (y - 2)² - 4 = 12

(x + 3)² + (y - 2)² = 25

Centre: (-3, 2), Radius: 5

❓ Practice Questions

Q1: Write the equation of a circle with centre (0, 0) and radius 7.

Q2: Find the radius of x² + y² = 36.

Q3: Does (5, 12) lie on x² + y² = 169?

Q4: Find the centre and radius of (x - 4)² + (y + 1)² = 9.

Q5: Find the gradient of the tangent to x² + y² = 25 at point (4, 3).

Q6: Find the centre of x² + y² + 8x - 2y - 8 = 0.

✅ Answers

  1. x² + y² = 49
  2. 6
  3. Yes: 5² + 12² = 25 + 144 = 169 ✓
  4. Centre (4, -1), Radius 3
  5. m_radius = 34, so m_tangent = -43
  6. Centre (-4, 1)

🎯 Exam Tips

🧠 Problem-Solving Strategies

Problem-Solving

To find a tangent: find the gradient of the radius (centre to point), take the negative reciprocal for the perpendicular gradient, then use y - y1 = m(x - x1). To find centre/radius from expanded form, complete the square for both x and y.
Multi-Step Problem

A circle has equation x² + y² = 34. Point P has coordinates (3, 5). (a) Verify P lies on the circle. (b) Find the equation of the tangent at P. (c) Find where the tangent crosses the y-axis.

Solution:

(a) 3² + 5² = 9 + 25 = 34 ✓

(b) Gradient of radius = 5/3. Tangent gradient = -3/5. y - 5 = -3/5(x - 3). 5y - 25 = -3x + 9. 3x + 5y = 34

(c) When x = 0: 5y = 34, y = 34/5 = 6.8. Point: (0, 6.8)

⚠️ Common Errors

Watch Out!

1. Wrong: (x + 3)² + (y - 2)² = 25 has centre (3, -2) Correct: Centre is (-3, 2) — the signs in the equation are opposite to the coordinates

2. Wrong: The tangent has the same gradient as the radius Correct: The tangent is perpendicular to the radius — use the negative reciprocal

3. Wrong: x² + y² - 6x = 0 has radius 6 Correct: Complete the square: (x-3)² + y² = 9, so radius = 3

✍️ 6-Mark Exam Question

Extended Answer

6 marks: (a) Find the centre and radius of the circle x² + y² + 4x - 6y - 3 = 0. (b) Does (1, 4) lie inside, on or outside the circle? (c) Find the equation of the tangent at point (2, 3+√3) on the circle.

(a) (x² + 4x) + (y² - 6y) = 3. (x + 2)² - 4 + (y - 3)² - 9 = 3. (x + 2)² + (y - 3)² = 16. Centre (-2, 3), radius 4.

(b) Distance from (1, 4) to (-2, 3) = √(9 + 1) = √10 ≈ 3.16. Since 3.16 < 4, point is inside the circle.

(c) Gradient from centre to point: (3+√3 - 3)/(2-(-2)) = √3/4. Tangent gradient = -4/√3. Equation: y - (3+√3) = -4/√3(x - 2).

Mark scheme: (a) 2 marks. (b) 2 marks for distance and conclusion. (c) 2 marks.

📊 AO3: Reason & Interpret

Reasoning and Interpretation

A circular fountain has equation x² + y² = 100 (units in metres). A path has equation 3x + 4y = 50.

(a) Find the shortest distance from the centre to the path.

(b) Does the path cross the fountain?

(c) If the fountain radius increases by 2m, will the path now cross it?

Answers: (a) Distance from (0,0) to line = |50|/√(9+16) = 50/5 = 10 m. (b) No — the distance equals the radius exactly, so the path is a tangent. (c) New radius = 12 m > 10 m, so yes, the path would now cross the fountain at two points.

📝 Exam Questions by Topic

🎬 Video Resources

Share this page

Ready to ace your GCSE Mathematics exams?

Get the best revision books and guides to boost your grades.