// Calculus I โ€” Chapter 3

Derivatives

6 topics ยท generated from Stewart Calculus, 9th ed.
โญ120XP
๐Ÿ”ฅ5day streak
โœ“ mastered
๐Ÿ“ˆ
Limits & Continuity
5 questions ยท 100% correct
โ–ถ ready
๐Ÿ“
The Derivative
5 questions ยท ~5 min
๐Ÿ”’ locked
โš™
Differentiation Rules
finish derivative first
๐Ÿ”’ locked
๐Ÿ”—
The Chain Rule
composite functions
๐Ÿ”’ locked
๐Ÿ“Š
Applications
optimization & rates
๐Ÿ”’ locked
๐Ÿ†
Chapter Wrap-up
test all topics
๐Ÿ‘€ You're viewing a demo. Tap "The Derivative" to see how a real Cracked study app feels.

The Derivative

The single most important idea in calculus: how fast something is changing at a particular instant.

Definition

The derivative of a function $f$ at a point $a$ is defined as the limit of the average rate of change as the interval shrinks to zero:

$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$
the limit definition of the derivative

Provided this limit exists, we say $f$ is differentiable at $a$. The value $f'(a)$ represents the instantaneous rate of change of $f$ at $a$, and geometrically equals the slope of the tangent line to the curve $y = f(x)$ at the point $(a, f(a))$.

Notation

Several equivalent notations exist:

$$f'(x) = \frac{df}{dx} = \frac{dy}{dx} = Df(x)$$

Each has its place. Lagrange's $f'(x)$ is compact. Leibniz's $\frac{dy}{dx}$ makes the chain rule transparent. Newton's $\dot{y}$ persists in physics for time derivatives.

Differentiability and continuity

If $f$ is differentiable at $a$, then $f$ is continuous at $a$. The converse is false: continuous functions can fail to be differentiable. The classic counterexample is $f(x) = |x|$ at $x = 0$ โ€” continuous everywhere, but the left and right limits of the difference quotient disagree, so the derivative does not exist there.

Worked example

Find $f'(2)$ for $f(x) = x^2$.

$$f'(2) = \lim_{h \to 0} \frac{(2+h)^2 - 2^2}{h} = \lim_{h \to 0} \frac{4 + 4h + h^2 - 4}{h} = \lim_{h \to 0} (4 + h) = 4$$

So the slope of $y = x^2$ at $x = 2$ is exactly $4$.

The power rule (preview)

Computing every derivative from the limit definition would be tedious. The power rule states that for $f(x) = x^n$, we have $f'(x) = nx^{n-1}$. This single rule, combined with linearity, handles all polynomials. We'll prove and extend it in the next topic.

The simple version

The derivative answers one question: how fast is something changing right now?

Think about driving. Your speedometer doesn't show "average speed over the trip" โ€” it shows your speed at this exact second. That's a derivative. Position is the function; speed is its derivative.

Slope of a curve

For a straight line, slope is easy: rise over run. But what's the "slope" of a curve, which keeps changing direction? You zoom in.

If you zoom in close enough on any smooth curve, it starts to look like a straight line. The derivative is the slope of that "zoomed-in straight line" at a single point. Mathematicians call this the tangent line.

$$f'(a) = \text{slope of the tangent line at } x = a$$
that's it. that's the derivative.

The formula, demystified

The official definition looks scary:

$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$

But it's just "rise over run" with a twist:

โ€ข Rise: $f(a+h) - f(a)$ โ€” how much $y$ changed
โ€ข Run: $h$ โ€” how much $x$ changed
โ€ข The trick: shrink $h$ to zero โ€” the slope between two points becomes the slope at one point.

Why "$x$ to the something" gets simpler

Computing every derivative from that limit would take forever. Luckily there's a shortcut for power functions:

$$\text{If } f(x) = x^n, \text{ then } f'(x) = nx^{n-1}$$
"bring the exponent down, subtract one from it"

So $f(x) = x^2$ gives $f'(x) = 2x$. At $x = 2$, that's $4$ โ€” the slope. No limit needed.

The whole concept in 8 words

The derivative tells you the slope at one point.

Question 1 of 5
โญ 0
๐Ÿ”ฅ 0
๐Ÿ†

Derivative mastered!

You crushed it. Slope at every point, on lock.

+75
XP earned
5/5
correct
0
to review

๐Ÿ“ In your review queue

    Build one for your notes โ†’