Slope Calculator
Find the slope, angle, distance, midpoint, and line equation from two coordinate points.
Two Points
Point 1: (2, 3)
Point 2: (7, 11)
Line Equation
y = 1.6x − 0.2
| Formula | Expression |
|---|
| Slope | m = (y₂ − y₁) / (x₂ − x₁) |
| Distance | d = √((x₂−x₁)² + (y₂−y₁)²) |
| Midpoint | M = ((x₁+x₂)/2, (y₁+y₂)/2) |
| y-intercept | b = y₁ − m·x₁ |
| Angle | θ = arctan(|m|) |
Results
| Property | Value |
|---|
| Slope (m) | 1.6 |
| y-intercept (b) | -0.2 |
| Line Equation | y = 1.6x − 0.2 |
| Angle (θ) | 57.9946° |
| Distance (d) | 9.433981 |
| Δx (run) | 5 |
| Δy (rise) | 8 |
| Midpoint | (4.5, 7) |
| Perpendicular slope | -0.625 |
Slope Types
| Type | Slope (m) | Description |
|---|
| Positive | m > 0 | Rises left to right |
| Negative | m < 0 | Falls left to right |
| Zero | m = 0 | Horizontal line |
| Undefined | — | Vertical line (Δx = 0) |