You know that moment in math class when the teacher draws a curve on the board and asks, "Is this going up or down?" Sounds simple, right? Until you actually have to prove it Simple as that..
Here's the thing — knowing how to tell if a function is increasing or decreasing is one of those skills that looks basic but quietly runs the show in calculus, economics, physics, and even machine learning. And most people only learn the trick, not the why And it works..
So let's fix that.
What Is a Function Being Increasing or Decreasing
Forget the textbook voice for a second. A function is just a rule that takes an input and spits out an output. Now, when we say it's increasing, we mean that as you move to the right along the x-axis, the y-values climb. Also, you put in a bigger x, you get a bigger y. Decreasing is the opposite — bigger x gives you a smaller y.
That's the plain version. But there's a stricter way mathematicians say it. A function f(x) is increasing on an interval if, whenever x₁ < x₂, you get f(x₁) ≤ f(x₂). Worth adding: if the inequality is strict — f(x₁) < f(x₂) — we call it strictly increasing. Same idea for decreasing, just flipped.
The Difference Between Strict and Non-Strict
Why does this matter? But it's not strictly increasing on the flat part. Think of a line that goes up, then sits horizontal for a bit, then goes up again. Plus, because some functions flatten out. It's still "increasing" in the loose sense because it never drops. Real talk, most high school problems mean strictly increasing, but college courses will trip you up on the distinction.
Monotonic Functions
Another term you'll hear is monotonic. Sounds fancy. Consider this: it just means a function that only goes one direction — never switches between up and down. Practically speaking, a monotonic increasing function never decreases. A monotonic decreasing one never increases. Worth knowing if you read heavier math later Worth knowing..
Why People Care About Whether a Function Increases or Decreases
Why does this matter outside a test? Because trends are everything The details matter here..
In economics, a demand curve that's decreasing tells you people buy less as price climbs. Even so, in biology, a population model that's increasing without bound might mean a species is exploding — or your model is broken. In optimization (the backbone of AI training), you literally track whether a loss function is decreasing. If it stops decreasing, your model stopped learning.
And here's what goes wrong when people don't get it: they misread data. Day to day, i've seen blog posts claim "sales are up" because a graph ends higher than it started, ignoring that the function dipped hard in the middle. The overall trend wasn't monotonic. It increased, then decreased, then increased. Context vanished.
Understanding increasing vs decreasing intervals also tells you where a function hits its peaks and valleys — which is the doorway into derivatives, critical points, and all of calculus.
How to Tell If a Function Is Increasing or Decreasing
This is the meaty part. There are three main ways, and you should know all of them because each shines in different situations.
Method 1: Use the Graph (Visual Inspection)
The oldest trick in the book. Plot the function, or look at a given graph, and trace it left to right with your finger. If your finger rises, it's increasing on that interval. If it falls, decreasing And that's really what it comes down to..
Sounds childish, but it's legit. Now, for a quick sanity check, nothing beats it. Worth adding: the downside? Plus, you can't always trust a hand-drawn sketch, and you can't prove anything to a grader with "it looked like it went up. " Still, it's where intuition starts Took long enough..
Method 2: Use the Definition with Test Points
If you don't have calculus yet, you compare values. Now, pick two x-values in the interval, x₁ and x₂, with x₁ < x₂. Compute f(x₁) and f(x₂). If f(x₂) > f(x₁), the function increased between them And that's really what it comes down to..
Do this across a bunch of pairs and you map out the behavior. It's tedious. But for simple functions like f(x) = 2x + 1, it's obvious: bigger x, bigger output. For f(x) = -3x + 4, it's the opposite.
The catch is that testing points only tells you about those points. Unless the function is linear, you need a lot of tests to be sure. That's why we move to the real weapon.
Method 3: Use the Derivative (The Calculus Way)
Here's what most people miss: the derivative is just a slope machine. The first derivative f'(x) tells you the instantaneous rate of change at any x.
- If f'(x) > 0 on an interval, the function is strictly increasing there.
- If f'(x) < 0 on an interval, it's strictly decreasing.
- If f'(x) = 0, the function is flat at that point (a possible max, min, or saddle).
So the process is: find f'(x). Set it equal to zero to find critical points. Because of that, those points split the x-axis into intervals. Pick a test x in each interval, plug into f'(x), check the sign.
Example: f(x) = x³ - 3x. Derivative is f'(x) = 3x² - 3. Set to zero: 3x² - 3 = 0 → x = ±1. Test x = -2: f'(-2) = 12 - 3 = 9 > 0, so increasing on (-∞, -1). Test x = 0: f'(0) = -3 < 0, decreasing on (-1, 1). Test x = 2: f'(2) = 9 > 0, increasing on (1, ∞). Done Not complicated — just consistent. Still holds up..
Turns out the derivative method is the fastest for anything past a line.
Method 4: Use a Table of Values or Software
For messy real-world data where you don't have a clean formula, you build a table. Practically speaking, look at consecutive outputs. If they keep rising, the trend is increasing. Spreadsheets and Python do this in seconds. Not elegant, but in practice this is what analysts actually do with raw data.
Common Mistakes People Make
Honestly, this is the part most guides get wrong because they skip the nuance.
One big mistake: confusing a positive function with an increasing function. Just because f(x) = 5 has a positive value doesn't mean it's increasing — it's constant. Value and trend are different things Simple as that..
Another: assuming f'(x) = 0 means the function changes direction. That said, not always. Day to day, its derivative at x = 0 is zero, but the function keeps increasing right through. Look at f(x) = x³. The slope paused, it didn't flip But it adds up..
And people love to say "the function is increasing at a point." That's sloppy. A function increases on an interval, not at a single x. At one point, you can only talk about the derivative's sign near it.
Last one: reading the whole domain as one trend. That's why most functions aren't monotonic everywhere. Still, they switch. Which means if you claim f(x) = x² is decreasing, you're half right — it decreases on (-∞, 0) and increases on (0, ∞). Say the interval, or you're wrong Less friction, more output..
Practical Tips That Actually Work
Skip the generic "study hard" advice. Here's what helps in real problem solving.
First, always find critical points before judging trend. Don't guess from the formula alone. The points where f'(x) = 0 or doesn't exist are the only places behavior can switch. Everything between is one consistent sign It's one of those things that adds up..
Second, draw a small sign chart. But a number line with + and - marks under each interval saves you from mental errors. I know it sounds simple — but it's easy to miss a flipped sign when you're tired.
Third, if you're given a graph, check the ends and the turning points. The turning points are where increasing flips to decreasing or vice versa. Miss one and your interval is wrong Most people skip this — try not to..
Fourth, for word problems, label what x and y mean. So a temperature function decreasing might be bad. "Increasing" is meaningless without knowing the variables. A cost function decreasing is good. Context changes the story.
Fifth, when using software, zoom in.