All Categories

Calculus

Derivatives, integrals, limits and series

Power Rule (Derivative)

Intermediate
ddxxn=nxn1\frac{d}{dx}x^n = n x^{n-1}

Derivative of a power function.

View details

Chain Rule

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

Derivative of a composite function.

View details

Product Rule

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

Derivative of a product of two functions.

View details

Quotient Rule

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

Derivative of a quotient of two functions.

View details

Derivative of Sine

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

Derivative of the sine function.

View details

Derivative of Cosine

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

Derivative of the cosine function.

View details

Derivative of e^x

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

The exponential function is its own derivative.

View details

Derivative of ln x

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

Derivative of the natural logarithm.

View details

Power Rule (Integral)

Intermediate
xndx=xn+1n+1+C,  n1\int x^n\,dx = \frac{x^{n+1}}{n+1} + C, \; n \ne -1

Antiderivative of a power function.

View details

Integration by Parts

Advanced
udv=uvvdu\int u\,dv = uv - \int v\,du

Integration technique from the product rule.

View details

Fundamental Theorem of Calculus

Advanced
abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

Connects differentiation and integration.

View details

Derivative (Limit Definition)

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

Formal definition of the derivative.

View details

Taylor Series

Advanced
f(x)=n=0f(n)(a)n!(xa)nf(x) = \sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^n

Expands a function as an infinite polynomial around a.

View details

Maclaurin Series for e^x

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

Taylor series of the exponential at 0.

View details

L'Hôpital's Rule

Advanced
limxcf(x)g(x)=limxcf(x)g(x)\lim_{x\to c}\frac{f(x)}{g(x)} = \lim_{x\to c}\frac{f'(x)}{g'(x)}

Evaluates indeterminate limits 0/0 or ∞/∞.

View details

Arc Length (Integral)

Advanced
L=ab1+(f(x))2dxL = \int_a^b \sqrt{1 + (f'(x))^2}\,dx

Length of a curve y = f(x) from a to b.

View details

Surface of Revolution

Advanced
S=2πabf(x)1+(f(x))2dxS = 2\pi\int_a^b f(x)\sqrt{1+(f'(x))^2}\,dx

Surface area generated by revolving a curve about the x-axis.

View details

Constant Rule (Derivative)

Basic
ddx(c)=0\frac{d}{dx}(c) = 0

The derivative of any constant is zero.

View details

Sum Rule (Derivative)

Basic
(f+g)=f+g(f+g)' = f' + g'

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

View details

Constant Multiple Rule

Basic
ddx(cf)=cf\frac{d}{dx}(c\,f) = c\,f'

Constants factor out of a derivative.

View details

Second Derivative

Intermediate
f(x)=ddx(f(x))f''(x) = \frac{d}{dx}\left(f'(x)\right)

The derivative of the first derivative; measures concavity.

View details

Derivative of Tangent

Intermediate
ddxtanx=sec2x\frac{d}{dx}\tan x = \sec^2 x

Derivative of the tangent function.

View details

Definite Integral (Area)

Intermediate
abf(x)dx=signed area under f\int_a^b f(x)\,dx = \text{signed area under } f

The net area between a curve and the x-axis from a to b.

View details

Average Value of a Function

Advanced
favg=1baabf(x)dxf_{avg} = \frac{1}{b-a}\int_a^b f(x)\,dx

The mean value of a continuous function over an interval.

View details

Power Rule

Basic
ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1}

Derivative of a power function.

View details

Product Rule

Intermediate
(uv)=uv+uv(uv)' = u'v + uv'

Derivative of a product of two functions.

View details

Quotient Rule

Intermediate
(uv)=uvuvv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}

Derivative of a quotient of two functions.

View details

Chain Rule

Intermediate
dydx=dydududx\frac{dy}{dx} = \frac{dy}{du}\frac{du}{dx}

Derivative of a composite function.

View details

Derivative of Sine

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

The derivative of sine is cosine.

View details

Derivative of Cosine

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

The derivative of cosine is negative sine.

View details

Derivative of Exponential

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

The exponential function is its own derivative.

View details

Derivative of Natural Log

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

The derivative of the natural logarithm.

View details

Power Rule for Integration

Basic
xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1} + C

Antiderivative of a power function (n≠-1).

View details

Integral of Exponential

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

Antiderivative of the exponential function.

View details

Integral of 1/x

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

Antiderivative of the reciprocal function.

View details

Mean Value Theorem

Advanced
f(c)=f(b)f(a)baf'(c) = \frac{f(b)-f(a)}{b-a}

Guarantees a point where the tangent equals the average slope.

View details

Second Derivative Test

Intermediate
f(x)>0minf''(x) > 0 \Rightarrow \text{min}

Concavity determines local minima and maxima.

View details

Average Value of a Function

Advanced
fˉ=1baabf(x)dx\bar{f} = \frac{1}{b-a}\int_a^b f(x)\,dx

Mean value of a continuous function over an interval.

View details

Volume by Disks

Advanced
V=πab[f(x)]2dxV = \pi\int_a^b [f(x)]^2\,dx

Volume of a solid of revolution about the x-axis.

View details

Arc Length

Advanced
L=ab1+[f(x)]2dxL = \int_a^b \sqrt{1 + [f'(x)]^2}\,dx

Length of a curve between two points.

View details

Partial Derivative

Advanced
fx\frac{\partial f}{\partial x}

Rate of change with respect to one variable, holding others fixed.

View details

Gradient Vector

Advanced
f=(fx,fy)\nabla f = \left(\frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}\right)

Vector of partial derivatives pointing in the steepest ascent.

View details