Introduction to Calculus Formulas
Calculus is the mathematical study of continuous change, and its formulas are the foundation for understanding rates of change, accumulation, and limits. This comprehensive cheat sheet provides all essential formulas with clear explanations and practical examples.
Why This Cheat Sheet is Essential:
- Consolidates all key calculus formulas in one place
- Provides clear explanations with practical examples
- Includes both basic and advanced formulas
- Organized by topic for easy reference
- Perfect for students, educators, and professionals
Whether you're studying for exams, working on engineering problems, or need a quick reference, this cheat sheet has everything you need to master calculus.
Limits & Continuity
Limits form the foundation of calculus, describing the behavior of functions as inputs approach certain values.
Limit Definition
Meaning: As x approaches a, f(x) approaches L
Example: limx→2 (x² - 4)/(x - 2) = 4
Even though f(2) is undefined, the limit exists.
Infinite Limits
Meaning: f(x) grows without bound as x approaches a
Example: limx→0 1/x² = ∞
The function approaches infinity from both sides.
One-Sided Limits
limx→a⁻ f(x) = L-
Meaning: Approach from right (+) or left (-)
Example: For f(x) = |x|/x, limx→0⁺ = 1, limx→0⁻ = -1
L'Hôpital's Rule
Condition: 0/0 or ∞/∞ form
Example: limx→0 sin(x)/x = limx→0 cos(x)/1 = 1
A function f(x) is continuous at x = a if:
- f(a) is defined
- limx→a f(x) exists
- limx→a f(x) = f(a)
Example: f(x) = x² is continuous everywhere
Counterexample: f(x) = 1/x is discontinuous at x = 0
Turn theory into practice with real-world problems using the surface area calculator.
Derivatives
Derivatives measure instantaneous rates of change and are fundamental to differential calculus.
Basic Differentiation Rules
Product & Quotient Rules
Chain Rule
Derivatives of Common Functions
| Function | Derivative | Domain |
|---|---|---|
| eˣ | eˣ | (-∞, ∞) |
| aˣ | aˣ ln(a) | (-∞, ∞) |
| ln|x| | 1/x | x ≠ 0 |
| logₐ|x| | 1/(x ln a) | x > 0 |
| sin x | cos x | (-∞, ∞) |
| cos x | -sin x | (-∞, ∞) |
| tan x | sec² x | x ≠ π/2 + nπ |
| sin⁻¹ x | 1/√(1-x²) | |x| < 1 |
| tan⁻¹ x | 1/(1+x²) | (-∞, ∞) |
Derivative Calculator
If you're ready to practice, apply concepts in real scenarios with the surface area calculator.
Applications of Derivatives
Derivatives have numerous practical applications in optimization, motion, and curve analysis.
Tangent Line
Equation: Point-slope form using derivative as slope
Example: For f(x) = x² at (2,4): y - 4 = 4(x - 2)
Increasing/Decreasing
f'(x) < 0 ⇒ f decreasing
Test: Sign of first derivative
First Derivative Test
For maxima/minima: + to - ⇒ max, - to + ⇒ min
Second Derivative Test
f''(c) < 0 ⇒ local maximum
Condition: f'(c) = 0
Steps to solve optimization problems:
- Identify quantity to optimize
- Write equation relating variables
- Express quantity as function of one variable
- Find critical points using f'(x) = 0
- Test endpoints and critical points
Example: Maximize area of rectangle with fixed perimeter P
A = x(P/2 - x), dA/dx = P/2 - 2x = 0 ⇒ x = P/4 (square maximizes area)
Integrals
Integration is the reverse process of differentiation and is used to find areas, volumes, and accumulations.
Basic Integration Rules
Integration Techniques
∫cos x dx = sin x + C
Definite Integrals
Integral Calculator
Want to evaluate your knowledge? Solve real-life problems using the surface area calculator.
Applications of Integrals
Integrals are used to compute areas, volumes, work, and many other physical quantities.
Area Between Curves
Where: f(x) ≥ g(x) on [a, b]
Example: Area between y = x² and y = x from 0 to 1
A = ∫01 (x - x²) dx = 1/6
Volume by Slicing
Where: A(x) is cross-sectional area
Disk Method
Rotation: About x-axis, R(x) = f(x)
Work
Where: F(x) is variable force
Example: Work to stretch spring: W = ∫0x kx dx = ½kx²
The length of a curve y = f(x) from x = a to x = b:
Example: Arc length of y = x³/² from 0 to 1
f'(x) = (3/2)x¹/², L = ∫01 √[1 + (9/4)x] dx ≈ 1.44
Infinite Series
Series represent the sum of infinitely many terms and are crucial for approximations and analysis.
Geometric Series
Converges: When |r| < 1
Example: ∑n=0∞ (1/2)ⁿ = 1/(1-½) = 2
p-Series
Converges: When p > 1
Example: ∑ 1/n² converges (p = 2 > 1)
∑ 1/n diverges (p = 1 ≤ 1)
Taylor Series
About: x = a (Maclaurin if a = 0)
Common Series
sin x = ∑ (-1)ⁿ x²ⁿ⁺¹/(2n+1)!
cos x = ∑ (-1)ⁿ x²ⁿ/(2n)!
All: Converge for all real x
| Test | Condition | Conclusion |
|---|---|---|
| Divergence Test | lim aₙ ≠ 0 | Diverges |
| Integral Test | f positive, continuous, decreasing | ∑aₙ and ∫f(x) dx same behavior |
| Comparison Test | 0 ≤ aₙ ≤ bₙ | If ∑bₙ converges, ∑aₙ converges |
| Ratio Test | lim |aₙ₊₁/aₙ| = L | L < 1: converges, L > 1: diverges |
| Root Test | lim |aₙ|¹/ⁿ = L | L < 1: converges, L > 1: diverges |
To check your understanding, work through practical examples with the surface area calculator.
Multivariable Calculus
Extending calculus to functions of several variables for modeling real-world phenomena.
Partial Derivatives
Meaning: Derivative with respect to x, holding y constant
Gradient
Direction: Points in direction of steepest ascent
Multiple Integrals
∭D f(x,y,z) dV
Volume: ∭D dV gives volume of region D
Line Integrals
Parametric: C given by r(t), a ≤ t ≤ b
If z = f(x,y) where x = g(t) and y = h(t):
Example: If z = x²y, x = t, y = t², then
dz/dt = (2xy)(1) + (x²)(2t) = 2t³ + 2t³ = 4t³
Differential Equations
Equations involving derivatives that model rates of change in various fields.
Separable Equations
∫dy/h(y) = ∫g(x) dx
Solution: Separate variables and integrate
First Order Linear
y = e⁻∫ᴾ[∫Qe∫ᴾ dx + C]
Integrating factor: μ = e∫ᴾ⁽ˣ⁾ ᵈˣ
Second Order Constant
Characteristic: ar² + br + c = 0
Solution: Based on roots r₁, r₂
Growth & Decay
P(t) = P₀eᵏᵗ
k > 0: Growth, k < 0: Decay
Example: Radioactive decay: A(t) = A₀e⁻ᵏᵗ
| Roots | General Solution |
|---|---|
| r₁ ≠ r₂ (real) | y = C₁eʳ¹ˣ + C₂eʳ²ˣ |
| r₁ = r₂ = r | y = (C₁ + C₂x)eʳˣ |
| r = α ± iβ | y = eᵅˣ(C₁cosβx + C₂sinβx) |
If you want to test your skills, explore real-world applications using the surface area calculator.
Quick Reference Guide
Essential formulas at a glance for quick problem-solving.