Line Slope Calculator
x1 =
y1 =
x2 =
y2 =
Slope =
Help
Calculates the slope of a line given the values of two points on the line (x1, y1) and (x2, y2) respectively, or one of the four coordinates given the other three coordinates and the slope.
Slope = (y2-y1)/(x2-x1)
y(x) = slope * x + b
Rows
- x1: x coordinate of first point
- y1: y coordinate of first point
- x2: x coordinate of second point
- y2: y coordinate of second point
- Slope: slope of the line between (x1,y1) and (x2,y2)
Keywords
x1
y1
x2
y2
Slope
-------------