Sarah W. answered 01/22/16
Tutor
New to Wyzant
I Can Help You With Math!
Let's say you have an equation of a line
y = mx + b
Consider a point that's on that line: (xo, yo)
Then this must satisfy this equation:
yo = mxo + b
Whenever I have an equation, I can subtract the same thing from both sides:
y - yo = mx + b - yo
but we have that yo = mxo + b, so this line above can become
y - yo = mx + b - (mxo + b)
y - yo = mx + b - mxo - b
y - yo = mx - mxo
y - yo = m(x - xo)
and that's where point slope form comes from.
Given the two points you're given, you can find the slope, m, and you can use the point-slope form to write an equation describing the line passing through them.
Let's see first the rise: when I go from -1 to -2, I'm going down one, so the numerator of the slope will be -1.
Now the run: when I go from 0 to -2, I'm going down two, so the denominator of the slope will be -2.
That is m = -1/-2 which simplifies to m = 1/2.
Now that equation in point slope form, y - yo = m(x - xo), can be rewritten as y - yo = (1/2)(x - xo).
To find xo and yo, pick your favorite of those two points and call the x coordinate xo and the y coordinate yo.
It doesn't matter which point you pick, they're both valid.
One way you could write this equation in point-slope form is
xo = 0 and yo = -1 so
y - (-1) = (1/2)(x - 0)
Another way you could write it is choosing the other point:
xo = -2 and yo = -2 so
y - (-2) = (1/2)(x - (-2))
YOU DON'T HAVE TO FIND BOTH UNLESS YOU WANT TO.
That's point slope form.
To get to slope-intercept form, pick one of those equations above and solve for y:
y - (-1) = (1/2)(x - 0) (simplify)
y + 1 = (1/2)x (bring the 1 over to the right)
y = (1/2)x - 1 SLOPE INTERCEPT FORM looks like y = mx + b
To get to standard form, pick one of those equations and get x and y both on one side (and I think you generally like to present it with integral coefficients...):
y - (-1) = (1/2)(x - 0) (simplify)
y + 1 = (1/2)x (bring the x term to the left and the one to the right)
y - (1/2)x = -1 (multiply everything by 2)
2y - x = -2 STANDARD FORM looks like Ax + By = C