Calcolatrice di Pendenza
Ultimo aggiornamento: 2026-05-09
Inserisci la tua email e scarica un report PDF con i tuoi risultati.
| Xâ‚ | Yâ‚ | X₂ | Y₂ | |
|---|---|---|---|---|
| Caso basico | 0.4 | 0.4 | 0.4 | 0.4 |
| Caso tipico | 0.7 | 0.7 | 0.7 | 0.7 |
| Caso medio | 1.0 | 1.0 | 1.0 | 1.0 |
| Caso avanzado | 1.5 | 1.5 | 1.5 | 1.5 |
| Caso extremo | 2.5 | 2.5 | 2.5 | 2.5 |
Slope Calculator: equation of a line through two points
This calculator determines the slope of a line passing through two given points and finds the line equation in slope-intercept form (y = mx + b).
Slope and line equation formulas
Given two points (x₁, y₁) and (x₂, y₂):
- Slope: m = (y₂ − y₁) / (x₂ − x₁)
- Equation: y = mx + b, where b = y₁ − m×x₁
- Point-slope form: y − y₁ = m(x − x₁)
The slope indicates the line's steepness: positive means it rises, negative means it falls, zero is horizontal and undefined is vertical.
Example 1: positive slope
Problem: Find the line through (2, 3) and (6, 11).
- Slope:
- m = (11 − 3) / (6 − 2) = 8 / 4 = 2.
- y-intercept:
- b = 3 − 2×2 = 3 − 4 = −1.
- Equation:
- y = 2x − 1.
Answer: m = 2, equation: y = 2x − 1.
Example 2: negative slope
Problem: Find the line through (1, 5) and (4, 2).
- Slope:
- m = (2 − 5) / (4 − 1) = −3 / 3 = −1.
- Intercept:
- b = 5 − (−1)×1 = 5 + 1 = 6.
- Equation:
- y = −x + 6.
Answer: m = −1, equation: y = −x + 6.
Usi comuni
- Determining the incline of ramps, roofs and roads in engineering.
- Analyzing linear trends in economic and statistical data.
- Solving analytic geometry problems in mathematics.
- Computing rates of change in physics and applied sciences.
- Checking whether two lines are parallel (same slope) or perpendicular (negative reciprocal slopes).
- Modeling linear relationships between variables in research.
Common mistakes when calculating slopes
- Reversing the coordinate order when subtracting (using x₁ − x₂ instead of x₂ − x₁).
- Confusing the slope with the y-intercept.
- Not detecting vertical lines where x₂ − x₁ = 0 (undefined slope).
- Mixing up x and y coordinates when substituting into the formula.
Consiglio professionale
If two lines have the same slope, they are parallel. If the product of their slopes is −1, they are perpendicular. These quick rules let you verify geometric relationships without graphing.
A slope of 0 indicates a horizontal line. The y value is constant for all x values.
If the x coordinates are equal, the line is vertical and the slope is undefined (division by zero). The equation is x = constant.
Yes. The formula works with any real values, positive or negative. Just make sure to maintain the correct subtraction order.
Two lines are perpendicular if the product of their slopes is −1. For example, m₁ = 2 and m₂ = −1/2 are perpendicular.