This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Coordinate Geometry: A Line Between 2 Points

Write the equation of the straight line joining A(4, –6) and B( –1, 5) in the form p x + q y + r = 0

x + y + = 0

tickcross



Worked Solution

Dividing the equation p x + q y + r = 0 by q and re-arranging, we have
y = –
p
---
q
x
r
---
q
which tells us that the gradient of AB is
p
---
q

From the given coordinates, the gradient AB here is
By – Ay
---
Bx – Ax
=
5 – (–6)
---
(–1) – 4
=
– 11
---
5
=
p
---
q

so we let p be 11 and q be 5
The equation of the line is therefore of the form 11 x + 5 y + r = 0
Since the line goes through point A where x = 4 and y = –6,
putting these values into the equation of the line gives:
44 – 30 + r = 0 <=> r = –14
The line AB is therefore 11 x + 5 y – 14 = 0 or any multiple of this equation.


© MEI Produced by Dr Ron Knott, 28 April 2004
tom . button [AT] mei . org . uk
Test reference: GeomLine2Pts.html?ref=75480