Why This Matters
Calculus is the mathematical language of change and accumulation—two ideas that show up everywhere from physics to economics to biology. In this course, you're being tested on your ability to understand how functions behave, why rates of change matter, and how accumulation connects back to those rates. The concepts here aren't isolated facts; they form an interconnected system where limits enable derivatives, derivatives reverse into integrals, and the Fundamental Theorem ties everything together.
Don't just memorize formulas and rules. Every concept in this guide demonstrates a deeper principle: limits capture the idea of approaching behavior, derivatives quantify instantaneous change, and integrals measure total accumulation. When you study each item, ask yourself what mathematical principle it illustrates and how it connects to the others. That's what separates students who struggle from those who truly understand calculus.
The Foundation: Limits and Continuity
Before you can talk about rates of change or accumulation, you need to understand what happens as inputs get arbitrarily close to specific values. Limits formalize the intuitive idea of "approaching" and make the rest of calculus rigorous.
Limits
- A limit describes the value a function approaches as the input gets arbitrarily close to a specific point—written as limx→af(x)=L
- Limits can be finite, infinite, or fail to exist—understanding one-sided limits (limx→a+ and limx→a−) helps diagnose function behavior at tricky points
- Every major calculus concept depends on limits—derivatives are defined as limits of difference quotients, and integrals arise from limits of Riemann sums
Continuity
- A function is continuous at a point when three conditions hold—the limit exists, the function is defined there, and limx→af(x)=f(a)
- Discontinuities come in types—removable (holes), jump, and infinite (vertical asymptotes), each revealing different function behaviors
- Continuous functions guarantee key theorems apply—the Intermediate Value Theorem and Extreme Value Theorem require continuity on closed intervals
Compare: Limits vs. Continuity—both examine function behavior at specific points, but limits only ask what value is approached, while continuity demands the function actually equals that value. If an exam asks why a function fails to be continuous, check which of the three conditions breaks down.
Measuring Change: Derivatives and Their Rules
The derivative answers a fundamental question: how fast is something changing right now? It transforms the geometric idea of slope into a precise tool for analyzing instantaneous rates of change.
Derivatives
- The derivative measures instantaneous rate of change—defined formally as f′(x)=limh→0hf(x+h)−f(x)
- Geometrically, it gives the slope of the tangent line—at any point (a,f(a)), the tangent line has slope f′(a)
- Differentiability implies continuity—if f′(a) exists, then f must be continuous at a (but not vice versa)
Differentiation Rules
- The power rule handles polynomial terms—for f(x)=xn, we have f′(x)=nxn−1, the most frequently used rule
- Product and quotient rules manage combinations—(fg)′=f′g+fg′ and (gf)′=g2f′g−fg′
- The chain rule unlocks composite functions—if y=f(g(x)), then dxdy=f′(g(x))⋅g′(x), essential for nested expressions
Compare: Product Rule vs. Chain Rule—both handle functions built from simpler pieces, but the product rule applies when functions are multiplied (f⋅g), while the chain rule applies when functions are composed (f(g(x))). Misidentifying which situation you're in is a common exam error.
Applications of Derivatives
- Critical points occur where f′(x)=0 or is undefined—these are candidates for local maxima, minima, or neither
- The second derivative reveals concavity—f′′(x)>0 means concave up, f′′(x)<0 means concave down, and sign changes indicate inflection points
- Related rates problems connect multiple changing quantities—use implicit differentiation with respect to time to link rates like dtdr and dtdV
Measuring Accumulation: Integrals and Techniques
While derivatives break things into instantaneous snapshots, integrals reassemble those pieces into totals. Integration answers the question: if I know the rate, what's the total amount?
Integrals
- Definite integrals compute net accumulation—∫abf(x)dx represents the signed area between the curve and the x-axis from a to b
- Indefinite integrals find antiderivatives—∫f(x)dx=F(x)+C where F′(x)=f(x) and C is the constant of integration
- Riemann sums provide the foundational definition—integrals are limits of sums limn→∞∑i=1nf(xi∗)Δx
Integration Techniques
- Substitution reverses the chain rule—set u=g(x), then du=g′(x)dx to simplify composite integrands
- Integration by parts reverses the product rule—∫udv=uv−∫vdu, useful when the integrand is a product
- Partial fractions decompose rational functions—split Q(x)P(x) into simpler fractions when the denominator factors
Compare: Substitution vs. Integration by Parts—substitution works best when you spot a function and its derivative together (composition structure), while integration by parts works when you have a product of unrelated functions. Try substitution first; if nothing simplifies, switch to parts.
Applications of Integrals
- Area between curves uses ∫ab[f(x)−g(x)]dx—where f(x)≥g(x) on the interval
- Volumes of revolution apply disk or shell methods—disks use V=π∫ab[r(x)]2dx, shells use V=2π∫abx⋅f(x)dx
- Physical applications include work and average value—work done by a variable force is W=∫abF(x)dx
The Bridge: Connecting Derivatives and Integrals
The Fundamental Theorem of Calculus is the most important result in the course—it reveals that differentiation and integration aren't just related, they're inverse operations.
Fundamental Theorem of Calculus
- Part 1 says differentiation undoes integration—if F(x)=∫axf(t)dt, then F′(x)=f(x), provided f is continuous
- Part 2 provides the evaluation shortcut—∫abf(x)dx=F(b)−F(a) where F is any antiderivative of f
- This theorem justifies all antiderivative-based integration—without it, we'd have to compute limits of Riemann sums every time
Compare: FTC Part 1 vs. Part 2—Part 1 tells you that accumulation functions are differentiable and gives their derivatives; Part 2 tells you how to evaluate definite integrals using antiderivatives. Both connect the same two operations but answer different questions.
Extending the Framework: Sequences and Series
When functions are too complex to work with directly, we can approximate them using infinite sums. Sequences and series extend calculus tools to handle infinite processes and function approximations.
Sequences and Series
- A sequence is an ordered list {an}; a series is the sum ∑n=1∞an—convergence means the partial sums approach a finite limit
- Key convergence tests include ratio, comparison, and integral tests—each applies to different series structures
- Taylor and Maclaurin series represent functions as infinite polynomials—f(x)=∑n=0∞n!f(n)(a)(x−a)n near x=a
Quick Reference Table
|
| Foundational definitions | Limits, Continuity |
| Instantaneous rate of change | Derivatives, Tangent line slope |
| Computational shortcuts | Power rule, Chain rule, Product rule, Quotient rule |
| Optimization and curve analysis | Critical points, Concavity, Inflection points |
| Accumulation and area | Definite integrals, Riemann sums |
| Antidifferentiation techniques | Substitution, Integration by parts, Partial fractions |
| Connecting differentiation and integration | Fundamental Theorem of Calculus (Parts 1 & 2) |
| Infinite processes | Sequences, Series, Taylor series |
Self-Check Questions
-
What three conditions must be satisfied for a function to be continuous at a point, and which condition typically fails for a function with a "hole"?
-
Both the chain rule and substitution involve composite functions—explain how one is used for differentiation and the other for integration.
-
If f′(x)>0 and f′′(x)<0 on an interval, what can you conclude about the function's behavior? Which concepts are you applying?
-
Compare and contrast the two parts of the Fundamental Theorem of Calculus: what question does each part answer, and when would you use each?
-
A problem gives you a rate function r(t) and asks for the total accumulated quantity over [0,5]. What operation do you perform, and how does this connect to the relationship between derivatives and integrals?