4.1.28Calculus I — Limits & Derivatives

Applications — increasing - decreasing, local extrema (first derivative test)

1,774 words8 min readdifficulty · medium

WHY does the sign of ff' control rising/falling?

Derivation from first principles (Mean Value Theorem). Take any a<ba<b in II. Assume ff is continuous on the closed interval [a,b][a,b] and differentiable on the open interval (a,b)(a,b). Then the Mean Value Theorem says there is some c(a,b)c\in(a,b) with f(c)=f(b)f(a)ba.f'(c) = \frac{f(b)-f(a)}{b-a}.

Why this step? MVT guarantees a point where the instantaneous slope equals the average slope over [a,b][a,b]. (Both hypotheses matter: continuity on the closed ends, differentiability inside.)

Now rearrange: f(b)f(a)=f(c)(ba).f(b)-f(a) = f'(c)\,(b-a). Since ba>0b-a>0:

  • If f>0f'>0 everywhere on II, then f(c)>0f'(c)>0, so f(b)f(a)>0f(b)-f(a)>0, i.e. f(b)>f(a)f(b)>f(a)increasing. ✓
  • If f<0f'<0 everywhere, then f(b)f(a)<0f(b)-f(a)<0decreasing. ✓

That's the whole theorem — derived, not memorised.


Critical points & the First Derivative Test

Figure — Applications — increasing - decreasing, local extrema (first derivative test)

HOW to apply it — the standard recipe

  1. Compute f(x)f'(x).
  2. Find critical points: solve f(x)=0f'(x)=0 and find where ff' is undefined.
  3. Mark them on a number line, splitting it into intervals.
  4. Pick a test point in each interval, plug into ff', record the sign.
  5. Read off increasing/decreasing intervals and classify each critical point.



Recall Feynman: explain to a 12-year-old

Imagine riding a bike along the graph. When the road goes uphill, the function is getting bigger (slope positive). Downhill, it gets smaller (slope negative). The flat spots at the very top of a hill or bottom of a valley are where the slope is zero. To know if a flat spot is a hilltop or a valley, just look at what happens right before and right after: went up then down = hilltop (max); went down then up = valley (min). If it was uphill on both sides, you just rolled over a tiny flat bump — not a real peak.


Flashcards

Define an increasing function on an interval II.
For all a<ba<b in II, f(a)<f(b)f(a)<f(b).
State the link between ff' sign and monotonicity.
f>0f'>0 on II ⇒ increasing; f<0f'<0 ⇒ decreasing.
State the hypotheses of the Mean Value Theorem.
ff continuous on [a,b][a,b] and differentiable on (a,b)(a,b).
Which theorem justifies the monotonicity rule, and how?
MVT: f(b)f(a)=f(c)(ba)f(b)-f(a)=f'(c)(b-a); with ba>0b-a>0 the sign of f(c)f'(c) fixes the sign of f(b)f(a)f(b)-f(a).
Define a critical point.
A domain point where f(c)=0f'(c)=0 or f(c)f'(c) does not exist.
State the First Derivative Test.
At critical cc: ff' changes ++\to- → local max; +-\to+ → local min; no change → neither.
Why isn't f(c)=0f'(c)=0 enough for an extremum?
The slope can be zero without switching sign (e.g. x3x^3 at 00 is an inflection).
Classify extrema of f=x33xf=x^3-3x.
Local max at x=1x=-1 (value 2), local min at x=1x=1 (value 2-2).
Why do we use test points between critical points?
ff' is continuous there, so it keeps one sign; a single sample determines the whole interval.
Give a critical point where ff' is undefined but an extremum exists.
f=xf=|x| at x=0x=0 is a local minimum.

Connections

  • Mean Value Theorem — engine behind the sign rule.
  • Fermat's Theorem on Stationary Points — extrema occur only at critical points.
  • Second Derivative Test — alternative classification via concavity ff''.
  • Concavity and Inflection Points — what ff'' adds beyond ff'.
  • Optimization (Closed Interval Method) — extends this to global extrema.
  • Curve Sketching — combines ff' and ff'' analysis.

Concept Map

sign positive

sign negative

equals zero or undefined

derives

derives

extrema only at

apply

sign changes plus to minus

sign changes minus to plus

same sign

reveal sign of f'

f' x = slope

increasing

decreasing

critical point

Mean Value Theorem

Fermat's theorem

First Derivative Test

local maximum

local minimum

neither extremum

number line and test points

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, idea bahut simple hai: derivative f(x)f'(x) ka matlab hai graph ka slope (dhalaan). Agar slope positive hai to function upar ja raha hai — yaani increasing. Agar slope negative hai to neeche — decreasing. Aur jahan slope zero ho jaaye ya exist hi na kare, wahan critical point hota hai. Yahi se sara khel chalta hai.

Local maximum aur minimum nikalne ke liye First Derivative Test use karte hain. Critical point ke thoda left aur thoda right me ff' ka sign check karo. Agar sign ++ se - ho jaye (pehle chadhai, phir utraai) to wo ek pahaadi ki choti hai — local max. Agar - se ++ ho (pehle utraai, phir chadhai) to wo ghaati ka talla hai — local min. Agar dono taraf sign same raha, to kuch nahi — sirf ek flat moment. (Note: MVT use karne ke liye ff ko [a,b][a,b] par continuous aur (a,b)(a,b) par differentiable hona chahiye.)

Sabse badi galti jo students karte hain: socha ki f(c)=0f'(c)=0 ka matlab hamesha max/min. Galat! x3x^3 ka f(0)=0f'(0)=0 hai par wahan koi extremum nahi, sirf inflection. Isliye sign change zaroor verify karo. Doosri baat — critical points sirf f=0f'=0 wale nahi, balki jahan derivative undefined ho (jaise x|x| ka corner x=0x=0) wo bhi count hote hain.

Yeh topic kyun important hai? Kyunki real life optimization — maximum profit, minimum cost, sabse short time — sab isi se solve hota hai. Number line banao, test points lagao, sign likho, aur extrema classify kar do. Practice karoge to 30 second me ho jaayega.

Go deeper — visual, from zero

Test yourself — Calculus I — Limits & Derivatives

Connections