Module 2: The Derivative

Calculus I – Study Guide

1. Rates of Change

Average Rate of Change = [f(b) − f(a)] / (b − a) = slope of secant line
Instantaneous Rate of Change = limh→0 [f(a+h) − f(a)] / h = slope of tangent line

2. Derivative Definition

f'(x) = limh→0 [f(x+h) − f(x)] / h
Alternative: f'(a) = limx→a [f(x) − f(a)] / (x − a)

Notation

f'(x) = dy/dx = df/dx = Df(x) — all mean the same thing.

3. Differentiability

Differentiable ⇒ Continuous (but NOT the other way around!)

Differentiability Fails At:

4. Basic Differentiation Rules

RuleFormula
Constantd/dx [c] = 0
Powerd/dx [xn] = nxn−1
Constant Multipled/dx [cf] = c · f'
Sum/Differenced/dx [f ± g] = f' ± g'
Exponentiald/dx [ex] = ex
Natural Logd/dx [ln x] = 1/x

5. Tangent Line Formula

y − f(a) = f'(a)(x − a)

6. Higher Derivatives

f''(x) = second derivative (acceleration if f is position).

f(x) = x4: f' = 4x³, f'' = 12x², f''' = 24x, f(4) = 24.