← All resources
Calculus reference guide

Common derivatives to memorize

The core formulas calculus students are usually expected to recall quickly, organized by function family and rule.

Angles are in radiansPrimes indicate derivativesDomain notes are included where useful
Start here

What should I memorize first?

Begin with the power rule, the derivatives of sine and cosine, the natural exponential and logarithm, and the product, quotient, and chain rules. Add the remaining trig formulas next. Inverse trig derivatives are important, but they are usually a later priority.

01

Core algebraic rules

Memorize these first. They appear in almost every differentiation problem.

Constant rule

The derivative of a constant is zero.

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

Power rule

Valid wherever the original power function is differentiable.

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

Constant multiple rule

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

Sum and difference rule

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

Exponential and logarithmic functions

The natural exponential and natural logarithm form the essential pair.

Natural exponential

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

Exponential with base a

Assume a > 0 and a ≠ 1.

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

Natural logarithm

For x > 0.

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

Natural log of absolute x

For x ≠ 0.

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

Logarithm with base a

Assume x > 0, a > 0, and a ≠ 1.

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

Trigonometric functions

These formulas assume angles are measured in radians.

Sine

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

Cosine

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

Tangent

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

Cotangent

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

Secant

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

Cosecant

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

Inverse trigonometric functions

The first three are the most frequently used; arcsecant and arccosecant require absolute values.

Inverse sine

For |x| < 1.

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

Inverse cosine

For |x| < 1.

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

Inverse tangent

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

Inverse cotangent

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

Inverse secant

For |x| > 1.

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

Inverse cosecant

For |x| > 1.

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

Rules for combining functions

These tell you what to do when functions are multiplied, divided, or nested.

Product rule

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

Quotient rule

Assume g(x) ≠ 0.

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}

Chain rule

Differentiate the outside, keep the inside, then multiply by the inside derivative.

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

Common chain-rule forms

Let u be a differentiable function of x. These are the memorized formulas with the chain rule already visible.

Power of a function

ddx[un]=nun1u\frac{d}{dx}[u^n]=nu^{n-1}u'

Natural exponential of a function

ddx[eu]=euu\frac{d}{dx}\left[e^u\right]=e^u u'

Exponential of a function

ddx[au]=auln(a)u\frac{d}{dx}\left[a^u\right]=a^u\ln(a)\,u'

Natural log of a function

Where u ≠ 0.

ddx[lnu]=uu\frac{d}{dx}[\ln|u|]=\frac{u'}{u}

Sine of a function

ddx[sinu]=cos(u)u\frac{d}{dx}[\sin u]=\cos(u)\,u'

Cosine of a function

ddx[cosu]=sin(u)u\frac{d}{dx}[\cos u]=-\sin(u)\,u'

Tangent of a function

ddx[tanu]=sec2(u)u\frac{d}{dx}[\tan u]=\sec^2(u)\,u'
One important reminder

Memorizing the table is only the first step.

Most real problems combine these formulas. Before differentiating, identify whether the expression is a sum, product, quotient, or composition. Then choose the outer rule first and work inward.