Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Add Math
  4. /↳Coordinate Geometry
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Sciences

  • Biology
  • Chemistry
  • Physics
  • Additional Mathematics
  • Mathematics
  • Information Technology

Humanities

  • English Language
  • English Literature
  • Spanish
  • Economics
  • Principles of Business
  • Principles of Accounting

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

© 2026 Matthew Williams. Made with other contributors for all.

Additional Mathematics

Coordinate Geometry

PDF
Matthew Williams
|May 16, 2026|6 min read
CirclesCoordinate GeometryNormalsPaper 01Paper 02Section 2Tangents

Straight-line equations, gradient relationships for parallel and perpendicular lines, midpoint and distance formulas, circle equations in standard and general form, and tangents and normals to circles.

Coordinate geometry translates geometric problems into algebra that can be solved with equations. At this level it covers two main areas: straight lines (extending CSEC Maths) and circles (new at Additional Mathematics level).

Key Formulas

For two points A(x1,y1)A(x_1, y_1)A(x1​,y1​) and B(x2,y2)B(x_2, y_2)B(x2​,y2​):

QuantityFormula
Gradientm=y2−y1x2−x1m = \dfrac{y_2 - y_1}{x_2 - x_1}m=x2​−x1​y2​−y1​​
MidpointM=(x1+x22, y1+y22)M = \left(\dfrac{x_1+x_2}{2},\, \dfrac{y_1+y_2}{2}\right)M=(2x1​+x2​​,2y1​+y2​​)
Distance∣AB∣=(x2−x1)2+(y2−y1)2\lvert AB\rvert = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}∣AB∣=(x2​−x1​)2+(y2​−y1​)2​

The distance formula is Pythagoras applied to the horizontal and vertical separations.

Equations of Straight Lines

A straight line can be written in several equivalent forms:

  • Slope-intercept: y=mx+cy = mx + cy=mx+c (gradient mmm, yyy-intercept ccc)
  • Point-slope: y−y1=m(x−x1)y - y_1 = m(x - x_1)y−y1​=m(x−x1​) (given gradient mmm and one point)
  • General: ax+by+c=0ax + by + c = 0ax+by+c=0

Finding the equation given two points: calculate the gradient first, then substitute one point into point-slope form.

Example

Find the equation of the line through (1,−3)(1, -3)(1,−3) and (4,6)(4, 6)(4,6).

m=6−(−3)4−1=93=3m = \frac{6-(-3)}{4-1} = \frac{9}{3} = 3m=4−16−(−3)​=39​=3

Using point-slope with (1,−3)(1, -3)(1,−3): y+3=3(x−1)⇒y=3x−6y + 3 = 3(x - 1) \Rightarrow y = 3x - 6y+3=3(x−1)⇒y=3x−6

Parallel and Perpendicular Lines

  • Parallel lines have equal gradients: m1=m2m_1 = m_2m1​=m2​.
  • Perpendicular lines have gradients whose product is −1-1−1: m1m2=−1m_1 m_2 = -1m1​m2​=−1, equivalently m2=−1/m1m_2 = -1/m_1m2​=−1/m1​.
Example

Find the equation of the line perpendicular to y=23x+5y = \frac{2}{3}x + 5y=32​x+5 passing through (4,1)(4, 1)(4,1).

The given gradient is 23\frac{2}{3}32​. The perpendicular gradient is −32-\frac{3}{2}−23​.

y−1=−32(x−4)⇒y=−32x+7y - 1 = -\frac{3}{2}(x - 4) \Rightarrow y = -\frac{3}{2}x + 7y−1=−23​(x−4)⇒y=−23​x+7

Perpendicular Bisector

The perpendicular bisector of a line segment ABABAB passes through the midpoint of ABABAB and is perpendicular to ABABAB.

Example

Find the equation of the perpendicular bisector of the segment joining (2,1)(2, 1)(2,1) and (8,5)(8, 5)(8,5).

Midpoint: (5,3)(5, 3)(5,3). Gradient of segment: 5−18−2=23\frac{5-1}{8-2} = \frac{2}{3}8−25−1​=32​.

Perpendicular gradient: −32-\frac{3}{2}−23​.

y−3=−32(x−5)⇒y=−32x+212y - 3 = -\frac{3}{2}(x - 5) \Rightarrow y = -\frac{3}{2}x + \frac{21}{2}y−3=−23​(x−5)⇒y=−23​x+221​

Intersection of Two Straight Lines

To find the point where two lines meet, solve their equations simultaneously — set the expressions for yyy equal and solve for xxx, then back-substitute.

Example

Find the point of intersection of y=2x−1y = 2x - 1y=2x−1 and y=−x+5y = -x + 5y=−x+5.

Setting equal: 2x−1=−x+5⇒3x=6⇒x=22x - 1 = -x + 5 \Rightarrow 3x = 6 \Rightarrow x = 22x−1=−x+5⇒3x=6⇒x=2

y=2(2)−1=3y = 2(2) - 1 = 3y=2(2)−1=3. Intersection: (2,3)(2, 3)(2,3).

Circles

Standard Form

The equation of a circle with centre (a,b)(a, b)(a,b) and radius rrr:

(x−a)2+(y−b)2=r2(x - a)^2 + (y - b)^2 = r^2(x−a)2+(y−b)2=r2

Every point on the circle is exactly rrr units from the centre, so this equation comes directly from the distance formula.

Exam Tip

The signs inside the brackets are subtracted. (x−3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25(x−3)2+(y+2)2=25 has centre (3,−2)(3, -2)(3,−2), not (−3,2)(-3, 2)(−3,2). Read the sign that makes each bracket zero.

General Form

Expanding the standard form gives:

x2+y2+2fx+2gy+c=0x^2 + y^2 + 2fx + 2gy + c = 0x2+y2+2fx+2gy+c=0

In this form the centre is (−f,−g)(-f, -g)(−f,−g) and the radius is f2+g2−c\sqrt{f^2 + g^2 - c}f2+g2−c​, but you do not need to memorise these formulas. It is safer and more reliable to complete the square for both xxx and yyy, which converts general form back to standard form directly.

Example

Find the centre and radius of x2+y2−6x+4y−3=0x^2 + y^2 - 6x + 4y - 3 = 0x2+y2−6x+4y−3=0.

Complete the square:

(x2−6x+9)+(y2+4y+4)=3+9+4(x^2 - 6x + 9) + (y^2 + 4y + 4) = 3 + 9 + 4(x2−6x+9)+(y2+4y+4)=3+9+4

(x−3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16(x−3)2+(y+2)2=16

Centre: (3,−2)(3, -2)(3,−2). Radius: 444.

Remember

When completing the square to find a circle's radius, the right-hand side must be strictly positive. If it is zero, the "circle" is a single point. If it is negative, no real circle exists.

Tangents and Normals to Circles

A tangent to a circle at a point PPP is perpendicular to the radius at PPP.

Method for finding the tangent at PPP:

  1. Find the gradient of the radius from the centre to PPP.
  2. The tangent gradient is the negative reciprocal.
  3. Write the tangent equation using point-slope form with point PPP.
Example

Find the equation of the tangent to the circle (x−1)2+(y+2)2=25(x-1)^2 + (y+2)^2 = 25(x−1)2+(y+2)2=25 at the point (4,2)(4, 2)(4,2).

Centre: (1,−2)(1, -2)(1,−2). Gradient of radius to (4,2)(4, 2)(4,2): 2−(−2)4−1=43\frac{2-(-2)}{4-1} = \frac{4}{3}4−12−(−2)​=34​.

Tangent gradient: −34-\frac{3}{4}−43​.

y−2=−34(x−4)⇒y=−34x+5y - 2 = -\frac{3}{4}(x - 4) \Rightarrow y = -\frac{3}{4}x + 5y−2=−43​(x−4)⇒y=−43​x+5

The normal at PPP passes through the centre. Its equation uses the radius gradient (not the perpendicular gradient).

Intersection of a Line and a Circle

Substitute the line's equation into the circle's equation to get a quadratic in one variable. The discriminant of that quadratic tells you about the intersection:

  • Δ>0\Delta > 0Δ>0: two intersection points (line is a secant).
  • Δ=0\Delta = 0Δ=0: one intersection point (line is a tangent).
  • Δ<0\Delta < 0Δ<0: no intersection.
Example

Find where the line y=x+1y = x + 1y=x+1 meets the circle x2+y2=13x^2 + y^2 = 13x2+y2=13.

Substitute y=x+1y = x + 1y=x+1:

x2+(x+1)2=13⇒2x2+2x−12=0⇒x2+x−6=0⇒(x+3)(x−2)=0x^2 + (x+1)^2 = 13 \Rightarrow 2x^2 + 2x - 12 = 0 \Rightarrow x^2 + x - 6 = 0 \Rightarrow (x+3)(x-2) = 0x2+(x+1)2=13⇒2x2+2x−12=0⇒x2+x−6=0⇒(x+3)(x−2)=0

x=−3,y=−2x = -3, y = -2x=−3,y=−2 and x=2,y=3x = 2, y = 3x=2,y=3.

Collinearity

Three points AAA, BBB, CCC are collinear if the gradient of ABABAB equals the gradient of BCBCBC (or equivalently, the gradient of ACACAC). Alternatively, show that AB→\overrightarrow{AB}AB is a scalar multiple of AC→\overrightarrow{AC}AC.

Previous in syllabus order
Sequences and Series
Next in syllabus order
Vectors