Single-Variable Calculus

How limits, continuity, derivatives, integrals, and approximation turn one-variable change into the language behind optimization, modeling, and analysis.
Modified

April 26, 2026

Keywords

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.

Prerequisites Algebra first: functions, equations, graph reading, exponentials, logarithms, and basic trigonometric comfort.

Unlocks Optimization, multivariable calculus, differential equations, analysis

Research Use Reading objectives, rates, approximations, asymptotics, and local-model arguments more fluently

2 First Pass Through This Module

The intended first-pass order is:

  1. Limits and Continuity
  2. Derivatives and Local Approximation
  3. Integrals and Accumulation
  4. Sequences and Series
  5. Taylor Expansion

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:

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

Back to top