Question Statement
A surveyor is mapping out a triangular park where three straight walkways meet. The walkways are represented by the equations of lines:
x+y−4=0
2x−y−2=0
x−2y+2=0
Find the coordinates of the points of intersection of the walkways.
Background and Explanation
To find the intersection point of two lines, we solve their equations simultaneously using elimination or substitution methods. For three lines, we solve each pair of equations to determine if they form a triangle (three distinct vertices) or if they are concurrent (all meeting at a single point).
Solution
The three walkways are represented by:
- Line (i): x+y−4=0
- Line (ii): 2x−y−2=0
- Line (iii): x−2y+2=0
To find where the first two walkways meet, solve equations (i) and (ii) simultaneously:
x+y−42x−y−2=0(i)=0(ii)
Adding equations (i) and (ii) to eliminate y:
(x+y−4)+(2x−y−2)3x−63xx=0=0=6=2
Substitute x=2 into equation (i):
2+y−4y−2y=0=0=2
Point A is (2,2).
To find where the first and third walkways meet, solve equations (i) and (iii):
x+y−4x−2y+2=0(i)=0(iii)
Subtract equation (iii) from equation (i):
(x+y−4)−(x−2y+2)x+y−4−x+2y−23y−63yy=0=0=0=6=2
Substitute y=2 into equation (i):
x+2−4x−2x=0=0=2
Point B is (2,2).
To find where the second and third walkways meet, solve equations (ii) and (iii):
2x−y−2x−2y+2=0(ii)=0(iii)
Multiply equation (iii) by 2:
2x−4y+4=0
Subtract this from equation (ii):
(2x−y−2)−(2x−4y+4)2x−y−2−2x+4y−43y−63yy=0=0=0=6=2
Substitute y=2 into equation (ii):
2x−2−22x−42xx=0=0=4=2
Point C is (2,2).
All three pairs of lines intersect at the same point (2,2). Therefore, the three walkways are concurrent (they all meet at a single point) rather than forming a triangular park with three distinct vertices.
The coordinates of the point of intersection are (2,2).
- Solving simultaneous linear equations: Finding values of x and y that satisfy both equations simultaneously
- Elimination method: Adding or subtracting equations to eliminate one variable
- Substitution method: Solving for one variable and substituting back into the other equation
- Concurrency of lines: Three lines are concurrent if all pairs intersect at the same point
Summary of Steps
- Label the equations: Identify the three line equations as (i), (ii), and (iii)
- Solve pair (i) and (ii): Use elimination by adding the equations to eliminate y, finding x=2, then substitute to find y=2
- Solve pair (i) and (iii): Use elimination by subtracting (iii) from (i) to eliminate x, finding y=2, then substitute to find x=2
- Solve pair (ii) and (iii): Multiply (iii) by 2, then subtract from (ii) to eliminate x, finding y=2, then substitute to find x=2
- Verify concurrency: Confirm that all three intersection points are identical at (2,2), indicating the lines meet at a single point