Single-Variable Calculus
calculus, limits, continuity, derivatives, integrals, Taylor expansion
1 Why This Module Matters
Single-variable calculus is where the vague idea of change becomes precise enough to compute with.
It answers questions like:
- what does it mean for a function to approach a value
- when does a small input change produce a small output change
- how do we measure instantaneous change
- how do we accumulate change over an interval
- when is a local approximation trustworthy
Those ideas matter far beyond calculus class. Derivatives become the first version of gradients. Integrals become the first version of accumulation, averaging, and continuous models. Taylor expansion becomes the first bridge from exact formulas to approximation and algorithmic thinking.
This module is also a structural prerequisite for later parts of the site. Without it, optimization feels too magical, multivariable calculus feels abrupt, and analysis has no real runway.
2 First Pass Through This Module
The intended first-pass order is:
4 Core Concepts
- Limits and Continuity: teaches what it means for a function to approach a value and when continuity does or does not hold at a point.
- Derivatives and Local Approximation: turns change-over-an-interval into instantaneous change and the first local linear model.
- Integrals and Accumulation: turns local quantities into accumulated effect and the first global accumulation model.
- Sequences and Series: explains convergence, partial sums, geometric series, and why infinite processes can still stabilize.
- Taylor Expansion: makes polynomial approximation explicit and prepares later numerical, optimization, and asymptotic thinking.
5 Proof Patterns In This Module
Approach without touching: the value at the point and the value being approached are conceptually different.Continuity as compatibility: continuity at a point means limit and function value agree there.Approximation before exactness: many later tools begin by replacing a hard function with a simpler local model.
6 Applications
6.1 Optimization And Modeling
Before there are gradients in many variables, there are derivatives in one variable. This module gives the first precise language for rates, local improvement, curvature intuition, and approximation. Those ideas later reappear in gradient descent, line search, and sensitivity reasoning.
6.2 Engineering And Scientific Interpretation
Position, velocity, acceleration, accumulated work, marginal cost, signal change, and response curves all begin naturally in one-variable calculus before being generalized.
7 Go Deeper By Topic
Start with Limits and Continuity.
If that page feels shaky, slow down and make sure you can:
- read graphs and domains clearly
- distinguish substitution from limiting behavior
- explain why a hole, jump, or blow-up are different kinds of discontinuity
8 Optional Deep Dives After First Pass
The strongest official deeper references for this module are:
- MIT 18.01SC Single Variable Calculus - clean official course arc from limits to integration and approximation. Checked
2026-04-25. - OpenStax Calculus Volume 1 - broad free text for limits, continuity, derivatives, and integrals. Checked
2026-04-25. - OpenStax Calculus Volume 2 - broad free text for sequences, series, and Taylor expansion. Checked
2026-04-25. - Paul’s Online Math Notes: Calculus I - useful practice-heavy companion when you need more examples and repair work. Checked
2026-04-25.
9 Study Order
The intended first pass is the five-step sequence above.
You are ready to move to the next page when you can:
- explain the difference between a function value and a limit
- interpret the derivative as an instantaneous rate of change
- compute a simple derivative from the definition
- use a tangent-line approximation near a point
- explain a definite integral as accumulated change over an interval
- explain a series through its partial sums
- explain why derivatives determine Taylor coefficients
10 Sources and Further Reading
- MIT 18.01SC Single Variable Calculus -
First pass- strong official course sequence for the whole one-variable calculus arc. Checked2026-04-25. - OpenStax Calculus Volume 1 -
Second pass- full free text with clean sections on limits, continuity, derivatives, and integration. Checked2026-04-25. - OpenStax Calculus Volume 2 -
Second pass- full free text for sequences, series, and Taylor expansion. Checked2026-04-25. - Paul’s Online Math Notes: Calculus I -
Second pass- useful practice-oriented companion when you want many worked examples. Checked2026-04-25. - MIT 18.01 Lecture Notes -
Second pass- useful when you want a compact lecture-note style presentation rather than a textbook pass. Checked2026-04-25.