Calculus reference & practice

Look it up, then actually learn it.

Every calculus formula you need - with the conditions it holds under and a worked example beside it - plus quizzes that track which topics you keep missing. No account, no upload, nothing leaves your browser.

  • 136 formulas
  • 277 worked examples
  • 8 topics
  • 14 guides

Your CalcRef activity

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

Find a formula

Showing 24 of 136 formulas

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