Cheat Sheet

Calculus Formulas

A one-page reference for every essential calculus formula: limit shortcuts, the four core differentiation rules, the integral table, and key Taylor series. Click any solver link to plug your own function into AI-Math and watch the steps unfold.

Limit shortcuts

Standard limit (sin)

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

Foundation for all trig limits.

L'Hôpital's rule

limxaf(x)g(x)=limxaf(x)g(x)\lim_{x\to a} \frac{f(x)}{g(x)} = \lim_{x\to a} \frac{f'(x)}{g'(x)}

Use when the limit is 00\frac{0}{0} or \frac{\infty}{\infty}.

Differentiation rules

Power rule

ddx(xn)=nxn1\frac{d}{dx}(x^n) = n x^{n-1}

Works for any real exponent.

Product rule

(fg)=fg+fg(fg)' = f'g + fg'

Two functions multiplied — take turns differentiating each.

Quotient rule

(fg)=fgfgg2\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}

For ratios; remember the order fgf'g before fgfg'.

Chain rule

ddxf(g(x))=f(g(x))g(x)\frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)

Outer-then-inner; the most common source of mistakes.

Common derivatives

sin

ddxsinx=cosx\frac{d}{dx}\sin x = \cos x

cos

ddxcosx=sinx\frac{d}{dx}\cos x = -\sin x

Note the negative sign.

e^x

ddxex=ex\frac{d}{dx} e^x = e^x

The unique fixed-point function.

ln x

ddxlnx=1x\frac{d}{dx} \ln x = \frac{1}{x}

Domain x>0x > 0.

Integral table

Power rule (integral)

xndx=xn+1n+1+C(n1)\int x^n\,dx = \frac{x^{n+1}}{n+1} + C\quad(n \neq -1)

Reverse of differentiation power rule.

1/x

1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C

The n=1n=-1 exception to the power rule.

sin / cos

sinxdx=cosx+C,cosxdx=sinx+C\int \sin x\,dx = -\cos x + C,\quad \int \cos x\,dx = \sin x + C

Memorise the signs — easy to mix up.

Exponential

exdx=ex+C\int e^x\,dx = e^x + C

Same as its derivative.

Taylor / Maclaurin series

e^x

ex=n=0xnn!e^x = \sum_{n=0}^{\infty} \frac{x^n}{n!}

Converges for all real xx.

sin x

sinx=n=0(1)nx2n+1(2n+1)!\sin x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n+1}}{(2n+1)!}

Odd powers only.

cos x

cosx=n=0(1)nx2n(2n)!\cos x = \sum_{n=0}^{\infty} \frac{(-1)^n x^{2n}}{(2n)!}

Even powers only.

Try the formulas in our free solvers

  • /solver/calculus/derivative
  • /solver/calculus/integral
  • /solver/calculus/limit
  • /solver/calculus/series