![]() |
Making Sense of ItIt is based on the slope:
So, it is just the slope formula in a different way! Now let us see how to use it.
|
| slope "m" | = |
|
= 3 |
y - y1 = m(x - x1)
We know m now, and also know that (x1, y1) = (3,2), and so we have:
y - 2 = 3(x - 3)
That is a perfectly good answer, but we can simplify it a little:
y - 2 = 3x - 9
y = 3x - 9 + 2
y = 3x - 7
![]() |
What is the equation for a vertical line?
The slope is undefined!
In fact, this is a special case, and you use a different equation, like this:
x = 1.5 |
You may already be familiar with the "y=mx+b" form.
It is the same equation, in a different form!
The "b" value (called the y-intercept) is where the line crosses the y-axis.
So point (x1, y1) is actually at (0, b)
and the equation becomes:
| Start with | y - y1 = m(x - x1) |
| (x1, y1) is actually (0, b): | y - b = m(x - 0) |
| Which is: | y - b = mx |
| Put b on other side: | y = mx + b |
And that is called the "slope-intercept" form of the equation of a line.