Quadratic Formula
Solution to quadratic equations ax² + bx + c = 0
Algebrax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
Browse, search, and copy commonly used LaTeX formulas. Click any formula to copy it to your clipboard.
Showing 48 of 48 formulas
Solution to quadratic equations ax² + bx + c = 0
Algebrax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
Expansion of (x+y)ⁿ
Algebra(x+y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{n-k} y^k
Factorization of difference of two squares
Algebraa^2 - b^2 = (a+b)(a-b)
Method to convert quadratic to vertex form
Algebraax^2 + bx + c = a\left(x + \frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}
Sum of finite geometric series
Algebra\sum_{k=0}^{n} ar^k = a\frac{1-r^{n+1}}{1-r}, \quad r \neq 1
Sum of arithmetic sequence
Algebra\sum_{k=1}^{n} (a + (k-1)d) = \frac{n}{2}(2a + (n-1)d)
Definition of derivative as a limit
Calculusf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
Fundamental theorem of calculus
Calculus\int_{a}^{b} f(x) \, dx = F(b) - F(a)
Product rule for integration
Calculus\int u \, dv = uv - \int v \, du
Derivative of composite functions
Calculus\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)
Derivative of product of functions
Calculus\frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x)
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}
Derivative of power function
Calculus\frac{d}{dx}[x^n] = nx^{n-1}
Taylor series expansion around point a
Calculusf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n
Evaluate limits of indeterminate forms
Calculus\lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}
Arithmetic mean of a dataset
Statistics\bar{x} = \frac{1}{n} \sum_{i=1}^{n} x_i
Measure of data spread
Statistics\sigma^2 = \frac{1}{n} \sum_{i=1}^{n} (x_i - \mu)^2
Square root of variance
Statistics\sigma = \sqrt{\frac{1}{n} \sum_{i=1}^{n} (x_i - \mu)^2}
Gaussian distribution probability density
Statisticsf(x) = \frac{1}{\sigma\sqrt{2\pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2}
Measure of joint variability
Statistics\text{Cov}(X,Y) = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})(y_i - \bar{y})
Pearson correlation coefficient
Statisticsr = \frac{\text{Cov}(X,Y)}{\sigma_X \sigma_Y}
Update probability based on new evidence
StatisticsP(A|B) = \frac{P(B|A)P(A)}{P(B)}
Probability of k successes in n trials
StatisticsP(X = k) = \binom{n}{k}p^k(1-p)^{n-k}
Definition of matrix product
Linear Algebra(AB)_{ij} = \sum_{k=1}^{n} A_{ik} B_{kj}
Determinant of 2×2 matrix
Linear Algebra\det\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
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
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}
Matrix eigenvalue and eigenvector
Linear AlgebraA\vec{v} = \lambda\vec{v}
Sum of diagonal elements
Linear Algebra\text{tr}(A) = \sum_{i=1}^{n} a_{ii}
Fundamental trigonometric identity
Trigonometry\sin^2\theta + \cos^2\theta = 1
Relationship between sides and angles in triangles
Trigonometry\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}
Generalization of Pythagorean theorem
Trigonometryc^2 = a^2 + b^2 - 2ab\cos C
Sine of double angle
Trigonometry\sin(2\theta) = 2\sin\theta\cos\theta
Cosine of double angle
Trigonometry\cos(2\theta) = \cos^2\theta - \sin^2\theta
Sine of sum of two angles
Trigonometry\sin(\alpha + \beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta
Complex exponential and trigonometric functions
Trigonometrye^{i\theta} = \cos\theta + i\sin\theta
Force equals mass times acceleration
PhysicsF = ma
Einstein's famous equation
PhysicsE = mc^2
Energy of motion
PhysicsKE = \frac{1}{2}mv^2
Fundamental equation of quantum mechanics
Physicsi\hbar\frac{\partial}{\partial t}\Psi = \hat{H}\Psi
Energy due to position in gravitational field
PhysicsPE = mgh
Linear momentum of an object
Physicsp = mv
Relationship between work and kinetic energy
PhysicsW = \Delta KE = \frac{1}{2}m(v_f^2 - v_i^2)
Relationship between voltage, current, and resistance
PhysicsV = IR
Electrostatic force between charges
PhysicsF = k\frac{q_1 q_2}{r^2}
Newton's law of universal gravitation
PhysicsF = G\frac{m_1 m_2}{r^2}
Relationship between wave speed, frequency, and wavelength
Physicsv = f\lambda
Force on charged particle in electromagnetic field
Physics\vec{F} = q(\vec{E} + \vec{v} \times \vec{B})