Two lines A1x+B1y+C1=0 and A2x+B2y+C2=0 intersect at a unique point if they Are not parallel. Solve the system of equations simultaneously.
Worked Example 4
Find the intersection of 3x−y+2=0 and x+2y−7=0.
From the first: y=3x+2. Substituting: x+2(3x+2)−7=0⟹x+6x+4−7=0⟹7x=3.
x=3/7,y=3(3/7)+2=9/7+14/7=23/7
Intersection: (73,723).
Equations of Circles
Standard Form
A circle with centre (a,b) and radius r:
(x−a)2+(y−b)2=r2
General Form
Expanding: x2+y2−2ax−2by+(a2+b2−r2)=0
x2+y2+Dx+Ey+F=0
Centre: (−2D,−2E)Radius: r=4D2+4E2−F
Worked Example 5
Find the centre and radius of x2+y2−6x+4y−12=0.
Completing the square:
x2−6x+y2+4y=12
(x−3)2−9+(y+2)2−4=12
(x−3)2+(y+2)2=25
Centre: (3,−2)Radius: r=5.
Circle-Line Intersection
Tangent to a Circle at a Point
The tangent to (x−a)2+(y−b)2=r2 at a point (x1,y1) on the circle:
(x1−a)(x−a)+(y1−b)(y−b)=r2
Equivalently, the tangent is perpendicular to the radius at the point of contact.
Finding Intersection Points
Substitute the linear equation into the circle equation to obtain a quadratic in one variable. Use The discriminant to determine the nature of the intersection:
Δ
Intersection
Δ>0
Two distinct points (secant)
Δ=0
One point (tangent)
Δ<0
No intersection
Worked Example 6
Find the equation of the tangent to x2+y2=25 at the point (3,4).
Using the tangent formula: x1x+y1y=r2:
3x+4y=25
Alternatively, the radius has slope 4/3So the tangent has slope −3/4:
Δ=4+8=12>0. This is not a tangent — there are two intersection points. Let me Re-check. Actually Δ=4−4(2)(−1)=4+8=12=0So the line is not a tangent to this Circle. Let me try the circle x2+y2=1 instead:
x2+(x+1)2=1⟹2x2+2x=0⟹2x(x+1)=0. Δ=4−0=4>0. Still Not tangent.
For x2+y2=1/2: x2+(x+1)2=1/2⟹2x2+2x+1/2=0⟹Δ=4−4=0. Tangent. Point of Contact: x=−1/2, y=1/2. Point: (−1/2,1/2).
Question: Find the distance between the parallel lines 3x+4y−5=0 and 3x+4y+11=0.
Question: The points A(−1,3), B(2,k)And C(5,−1) are collinear. Find k.
For collinearity, the slope of AB equals the slope of BC:
2−(−1)k−3=5−2−1−k⟹3k−3=3−1−k
k−3=−1−k⟹2k=2⟹k=1
Question: Find the area of the quadrilateral with vertices (0, 0)$$(4, 0)$$(5, 3)And (1,4).
Using the shoelace formula with vertices in order:
Area=21∣(0⋅0−4⋅0)+(4⋅3−5⋅0)+(5⋅4−1⋅3)+(1⋅0−0⋅4)∣
=21∣0+12+17+0∣=21(29)=14.5
Question: A circle has centre (2,−1) and passes through the point (5,3). Find its equation.
r=(5−2)2+(3−(−1))2=9+16=5.
Equation: (x−2)2+(y+1)2=25.
Question: Find the angle between the lines y=2x+1 and y=−3x+4.
tanθ=1+m1m2m2−m1=1+(−6)−3−2=−5−5=1
θ=45∘.
Additional Worked Examples
Worked Example 8: Circle with centre on a given line
Find the equation of the circle whose centre lies on 2x−y+3=0 and which passes through A(1,2) and B(5,6).
Solution
Let the centre be C(h,k). Since C lies on 2x−y+3=0:
2h−k+3=0⟹k=2h+3(1)
Since CA=CB (both equal the radius):
(h−1)2+(k−2)2=(h−5)2+(k−6)2
Expanding and simplifying: h2−2h+1+k2−4k+4=h2−10h+25+k2−12k+36
−2h−4k+5=−10h−12k+61
8h+8k=56⟹h+k=7(2)
Substituting (1) into (2): h+2h+3=7⟹3h=4⟹h=34.
k=2⋅34+3=317.
r2=(34−1)2+(317−2)2=91+9121=9122
Equation: (x−34)2+(y−317)2=9122.
Worked Example 9: Tangents from an external point
Find the equations of the tangents from P(4,0) to the circle x2+y2=8.
Solution
A line through P(4,0) with slope m: y=m(x−4).
Substituting into x2+y2=8:
(1+m2)x2−8m2x+16m2−8=0
For tangency, Δ=0:
Δ=64m4−4(1+m2)(16m2−8)=0
Expanding the second factor: 16m2−8+16m4−8m2=16m4+8m2−8.
Δ=64m4−64m4−32m2+32=−32m2+32=0
m2=1⟹m=±1
Tangent 1: y=x−4I.e. x−y−4=0.
Tangent 2: y=−x+4I.e. x+y−4=0.
Verification: distance from (0,0) to x−y−4=0 is 24=22=8. Correct.
Worked Example 10: Triangle formed by three lines
Find the area of the triangle formed by ℓ1:x+y=6, ℓ2:x−y=2And ℓ3:2x+y=9.
Solution
Find the three vertices by pairwise intersection.
ℓ1∩ℓ2: Adding the equations gives 2x=8⟹x=4, y=2. Vertex A(4,2).
ℓ1∩ℓ3: Subtracting ℓ1 from ℓ3 gives x=3, y=3. Vertex B(3,3).
ℓ2∩ℓ3: Adding the equations gives 3x=11⟹x=311, y=35. Vertex C(311,35).
Using the area formula:
Area=214(3−35)+3(35−2)+311(2−3)
=214⋅34+3⋅(−31)+311⋅(−1)
=21316−3−11=21⋅32=31
Worked Example 11: Reflection of a point in a line
Find the reflection of P(1,5) in the line 3x−y+1=0.
Solution
Let the reflected point be P"(a,b). The midpoint M(21+a,25+b) lies on the line:
3(21+a)−25+b+1=0
3(1+a)−(5+b)+2=0⟹3a−b=0(1)
The slope of PP′ is perpendicular to the line (slope 3):
a−1b−5⋅3=−1⟹3b−15=−(a−1)⟹a+3b=16(2)
From (1): b=3a. Substituting into (2): a+9a=16⟹a=58.
b=3⋅58=524
Reflection: P′(58,524).
Worked Example 12: Circle through three points
Find the equation of the circle through P(0,1), Q(2,3)And R(4,1).
Solution
P(0,1) and R(4,1) share the same y-coordinate, so the centre lies on their perpendicular bisector x=2.
P(0,1) and Q(2,3) have midpoint (1,2) and segment slope 1. Their perpendicular bisector has slope −1 through (1,2): y−2=−(x−1)⟹y=−x+3.
Intersecting with x=2: y=1. Centre: (2,1).
r2=(2−0)2+(1−1)2=4
Equation: (x−2)2+(y−1)2=4Or x2+y2−4x−2y+1=0.
Verification: (4−2)2+(1−1)2=4=r2. Correct.
Additional Common Pitfalls
Sign error in the section formula. The point dividing AB in ratio m:n (from A towards B) has x-coordinate m+nnx1+mx2Not m+nmx1+nx2. The weight of A is nNot m.
Dropping the absolute value in point-to-line distance. The formula A2+B2∣Ax0+By0+C∣ always yields a non-negative result. Omitting the absolute value can produce a negative “distance”.
Failing to normalise parallel lines. Before using the distance-between-parallel-lines formula d=A2+B2∣C2−C1∣Ensure both equations have identical A and B coefficients. If one equation is a scalar multiple of the other, rescale first.
Assuming two circles always intersect. Two circles with centres O1, O2 and radii r1, r2 intersect at two points only when ∣r1−r2∣<d<r1+r2Where d is the distance between centres.
Undefined slope of vertical lines. The line x=a has no defined slope. Never assign a numerical value such as ∞ to it; state that the slope is undefined.
Stopping at the midpoint for perpendicular bisectors. The perpendicular bisector of AB requires both the midpoint and the perpendicular slope. A common mistake is to find the midpoint and stop.
Confusing the tangent formula for circles not at the origin. The shortcut x1x+y1y=r2 only applies when the circle is x2+y2=r2. For (x−a)2+(y−b)2=r2Use the general formula (x1−a)(x−a)+(y1−b)(y−b)=r2.
Arithmetic errors in the shoelace formula. Always list vertices in consistent order (clockwise or anticlockwise). Mixing the order gives the wrong area or its negative.
Exam-Style Problems
Problem 1. The points A(−2,3), B(4,7)And C(k,−1) form a triangle with area 30. Find the possible values of k.
Solution
21∣(−2)(7−(−1))+4((−1)−3)+k(3−7)∣=30
21∣−16−16−4k∣=30⟹∣−32−4k∣=60
Case 1: −32−4k=60⟹4k=−92⟹k=−23.
Case 2: −32−4k=−60⟹4k=28⟹k=7.
Answer: k=−23 or k=7.
Problem 2. The line y=43x+c is tangent to (x−1)2+(y−2)2=25. Find c.
Solution
Rewrite the line as 3x−4y+4c=0. The distance from the centre (1,2) to this line equals the radius 5:
9+16∣3(1)−4(2)+4c∣=5⟹5∣4c−5∣=5⟹∣4c−5∣=25
Case 1: 4c−5=25⟹c=7.5.
Case 2: 4c−5=−25⟹c=−5.
Answer: c=7.5 or c=−5.
Problem 3. Find the equation of the circle passing through A(2,3) and B(6,1) with its centre on the x-axis.
Solution
Let the centre be C(h,0). Then CA2=CB2:
(h−2)2+9=(h−6)2+1
h2−4h+13=h2−12h+37⟹8h=24⟹h=3
r2=(3−2)2+(0−3)2=1+9=10
Equation: (x−3)2+y2=10.
Problem 4. The line 3x+4y−12=0 cuts the coordinate axes at A and B. Find the equation of the circle with AB as diameter.
Solution
A: set y=0Giving x=4. So A(4,0).
B: set x=0Giving y=3. So B(0,3).
Centre (midpoint of AB): (24+0,20+3)=(2,1.5).
r=2AB=216+9=25
Equation: (x−2)2+(y−23)2=425.
Expanding: x2+y2−4x−3y=0.
Problem 5. Determine whether the triangle with vertices P(1,2), Q(5,5)And R(8,1) is right-angled.
Solution
Calculate the slopes of the three sides:
mPQ=5−15−2=43,mQR=8−51−5=−34
mPQ⋅mQR=43⋅(−34)=−1
Since the product is −1, PQ⊥QR. The triangle is right-angled at Q.
:::tip Tip Ready to test your understanding of Coordinate Geometry? The 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 Coordinate Geometry with other DSE mathematics topics to test synthesis under exam conditions.
See for instructions on self-marking and building a personal test matrix.
Write the formula before substituting (e.g., distance formula, midpoint formula, gradient formula).
For circle equations, show the completing-the-square steps.
For intersection problems, show the substitution and the resulting quadratic.
When finding tangents, state that the tangent is perpendicular to the radius.
For locus problems, start with “Let P=(x,y)” and derive the equation step by step.
Significant Figures
Length and distance answers to 3 significant figures unless exact forms are possible. Coordinate values involving square roots should be left in exact form.
Common DSE Question Types
Finding equations of circles from given conditions (centre and radius, three points, diameter).
Circle-line intersection (tangent condition using discriminant or distance formula).
Locus problems (equidistant from points, ratio of distances).
Area of triangle using coordinate formula or shoelace formula.
Perpendicular bisector and reflection problems.
Additional Worked Examples
Worked Example 13: Equation of a circle tangent to both axes
Find the equation of the circle in the first quadrant that is tangent to both coordinate axes and has radius 3.
Solution
Since the circle is in the first quadrant and tangent to both axes, the centre is at (r,r)=(3,3).
Equation: (x−3)2+(y−3)2=9.
Expanding: x2+y2−6x−6y+9=0.
Worked Example 14: Intersection of two circles
Find the points of intersection of x2+y2=5 and x2+y2−4x−2y+1=0.
Solution
Subtract the second equation from the first:
5−(−4x−2y+1)=0⟹4x+2y−6=0⟹2x+y=3⟹y=3−2x
Substituting into x2+y2=5:
x2+(3−2x)2=5⟹x2+9−12x+4x2=5⟹5x2−12x+4=0
(5x−2)(x−2)=0⟹x=52orx=2
x=52⟹y=3−54=511. Point: (52,511).
x=2⟹y=3−4=−1. Point: (2,−1).
Worked Example 15: Shortest distance from a point to a circle
Find the shortest distance from P(5,3) to the circle x2+y2−4x+2y−4=0.
Solution
Centre: (2,−1), r2=4+1+4=9⟹r=3.
Distance from P to centre: d=(5−2)2+(3−(−1))2=9+16=5.
Shortest distance from P to the circle: d−r=5−3=2.
Worked Example 16: Locus - equidistant from two points
Find the equation of the locus of points equidistant from A(1,3) and B(5,7).
Solution
Let P=(x,y). Then PA=PB:
(x−1)2+(y−3)2=(x−5)2+(y−7)2
Squaring:
(x−1)2+(y−3)2=(x−5)2+(y−7)2
x2−2x+1+y2−6y+9=x2−10x+25+y2−14y+49
8x+8y=64⟹x+y=8
This is the perpendicular bisector of ABAs expected.
DSE Exam-Style Questions
DSE Practice 1. The line y=mx+1 is tangent to the circle x2+y2=4. Find the possible values of m.
Solution
Substitute y=mx+1 into x2+y2=4:
x2+(mx+1)2=4⟹(1+m2)x2+2mx−3=0
For tangency: Δ=0:
4m2+12(1+m2)=0⟹4m2+12+12m2=0⟹16m2+12=0
m2=−1612=−43<0.
No real values of m satisfy this condition. The line y=mx+1 is never tangent to x2+y2=4.
Wait — let me recheck. Δ=(2m)2−4(1+m2)(−3)=4m2+12(1+m2)=4m2+12+12m2=16m2+12>0 for all real m. This means the line always intersects the circle at two points, never tangent.
Actually, the distance from the centre (0,0) to the line mx−y+1=0 is:
d=m2+1∣1∣=m2+11
For tangency: d=r=2I.e., m2+11=2⟹m2+1=21⟹m2+1=41⟹m2=−43.
No real solution. Confirmed: the line is never tangent to the circle.
DSE Practice 2. A circle touches the y-axis at (0,3) and passes through (2,1). Find its equation.
Solution
Since the circle touches the y-axis at (0,3)The centre lies on the horizontal line y=3So the centre is C(r,3) where r is the radius.
Distance from (x0,y0) to ax+by+c=0: d=a2+b2∣ax0+by0+c∣.
Intersection: solve the system of two linear equations simultaneously. | [Coordinate Geometry] | A-Level | View | | [Coordinate Geometry] | DSE | View |