# Coordinate geometry in the (x, y) plane

> Edexcel International A-Level Mathematics · IAL P2 Maths
> Source: https://www.owlsprep.com/study/edexcel-ial-math-p2-coordinate-geometry-in-the-plane/

This guide covers all Edexcel IAL P2 coordinate geometry content for circles in the $(x,y)$ plane, including standard and general circle equations, key circle properties, and exam-style problem solving.

**Prerequisites:** [Completing the square for quadratic expressions](https://www.owlsprep.com/study/edexcel-ial-math-p1-completing-the-square/); [Straight line coordinate geometry (gradients, perpendicular lines, line equations)](https://www.owlsprep.com/study/edexcel-ial-math-p1-straight-line-coordinate-geometry/)

## Learning objectives

- Derive and rearrange circle equations between standard and general form
- Identify centre and radius of a circle from any given equation
- Apply the three key circle properties to solve exam-style problems
- Calculate tangent equations, chord midpoints and semicircle angles for circles in the (x,y) plane

## Standard and General Forms of Circle Equations

The standard form of a circle equation is derived from the distance formula between the centre $(a,b)$ and any point $(x,y)$ on the circumference, and directly gives the centre and radius of the circle.

**Standard Form of a Circle Equation** — Equation of a circle with centre at coordinate $(a,b)$ and radius $r$, where $r>0$.

*Notation:* (x-a)^2 + (y-b)^2 = r^2

The general form is obtained by expanding the standard form. To retrieve the centre and radius from the general form, you must complete the square for both the $x$ and $y$ terms.

**General Form of a Circle Equation** — Expanded form of a circle equation, with centre at $(-g, -f)$ and radius $√(g^2 + f^2 - c)$, where $g^2 + f^2 > c$.

*Notation:* x^2 + y^2 + 2gx + 2fy + c = 0

**Worked example:** Find the centre and radius of the circle with equation $x^2 + y^2 - 4x + 6y - 12 = 0$.

1. Group $x$ terms, $y$ terms, and move the constant to the right-hand side.

   $$x^2 - 4x + y^2 + 6y = 12$$
2. Complete the square for $x$ and $y$ terms separately, adding the squared constants to both sides of the equation.

   $$(x^2 -4x +4) + (y^2 +6y +9) = 12 + 4 + 9$$
3. Rewrite in standard form.

   $$(x-2)^2 + (y+3)^2 = 25$$
4. Identify centre and radius: centre is $(2, -3)$, radius is $√25 = 5$.

> **Exam tip:** Always verify your radius is positive; if you get a negative value under the square root, you have made an arithmetic error when rearranging terms.

*Calculator:* allowed

## Property 1: Angle in a Semicircle is a Right Angle

If two points on a circle form the diameter, the angle subtended by the diameter at any third point on the circumference is 90°. This means the lines joining the third point to each end of the diameter are perpendicular, so their gradients multiply to -1.

**Worked example:** Points $A(-2, 1)$ and $B(4, 9)$ form the diameter of a circle. Point $C(1, 10)$ lies on the circumference. Prove that angle $ACB$ is a right angle.

1. Calculate the gradient of line $AC$.

   $$m_{AC} = \frac{10 - 1}{1 - (-2)} = \frac{9}{3} = 3$$
2. Calculate the gradient of line $BC$.

   $$m_{BC} = \frac{10 - 9}{1 - 4} = -\frac{1}{3}$$
3. Check if the product of gradients equals -1 (perpendicular lines).

   $$m_{AC} \times m_{BC} = 3 \times -\frac{1}{3} = -1$$
4. Since lines $AC$ and $BC$ are perpendicular, angle $ACB = 90^\circ$, as required.

> **Exam tip:** This property is often used to confirm three points lie on a circle with a given diameter, or to find unknown coordinates of a point on the circumference.

*Calculator:* allowed

## Property 2: Perpendicular from Centre to Chord Bisects the Chord

The line connecting the centre of a circle to the midpoint of a chord is always perpendicular to the chord. This means the midpoint of the chord lies on this perpendicular line, and the gradients of the chord and perpendicular line multiply to -1.

**Worked example:** A circle has centre $(3, 2)$. A chord of the circle has endpoints $(0, 5)$ and $(6, 5)$. Show that the line from the centre to the midpoint of the chord is perpendicular to the chord.

1. Find the midpoint of the chord.

   $$Midpoint = \left( \frac{0+6}{2}, \frac{5+5}{2} \right) = (3, 5)$$
2. Calculate the gradient of the chord.

   $$m_{chord} = \frac{5 - 5}{6 - 0} = 0$ (horizontal line)$$$
3. Calculate the gradient of the line connecting the centre $(3,2)$ to the midpoint $(3,5)$.

   $$m_{line} = \frac{5 - 2}{3 - 3} = \text{undefined (vertical line)}$$
4. A horizontal line and vertical line are perpendicular by definition, so the property holds.

> **Exam tip:** This property is frequently used to find the centre of a circle when you are given two endpoints of a chord and a third point on the circumference.

*Calculator:* allowed

## Property 3: Radius Perpendicular to Tangent at Point of Contact

The radius drawn from the centre of a circle to the point where a tangent touches the circle (point of contact) is always perpendicular to the tangent line. The gradient of the tangent is the negative reciprocal of the gradient of this radius.

**Worked example:** A circle has equation $(x-1)^2 + (y+2)^2 = 25$. Find the equation of the tangent to the circle at the point $(4, 2)$, giving your answer in the form $ax + by + c = 0$ where $a, b, c$ are integers.

1. Identify the centre of the circle from the standard equation: $(1, -2)$.
2. Calculate the gradient of the radius connecting the centre to the point of contact.

   $$m_{radius} = \frac{2 - (-2)}{4 - 1} = \frac{4}{3}$$
3. Find the gradient of the tangent (negative reciprocal of the radius gradient).

   $$m_{tangent} = -\frac{3}{4}$$
4. Use the point-slope line equation with the point of contact $(4,2)$.

   $$y - 2 = -\frac{3}{4}(x - 4)$$
5. Rearrange to integer form as required.

   $$4(y - 2) = -3(x - 4) \\ 4y - 8 = -3x + 12 \\ 3x + 4y - 20 = 0$$

> **Exam tip:** Always substitute the point of contact into your final tangent equation to verify it satisfies the line, to avoid sign errors when rearranging.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Forgetting the centre in general form $x^2+y^2+2gx+2fy+c=0$ is $(-g,-f)$ instead of $(g,f)$.
  - Why it fails: The general form is expanded from $(x+g)^2 + (y+f)^2 = g^2+f^2 -c$, so the signs of the centre coordinates are flipped.
  - Correct: Complete the square to verify centre coordinates instead of relying on memorised general form coefficients if you are unsure.
- **Wrong:** Using a positive reciprocal instead of negative reciprocal when calculating tangent gradient from radius gradient.
  - Why it fails: Perpendicular lines have gradients that multiply to -1, not 1.
  - Correct: Multiply your radius gradient and tangent gradient to confirm they equal -1 before finding the line equation.
- **Wrong:** Forgetting to add the squared constant to the right-hand side when completing the square.
  - Why it fails: Completing the square changes both sides of the equation, so you must add the same value to the right to maintain equality.
  - Correct: Write down the value you add to the left-hand side explicitly, then add it immediately to the right-hand side.
- **Wrong:** Applying the semicircle right angle property to any two points on a circle, not just diameter endpoints.
  - Why it fails: The right angle only exists if the two points form the diameter of the circle.
  - Correct: Confirm the two points are given as a diameter, or check their midpoint matches the circle centre, before applying the property.
- **Wrong:** Using the circle centre instead of the point of contact when writing the tangent line equation.
  - Why it fails: The tangent only touches the circle at the point of contact, not the centre.
  - Correct: Substitute the point of contact into your final tangent equation to verify it is correct.

## Cheatsheet

| Concept | Formula/Property | Exam Use Case |
| --- | --- | --- |
| Standard Circle Equation | $(x-a)^2 + (y-b)^2 = r^2$ | Find centre $(a,b)$ and radius $r$ directly |
| General Circle Equation | $x^2 + y^2 + 2gx + 2fy + c = 0$ | Convert to standard form via completing the square |
| Semicircle Angle | Product of gradients of lines from diameter endpoints to third point = -1 | Prove right angle, find unknown point on circle |
| Chord Perpendicular Bisector | Line from centre to chord midpoint is perpendicular to chord | Find circle centre, find chord midpoint |
| Tangent Property | Radius is perpendicular to tangent at point of contact | Find equation of tangent to circle at a given point |

## What's next

Now that you have mastered coordinate geometry of circles for Edexcel IAL P2, you are ready to apply these skills to mixed-topic exam problems that combine circle properties with algebraic manipulation and trigonometry. This topic appears regularly in 6-8 mark questions, so practising past paper problems is critical to build speed and avoid common arithmetic errors. You will only need the content covered in this guide for P2 assessment; general conic sections are part of Further Mathematics and are not required for P2. Ensure you can recall all three circle properties and convert between general and standard form without referencing notes before attempting full past papers.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/edexcel-ial-math-p2-coordinate-geometry-in-the-plane/
