Coordinate geometry provides a bridge between algebraic equations and geometric figures, enabling
the use of algebraic methods to solve geometric problems and vice versa.
In the Cartesian plane, every point P is uniquely identified by an ordered pair (x,y), where
x is the horizontal coordinate (abscissa) and y is the vertical coordinate (ordinate). The axes
divide the plane into four quadrants, numbered counterclockwise from the positive x-axis.
The distance between two points P1(x1,y1) and P2(x2,y2) is derived from the
Pythagorean identity applied to the right triangle formed
by the horizontal and vertical differences:
d=(x2−x1)2+(y2−y1)2Examples
Distance between A(3,4) and B(7,1): d=(7−3)2+(1−4)2=16+9=5
Distance between O(0,0) and P(5,12): d=52+122=13
Verify that the points A(0,0), B(3,4), C(6,8) are collinear: AB=5, BC=5, AC=10. Since AB+BC=AC, the points are collinear.
Two non-vertical lines with gradients m1 and m2 are perpendicular if and only if the product
of their gradients equals −1:
m1⋅m2=−1
In the general form, two lines are perpendicular if and only if:
A1A2+B1B2=0Examples
Find the equation of the line through (1,−2) parallel to 2x−3y+5=0: The gradient of the given line is m=32. The parallel line is y+2=32(x−1), i.e., 2x−3y−8=0.
Find the equation of the line through (3,1) perpendicular to 4x+y−7=0: The gradient of the given line is m1=−4, so m2=41. The perpendicular line is y−1=41(x−3), i.e., x−4y+1=0.
Determine whether 3x+2y−1=0 and 6x+4y+5=0 are parallel: Since 63=42=21=5−1, the lines are parallel but not coincident.
The point of intersection of two non-parallel lines A1x+B1y+C1=0 and
A2x+B2y+C2=0 is found by solving the system simultaneously. The coordinates (x,y) of
the intersection satisfy both equations.
Examples
Find the intersection of x+y=5 and 2x−y=1: Adding gives 3x=6, so x=2, y=3. The intersection is (2,3).
where the centre is (−2D,−2E) and the radius is:
r=(2D)2+(2E)2−F
For a real circle to exist, we require
(2D)2+(2E)2−F>0.
Examples
Find the centre and radius of x2+y2−6x+4y−12=0: Completing squares, (x−3)2+(y+2)2=25. Centre (3,−2), radius 5.
Find the equation of the circle with centre (−1,4) and radius 3: (x+1)2+(y−4)2=9.
Find the equation of the circle with diameter endpoints A(2,3) and B(8,7): Centre is M(5,5), radius is 21(8−2)2+(7−3)2=2152=13. Equation: (x−5)2+(y−5)2=13.
To find the points of intersection of the line y=mx+c and the circle
(x−a)2+(y−b)2=r2, substitute the line equation into the circle equation to obtain a
quadratic in x (or y). The discriminant Δ=b2−4ac determines the nature of
intersection:
A tangent to a circle at a point P(x1,y1) on the circle (x−a)2+(y−b)2=r2 is
perpendicular to the radius at P. The gradient of the radius CP (where C is the centre) is:
mradius=x1−ay1−b
Therefore the gradient of the tangent is:
mtangent=−y1−bx1−a(y1=b)
The equation of the tangent at P(x1,y1) on the circle x2+y2+Dx+Ey+F=0 can be
obtained by replacing:
x2→xx1,y2→yy1,x→2x+x1,y→2y+y1
This gives:
xx1+yy1+2D(x+x1)+2E(y+y1)+F=0Examples
Find the equation of the tangent to x2+y2=25 at P(3,4): The radius gradient is 34, so the tangent gradient is −43. Equation: y−4=−43(x−3), i.e., 3x+4y−25=0. Alternatively, using the formula: 3x+4y=25.
Determine whether the line 3x−4y+10=0 is tangent to (x−1)2+(y+2)2=9: Substitute y=43x+10 into the circle. The resulting quadratic has discriminant Δ=0, confirming tangency.
For an arc subtending an angle θ (in radians) at the centre of a circle of radius r:
ArclengthAreaofsector=l=rθ=A=21r2θ
When the angle is given in degrees (θ∘), first convert to radians:
θ=θ∘×180π.
The area of a segment (the region between a chord and the corresponding arc) is:
Areaofsegment=21r2(θ−sinθ)Examples
Find the area and perimeter of a sector of radius 7cm with angle 120∘: θ=32π rad. Area =21(49)(32π)=349π≈51.3cm2. Arc length =7×32π=314π≈14.7cm. Perimeter =14+314π≈28.7cm.
A chord of length 8cm subtends an angle of 90∘ at the centre. Find the area of the minor segment: r=28=42cm, θ=2π. Area =21(32)(2π−1)=16(2π−1)=8π−16≈9.13cm2.
In three-dimensional space, each point is identified by an ordered triple (x,y,z). The three
coordinate axes --- x-axis, y-axis, and z-axis --- are mutually perpendicular and intersect at
the origin O(0,0,0). The three planes xy-plane, yz-plane, and zx-plane divide the space
into eight octants.
The distance between two points P1(x1,y1,z1) and P2(x2,y2,z2) in 3D space is:
d=(x2−x1)2+(y2−y1)2+(z2−z1)2
The midpoint of the segment P1P2 is:
M=(2x1+x2,2y1+y2,2z1+z2)Examples
Distance between A(1,2,3) and B(4,6,−3): d=32+42+(−6)2=9+16+36=61
Show that A(0,0,0), B(1,0,0), C(0,1,0), D(0,0,1) form a trirectangular tetrahedron: AB=AC=AD=1 (edges from the origin) and BC=BD=CD=2 (edges of the base triangle BCD). It is not a regular tetrahedron — a regular tetrahedron would require all six edges to be equal. For a regular tetrahedron, use vertices such as (1,1,1), (1,−1,−1), (−1,1,−1), (−1,−1,1).
The angle ϕ between a line with direction vector ′{′d′}′=(l,m,n) and a plane with
normal ′{′n′}′=(A,B,C) is defined as the complement of the angle between ′{′d′}′ and
′{′n′}′:
The perpendicular distance from point P(x0,y0,z0) to the plane Ax+By+Cz+D=0 is:
d=A2+B2+C2∣Ax0+By0+Cz0+D∣Examples
Find the distance from P(1,2,−1) to the plane 2x−y+2z+3=0: d=4+1+4∣2(1)−1(2)+2(−1)+3∣=3∣2−2−2+3∣=31.
Find the angle between the planes x+y+z=1 and 2x−y+z=0: cosθ=36∣1⋅2+1⋅(−1)+1⋅1∣=322=32. So θ=arccos(32)≈61.9∘.
Find the equation of the plane through (1,0,2), (0,1,−1), and (2,1,1): direction vectors AB=(−1,1,−3) and AC=(1,1,−1). Cross product: AB×AC=(2,−4,−2), so normal ′{′n′}′=(1,−2,−1). The plane is x−2y−z=−1.
Wrap-up Questions
Question: Find the equation of the perpendicular bisector of the line segment joining
A(3,−1) and B(7,5).
Answer
Midpoint: M=(23+7,2−1+5)=(5,2).
Gradient of AB: mAB=7−35−(−1)=23.
Gradient of perpendicular bisector: m=−32.
Equation: y−2=−32(x−5), i.e., 2x+3y−16=0.
Question: Find the equation of the circle passing through the three points A(0,0),
B(4,0), and C(0,3).
Question: The line y=2x+k is tangent to the circle x2+y2−4x−2y+1=0. Find
the value(s) of k.
Answer
Substitute y=2x+k into (x−2)2+(y−1)2=4:
(x−2)2+(2x+k−1)2=4.
Expanding: x2−4x+4+4x2+4(k−1)x+(k−1)2=4.
5x2+(4k−8)x+(k2−2k+1)=0.
For tangency, Δ=0: (4k−8)2−4(5)(k2−2k+1)=0.
16k2−64k+64−20k2+40k−20=0.
−4k2−24k+44=0⟹k2+6k−11=0.
k=2−6±36+44=−3±14.
Question: A sector of a circle of radius 12cm has an arc length of
16πcm. Find the area of the sector and the area of the corresponding segment if the
chord length is 20cm.
Answer
Arc length l=rθ: 16π=12θ⟹θ=34π rad.
Area of sector:
A=21r2θ=21(144)(34π)=96πcm2.
Area of triangle formed by the radii and chord: Using the chord length c=20, the triangle has
sides 12, 12, 20. Semi-perimeter s=22. By Heron's formula: Area
=22×10×10×2=4400=2011cm2.
Alternatively, the perpendicular from centre to chord: h=122−102=211.
Triangle area =21×20×211=2011.
Area of segment =96π−2011≈247.3cm2.
Question: Find the angle between the line joining A(1,2,3) and B(4,5,6) and the plane
x+y+z=1.
Answer
Direction vector of the line: ′{′d′}′=(4−1,5−2,6−3)=(3,3,3), simplified to
(1,1,1).
Normal of the plane: ′{′n′}′=(1,1,1).
The angle α between ′{′d′}′ and ′{′n′}′:
cosα=33∣1+1+1∣=33=1, so α=0∘.
The angle ϕ between the line and the plane is the complement:
ϕ=90∘−0∘=90∘.
The line is parallel to the plane (perpendicular to the normal).
Question: Points A(1,2), B(4,6), and C(7,4) are vertices of a triangle. Find the
equation of the altitude from A to BC, the area of triangle ABC, and the length of the
altitude from A.
Answer
Gradient of BC: mBC=7−44−6=−32.
Gradient of altitude from A: m=23 (negative reciprocal).
Equation of altitude: y−2=23(x−1), i.e., 3x−2y+1=0.
Area of △ABC:
21∣1(6−4)+4(4−2)+7(2−6)∣=21∣2+8−28∣=21(18)=9 square
units.
Length of BC: (7−4)2+(4−6)2=9+4=13.
Altitude from A:
BC2×Area=1318=131813.
Question: Find the equation of the circle which touches the x-axis at (3,0) and passes
through (1,4).
Answer
Since the circle touches the x-axis at (3,0), the centre lies on the vertical line x=3,
so the centre is C(3,r) where r is the radius.
Question: The vertices of a triangle are A(2,1,−1), B(0,3,−4), and C(5,0,2). Find
(a) the length of each side, (b) the area of the triangle, and (c) the equation of the plane
containing the triangle.
Answer
(a) Side lengths:
AB=(0−2)2+(3−1)2+(−4+1)2=4+4+9=17
BC=(5−0)2+(0−3)2+(2+4)2=25+9+36=70
CA=(2−5)2+(1−0)2+(−1−2)2=9+1+9=19
(b) Using the cross product method: AB=(−2,2,−3),
AC=(3,−1,3).
(c) The normal vector is (3,−3,−4). Using point A(2,1,−1): 3(x−2)−3(y−1)−4(z+1)=0,
i.e., 3x−3y−4z−8=0.
Question: Two circles C1:x2+y2−4x+2y−4=0 and
C2:x2+y2+2x−6y+6=0 intersect at points A and B. Find the equation of the common
chord AB and the coordinates of A and B.
Answer
Common chord: Subtract the two equations: (−4x+2y−4)−(2x−6y+6)=0.
−6x+8y−10=0, i.e., 3x−4y+5=0.
From C1: (x−2)2+(y+1)2=9. Substitute y=43x+5:
(x−2)2+(43x+5+1)2=9.
(x−2)2+(43x+9)2=9.
Multiply by 16: 16(x−2)2+(3x+9)2=144.
16(x2−4x+4)+9x2+54x+81=144.
25x2−10x+145=144.
25x2−10x+1=0.
Discriminant =100−100=0, so the circles are tangent (touch at exactly one point).
x=5010=51, y=43(1/5)+5=2028=57.
The circles touch at (51,57).
Question: A rectangle ABCD has vertices A(1,1), B(5,1), and C(5,4). Find the
coordinates of D and the area of the rectangle.
Answer
AB is horizontal: AB=5−1=4. BC is vertical: BC=4−1=3.
Verify: AB2+BC2=16+9=25=AC2, so ∠ABC=90∘. ✓
The diagonal is AC with midpoint M=(21+5,21+4)=(3,2.5).
D is such that M is also the midpoint of CD:
D=(2Mx−Cx,2My−Cy)=(6−5,5−4)=(1,4).
Area =AB×BC=4×3=12 square units.
Question: A solid metal cone has base radius 6cm and slant height
10cm. A sector is cut from a circular sheet of metal to form the curved surface. Find
(a) the angle of the sector, (b) the radius of the circular sheet, and (c) the area of the sector.
Answer
(a) The arc length of the sector equals the circumference of the base: l=2π(6)=12π.
The sector radius equals the slant height: r=10cm.
l=rθ⟹12π=10θ⟹θ=56π rad =216∘.
(b) The radius of the circular sheet is the slant height: 10cm.
(c) Area of sector:
A=21r2θ=21(100)(56π)=60πcm2.
Question: Prove that the points A(−2,0), B(0,4), C(6,2), and D(4,−2) are the
vertices of a rectangle. Find the equation of the circle passing through all four vertices.
Answer
Midpoint of AC=(2−2+6,20+2)=(2,1).
Midpoint of BD=(20+4,24+(−2))=(2,1).
Since the diagonals bisect each other, ABCD is a parallelogram.
AB=4+16=25, BC=36+4=210,
AC=64+4=217.
AB2+BC2=20+40=60=AC2. The parallelogram has a right angle, so ABCD is a
rectangle.
The circle through all four vertices (circumcircle) has centre at the intersection of the
diagonals (2,1) and radius =21AC=17.
Diagnostic Test
Ready to test your understanding of Geometries? The diagnostic test contains the hardest questions within the DSE specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Geometries with other DSE mathematics topics to test synthesis under exam conditions.
See Diagnostic Guide for instructions on self-marking and building a personal test matrix.
DSE Practice 6. A pyramid has a rectangular base ABCD with AB=8, BC=6. The vertex V is directly above the centre of the base, and VA=10. Find the angle between the face VAB and the base ABCD.
Solution
The centre of the rectangle is O=(4,3,0) (taking A at the origin).
VA=10, OA=42+32=5.
VO=VA2−OA2=100−25=75=53.
Height of the pyramid: h=53.
The midpoint of AB is M=(4,0,0).
VM=VO2+OM2=75+9=84=221.
The angle between face VAB and the base is the angle between VM and OM:
cosϕ=VMOM=2213=1421
ϕ=arccos(1421)≈69.2∘
DSE Practice 7. The line 3x+4y−25=0 intersects the circle x2+y2=25 at A and B. Find the area of the minor segment cut off by the chord AB.
Solution
Distance from the centre (0,0) to the line:
d=5∣25∣=5
Since d=r=5, the line is tangent to the circle (not a chord). There is no minor segment -- the line touches the circle at exactly one point.
The point of contact: the foot of the perpendicular from (0,0) to 3x+4y=25.
3x+4y=25 and y=43x (the perpendicular from the origin).
3x+4⋅43x=25⟹6x=25⟹x=625, y=825.
Point of tangency: (625,825).
Since the line is tangent (not a secant), the area of the minor segment is 0.