Question Statement
A civil engineer is tasked with designing a roundabout where three main roads converge. The equations of the roads are:
2 x + y − 11.5 = 0
x − 4 y + 1 = 0
3 x − 2 y − 12 = 0
Find the coordinates of the point where the roundabout should be designed.
Background and Explanation
When three or more lines intersect at a single common point, they are called concurrent lines . To verify concurrency, we can check if the determinant of the coefficient matrix equals zero. Alternatively, we can find the intersection point of any two lines and verify it lies on the third.
Solution
Let the three equations of the roads be:
2 x + y − 11.5 x − 4 y + 1 3 x − 2 y − 12 = 0 (i) = 0 (ii) = 0 (iii)
First, we verify that all three roads meet at a single point by calculating the determinant of the coefficient matrix:
2 1 3 1 − 4 − 2 − 11.5 1 − 12
Expanding along the first row:
= 2 − 4 − 2 1 − 12 − 1 1 3 1 − 12 − 11.5 1 3 − 4 − 2
= 2 ( 48 + 2 ) − 1 ( − 12 − 3 ) − 11.5 ( − 2 + 12 )
= 2 ( 50 ) − 1 ( − 15 ) − 11.5 ( 10 )
= 100 + 15 − 115 = 0
Since the determinant equals zero, the three lines are concurrent (they converge at the same point).
To find the coordinates of the roundabout, we solve any two of the three equations. Let's solve equations (ii) and (iii).
Multiply equation (ii) by 3:
3 ( x − 4 y + 1 ) = 0 ⇒ 3 x − 12 y + 3 = 0
Subtract equation (iii) from this result:
3 x − 12 y + 3 = 0 − ( 3 x − 2 y − 12 = 0 ) − 10 y + 15 = 0
Solving for y :
− 10 y = − 15 ⇒ y = 2 3 = 1.5
Substitute y = 2 3 into equation (ii):
x − 4 ( 2 3 ) + 1 = 0
x − 6 + 1 = 0
x − 5 = 0
x = 5
Therefore, the point of convergence is ( 5 , 2 3 ) or ( 5 , 1.5 ) .
Verification: Substituting ( 5 , 1.5 ) into equation (i): 2 ( 5 ) + 1.5 − 11.5 = 10 + 1.5 − 11.5 = 0 ✓
Concurrency condition for three lines: Determinant a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 = 0 for lines a i x + b i y + c i = 0
Solving simultaneous linear equations: Elimination method (multiply and subtract equations)
Point of intersection: The common solution ( x , y ) satisfying all three line equations
Summary of Steps
Identify the three line equations representing the roads
Check concurrency by calculating the 3 × 3 determinant of coefficients; verify it equals zero
Select any two equations and solve simultaneously using the elimination method
Solve for one variable (here, y = 2 3 ) by eliminating the other variable
Back-substitute to find the remaining coordinate (x = 5 )
State the final coordinates ( 5 , 2 3 ) where the roundabout should be constructed