Formula Sheet

A comprehensive collection of formulas for mathematics, physics, chemistry, and other STEM subjects. Search, save, and print the formulas you need for your studies.

Mathematics

Algebra

Quadratic Formula

$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

For equation $ax^2 + bx + c = 0$

Binomial Theorem

$$(a + b)^n = \sum_{k=0}^{n} {n \choose k} a^{n-k} b^k$$

Expansion of a binomial raised to a power

Logarithm Rules

$$\log_a(xy) = \log_a(x) + \log_a(y)$$ $$\log_a(\frac{x}{y}) = \log_a(x) - \log_a(y)$$ $$\log_a(x^n) = n\log_a(x)$$

Basic logarithm properties

Arithmetic Sequence

$$a_n = a_1 + (n-1)d$$ $$S_n = \frac{n}{2}(a_1 + a_n)$$

$a_n$ is the nth term, $d$ is common difference, $S_n$ is sum of n terms

Calculus

Derivative Rules

$$\frac{d}{dx}(x^n) = nx^{n-1}$$ $$\frac{d}{dx}(e^x) = e^x$$ $$\frac{d}{dx}(\ln x) = \frac{1}{x}$$

Basic derivative rules

Integration Rules

$$\int x^n dx = \frac{x^{n+1}}{n+1} + C, n \neq -1$$ $$\int e^x dx = e^x + C$$ $$\int \frac{1}{x} dx = \ln|x| + C$$

Basic integration rules

Chain Rule

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

Derivative of composite functions

Integration by Parts

$$\int u(x)v'(x)dx = u(x)v(x) - \int v(x)u'(x)dx$$

Where $u(x)$ and $v(x)$ are functions

Geometry

Circle

$$A = \pi r^2$$ $$C = 2\pi r$$

$A$ is area, $C$ is circumference, $r$ is radius

Sphere

$$V = \frac{4}{3}\pi r^3$$ $$A = 4\pi r^2$$

$V$ is volume, $A$ is surface area, $r$ is radius

Pythagorean Theorem

$$a^2 + b^2 = c^2$$

In a right triangle, $c$ is hypotenuse, $a$ and $b$ are legs

Triangle Area

$$A = \frac{1}{2}bh$$ $$A = \frac{1}{2}ab\sin(C)$$

$b$ is base, $h$ is height, $C$ is included angle