Analytical Geometry Grade 12 - Circles, Tangents and Chords

Here is something nobody tells you about analytical geometry. It is worth 40 marks in Paper 2. Forty. That is more than trigonometry graphs, more than Euclidean geometry proofs, more than statistics. And yet most students treat it like a side topic. They skim the formulas, hope for the best, and then wonder why they dropped a whole level in their final mark. Analytical geometry in Grade 12 is not Grade 10 distance and midpoint anymore. This is circles, tangents, and chords. And if you learn the method in this post, those 40 marks are yours.

In This Post You Will Learn

✓ The equation of a circle with centre at the origin and with centre at any point

✓ How to determine whether a point lies inside, on, or outside a circle

✓ How to find the equation of a tangent to a circle at a given point

✓ The relationship between a tangent and a radius (and why it matters for every question)

✓ How to solve chord and midpoint problems step by step

✓ Exactly how the NSC exam structures this topic and where the marks are

The Equation of a Circle

There are two forms you need to know cold.

Circle With Centre at the Origin

x² + y² = r²

Where r is the radius.

Example: x² + y² = 25 is a circle centred at (0, 0) with radius 5 (because √25 = 5).

Circle With Centre at (a, b)

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

Where (a, b) is the centre and r is the radius.

Example: (x - 3)² + (y + 2)² = 16 is a circle centred at (3, -2) with radius 4.

Watch the signs. If you see (y + 2), the y-coordinate of the centre is -2, not +2. Same trap as the turning point in parabolas. The formula has minus signs, so a plus in the bracket means a negative coordinate.

Converting From General Form to Standard Form

Sometimes the exam gives you the equation in general form:

x² + y² + Dx + Ey + F = 0

You need to complete the square to get it into standard form.

Example: Write x² + y² - 6x + 4y - 12 = 0 in standard form.

Step 1: Group x terms and y terms.

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

Step 2: Complete the square for each group. Take half the coefficient, square it, add to both sides.

For x: half of -6 is -3, squared is 9

For y: half of 4 is 2, squared is 4

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

Step 3: Write as perfect squares.

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

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

| Form                              | What You Can Read Off          |
|-----------------------------------|-------------------------------|
| x² + y² = r²                     | Centre (0,0), radius = r      |
| (x - a)² + (y - b)² = r²        | Centre (a,b), radius = r      |
| x² + y² + Dx + Ey + F = 0       | Must complete the square first |

Is a Point Inside, On, or Outside the Circle?

This is a 2 to 3 mark question that students overthink. The method is dead simple.

Substitute the point into the left side of the equation. Compare to r².

If (x - a)² + (y - b)² < r²  →  INSIDE the circle
If (x - a)² + (y - b)² = r²  →  ON the circle
If (x - a)² + (y - b)² > r²  →  OUTSIDE the circle

Example: Is the point (1, 3) inside, on, or outside the circle (x - 3)² + (y + 2)² = 25?

Substitute: (1 - 3)² + (3 + 2)² = (-2)² + (5)² = 4 + 25 = 29

Since 29 > 25, the point is OUTSIDE the circle.

Two lines of working. Full marks. Do not skip this type of question.

Tangents to a Circle: The Big Topic

This is where the marks are. The NSC loves tangent questions. And there is one fact that unlocks all of them.

THE GOLDEN RULE: A tangent to a circle is perpendicular to the radius at the point of tangency.

This means the gradient of the tangent multiplied by the gradient of the radius equals -1.

m_tangent x m_radius = -1

Every single tangent question uses this fact. Every one.

Step-by-Step Method for Finding a Tangent Equation

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

Step 1: Find the gradient of the radius from the centre to the point.

Centre = (2, 1). Point = (6, 3).

m_radius = (3 - 1) / (6 - 2) = 2/4 = 1/2

Step 2: Find the gradient of the tangent (negative reciprocal).

m_tangent = -1 / (1/2) = -2

Step 3: Use the point-gradient form to write the equation of the tangent.

y - y₁ = m(x - x₁)

y - 3 = -2(x - 6)

y - 3 = -2x + 12

y = -2x + 15

That is it. Three steps. Centre to point gives the radius gradient. Flip and negate for the tangent gradient. Plug into point-gradient form. Done.

For full live lessons on this topic, see our Grade 12 Maths tuition page.

Chords and Midpoints

A chord is a line segment with both endpoints on the circle. The exam often combines chords with midpoints.

Key fact: The line from the centre of a circle to the midpoint of a chord is perpendicular to the chord.

This is similar to the tangent rule but for chords. If you know the midpoint of a chord, you know the gradient of the line from the centre to that midpoint, and therefore you know the gradient of the chord itself (negative reciprocal).

Worked Example: Finding a Chord Equation

The circle x² + y² = 50 has a chord with midpoint M(5, -3). Find the equation of the chord.

Step 1: Find the gradient from the centre (0, 0) to M(5, -3).

m_CM = (-3 - 0) / (5 - 0) = -3/5

Step 2: The chord is perpendicular to this line.

m_chord = -1 / (-3/5) = 5/3

Step 3: Use point-gradient form with M(5, -3).

y - (-3) = 5/3(x - 5)

y + 3 = 5/3 x - 25/3

Multiply everything by 3:

3y + 9 = 5x - 25

5x - 3y - 34 = 0

Or: y = 5/3 x - 34/3

The Length of a Tangent From an External Point

Sometimes the exam gives you an external point and asks for the length of the tangent from that point to the circle. This uses Pythagoras.

            External Point (P)
              /|
             / |
   tangent  /  | radius (r)
           /   |
          /    |
Centre (C)-----Point of tangency (T)
     distance d

The triangle CPT is right-angled at T (because tangent is perpendicular to radius).

So: tangent² = d² - r²

Where d is the distance from the external point to the centre.

Example: Find the length of the tangent from P(7, 1) to the circle (x - 1)² + (y - 1)² = 9.

Centre = (1, 1). Radius = 3.

d = √[(7-1)² + (1-1)²] = √[36 + 0] = 6

tangent² = 6² - 3² = 36 - 9 = 27

tangent = √27 = 3√3

The Formulas You Need From Grade 10 and 11

Analytical geometry in Grade 12 still uses all the formulas from earlier grades. Here they are. You should not need to look these up during the exam.

Distance:    d = √[(x₂ - x₁)² + (y₂ - y₁)²]

Midpoint:    M = ((x₁ + x₂)/2 , (y₁ + y₂)/2)

Gradient:    m = (y₂ - y₁) / (x₂ - x₁)

Equation:    y - y₁ = m(x - x₁)

Parallel lines:     m₁ = m₂
Perpendicular lines: m₁ x m₂ = -1

If you are shaky on these, go back and practise them before tackling circles. You cannot do Grade 12 analytical geometry without them.

If you need to strengthen your algebra foundation, check out our guide on How to Answer Sequences and Series Questions in Grade 12 Maths.

Common Mistakes Students Make

  1. Sign errors when reading the centre from the equation

(x - 3)² + (y + 4)² = 16 has centre (3, -4), not (3, 4). The formula is (x - a)² + (y - b)², so (y + 4) means b = -4. This mistake shows up in almost every analytical geometry question. Double check your signs before you do anything else.

  1. Forgetting to complete the square

When the equation is in general form (x² + y² + Dx + Ey + F = 0), you cannot read off the centre and radius directly. You must complete the square first. Students who skip this step guess the centre and get every calculation after that wrong.

  1. Using the wrong gradient relationship

For tangent questions, m₁ x m₂ = -1 (perpendicular). For parallel line questions, m₁ = m₂. Students sometimes use the parallel condition when they need perpendicular, or vice versa. Read the question. Tangent to a circle = perpendicular to radius. Always.

  1. Not verifying that a point is on the circle

Before finding the tangent at a point, substitute the point into the circle equation to confirm it lies on the circle. If it does not, you might be solving the wrong problem. Some questions give you a point and ask you to first show that it is on the circle. That "show that" part carries marks.

  1. Arithmetic errors in completing the square

When completing the square, you must add the same value to both sides of the equation. Students often add to the left side and forget to add to the right side, which changes the radius. Check your arithmetic by expanding your answer and seeing if you get back to the original equation.

How This Topic Appears in the NSC Exam

Analytical geometry appears in Paper 2 of the NSC Maths exam.

It typically carries around 40 marks, making it one of the highest-weighted topics in Paper 2.

This topic usually appears as Question 2 or Question 3 in Paper 2. It is one of the longer questions and the DBE often structures it as a single large problem with 6 to 8 sub-parts.

A typical structure looks like this: you are given a circle (sometimes in general form) and one or two additional points or lines. Part (a) asks you to find the centre and radius (by completing the square if needed). Part (b) asks whether a specific point lies on, inside, or outside the circle. Part (c) asks for the equation of a tangent at a given point. Part (d) may involve finding where the tangent intersects another line or axis. Part (e) may bring in a chord, its midpoint, and perpendicularity.

In the 2023 NSC exam, analytical geometry appeared as a question involving a circle with centre not at the origin, a tangent line, and a calculation involving the length of a chord. Students had to determine the equation of the circle, find the tangent, and calculate intersection points.

The DBE loves combining analytical geometry with other topics. You might need to find the area of a triangle formed by the tangent and the axes, which combines coordinate geometry with the area formula. Or you might need to show that a quadrilateral formed by certain points is a specific shape (rectangle, rhombus, etc.) using gradients and distances.

The marks in this section are very achievable if you know the method. The first 20 to 25 marks in any analytical geometry question are method-driven. Follow the steps, show your working, and the marks come.


Want live lessons covering this exact topic?

A-Game Academy teaches Grade 12 Maths online via Zoom. Small classes, max 15 students. Weekly past paper practice. Study notes for every topic.

R799/month or try a trial week for R199 with no commitment.

👉 Get your spot at A-Game Academy

0 comments

Leave a comment