Formula Library

LaTeX Formula Library

Browse, search, and copy commonly used LaTeX formulas. Click any formula to copy it to your clipboard.

Showing 48 of 48 formulas

Quadratic Formula

Solution to quadratic equations ax² + bx + c = 0

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

Binomial Theorem

Expansion of (x+y)ⁿ

Algebra
(x+y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k
View

Difference of Squares

Factorization of difference of two squares

Algebra
a^2 - b^2 = (a+b)(a-b)
View

Completing the Square

Method to convert quadratic to vertex form

Algebra
ax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}
View

Geometric Series

Sum of finite geometric series

Algebra
\sum_{k=0}^{n} ar^k = a\frac{1-r^{n+1}}{1-r}, \quad r \neq 1
View

Arithmetic Series

Sum of arithmetic sequence

Algebra
\sum_{k=1}^{n} (a + (k-1)d) = \frac{n}{2}(2a + (n-1)d)
View

Derivative Definition

Definition of derivative as a limit

Calculus
f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
View

Definite Integral

Fundamental theorem of calculus

Calculus
\int_{a}^{b} f(x) \, dx = F(b) - F(a)
View

Integration by Parts

Product rule for integration

Calculus
\int u \, dv = uv - \int v \, du
View

Chain Rule

Derivative of composite functions

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

Product Rule

Derivative of product of functions

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

Quotient Rule

Derivative of quotient of functions

Calculus
\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}
View

Power Rule

Derivative of power function

Calculus
\frac{d}{dx}[x^n] = nx^{n-1}
View

Taylor Series

Taylor series expansion around point a

Calculus
f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n
View

L'Hôpital's Rule

Evaluate limits of indeterminate forms

Calculus
\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}
View

Mean (Average)

Arithmetic mean of a dataset

Statistics
\bar{x} = \frac{1}{n} \sum_{i=1}^{n} x_i
View

Variance

Measure of data spread

Statistics
\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_i - \mu)^2
View

Standard Deviation

Square root of variance

Statistics
\sigma = \sqrt{\frac{1}{n} \sum_{i=1}^{n} (x_i - \mu)^2}
View

Normal Distribution

Gaussian distribution probability density

Statistics
f(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}
View

Covariance

Measure of joint variability

Statistics
\text{Cov}(X,Y) = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})
View

Correlation Coefficient

Pearson correlation coefficient

Statistics
r = \frac{\text{Cov}(X,Y)}{\sigma_X \sigma_Y}
View

Bayes' Theorem

Update probability based on new evidence

Statistics
P(A|B) = \frac{P(B|A)P(A)}{P(B)}
View

Binomial Probability

Probability of k successes in n trials

Statistics
P(X = k) = \binom{n}{k}p^k(1-p)^{n-k}
View

Matrix Multiplication

Definition of matrix product

Linear Algebra
(AB)_{ij} = \sum_{k=1}^{n} A_{ik} B_{kj}
View

2×2 Determinant

Determinant of 2×2 matrix

Linear Algebra
\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
View

Dot Product

Inner product of two vectors

Linear Algebra
\vec{a} \cdot \vec{b} = \sum_{i=1}^{n} a_i b_i = |\vec{a}||\vec{b}|\cos\theta
View

Cross Product

Vector product in 3D space

Linear Algebra
\vec{a} \times \vec{b} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}
View

Eigenvalue Equation

Matrix eigenvalue and eigenvector

Linear Algebra
A\vec{v} = \lambda\vec{v}
View

Matrix Trace

Sum of diagonal elements

Linear Algebra
\text{tr}(A) = \sum_{i=1}^{n} a_{ii}
View

Pythagorean Identity

Fundamental trigonometric identity

Trigonometry
\sin^2\theta + \cos^2\theta = 1
View

Law of Sines

Relationship between sides and angles in triangles

Trigonometry
\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}
View

Law of Cosines

Generalization of Pythagorean theorem

Trigonometry
c^2 = a^2 + b^2 - 2ab\cos C
View

Double Angle (Sine)

Sine of double angle

Trigonometry
\sin(2\theta) = 2\sin\theta\cos\theta
View

Double Angle (Cosine)

Cosine of double angle

Trigonometry
\cos(2\theta) = \cos^2\theta - \sin^2\theta
View

Sum of Angles

Sine of sum of two angles

Trigonometry
\sin(\alpha + \beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta
View

Euler's Formula

Complex exponential and trigonometric functions

Trigonometry
e^{i\theta} = \cos\theta + i\sin\theta
View

Newton's Second Law

Force equals mass times acceleration

Physics
F = ma
View

Mass-Energy Equivalence

Einstein's famous equation

Physics
E = mc^2
View

Kinetic Energy

Energy of motion

Physics
KE = \frac{1}{2}mv^2
View

Schrödinger Equation

Fundamental equation of quantum mechanics

Physics
i\hbar\frac{\partial}{\partial t}\Psi = \hat{H}\Psi
View

Gravitational Potential Energy

Energy due to position in gravitational field

Physics
PE = mgh
View

Momentum

Linear momentum of an object

Physics
p = mv
View

Work-Energy Theorem

Relationship between work and kinetic energy

Physics
W = \Delta KE = \frac{1}{2}m(v_f^2 - v_i^2)
View

Ohm's Law

Relationship between voltage, current, and resistance

Physics
V = IR
View

Coulomb's Law

Electrostatic force between charges

Physics
F = k\frac{q_1 q_2}{r^2}
View

Universal Gravitation

Newton's law of universal gravitation

Physics
F = G\frac{m_1 m_2}{r^2}
View

Wave Equation

Relationship between wave speed, frequency, and wavelength

Physics
v = f\lambda
View

Lorentz Force

Force on charged particle in electromagnetic field

Physics
\vec{F} = q(\vec{E} + \vec{v} \times \vec{B})
View