Property
When lines have different slopes, they will intersect at exactly one coordinate point (x, y). To find this exact point algebraically, set their two expressions equal to each other:
m1x+b1=m2x+b2 Solve for x, then substitute that value back into either original equation to find y.
Examples
- Find the intersection of y=2x+3 and y=−x+6.
- Step 1 (Set Equal): 2x+3=−x+6.
- Step 2 (Solve for x): Add x to both sides (3x+3=6), then subtract 3 (3x=3), which gives x=1.
- Step 3 (Find y): Substitute x=1 into the first equation: y=2(1)+3=5. The exact intersection point is (1,5).
Explanation
If two functions have different rates of change (slopes), they are guaranteed to crash into each other exactly once. Because they share the exact same y-value at the moment they crash, you can set their equations equal to each other. This creates a simple one-variable puzzle to find the x-coordinate of the crash site! Once you find the x-value, substitute it back into either of the original equations to calculate the corresponding y-value.