Intersecting Lines
Intersecting Lines Two lines can intersect at one point, they can be parallel but not intersect, or they can be perpendicular. Key points to understand:...
Intersecting Lines Two lines can intersect at one point, they can be parallel but not intersect, or they can be perpendicular. Key points to understand:...
Two lines can intersect at one point, they can be parallel but not intersect, or they can be perpendicular.
Key points to understand:
Concurrent lines: Lines that intersect at a single point are called concurrent lines.
Parallel lines: Lines that are not concurrent but are parallel have the same direction and are spaced evenly apart.
Perpendicular lines: Lines that intersect at a right angle are called perpendicular lines.
Slope: The slope of a line is a measure of how steep it is. Lines with the same slope rise or fall at the same rate.
Finding the point of intersection: Given the coordinates of the points A and B on line 1, and the coordinates of the points C and D on line 2, you can find the point of intersection by using the midpoint formula: (x, y) = ((x1 + x2) / 2, (y1 + y2) / 2).
Examples:
Concurrent lines: Lines 1 and 3 intersect at point A.
Parallel lines: Lines 2 and 4 are parallel and spaced 3 units apart.
Perpendicular lines: Lines 5 and 7 are perpendicular.
Finding the point of intersection: If point A on line 1 is (2, 3) and point C on line 2 is (5, 1), the point of intersection is (4, 2)