Does coordinate order matter?
You can label either point as point 1, but use the same order for rise and run. Reversing both differences keeps the same slope; mixing the order flips the sign.
Calculate slope as rise over run between two ordered coordinate points, with clear handling for positive, negative, zero, and undefined slope cases.
Slope compares vertical change to horizontal change. It is not just steepness; the sign and special cases describe how the line moves from left to right.
Loading tool...
Use the same coordinate order for rise and run so the sign stays correct.
You can label either point as point 1, but use the same order for rise and run. Reversing both differences keeps the same slope; mixing the order flips the sign.
No. Zero slope means a horizontal line with no rise. Undefined slope means a vertical line with zero run, so division by zero would be required.