The first derivative tells us everything about where a function is rising or falling. If the derivative is positive, the function is increasing. If it's negative, the function is decreasing. This simple idea leads to the First Derivative Test for finding local maxima and minima.

🎯 In this section you will learn

📌 Increasing and Decreasing

$$ \text{If } f'(x) > 0 \text{ on an interval, then } f \text{ is } \textbf{increasing} \text{ on that interval} $$ $$ \text{If } f'(x) < 0 \text{ on an interval, then } f \text{ is } \textbf{decreasing} \text{ on that interval} $$
💡 Intuition
The derivative is the slope of the tangent line. Positive slope = function rising. Negative slope = function falling.
Example 1Finding Increasing/Decreasing Intervals

Find where $f(x) = x^3 - 3x$ is increasing and decreasing.

Find $f'(x)$
$f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 3(x-1)(x+1)$
Find critical points
Set $f'(x)=0$: $x = 1$ and $x = -1$
Test intervals
On $(-\infty, -1)$: pick $x=-2$ → $f'(-2)=3(4-1)=9>0$ → increasing
On $(-1, 1)$: pick $x=0$ → $f'(0)=3(0-1)=-3<0$ → decreasing
On $(1, \infty)$: pick $x=2$ → $f'(2)=3(4-1)=9>0$ → increasing

📌 Critical Points

A critical point occurs where $f'(x) = 0$ or $f'(x)$ does not exist. These are the only places where a function can change from increasing to decreasing (or vice versa), and where local extrema can occur.

📌 First Derivative Test

Suppose $c$ is a critical point of $f$.

Example 2First Derivative Test

Use the First Derivative Test to classify the critical points of $f(x) = x^3 - 3x$.

$f(-1) = -1 + 3 = 2$ (local max value). $f(1) = 1 - 3 = -2$ (local min value).

Example 3A Function with No Sign Change

Analyze $f(x) = x^3$.

Example 4Finding Critical Points of a Rational Function

Find the critical points of $f(x) = \frac{x^2}{x-1}$.

Find $f'(x)$
Quotient Rule: $f'(x) = \frac{(2x)(x-1) - (x^2)(1)}{(x-1)^2} = \frac{2x^2 - 2x - x^2}{(x-1)^2} = \frac{x^2 - 2x}{(x-1)^2} = \frac{x(x-2)}{(x-1)^2}$
Find where $f'(x)=0$ or undefined
$f'(x)=0$ when $x=0$ or $x=2$. $f'(x)$ undefined at $x=1$ (vertical asymptote).
Classify using sign analysis
Test intervals:
$(-\infty,0)$: pick $x=-1$ → $f'>0$ → increasing
$(0,1)$: pick $x=0.5$ → $f'<0$ → decreasing → local max at $x=0$
$(1,2)$: pick $x=1.5$ → $f'<0$ → decreasing
$(2,\infty)$: pick $x=3$ → $f'>0$ → increasing → local min at $x=2$
⚠️ Important Notes
🔍 Key Takeaways
← Back to Module Page