Calculus Core Concept Cheat Sheet
Calculus is the mathematical study of continuous change. It is primarily concerned with two major concepts: Differential Calculus (the study of rates of change and slopes of curves) and Integral Calculus (the study of accumulation and areas under curves). This cheat sheet summarizes the essential rules, formulas, and concepts required to master the fundamentals of Calculus.
1. Limits and Their Properties
A limit is the value that a function f(x) approaches as the input x approaches a certain value. Limits are essential for defining derivatives and integrals.
Basic Limit Laws
Assume limxa f(x) exists and limxa g(x) exists.
- Sum Law: limxa [f(x) + g(x)] = limxa f(x) + limxa g(x)
- Difference Law: limxa [f(x) - g(x)] = limxa f(x) - limxa g(x)
- Constant Multiple Law: limxa [c f(x)] = c limxa f(x)
- Product Law: limxa [f(x) g(x)] = limxa f(x) limxa g(x)
- Quotient Law: limxa [f(x) / g(x)] = limxa f(x) / limxa g(x) (provided limxa g(x) 0)
Important Limits
limxa c = c
limxa x = a
limx0 sin(x) / x = 1
limx0 (1 - cos(x)) / x = 0
limx (1 + 1/x)x = e
2. Derivatives
The derivative of a function f at a number a, denoted by f'(a), is defined as the limit of the difference quotient.
The Definition of the Derivative
f'(x) = limh0 [f(x + h) - f(x)] / h
Basic Differentiation Rules
Let c and n be real numbers.
- Constant Rule: d/dx [c] = 0
- Power Rule: d/dx [xn] = n xn-1
- Constant Multiple Rule: d/dx [c f(x)] = c f'(x)
- Sum and Difference Rules: d/dx [f(x) g(x)] = f'(x) g'(x)
Product and Quotient Rules
Product Rule: d/dx [f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
Quotient Rule: d/dx [f(x)/g(x)] = [g(x)f'(x) - f(x)g'(x)] / [g(x)]2
The Chain Rule
Used to differentiate composite functions: y = f(u) where u = g(x).
dy/dx = f'(u) g'(x)
Derivatives of Common Functions
- d/dx [sin x] = cos x
- d/dx [cos x] = -sin x
- d/dx [tan x] = sec2 x
- d/dx [sec x] = sec x tan x
- d/dx [ex] = ex
- d/dx [ax] = ax ln(a)
- d/dx [ln x] = 1/x
- d/dx [loga x] = 1 / (x ln a)
- d/dx [sin-1 x] = 1 / √(1 - x2)
3. Applications of Derivatives
Related Rates
Used to calculate the rate of change of one quantity based on the rate of change of a related quantity.
- Identify the variables and constants.
- Write an equation relating the variables.
- Differentiate both sides with respect to time t.
- Substitute known values and solve for the unknown rate.
Maximum and Minimum Values
Critical Number: A number c in the domain of f such that f'(c) = 0 or f'(c) does not exist.
The First Derivative Test:
- If f' changes from positive to negative at c, then f has a local maximum at c.
- If f' changes from negative to positive at c, then f has a local minimum at c.
The Second Derivative Test: Suppose f'' is continuous near c.
- If f'(c) = 0 and f''(c) > 0, then f has a local minimum at c.
- If f'(c) = 0 and f''(c) < 0, then f has a local maximum at c.
4. Integrals
Integration is the process of finding the antiderivative of a function. It is used to calculate areas, volumes, and accumulated change.
Indefinite Integrals
∫ f(x) dx = F(x) + C
Where F'(x) = f(x) and C is the constant of integration.
Basic Integration Formulas
- ∫ a dx = ax + C
- ∫ xn dx = (xn+1)/(n+1) + C (n ≠ -1)
- ∫ 1/x dx = ln|x| + C
- ∫ ex dx = ex + C
- ∫ ax dx = (ax / ln a) + C
- ∫ sin x dx = -cos x + C
- ∫ cos x dx = sin x + C
- ∫ sec2 x dx = tan x + C
The Fundamental Theorem of Calculus
Connects differentiation and integration.
Part 1: If f is continuous on [a, b], then the function g defined by:
g(x) = ∫ax f(t) dt
is continuous on [a, b] and differentiable on (a, b), and g'(x) = f(x).
Part 2 (Evaluation Theorem): If f is continuous on [a, b], then:
∫ab f(x) dx = F(b) - F(a)
Where F is any antiderivative of f.
5. Techniques of Integration
U-Substitution
Used to reverse the chain rule. Let u = g(x). Then du = g'(x) dx.
∫ f(g(x))g'(x) dx = ∫ f(u) du
Integration by Parts
Derived from the product rule. ∫ u dv = uv - ∫ v du.
LIPET Rule: Choose u in this order:
- Logarithmic functions
- Inverse trig functions
- Polynomial (algebraic) functions
- Exponential functions
- Trig functions
6. Applications of Integration
Area Between Curves
The area A of the region bounded by the curves y = f(x) and y = g(x) from x = a to x = b, where f(x) g(x):
A = ∫ab [f(x) - g(x)] dx
Volumes of Revolution
Disk Method
About the x-axis (horizontal).
V = π ∫ab [f(x)]2 dx
Washer Method
About the x-axis with a hole.
V = π ∫ab ( [R(x)]2 - [r(x)]2 ) dx
Shell Method
About the y-axis (vertical).
V = 2π ∫ab x f(x) dx
Arc Length
Length of a curve y = f(x) from a to b.
L = ∫ab √(1 + [f'(x)]2) dx
Areas in Polar Coordinates
Area enclosed by r = f(θ) from α to β.
A = ½ ∫αβ [f(θ)]2 dθ
We use cookies to enhance your browsing experience and analyze site traffic. By clicking 'Accept all cookies', you agree to the use of these cookies. You can manage your preferences or learn more in our [Privacy Policy/Cookie Policy.