CalcRef web

CalcRef

A complete calculus study companion: browse 136 formulas with worked examples, drill yourself with tracked quizzes, review reference tables and constants, convert units, and evaluate expressions — all in your browser.

136

formulas across 8 calculus topics

0favorites
0quizzes taken
0%quiz accuracy
0recently opened

Limit Definition (Epsilon-Delta)

limxaf(x)=L    ϵ>0,δ>0:0<xa<δf(x)L<ϵ\lim_{x \to a} f(x) = L \iff \forall \epsilon > 0, \exists \delta > 0 : 0 < |x - a| < \delta \Rightarrow |f(x) - L| < \epsilon

The formal epsilon-delta definition of a limit. For every epsilon greater than zero, there exists a delta such that f(x) is within epsilon of L whenever x is within delta of a.

Limits & Continuity · Worked examples

Details

Left-Hand Limit

limxaf(x)=L\lim_{x \to a^-} f(x) = L

The limit of f(x) as x approaches a from the left (from values less than a).

Limits & Continuity · Worked examples

Details

Right-Hand Limit

limxa+f(x)=L\lim_{x \to a^+} f(x) = L

The limit of f(x) as x approaches a from the right (from values greater than a). A two-sided limit exists if and only if both one-sided limits exist and are equal.

Limits & Continuity · Worked examples

Details

Squeeze Theorem

g(x)f(x)h(x) and limxag(x)=limxah(x)=Llimxaf(x)=Lg(x) \leq f(x) \leq h(x) \text{ and } \lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L \Rightarrow \lim_{x \to a} f(x) = L

If f(x) is squeezed between g(x) and h(x) near a, and g and h have the same limit L, then f also has limit L.

Limits & Continuity · Worked examples

Details

Limit of a Sum

limxa[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)

The limit of a sum equals the sum of the limits, provided both limits exist.

Limits & Continuity · Worked examples

Details

Limit of a Product

limxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) \cdot g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)

The limit of a product equals the product of the limits, provided both limits exist.

Limits & Continuity · Worked examples

Details

Limit of a Quotient

limxaf(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)}

The limit of a quotient equals the quotient of the limits, provided the denominator limit is nonzero.

Limits & Continuity · Worked examples

Details

Limit of a Power

limxa[f(x)]n=[limxaf(x)]n\lim_{x \to a} [f(x)]^n = \left[\lim_{x \to a} f(x)\right]^n

The limit of a power equals the power of the limit, for any positive integer n.

Limits & Continuity · Worked examples

Details

Limit of a Constant Multiple

limxa[cf(x)]=climxaf(x)\lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x)

A constant factor can be pulled out of a limit.

Limits & Continuity · Worked examples

Details

Limit of sin(x)/x

limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1

One of the most important special limits in calculus. Often proved using the Squeeze Theorem with geometric arguments.

Limits & Continuity · Worked examples

Details

Limit of (cos x - 1)/x

limx0cosx1x=0\lim_{x \to 0} \frac{\cos x - 1}{x} = 0

A special limit related to the derivative of cosine at x = 0.

Limits & Continuity · Worked examples

Details

Limit Definition of e

limn(1+1n)n=e\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e

The number e (≈ 2.71828) defined as a limit. Equivalently, lim(x→0) (1+x)^(1/x) = e.

Limits & Continuity · Worked examples

Details

L'Hopital's Rule

If 00 or ±±:limxaf(x)g(x)=limxaf(x)g(x)\text{If } \frac{0}{0} \text{ or } \frac{\pm\infty}{\pm\infty}: \lim_{x \to a} \frac{f(x)}{g(x)} = \lim_{x \to a} \frac{f'(x)}{g'(x)}

L'Hopital's Rule: When a limit gives an indeterminate form 0/0 or ∞/∞, the limit equals the ratio of the derivatives (if that limit exists).

Limits & Continuity · Worked examples

Details

Continuity Definition

f is continuous at a    limxaf(x)=f(a)f \text{ is continuous at } a \iff \lim_{x \to a} f(x) = f(a)

A function is continuous at a point a if (1) f(a) is defined, (2) lim(x→a) f(x) exists, and (3) the limit equals f(a).

Limits & Continuity · Worked examples

Details

Intermediate Value Theorem

f continuous on [a,b],  f(a)<N<f(b)c(a,b):f(c)=Nf \text{ continuous on } [a,b],\; f(a) < N < f(b) \Rightarrow \exists\, c \in (a,b) : f(c) = N

If f is continuous on [a,b] and N is between f(a) and f(b), then there exists at least one c in (a,b) where f(c) = N. Often used to show a root exists.

Limits & Continuity · Worked examples

Details

Extreme Value Theorem

f continuous on [a,b]f attains an absolute max and min on [a,b]f \text{ continuous on } [a,b] \Rightarrow f \text{ attains an absolute max and min on } [a,b]

If f is continuous on a closed interval [a, b], then f attains both an absolute maximum and an absolute minimum on that interval.

Limits & Continuity · Worked examples

Details

Limits at Infinity

limxanxn+bmxm+={0n<man/bmn=m±n>m\lim_{x \to \infty} \frac{a_n x^n + \cdots}{b_m x^m + \cdots} = \begin{cases} 0 & n < m \\ a_n/b_m & n = m \\ \pm\infty & n > m \end{cases}

For rational functions as x→∞, compare the degrees of numerator (n) and denominator (m) to determine the limit.

Limits & Continuity · Worked examples

Details

Infinite Limits (Vertical Asymptotes)

limxaf(x)=±x=a is a vertical asymptote\lim_{x \to a} f(x) = \pm\infty \Rightarrow x = a \text{ is a vertical asymptote}

If f(x) approaches ±∞ as x approaches a, then the line x = a is a vertical asymptote of f.

Limits & Continuity · Worked examples

Details

Limit Definition of Derivative

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

The derivative of f at x is defined as the limit of the difference quotient as h approaches 0.

Derivatives · Worked examples

Details

Constant Rule

ddx[c]=0\frac{d}{dx}[c] = 0

The derivative of any constant is zero.

Derivatives · Worked examples

Details

Power Rule

ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}

Bring the exponent down as a coefficient and reduce the exponent by one. Works for any real number n.

Derivatives · Worked examples

Details

Constant Multiple Rule

ddx[cf(x)]=cf(x)\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x)

A constant factor passes through the derivative operator.

Derivatives · Worked examples

Details

Sum/Difference Rule

ddx[f(x)±g(x)]=f(x)±g(x)\frac{d}{dx}[f(x) \pm g(x)] = f'(x) \pm g'(x)

The derivative of a sum or difference is the sum or difference of the derivatives.

Derivatives · Worked examples

Details

Product Rule

ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x)

The derivative of a product: derivative of the first times the second, plus the first times the derivative of the second.

Derivatives · Worked examples

Details

Quotient Rule

ddx[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}

The derivative of a quotient: (derivative of top times bottom minus top times derivative of bottom) over bottom squared.

Derivatives · Worked examples

Details

Chain Rule

ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

For composite functions: differentiate the outer function evaluated at the inner function, then multiply by the derivative of the inner function.

Derivatives · Worked examples

Details

Derivative of sin(x)

ddx[sinx]=cosx\frac{d}{dx}[\sin x] = \cos x

The derivative of the sine function is the cosine function.

Derivatives · Worked examples

Details

Derivative of cos(x)

ddx[cosx]=sinx\frac{d}{dx}[\cos x] = -\sin x

The derivative of cosine is negative sine.

Derivatives · Worked examples

Details

Derivative of tan(x)

ddx[tanx]=sec2x\frac{d}{dx}[\tan x] = \sec^2 x

The derivative of tangent is secant squared.

Derivatives · Worked examples

Details

Derivative of cot(x)

ddx[cotx]=csc2x\frac{d}{dx}[\cot x] = -\csc^2 x

The derivative of cotangent is negative cosecant squared.

Derivatives · Worked examples

Details

Derivative of sec(x)

ddx[secx]=secxtanx\frac{d}{dx}[\sec x] = \sec x \tan x

The derivative of secant is secant times tangent.

Derivatives · Worked examples

Details

Derivative of csc(x)

ddx[cscx]=cscxcotx\frac{d}{dx}[\csc x] = -\csc x \cot x

The derivative of cosecant is negative cosecant times cotangent.

Derivatives · Worked examples

Details

Derivative of eˣ

ddx[ex]=ex\frac{d}{dx}[e^x] = e^x

The exponential function eˣ is its own derivative -a unique property of the natural exponential.

Derivatives · Worked examples

Details

Derivative of aˣ

ddx[ax]=axlna\frac{d}{dx}[a^x] = a^x \ln a

The derivative of a general exponential function aˣ is aˣ times the natural log of the base.

Derivatives · Worked examples

Details

Derivative of ln(x)

ddx[lnx]=1x\frac{d}{dx}[\ln x] = \frac{1}{x}

The derivative of the natural logarithm is 1/x.

Derivatives · Worked examples

Details

Derivative of log_a(x)

ddx[logax]=1xlna\frac{d}{dx}[\log_a x] = \frac{1}{x \ln a}

The derivative of a logarithm with base a. Use the change of base formula: log_a(x) = ln(x)/ln(a).

Derivatives · Worked examples

Details

Derivative of arcsin(x)

ddx[arcsinx]=11x2\frac{d}{dx}[\arcsin x] = \frac{1}{\sqrt{1 - x^2}}

The derivative of the inverse sine function.

Derivatives · Worked examples

Details

Derivative of arccos(x)

ddx[arccosx]=11x2\frac{d}{dx}[\arccos x] = -\frac{1}{\sqrt{1 - x^2}}

The derivative of the inverse cosine function. Note the negative sign compared to arcsin.

Derivatives · Worked examples

Details

Derivative of arctan(x)

ddx[arctanx]=11+x2\frac{d}{dx}[\arctan x] = \frac{1}{1 + x^2}

The derivative of the inverse tangent function. Valid for all real x.

Derivatives · Worked examples

Details

Derivative of arccot(x)

ddx[arccotx]=11+x2\frac{d}{dx}[\text{arccot}\, x] = -\frac{1}{1 + x^2}

The derivative of the inverse cotangent function. Note the negative sign compared to arctan.

Derivatives · Worked examples

Details

Derivative of arcsec(x)

ddx[arcsecx]=1xx21\frac{d}{dx}[\text{arcsec}\, x] = \frac{1}{|x|\sqrt{x^2 - 1}}

The derivative of the inverse secant function.

Derivatives · Worked examples

Details

Derivative of arccsc(x)

ddx[arccscx]=1xx21\frac{d}{dx}[\text{arccsc}\, x] = -\frac{1}{|x|\sqrt{x^2 - 1}}

The derivative of the inverse cosecant function. Note the negative sign, mirroring the arcsec derivative.

Derivatives · Worked examples

Details

Tangent Line

yf(a)=f(a)(xa)y - f(a) = f'(a)(x - a)

The equation of the tangent line to f(x) at the point (a, f(a)). The slope is the derivative evaluated at x = a.

Applications of Derivatives · Worked examples

Details

Normal Line

yf(a)=1f(a)(xa)y - f(a) = -\frac{1}{f'(a)}(x - a)

The normal line is perpendicular to the tangent line. Its slope is the negative reciprocal of the derivative.

Applications of Derivatives · Worked examples

Details

Critical Points

f(c)=0 or f(c) DNEc is a critical pointf'(c) = 0 \text{ or } f'(c) \text{ DNE} \Rightarrow c \text{ is a critical point}

Critical points occur where the derivative is zero or undefined. These are candidates for local extrema.

Applications of Derivatives · Worked examples

Details

First Derivative Test

f changes +local max;f changes +local minf' \text{ changes } + \to - \Rightarrow \text{local max}; \quad f' \text{ changes } - \to + \Rightarrow \text{local min}

At a critical point c: if f' changes from positive to negative, c is a local max. If f' changes from negative to positive, c is a local min.

Applications of Derivatives · Worked examples

Details

Second Derivative Test

f(c)=0:f(c)>0local min;f(c)<0local maxf'(c) = 0: \quad f''(c) > 0 \Rightarrow \text{local min}; \quad f''(c) < 0 \Rightarrow \text{local max}

At a critical point where f'(c) = 0: if f''(c) > 0, c is a local minimum (concave up). If f''(c) < 0, c is a local maximum (concave down). If f''(c) = 0, the test is inconclusive.

Applications of Derivatives · Worked examples

Details

Concavity

f(x)>0concave up;f(x)<0concave downf''(x) > 0 \Rightarrow \text{concave up}; \quad f''(x) < 0 \Rightarrow \text{concave down}

The second derivative determines concavity. Concave up means the curve opens upward (bowl shape). Concave down means it opens downward.

Applications of Derivatives · Worked examples

Details

Inflection Points

f(c)=0 (or DNE) and concavity changes at c(c,f(c)) is an inflection pointf''(c) = 0 \text{ (or DNE) and concavity changes at } c \Rightarrow (c, f(c)) \text{ is an inflection point}

An inflection point is where the concavity changes. Find candidates where f''(x) = 0 or is undefined, then verify concavity changes.

Applications of Derivatives · Worked examples

Details

Mean Value Theorem

f(c)=f(b)f(a)ba for some c(a,b)f'(c) = \frac{f(b) - f(a)}{b - a} \text{ for some } c \in (a, b)

If f is continuous on [a,b] and differentiable on (a,b), then there exists at least one c in (a,b) where the instantaneous rate of change equals the average rate of change.

Applications of Derivatives · Worked examples

Details

Rolle's Theorem

f(a)=f(b)c(a,b):f(c)=0f(a) = f(b) \Rightarrow \exists\, c \in (a,b) : f'(c) = 0

If f is continuous on [a,b], differentiable on (a,b), and f(a) = f(b), then there exists at least one c in (a,b) where f'(c) = 0. This is a special case of MVT.

Applications of Derivatives · Worked examples

Details

Related Rates

ddt[equation] -differentiate both sides with respect to time\frac{d}{dt}[\text{equation}] \text{ -differentiate both sides with respect to time}

Related rates problems involve finding how fast one quantity changes given how fast another changes. Differentiate an equation relating the quantities with respect to time.

Applications of Derivatives · Worked examples

Details

Optimization

Find critical points of f(x)=0, then verify max/min via endpoint or derivative test\text{Find critical points of } f'(x) = 0 \text{, then verify max/min via endpoint or derivative test}

Optimization finds the maximum or minimum value of a function. Set up the objective function, find critical points, and test them.

Applications of Derivatives · Worked examples

Details

Linearization

L(x)=f(a)+f(a)(xa)L(x) = f(a) + f'(a)(x - a)

The linearization of f at a is the tangent line, used as a linear approximation of f near a. This is the same as the first-degree Taylor polynomial.

Applications of Derivatives · Worked examples

Details

Differentials

dy=f(x)dxdy = f'(x)\, dx

The differential dy approximates the change in y for a small change dx. Used for error estimation and approximation.

Applications of Derivatives · Worked examples

Details

Newton's Method

xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}

Newton's method iteratively approximates roots of f(x) = 0. Each step uses the tangent line to get a better approximation.

Applications of Derivatives · Worked examples

Details

L'Hopital's Rule (Applications)

limxaf(x)g(x)=00,limxaf(x)g(x)\lim_{x \to a} \frac{f(x)}{g(x)} \overset{\frac{0}{0}, \frac{\infty}{\infty}}{=} \lim_{x \to a} \frac{f'(x)}{g'(x)}

L'Hopital's Rule applied to evaluate limits involving indeterminate forms such as 0·∞, ∞-∞, 0⁰, ∞⁰, 1^∞ by algebraic rearrangement to 0/0 or ∞/∞.

Applications of Derivatives · Worked examples

Details

Riemann Sum

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 x

The definite integral is defined as the limit of Riemann sums. Partition [a,b] into n subintervals of width Δx = (b-a)/n.

Integrals · Worked examples

Details

FTC Part 1

ddx[axf(t)dt]=f(x)\frac{d}{dx}\left[\int_a^x f(t)\, dt\right] = f(x)

The Fundamental Theorem of Calculus Part 1: The derivative of the integral (with variable upper limit) of a continuous function is the original function.

Integrals · Worked examples

Details

FTC Part 2

abf(x)dx=F(b)F(a) where F(x)=f(x)\int_a^b f(x)\, dx = F(b) - F(a) \text{ where } F'(x) = f(x)

The Fundamental Theorem of Calculus Part 2: A definite integral can be evaluated using any antiderivative F of f.

Integrals · Worked examples

Details