Negative Slope - Meaning, Graph, and Examples

#Geometry
TL;DR
A negative slope means a line falls from left to right - as x increases, y decreases. It is found with $m = \dfrac{\Delta y}{\Delta x}$, and it comes out negative whenever the two variables move in opposite directions. This article covers what negative slope means, how to calculate it, its graph, real examples, and the common mistakes.
BT
Bhanzu TeamLast updated on July 21, 20267 min read

What Is A Negative Slope?

A negative slope describes a line that falls as it moves from left to right: as the x-values increase, the y-values decrease. The slope of a line, written $m$, measures how steeply it rises or falls, and it is the ratio of vertical change to horizontal change:

$$m = \frac{\text{rise}}{\text{run}} = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1}$$

Here rise ($\Delta y$) is the change in the vertical direction and run ($\Delta x$) is the change in the horizontal direction, computed with the rise-over-run method. The slope is negative when moving to the right (positive run) makes the line go down (negative rise). This is the opposite of a positive slope, which rises left to right, and it sits on the same slope scale used across coordinate geometry.

How Do You Calculate A Negative Slope?

You calculate a negative slope exactly like any slope - the result simply comes out below zero. Take two points on the line, $(x_1, y_1)$ and $(x_2, y_2)$, and apply the slope formula. The sign takes care of itself.

  • Step 1 - label the points. Pick any two points on the line and call them $(x_1, y_1)$ and $(x_2, y_2)$.

  • Step 2 - subtract in the same order. Compute $\Delta y = y_2 - y_1$ and $\Delta x = x_2 - x_1$. Keep the same point "first" in both subtractions.

  • Step 3 - divide. The slope is $m = \Delta y / \Delta x$. A negative result confirms a falling line.

In the slope-intercept form $y = mx + c$, the coefficient $m$ is the slope directly - so a line like $y = -2x + 5$ has slope $-2$ without any calculation. A negative slope also makes an obtuse angle (between 90° and 180°) with the positive x-axis, whereas a positive slope makes an acute angle.

Examples of Negative Slope

Six worked cases, from a clean two-point calculation to reading slope from an equation and a word problem. The problem statement is bolded; the working is not. One multiplication symbol, $\times$, is used throughout.

Example 1

Find the slope of the line through the points (1, 5) and (4, 2).

Apply the slope formula, keeping (1, 5) as the first point:

$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{2 - 5}{4 - 1} = \frac{-3}{3} = -1$$

The slope is negative, so the line falls.

Final answer: $m = -1$.

Example 2

A student finds the slope through (2, 7) and (6, 1) by computing $\dfrac{2 - 6}{7 - 1} = \dfrac{-4}{6} = -\dfrac{2}{3}$ and reports a negative slope. Find the error and the correct slope.

The tempting move is to subtract "whatever comes first" in each part, mixing x-values into the numerator and y-values into the denominator. Watch it break: the numerator must be the change in y and the denominator the change in x - here the student put x-differences on top and y-differences on the bottom, computing the reciprocal instead. The magnitude happens to look plausible, which is exactly why the slip goes unnoticed.

Set it up correctly, y on top and x on the bottom, in matching order:

$$m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{1 - 7}{6 - 2} = \frac{-6}{4} = -\frac{3}{2}$$

The correct method always puts the change in y over the change in x, in the same point order.

Final answer: $m = -\dfrac{3}{2}$.

Example 3

State the slope of the line $y = -4x + 9$.

In slope-intercept form $y = mx + c$, the coefficient of $x$ is the slope:

$$m = -4$$

Final answer: the slope is $-4$ (a steep, falling line).

Example 4

A line passes through (−2, 6) and (3, −4). Find its slope.

Apply the formula, watching the signs of the negative coordinates:

$$m = \frac{-4 - 6}{3 - (-2)} = \frac{-10}{5} = -2$$

Final answer: $m = -2$.

Example 5

Which is steeper: a line of slope −2 or a line of slope −5?

Steepness is measured by the absolute value of the slope - how far the line drops per step right, ignoring the sign:

$$|-2| = 2, \qquad |-5| = 5$$

Since $5 > 2$, the line with slope $-5$ falls more sharply.

Final answer: the line with slope −5 is steeper.

Example 6

A pool loses water steadily: it holds 800 litres at time 0 hours and 500 litres at time 3 hours. Find the slope of volume against time and say what it means.

Treat time as $x$ and volume as $y$, with points $(0, 800)$ and $(3, 500)$:

$$m = \frac{500 - 800}{3 - 0} = \frac{-300}{3} = -100$$

The slope is $-100$ litres per hour.

Final answer: $m = -100$ litres/hour - the negative sign means the water level is dropping, at 100 litres each hour.

Where Negative Slope Earns Its Keep

A negative slope is how any downward trend gets measured, and the applications are everywhere a quantity falls over time or against another. Economists draw demand curves with negative slope - as price rises, quantity demanded drops - and the steepness of that slope tells them how sensitive buyers are. Engineers grade a drainage pipe with a deliberate negative slope so water runs off; too gentle and it pools, too steep and it erodes. A car braking, a battery draining, a temperature falling at dusk - each traces a line whose negative slope is the rate of decline. Reading that sign correctly is often the whole point: it separates "improving" from "worsening" in a single number, the same way the x-intercept tells you where the falling line finally hits zero.

You can read a short account of how slope and rate of change formalise the idea of steepness that underlies all of this.

Common Mistakes With Negative Slope

Mistake 1: Flipping rise and run

Where it slips in: Two-point slope calculations, when the subtraction is set up in a hurry.

Don't do this: Put the change in x on top and the change in y on the bottom. The rusher writes down the first differences that come to hand, and rise-over-run gets inverted to run-over-rise.

The correct way: Always put the change in y ($\Delta y$) over the change in x ($\Delta x$). "Rise over run" fixes the order - vertical change first.

Mistake 2: Losing the negative sign

Where it slips in: Problems with negative coordinates, where a double negative appears.

Don't do this: Drop or mishandle a minus sign, turning a falling line into a rising one. The second-guesser sees $3 - (-2)$ and writes $1$ instead of $5$, or reports $|m|$ and forgets the sign.

The correct way: Handle each subtraction carefully - $3 - (-2) = 5$ - and keep the sign of the final ratio. The sign is the point of the problem: negative means falling.

Mistake 3: Confusing steepness with sign

Where it slips in: Comparing two negative slopes and deciding which is "bigger".

Don't do this: Say $-2$ is greater than $-5$ and therefore steeper. As a number $-2 > -5$, but as a slope the steeper line is the one with the larger absolute value.

The correct way: Compare absolute values for steepness. $|-5| = 5$ beats $|-2| = 2$, so slope $-5$ is the steeper fall.

Conclusion

  • A negative slope means the line falls from left to right: as x rises, y drops.

  • It is found with $m = \dfrac{\Delta y}{\Delta x}$, and comes out below zero.

  • In $y = mx + c$, a negative coefficient $m$ signals a falling line.

  • Steepness is measured by the absolute value of the slope, not the sign.

  • The negative sign carries real meaning — it marks a decline in the quantity being graphed.

To take negative slope further with a teacher, explore Bhanzu's geometry tutor or middle school math tutor sessions, or browse math tutoring.

A Practical Next Step

Practice these problems to solidify your understanding. Find the slope through (0, 8) and (4, 0) (Answer to Question 1: $-2$), then decide which is steeper, slope $-\tfrac{1}{2}$ or slope $-3$ (Answer to Question 2: slope $-3$). If you get stuck on the sign, return to the "How do you calculate" section above. Want a live Bhanzu trainer to walk through graphing lines? Book a free demo class -

Read More

Book a Free Demo

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What does a negative slope mean?
It means the line falls from left to right - as x increases, y decreases. The two quantities move in opposite directions.
How do you know if a slope is negative from a graph?
If the line goes downhill as your eye moves left to right, the slope is negative. It also makes an obtuse angle with the positive x-axis.
Is a negative slope steeper than a positive slope?
Not necessarily. Steepness depends on the absolute value of the slope, not its sign. A slope of $-5$ is steeper than one of $+2$, but a slope of $-2$ is gentler than one of $+5$.
Can a negative slope be a fraction?
Yes. A slope like $-\tfrac{2}{3}$ is a perfectly valid negative slope - the line falls 2 units for every 3 units it moves right.
What is the difference between negative slope and undefined slope?
A negative slope is a real number below zero (a falling line). An undefined slope belongs to a vertical line, where the run is zero and the formula would divide by zero.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →