Differential calculus is the systematic study of how quantities change. The central object — the derivative — is simultaneously a slope, a rate, and a limit. This guide builds each idea from the ground up, while also giving you the vocabulary you'd otherwise hunt through multiple textbooks to find.
Every section is colour-coded so you can track the conceptual thread at a glance.
Colour Guide
Slopes & Linear geometry Rates of Change Limits & Continuity Derivatives & Rules Applications Practice
The Fundamental Definition —
\[ f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h} \]
① Slopes
Rise over run
Slope–intercept form
Point-slope form
Secant lines
② Rates of Change
Average rate
Difference quotient
Secant → tangent
③ Limits
ε–δ definition
One-sided limits
L'Hôpital's rule
Continuity
④ Derivatives
Power / product / quotient rules
Chain rule
Implicit diff.
Higher-order
⑤ Applications
Optimisation
Related rates
Kinematics
Linear approximation
⑥ Jargon Glossary
50+ terms defined
Etymology notes
Cross-references
No terms match.
Section One
Slopes & Linear Functions
Definition — Slope
The slope (symbol m) of a line measures steepness as the ratio of vertical change
(rise) to horizontal change (run) between any two distinct points.
⚠ Common Pitfall — Undefined Slope
Vertical lines (x = c) have undefined slope, not zero slope.
Zero slope belongs to horizontal lines (y = c).
Step-by-Step — Slope from Two Points
Label your points: \((x_1, y_1)\) and \((x_2, y_2)\).
Subtract y-values: \(\Delta y = y_2 - y_1\) (rise).
Subtract x-values: \(\Delta x = x_2 - x_1\) (run). Order must match.
Divide: \(m = \Delta y / \Delta x\).
Plug into point–slope form to find the full equation.
Real World — Grade of a Road
A road that rises 8 m over 100 m of horizontal distance has a grade of
\(8/100 = 0.08\), written as 8%. Highway engineers use this exact formula.
Section Two
Rates of Change
Definition — Average Rate of Change
For a function \(f\) over an interval \([a,b]\), the average rate of change (ARC) is the
slope of the secant line connecting \((a, f(a))\) and \((b, f(b))\).
Definition — Difference Quotient
The difference quotient expresses the ARC as \(x + h\):
\[ \frac{f(x+h) - f(x)}{h} \]
Taking \(h \to 0\) yields the derivative.
⚠ Secant vs Tangent
A secant line crosses a curve at two points (slope = ARC).
A tangent line touches at exactly one point (slope = derivative).
Real World — Average vs Instantaneous Velocity
A car travels 120 km in 1.5 hours → average speed 80 km/h (ARC of position).
The speedometer reads instantaneous speed (derivative of position).
Key Theorem — Mean Value Theorem (MVT)
If \(f\) is continuous on \([a,b]\) and differentiable on \((a,b)\), then there exists
at least one \(c \in (a,b)\) such that:
\[ f'(c) = \frac{f(b) - f(a)}{b - a} \]
Section Three
Limits & Continuity
Definition — Limit (Informal)
\(\lim_{x \to c} f(x) = L\) means: as \(x\) gets arbitrarily close to \(c\)
(but never equals \(c\)), \(f(x)\) gets arbitrarily close to \(L\).
Definition — Limit (ε–δ Formal)
For every \(\varepsilon > 0\) there exists \(\delta > 0\) such that
\( 0 < |x - c| < \delta \implies |f(x) - L| < \varepsilon \).
Approaching x = 0.0 |
f(x) → 0.0 |
Limit = 0.0
Left-hand: — |
Right-hand: —
0.0
⚠ Indeterminate Forms
When direct substitution gives one of these, the limit is not immediately determined:
\[ \frac{0}{0}, \quad \frac{\infty}{\infty}, \quad 0 \cdot \infty, \quad \infty - \infty, \quad 0^0, \quad 1^\infty, \quad \infty^0 \]
Techniques: factoring, rationalising, L'Hôpital's Rule, Taylor series.
L'Hôpital's Rule
If \(\lim f(x) = 0\) and \(\lim g(x) = 0\) (or both \(\pm\infty\)), and \(g'(x) \neq 0\) near \(c\):
\[ \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)} \]
Continuity — Three Conditions
\(f\) is continuous at \(c\) if and only if all three hold:
Higher-Order Derivatives
The second derivative \(f''(x)\) measures concavity and acceleration.
Order
Notation
Physics meaning
1st
\(s'(t)\)
Velocity
2nd
\(s''(t)\)
Acceleration
3rd
\(s'''(t)\)
Jerk
4th
\(s^{(4)}(t)\)
Snap / Jounce
⚠ Differentiability vs Continuity
Differentiability implies continuity, but not vice versa.
Example: \(f(x) = |x|\) is continuous everywhere but not differentiable at \(x = 0\).
Implicit Differentiation
When \(y\) cannot be isolated (e.g., \(x^2 + y^2 = 25\)):
Differentiate both sides w.r.t. \(x\).
Treat \(y\) as a function of \(x\): \(\tfrac{d}{dx}[y^2] = 2y\tfrac{dy}{dx}\).
Collect all \(\tfrac{dy}{dx}\) terms and solve.
Result: \(\tfrac{dy}{dx} = -\tfrac{x}{y}\) for the circle above.
Section Five
Applications of Derivatives
Critical Points, Extrema, Inflection Points
Term
Condition
Meaning
Critical point
\(f'(c) = 0\) or DNE
Candidate for local max/min
Local minimum
\(f'(c)=0\), \(f''(c)>0\)
Bowl-shaped
Local maximum
\(f'(c)=0\), \(f''(c)<0\)
Hill-shaped
Inflection point
\(f''(c)=0\), sign change
Concavity changes
Saddle point
\(f'(c)=0\), \(f''(c)=0\)
Neither max nor min
First & Second Derivative Tests1st Derivative Test: If \(f'\) changes from + to − at \(c\) → local max; − to + → local min. 2nd Derivative Test: At \(f'(c)=0\): \(f''(c) > 0\) → local min; \(f''(c) < 0\) → local max.
Optimisation Problems
General Strategy
Identify the quantity to maximise/minimise. Write objective function \(Q\).
Use constraints to eliminate variables until \(Q\) is in one variable.
Find \(Q'\), set to zero, solve critical points.
Verify using 2nd derivative test or boundary values.
State the answer with units.
Related Rates
Concept
When two quantities are related by an equation, differentiating both sides w.r.t. time \(t\) links their rates. This is the chain rule in action.
Linear Approximation & Differentials
\[ f(x) \approx f(a) + f'(a)(x - a) \quad \text{for } x \approx a \]
The tangent-line approximation: near any differentiable point, a curve looks like its tangent line.
Definition — Differential
The differential of \(y = f(x)\) is \(dy = f'(x)\,dx\). This formalises Leibniz notation and underpins numerical methods and error analysis.
Real World — Error Propagation
Sphere radius \(r = 5\) cm, error \(\pm 0.02\) cm.
Volume error: \(dV = 4\pi r^2 \, dr = 4\pi(25)(0.02) \approx 6.28 \text{ cm}^3\).
Kinematics — Position, Velocity, Acceleration
Quantity
Symbol
Relation
Sign
Position
\(s(t)\)
Given
Location
Velocity
\(v(t) = s'(t)\)
1st deriv.
+ = right
Speed
\(|v(t)|\)
Magnitude
≥ 0
Acceleration
\(a(t) = s''(t)\)
2nd deriv.
+ = speeding up
Section Six
Practice Problems
Problem 1 of 3 — Slopes
Challenge Problems
Stretch — Try Without Hints
Find the derivative of \(f(x) = x^x\). (Hint: use logarithmic differentiation.)
Find all points where the tangent to \(y = x^3 - 3x\) is horizontal.