TMUA topic revision

Paper 1 · 14 min read

Coordinate Geometry

Coordinate geometry in the TMUA mixes algebraic line and circle work with geometric facts. Strong solutions keep both views available.

All Topic Revision

Equation of a Straight Line

A straight line is determined by a constant rate of change. On coordinate axes, this rate is the gradient.

For two distinct points A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2) with x1x2x_1\ne x_2, the gradient is

m=y2y1x2x1.m=\frac{y_2-y_1}{x_2-x_1}.

The subtraction order must be consistent: if the numerator is y2y1y_2-y_1, the denominator must be x2x1x_2-x_1. A positive gradient means the line rises from left to right; a negative gradient means it falls. A horizontal line has gradient 00. A vertical line has undefined gradient and must be handled separately.

Coordinate line through A x1 y1 and B x2 y2 with a right triangle showing rise y2 minus y1 over run x2 minus x1. Insets show a horizontal line with gradient zero and a vertical line with undefined gradient.

The familiar form

y=mx+cy=mx+c

shows the gradient mm and the yy-intercept cc directly. It is useful, but it cannot represent a vertical line.

Point-gradient form

Suppose a line has gradient mm and passes through (x1,y1)(x_1,y_1). For any other point (x,y)(x,y) on the line, the gradient between the two points must still be mm:

yy1xx1=m.\frac{y-y_1}{x-x_1}=m.

Rearranging gives

yy1=m(xx1).y-y_1=m(x-x_1).

This is normally the fastest form when one point and the gradient are known. There is no need to calculate the intercept unless the problem requires it.

General form

Every straight line can be written as

ax+by+c=0,ax+by+c=0,

where aa and bb are not both zero.

If b0b\ne0, rearranging gives

y=abxcb,y=-\frac{a}{b}x-\frac{c}{b},

so the gradient is ab-\frac{a}{b}. If b=0b=0, the equation is vertical. If a=0a=0, it is horizontal.

Multiplying every coefficient by the same non-zero constant does not create a new line. For example,

2x3y+4=02x-3y+4=0

and

4x6y+8=04x-6y+8=0

describe the same line.

A common trap is to confuse the cc in y=mx+cy=mx+c with the cc in ax+by+c=0ax+by+c=0. In the general form, cc is not automatically the yy-intercept.

Parallel and perpendicular lines

Two non-vertical lines are parallel precisely when their gradients are equal:

m1=m2.m_1=m_2.

They are perpendicular precisely when

m1m2=1.m_1m_2=-1.

Thus a line of gradient m0m\ne0 has perpendicular gradient 1m-\frac1m. A vertical line and a horizontal line are perpendicular, even though the vertical line has no gradient.

For lines

a1x+b1y+c1=0a_1x+b_1y+c_1=0

and

a2x+b2y+c2=0,a_2x+b_2y+c_2=0,

the coefficient conditions are often quicker:

a1b2=a2b1a_1b_2=a_2b_1

means the lines are parallel or coincident, while

a1a2+b1b2=0a_1a_2+b_1b_2=0

means they are perpendicular.

If all three coefficients are proportional, the equations represent the same line rather than two distinct parallel lines.

The left coordinate panel shows two parallel lines with identical rise-over-run triangles and gradient m. The right shows non-vertical perpendicular lines with gradients m and negative one over m, plus a horizontal and vertical perpendicular pair.

Finding the equation from given information

A line is uniquely determined by either:

  • one point and its gradient; or
  • two distinct points.

When one point and the gradient are known, substitute directly into point-gradient form.

When two points are known:

  1. calculate the gradient;
  2. substitute either point into point-gradient form;
  3. rearrange only if another form is useful.

Special cases must be recognised before dividing:

  • if the two points have the same xx-coordinate, the line is vertical;
  • if they have the same yy-coordinate, the line is horizontal.

Worked example: a line through two points

The line through (2,1)(2,-1) and (6,7)(6,7) has gradient

m=7(1)62=2.m=\frac{7-(-1)}{6-2}=2.

Using (2,1)(2,-1),

y+1=2(x2).y+1=2(x-2).

Hence

y=2x5,y=2x-5,

or equivalently,

2xy5=0.2x-y-5=0.

Worked example: a perpendicular line

Consider the line

3x4y+8=0.3x-4y+8=0.

Its gradient is 34\frac34. A perpendicular line therefore has gradient 43-\frac43. The perpendicular line through (1,2)(1,2) is

y2=43(x1),y-2=-\frac43(x-1),

which rearranges to

4x+3y10=0.4x+3y-10=0.

Intersections

The intersection of two lines is the coordinate pair satisfying both equations, so solve the equations simultaneously. Before doing extensive algebra, make a quick sketch: intercepts, symmetry or similar triangles may reveal a shorter route.

TMUA efficiency and common traps

  • Use point-gradient form immediately when a point and gradient are given.
  • Treat vertical and horizontal lines as special cases rather than forcing them into y=mx+cy=mx+c.
  • Keep coordinate subtraction in the same order when finding a gradient.
  • For a perpendicular gradient, change the sign and take the reciprocal.
  • Sketch before calculating every intersection. A ratio or area may be obtainable from similar triangles without finding all coordinates.
  • Substitute a known point into the final equation as a quick check.

Coordinate Geometry of the Circle

A circle is the set of all points at a fixed distance from a centre. If the centre is (a,b)(a,b) and the radius is rr, a point (x,y)(x,y) lies on the circle exactly when its distance from the centre is rr.

By Pythagoras’ theorem,

(xa)2+(yb)2=r2.(x-a)^2+(y-b)^2=r^2.

This is the centre-radius form of a circle.

The signs inside the brackets are opposite to the coordinates of the centre. For example,

(x3)2+(y+2)2=25(x-3)^2+(y+2)^2=25

has centre (3,2)(3,-2) and radius 55, not centre (3,2)(-3,2) and not radius 2525.

For a circle centred at the origin, the equation becomes

x2+y2=r2.x^2+y^2=r^2.

The corresponding inequalities have a geometric meaning:

(xa)2+(yb)2<r2(x-a)^2+(y-b)^2<r^2

describes the interior, while

(xa)2+(yb)2>r2(x-a)^2+(y-b)^2>r^2

describes the exterior.

A coordinate circle has centre C at a comma b and point P at x comma y on its circumference. Radius CP is labelled r, with perpendicular horizontal and vertical components x minus a and y minus b; interior and exterior regions are identified.

Expanded form and completing the square

The specification also uses

x2+y2+cx+dy+e=0.x^2+y^2+cx+dy+e=0.

Complete the square separately in xx and yy:

x2+cx=(x+c2)2c24,x^2+cx=\left(x+\frac c2\right)^2-\frac{c^2}{4},

y2+dy=(y+d2)2d24.y^2+dy=\left(y+\frac d2\right)^2-\frac{d^2}{4}.

Therefore,

(x+c2)2+(y+d2)2=c2+d24e.\left(x+\frac c2\right)^2+\left(y+\frac d2\right)^2 = \frac{c^2+d^2}{4}-e.

So the centre is

(c2,d2),\left(-\frac c2,-\frac d2\right),

and

r2=c2+d24e.r^2=\frac{c^2+d^2}{4}-e.

This final value must be interpreted carefully:

  • if r2>0r^2>0, there is a real circle;
  • if r2=0r^2=0, the equation represents a single point;
  • if r2<0r^2<0, there are no real points satisfying the equation.

Worked example: identifying a circle

Rewrite

x2+y26x+4y3=0.x^2+y^2-6x+4y-3=0.

Completing the square gives

(x3)29+(y+2)243=0,(x-3)^2-9+(y+2)^2-4-3=0,

so

(x3)2+(y+2)2=16.(x-3)^2+(y+2)^2=16.

The centre is (3,2)(3,-2) and the radius is 44.

A useful recognition check is that, after any overall scaling, a circle equation has equal coefficients of x2x^2 and y2y^2 and no xyxy term.

Forming a circle equation

If the centre and radius are known, substitute them directly into centre-radius form.

If the endpoints of a diameter are known, first find the midpoint for the centre. If the diameter endpoints are A(x1,y1)A(x_1,y_1) and B(x2,y2)B(x_2,y_2), then

C=(x1+x22,y1+y22),C=\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right),

and the radius is half the distance ABAB:

r=12(x2x1)2+(y2y1)2.r=\frac12\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}.

Worked example: a circle from a diameter

A diameter has endpoints (1,2)(-1,2) and (5,6)(5,6). Its midpoint is

(1+52,2+62)=(2,4).\left(\frac{-1+5}{2},\frac{2+6}{2}\right)=(2,4).

The diameter length is

(5(1))2+(62)2=52=213,\sqrt{(5-(-1))^2+(6-2)^2} = \sqrt{52} = 2\sqrt{13},

so the radius is 13\sqrt{13}. The equation is

(x2)2+(y4)2=13.(x-2)^2+(y-4)^2=13.

If an equation contains unknown coefficients and several points on the circle are given, substitute each point into

x2+y2+cx+dy+e=0x^2+y^2+cx+dy+e=0

to obtain simultaneous linear equations for cc, dd and ee.

A circle has diameter from A at x one comma y one to B at x two comma y two. Their midpoint C is the centre, AC and CB are each labelled r, and the coordinate midpoint formula is displayed.

Intersections of a line and a circle

A point where a line meets a circle must satisfy both equations. Substitute the linear equation into the circle equation. The result is a quadratic:

  • positive discriminant: two intersection points, so the line is a secant;
  • zero discriminant: one repeated intersection point, so the line is tangent;
  • negative discriminant: no real intersection.

For example, the line y=3y=3 and the circle

x2+y2=25x^2+y^2=25

give

x2+9=25,x^2+9=25,

so x=±4x=\pm4. The intersections are (4,3)(4,3) and (4,3)(-4,3).

By contrast, y=5y=5 gives

x2+25=25,x^2+25=25,

so x=0x=0 is repeated: the line touches the circle at (0,5)(0,5).

One circle is crossed by a green secant at two labelled points for positive discriminant, touched by a purple tangent at one point for zero discriminant, and missed by a red exterior line for negative discriminant.

TMUA efficiency and common traps

  • Complete the square early to expose the centre and radius.
  • Read the centre using the opposite signs inside the brackets.
  • The radius is the square root of the right-hand side.
  • Keep exact values such as 13\sqrt{13} rather than using decimals.
  • When a line and circle are involved, decide whether geometry or substitution is shorter.
  • A repeated quadratic root signals tangency.
  • Check that the proposed point satisfies both equations.

Circle Properties

Circle properties connect angles, chords, radii and tangents. In TMUA problems, the quickest route is often to add one helpful line, mark equal radii and then angle-chase.

1. A perpendicular from the centre to a chord bisects the chord

Let ABAB be a chord of a circle with centre OO, and let OMOM be perpendicular to ABAB. The right-angled triangles OMAOMA and OMBOMB have equal hypotenuses because OA=OBOA=OB, and they share the side OMOM. They are congruent, so

AM=MB.AM=MB.

The converse is also useful: the line from the centre to the midpoint of a chord is perpendicular to the chord.

If the radius is rr and the perpendicular distance from the centre to the chord is dd, then Pythagoras gives

AM=r2d2,AM=\sqrt{r^2-d^2},

so the chord length is

AB=2r2d2.AB=2\sqrt{r^2-d^2}.

Circle centre O joins chord endpoints A and B with equal radii r. Perpendicular OM of length d meets the chord at M with a right-angle mark, and equal halves AM and MB are labelled.

2. A tangent is perpendicular to the radius at the point of contact

Let a tangent touch the circle at TT. The radius OTOT is perpendicular to the tangent.

One way to understand this is to suppose the perpendicular from OO to the tangent met it at a different point MM. Then OM<OT=rOM<OT=r, so MM would lie inside the circle. A line passing through an interior point must cut the circle twice, contradicting the fact that the line is tangent. Hence the perpendicular meets the tangent at TT.

This property turns tangent problems into straight-line problems: find the gradient of the radius, then use the perpendicular gradient for the tangent.

Worked example: equation of a tangent

The circle

(x1)2+(y+2)2=25(x-1)^2+(y+2)^2=25

has centre C(1,2)C(1,-2). The point P(4,2)P(4,2) lies on the circle. The gradient of CPCP is

2(2)41=43.\frac{2-(-2)}{4-1}=\frac43.

Therefore, the tangent at PP has gradient 34-\frac34:

y2=34(x4).y-2=-\frac34(x-4).

Hence its equation is

3x+4y20=0.3x+4y-20=0.

A circle has centre O, radius OT, and a vertical tangent touching only at T, with a right angle marked between radius and tangent. A nearby green secant crosses at two labelled points for contrast.

3. The angle at the centre is twice the angle at the circumference

Let AA and BB be endpoints of an arc and let CC be a point on the remaining circumference. Then the angle subtended by the same arc at the centre is twice the angle subtended at the circumference:

AOB=2ACB.\angle AOB=2\angle ACB.

The result follows by joining OO to AA, BB and CC. The radii create isosceles triangles, so their base angles can be expressed in terms of the angles at CC. The angles around OO then produce the factor of 22.

The phrase same arc matters. If CC lies on the minor arc ABAB, the corresponding angle at the centre is the reflex angle AOBAOB, not the smaller one.

In the main circle, C lies on major arc AB; chords AC and BC form angle theta while radii OA and OB form central angle two theta. An inset with C on the minor arc highlights that the reflex central angle must then be used.

4. The angle in a semicircle is a right angle

If ABAB is a diameter and CC is any other point on the circle, then

ACB=90.\angle ACB=90^\circ.

The diameter subtends an angle of 180180^\circ at the centre, so the angle at the circumference is half of this.

The converse is useful: if ACB=90\angle ACB=90^\circ, then ABAB is a diameter of the circumcircle of triangle ABCABC.

A circle has horizontal diameter AB through centre O and point C on the circumference. Triangle ACB is drawn and its angle at C is marked as ninety degrees.

5. Angles in the same segment are equal

If points CC and DD lie in the same segment determined by chord ABAB, then

ACB=ADB.\angle ACB=\angle ADB.

Both angles stand on the same chord ABAB and are each half the same angle at the centre.

A common mistake is to compare points on opposite sides of the chord. In that case the two angles are supplementary rather than equal.

Chord AB and points C and D on the same side form angles ACB and ADB, both marked alpha. A dashed lower arc identifies the opposite segment, where the corresponding angle would be supplementary instead.

6. Opposite angles in a cyclic quadrilateral sum to 180180^\circ

A cyclic quadrilateral has all four vertices on one circle. If AA, BB, CC and DD occur in order around the circle, then

ABC+ADC=180,\angle ABC+\angle ADC=180^\circ,

and

BAD+BCD=180.\angle BAD+\angle BCD=180^\circ.

Each opposite angle is half the central angle standing on its corresponding arc, and the two arcs together make 360360^\circ.

The converse is frequently useful: if a pair of opposite angles in a quadrilateral sums to 180180^\circ, the quadrilateral is cyclic.

Quadrilateral ABCD is inscribed in a circle with vertices in order. Opposite angles A and C are labelled alpha and one hundred eighty degrees minus alpha; B and D are labelled beta and one hundred eighty degrees minus beta.

7. The alternate segment theorem

The angle between a tangent and a chord at the point of contact equals the angle subtended by that chord in the opposite segment.

Suppose a tangent touches the circle at AA, and ABAB is a chord. For a point CC on the opposite arc,

angle between the tangent and AB=ACB.\text{angle between the tangent and }AB=\angle ACB.

To see why, let AOB=θ\angle AOB=\theta. Triangle AOBAOB is isosceles, so

OAB=180θ2=90θ2.\angle OAB=\frac{180^\circ-\theta}{2} =90^\circ-\frac{\theta}{2}.

The tangent is perpendicular to OAOA, so the tangent-chord angle is

90OAB=θ2.90^\circ-\angle OAB=\frac{\theta}{2}.

But ACB=θ2\angle ACB=\frac{\theta}{2} by the angle-at-the-centre theorem.

Choose the tangent-chord angle on the side opposite CC. Using the wrong adjacent angle gives its supplement.

A circle has tangent at A, chord AB, point C on the opposite arc, and triangle ABC. Radii OA and OB form central angle theta; the tangent-chord angle at A and angle ACB carry matching star symbols and each equals theta over two.

Worked example: combining properties

Let ABAB be a diameter and let CC lie on the circle with

CAB=28.\angle CAB=28^\circ.

Because the angle in a semicircle is a right angle,

ACB=90.\angle ACB=90^\circ.

The angles in triangle ABCABC therefore give

ABC=1809028=62.\angle ABC=180^\circ-90^\circ-28^\circ=62^\circ.

A tangent at AA makes an angle of 6262^\circ with chord ACAC, by the alternate segment theorem.

Efficient circle-theorem strategy

  • Mark every radius as equal; this often creates isosceles triangles.
  • Add a radius to a point of tangency.
  • Add a diameter when a right angle would help.
  • Identify the chord or arc on which each angle stands.
  • Use the converse of the semicircle and cyclic-quadrilateral results when you need to prove points are concyclic.
  • Do not trust the apparent size of an angle in a diagram.
  • Angle-chase only after marking all immediate equal angles, right angles and supplementary pairs.

Turn this into exam pace

Create a free account for topic practice across the syllabus, or try an open sample question with a full worked solution.