Calculus: The Principle Map

By Vegard Gjerde Based on Masterful Learning 15 min read
math calculus principle-map

Calculus is the mathematics of change and accumulation. This guide provides a principle map of single-variable computational calculus: limits, derivatives, integrals, and problem-native applications. Each principle represents one atomic step you can use in problem-solving.

The calculus principle map

The Calculus principle map: columns are topics (limits, derivatives, integrals, applications), rows are roles (representational vs transformational).

On this page

Why Learn Calculus?

Calculus is the foundational mathematical language for physics, engineering, economics, biology, and nearly every quantitative science. It answers two fundamental questions: How fast is something changing? (derivatives) and How much accumulates over time? (integrals).

Without calculus, you can’t model motion, optimize designs, analyze rates of change, or compute areas under curves. Every time you take a derivative, apply the chain rule, or use the Fundamental Theorem of Calculus, you’re making an atomic, defensible step that can be checked for correctness.

This subdomain focuses on computational calculus: the techniques and theorems you need to solve problems. Rigorous convergence theory and proof-heavy analysis live in the Real Analysis Foundations subdomain.

Prerequisites

Mathematics:

  • Algebra fluency: equation solving, factoring, exponent rules
  • Functions: composition, inverse functions, exponential and logarithmic models

Prior Subdomains:

  • Algebra (required for symbolic manipulation)
  • Functions (required for function operations)

The Principle Map

The calculus principle map organizes 47 core single-variable calculus principles along two axes:

X-axis (Topics):

  • Limits — The foundation: what does f(x)f(x) approach as xax \to a?
  • Derivatives — Instantaneous rate of change
  • Integrals — Accumulation and area under curves
  • Applications — Optimization, averaging, and approximation

Y-axis (Principle Role):

  • Representational — Definitions and object forms (what things are)
  • Transformational — Computation rules and inference steps (valid moves)

Progression numbers provide a recommended path through the subject. They may contain gaps when a later principle depends on work grouped elsewhere in the map, so treat them as a guide to sequence rather than a promise of strict numerical continuity.

The map shows dependencies: most principles require understanding earlier ones in their progression sequence.

Core Principles

Conditions tell you when a principle applies. They’re intentionally concise—think of them as the main assumptions. You’ll refine what they really mean through practice.

Limits: Foundations (P1–3)

PrincipleEquationCondition
Limit statementlimxaf(x)=L\lim_{x \to a} f(x) = Lxax \to a
Left-hand limit statementlimxaf(x)=L\lim_{x \to a^-} f(x) = Lxax \to a^-
Right-hand limit statementlimxa+f(x)=L\lim_{x \to a^+} f(x) = Lxa+x \to a^+

These principles establish the language of limits: what it means for f(x)f(x) to approach a value LL as xx approaches aa. One-sided limits distinguish behavior from the left and right.

Limits: Computation Rules (P4–10)

PrincipleEquationCondition
Limit of a Constantlimxac=c\lim_{x \to a} c = cc constant
Limit of the Identitylimxax=a\lim_{x \to a} x = axax \to a
Limit Sum Rulelimxa(f(x)+g(x))=limxaf(x)+limxag(x)\lim_{x \to a} (f(x)+g(x)) = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)both limits exist
Limit Constant Multiple Rulelimxa(cf(x))=climxaf(x)\lim_{x \to a} (c f(x)) = c \lim_{x \to a} f(x)limit exists
Limit Product Rulelimxa(f(x)g(x))=(limxaf(x))(limxag(x))\lim_{x \to a} (f(x)g(x)) = \left(\lim_{x \to a} f(x)\right)\left(\lim_{x \to a} g(x)\right)both limits exist
Limit Quotient Rulelimxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}limxag(x)0\lim_{x \to a} g(x) \neq 0; both limits exist
Limit of a Continuous Compositionlimxaf(g(x))=f ⁣(limxag(x))\lim_{x \to a} f(g(x)) = f\!\left(\lim_{x \to a} g(x)\right)limxag(x)=L\lim_{x \to a} g(x)=L; f continuous at L

These are the arithmetic rules for limits: how to break down complex limits into simpler pieces. They’re the workhorses of limit computation.

Limits: Continuity and Advanced Techniques

PrincipleEquationCondition
Squeeze theoremg(x)f(x)h(x), limxag(x)=limxah(x)=Llimxaf(x)=Lg(x) \le f(x) \le h(x),\ \lim_{x \to a} g(x)=\lim_{x \to a} h(x)=L \Rightarrow \lim_{x \to a} f(x)=Lg(x)f(x)h(x)g(x) \le f(x) \le h(x) near a; limg=limh\lim g = \lim h
Continuity at a pointlimxaf(x)=f(a)\lim_{x \to a} f(x)=f(a)f(a) defined; limit exists
L’Hopital’s rulelimxaf(x)g(x)=limxaf(x)g(x)\lim_{x \to a}\frac{f(x)}{g(x)}=\lim_{x \to a}\frac{f'(x)}{g'(x)}0/0or/0/0 or \infty/\infty; f and g differentiable near a; g0g^{\prime}\neq 0

The squeeze theorem traps a limit between two known bounds. Continuity connects pointwise limit matching to function values and piecewise checks. L’Hôpital’s rule resolves indeterminate quotient forms using derivatives.

Derivatives: Definition

PrincipleEquationCondition
Derivative at a pointf(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h \to 0}\frac{f(a+h)-f(a)}{h}limit exists

The derivative definition is the cornerstone of differential calculus. It supplies the core derivative object that later rule families, tangent-line work, and local classification build on.

Derivatives: Basic Rules (P16–19)

PrincipleEquationCondition
Derivative of a Constantddxc=0\frac{d}{dx} c = 0c constant
Power ruleddxxn=nxn1\frac{d}{dx} x^n = n x^{n-1}nZn \in \mathbb{Z}
Derivative sum ruleddx(f(x)+g(x))=f(x)+g(x)\frac{d}{dx}(f(x)+g(x)) = f'(x)+g'(x)f and g differentiable
Derivative constant multiple ruleddx(cf(x))=cf(x)\frac{d}{dx}(c f(x)) = c f'(x)c constant; f differentiable

These are the fundamental differentiation rules: constants vanish, powers decrease by one, and derivatives distribute over sums.

Derivatives: Product, Quotient, and Chain (P20–22)

PrincipleEquationCondition
Product ruleddx(f(x)g(x))=f(x)g(x)+f(x)g(x)\frac{d}{dx}(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)f and g differentiable
Quotient ruleddx(f(x)g(x))=f(x)g(x)f(x)g(x)(g(x))2\frac{d}{dx}\left(\frac{f(x)}{g(x)}\right)=\frac{f'(x)g(x)-f(x)g'(x)}{(g(x))^2}f and g differentiable; g(x)0g(x)\neq 0
Chain ruleddxf(g(x))=f(g(x))g(x)\frac{d}{dx} f(g(x)) = f'(g(x)) g'(x)f differentiable at g(x); g differentiable at x

The product and quotient rules handle combinations of functions. The chain rule is essential for composite functions and appears everywhere in calculus.

Derivatives: Exponential and Logarithmic Functions (P23–25)

PrincipleEquationCondition
Derivative of e^xddxex=ex\frac{d}{dx} e^x = e^xalways applies
Derivative of a^xddxax=axln(a)\frac{d}{dx} a^x = a^x \ln(a)a>0;a1a>0; a\neq 1
Derivative of ln(x)ddxln(x)=1x\frac{d}{dx}\ln(x) = \frac{1}{x}x>0x>0

Exponential functions have the remarkable property that they’re their own derivative (up to a constant). Logarithms have derivatives that are rational functions.

Derivatives: Applications (P26–27)

PrincipleEquationCondition
Differentiate both sidesu(x)=v(x)u(x)=v(x)u(x)=v(x) \Rightarrow u'(x)=v'(x)identity or implicit relation; u and v differentiable
Tangent Line Equationyf(a)=f(a)(xa)y - f(a) = f'(a)(x-a)f’(a) exists

These principles support implicit differentiation and finding tangent lines, which are key applications of derivatives.

Integrals: Definitions (P28–30)

PrincipleEquationCondition
Antiderivative definitionF(x)=f(x)F'(x)=f(x)F differentiable on the interval
Indefinite integral as antiderivativef(x)dx=F(x)+C\int f(x)\,dx = F(x) + CF’(x)=f(x)
Definite integral (Riemann sum form)abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n \to \infty}\sum_{i=1}^n f(x_i^*)\Delta xf integrable on [a, b]

Integrals come in two flavors: indefinite (antiderivatives) and definite (accumulation over an interval). The Riemann sum definition connects integrals to the limit of finite sums.

Integrals: Basic Rules (P31–36)

PrincipleEquationCondition
Integral sum rule(f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x)+g(x))\,dx = \int f(x)\,dx + \int g(x)\,dxboth integrals exist
Integral constant multiple rulecf(x)dx=cf(x)dx\int c f(x)\,dx = c \int f(x)\,dxc constant; integral exists
Power rule for integralsxndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1}+Cn1n \neq -1
Integral of 1/x1xdx=lnx+C\int \frac{1}{x}\,dx = \ln\left|x\right| + Cx0x \neq 0
Integral of e^xexdx=ex+C\int e^x\,dx = e^x + Calways applies
Integral of a^xaxdx=axln(a)+C\int a^x\,dx = \frac{a^x}{\ln(a)} + Ca>0;a1a>0; a\neq 1

These are the fundamental antidifferentiation formulas, derived by reversing the derivative rules.

Integrals: Fundamental Theorems (P37–38)

PrincipleEquationCondition
Fundamental Theorem of Calculus (Part 1)A(x)=f(x)A'(x)=f(x)f continuous; A(x)=axf(t)dtA(x)=\int_a^x f(t)\,dt
Fundamental Theorem of Calculus (Part 2)abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b)-F(a)F’(x)=f(x)

These are the two halves of the Fundamental Theorem of Calculus, which connect differentiation and integration. FTC1 says derivatives undo integrals; FTC2 says antiderivatives compute definite integrals.

Integrals: Advanced Techniques (P39–41)

PrincipleEquationCondition
Substitution rule (u-substitution)f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx = \int f(u)\,duu=g(x);dudx=g(x)u=g(x); \frac{du}{dx}=g'(x)
Substitution rule (definite integral)abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_a^b f(g(x))g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,duu=g(x); u(a)=g(a); u(b)=g(b)
Integration by partsu(x)v(x)dx=u(x)v(x)u(x)v(x)dx\int u(x)v'(x)\,dx = u(x)v(x) - \int u'(x)v(x)\,dxu and v differentiable

Substitution (the “reverse chain rule”) and integration by parts (the “reverse product rule”) are the two main techniques for computing complex integrals.

Applications: Optimization and Approximation

PrincipleEquationCondition
Average value of a functionfavg=1baabf(x)dxf_{\mathrm{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dxa<ba\lt b; integral exists
First derivative test (local maximum)ε>0: x(cε,c)f(x)>0, x(c,c+ε)f(x)<0\exists \varepsilon>0:\ x\in(c-\varepsilon,c) \Rightarrow f^{\prime}(x)>0,\ x\in(c,c+\varepsilon) \Rightarrow f^{\prime}(x)<0f’ changes (+ to -) at c
First derivative test (local minimum)ε>0: x(cε,c)f(x)<0, x(c,c+ε)f(x)>0\exists \varepsilon>0:\ x\in(c-\varepsilon,c) \Rightarrow f^{\prime}(x)<0,\ x\in(c,c+\varepsilon) \Rightarrow f^{\prime}(x)\gt 0f’ changes (- to +) at c
Second derivative test (local minimum)f(c)=0f(c)>0f'(c)=0 \wedge f''(c)>0f(c)=0;f(c)>0f'(c)=0; f''(c)>0
Second derivative test (local maximum)f(c)=0f(c)<0f'(c)=0 \wedge f''(c)\lt 0f(c)=0;f(c)<0f'(c)=0; f''(c)\lt 0
Linear Approximationf(x)f(a)+f(a)(xa)f(x)\approx f(a)+f'(a)(x-a)x near a; f’(a) exists
Taylor polynomial definitionTn(x)=k=0nf(k)(a)k!(xa)kT_n(x)=\sum_{k=0}^n \frac{f^{(k)}(a)}{k!}(x-a)^kf has derivatives up to order n at a

These principles support scalar optimization, local classification, averaging, and approximation. They are the application-layer tools that still survive as honest direct steps in the current calculus problem system.

What’s Next?

Enabled Subdomains:

  • Real Analysis Foundations — Rigorous convergence theory, epsilon-delta proofs, and Riemann integral theory
  • Multivariable Calculus — Partial derivatives, gradients, multiple integrals, and vector calculus
  • Differential Equations — Techniques for solving ODEs using calculus tools
  • PhysicsClassical Mechanics principle map, electromagnetism, and other physics subdomains rely heavily on calculus

Suggested Learning Path:

  1. Master limits first (P1–13): Build intuition for convergence and continuity before tackling derivatives
  2. Learn derivatives systematically (P14–27): Start with the definition, then basic rules, then product/quotient/chain
  3. Connect derivatives to integrals (P28–41): Understand antiderivatives, then the Fundamental Theorem
  4. Apply the application layer: use optimization tests, averaging formulas, and approximation principles after the computational backbone is stable

Suggested routes through this map:

How This Fits in Unisium

In the Unisium Study System, each step in calculus problem-solving ties to at least one principle. This means your work stays locally checkable, and gaps in understanding become visible and fixable.

Unisium trains calculus in two complementary ways:

Principles in isolation (fast, targeted)

Principles in context (real problem skill)

  • Self-Explanation: step through worked solutions and justify moves
  • Problem Solving: solve new problems and practice selecting the right principle under uncertainty

The principle map is your navigation layer: it shows what to learn next, and it explains why some problems feel harder (they require chaining principles across topics—limits into derivatives, derivatives into optimization).

Good first focus: Limits and derivatives form the first practical spine of the subject. Once that backbone is stable, integrals and the application guides extend the same logic into accumulation, optimization, averaging, and approximation.

Masterful Learning book cover

Masterful Learning

The study system for physics, math, & programming that works: retrieval, connection, explanation, problem solving, and more.

Read the book (opens in new tab) ISBN 979-8-2652-9642-9

Ready to apply this strategy?

Join Unisium and start implementing these evidence-based learning techniques.

Start Learning with Unisium Read More Guides

Want the complete framework? This guide is from Masterful Learning.

Learn about the book →