http://prntscr.com/5q5v0f Step by step, don't give me the answer!
@perl @poopsiedoodle
pick two points and calculate slope using slope formula
pick two points on the line *
I want to learn how to solve problems like this Points 2, -2
we need ordered pair points
@perl can you delete @taylor_152d's comments?
points (x,y)
ok
Okay, (-2, 2)
there
be careful
(-2,2) is not a point on the line
(2,2)
right :)
can you pick another point
(2,2) (-2,2)? (2,-2)?
(2,2) and (2, -2) are two points
The x value for every point on the line "x=2" is 2. But the point (-2,2) is on the line x = -2 , which is a different line
you can click points on the graph of this line https://www.desmos.com/calculator/bccc3s5kvu
Oh okay
ok now lets compute slope with points (2,2) and (2,-2) m = (y2 - y1 ) / (x2 - x1 )
So, I fill my point in with that?
Do I multiply?
You know that the slope is defined as the rise over run, right? Also points are typically expressed as (x-coordinate, y-coordinate)
Ohh okay, so how is that rise divided by the run?
You use what perl wrote "m = (y2 - y1 ) / (x2 - x1 ) ", which literally means "slope = rise / run"
You use the two points y-coordinates difference and divide by the x-coordinates difference.
You will get m = (2-2) / (2-2), which gets problematic.
Vertical lines are special, since with this formula you get 0 in the denominator, which is undefined. A vertical line (goes straight up or down) has no slope, or even an infinite slope.
Oh okay thanks
m = (y2 - y1 ) / (x2 - x1 ) is what you would use when you have a slope though.
if you plug in the values into the slope formula you get division by zero , which is undefined
Join our real-time social learning platform and learn together with your friends!