All Categories

Algebra

Equations, polynomials, identities and algebraic laws

Quadratic Formula

Intermediate
x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Finds the roots of any quadratic equation ax² + bx + c = 0.

View details

Discriminant

Intermediate
Δ=b24ac\Delta = b^2 - 4ac

Determines the nature of the roots of a quadratic equation.

View details

Binomial Theorem

Intermediate
(a+b)n=k=0n(nk)ankbk(a+b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

Expands any power of a binomial into a sum of terms.

View details

Logarithm Product Rule

Intermediate
logb(xy)=logb(x)+logb(y)\log_b(xy) = \log_b(x) + \log_b(y)

The logarithm of a product equals the sum of logarithms.

View details

Logarithm Quotient Rule

Intermediate
logb(xy)=logb(x)logb(y)\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)

The logarithm of a quotient equals the difference of logarithms.

View details

Logarithm Power Rule

Intermediate
logb(xn)=nlogb(x)\log_b(x^n) = n \cdot \log_b(x)

The logarithm of a power equals the exponent times the logarithm.

View details

Change of Base Formula

Intermediate
logb(x)=logk(x)logk(b)\log_b(x) = \frac{\log_k(x)}{\log_k(b)}

Converts a logarithm from one base to another.

View details

Difference of Squares

Basic
a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b)

Factors the difference of two perfect squares.

View details

Perfect Square Trinomial

Basic
(a±b)2=a2±2ab+b2(a \pm b)^2 = a^2 \pm 2ab + b^2

Expands the square of a binomial.

View details

Sum of Cubes

Intermediate
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a+b)(a^2 - ab + b^2)

Factors the sum of two cubes.

View details

Difference of Cubes

Intermediate
a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2)

Factors the difference of two cubes.

View details

Cube of a Binomial

Intermediate
(a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3

Expands the cube of a binomial expression.

View details

Arithmetic Series Sum

Basic
Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n)

Sum of the first n terms of an arithmetic sequence.

View details

Arithmetic nth Term

Basic
an=a1+(n1)da_n = a_1 + (n-1)d

The nth term of an arithmetic sequence.

View details

Geometric Series Sum

Intermediate
Sn=a11rn1rS_n = a_1 \frac{1 - r^n}{1 - r}

Sum of the first n terms of a geometric sequence (r ≠ 1).

View details

Infinite Geometric Series

Intermediate
S=a11r,r<1S = \frac{a_1}{1 - r}, \quad |r| < 1

Sum of an infinite geometric series that converges.

View details

Product of Powers

Basic
aman=am+na^m \cdot a^n = a^{m+n}

Multiplying powers with the same base adds the exponents.

View details

Power of a Power

Basic
(am)n=amn(a^m)^n = a^{mn}

Raising a power to a power multiplies the exponents.

View details

Completing the Square

Intermediate
ax2+bx+c=a(x+b2a)2+cb24aax^2+bx+c = a\left(x+\frac{b}{2a}\right)^2 + c - \frac{b^2}{4a}

Rewrites a quadratic in vertex form.

View details

Vieta's Formulas

Intermediate
x1+x2=ba,x1x2=cax_1 + x_2 = -\frac{b}{a}, \quad x_1 x_2 = \frac{c}{a}

Relates the roots of a quadratic to its coefficients.

View details

FOIL Method

Basic
(a+b)(c+d)=ac+ad+bc+bd(a+b)(c+d) = ac + ad + bc + bd

Multiply two binomials: First, Outer, Inner, Last.

View details

Quotient of Powers

Basic
aman=amn\frac{a^m}{a^n} = a^{m-n}

Dividing powers with the same base subtracts exponents.

View details

Zero Exponent

Basic
a0=1a^0 = 1

Any nonzero number to the power zero equals one.

View details

Negative Exponent

Basic
an=1ana^{-n} = \frac{1}{a^n}

A negative exponent means reciprocal.

View details

Fractional Exponent

Intermediate
am/n=amna^{m/n} = \sqrt[n]{a^m}

A fractional exponent is a root.

View details

Absolute Value

Basic
x={xx0xx<0|x| = \begin{cases} x & x \ge 0 \\ -x & x < 0 \end{cases}

Distance of a number from zero, always non-negative.

View details

Slope-Intercept Form

Basic
y=mx+by = mx + b

Equation of a straight line.

View details

Point-Slope Form

Intermediate
yy1=m(xx1)y - y_1 = m(x - x_1)

Line through a point with a given slope.

View details

Direct Variation

Basic
y=kxy = kx

y changes directly in proportion to x.

View details

Inverse Variation

Intermediate
y=kxy = \frac{k}{x}

y changes inversely with x.

View details

Sum of First n Cubes

Advanced
k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^3 = \left(\frac{n(n+1)}{2}\right)^2

Closed form for the sum of the first n cubes.

View details

Exponential Growth / Decay

Intermediate
A=A0ektA = A_0 e^{kt}

Growth (k>0) or decay (k<0) over time.

View details

Sum of Cubes

Intermediate
a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a+b)(a^2 - ab + b^2)

Factoring formula for a sum of two cubes.

View details

Difference of Cubes

Intermediate
a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2)

Factoring formula for a difference of two cubes.

View details

Cube of a Binomial

Intermediate
(a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3

Expansion of a binomial raised to the third power.

View details

Logarithm Product Rule

Intermediate
logb(xy)=logbx+logby\log_b(xy) = \log_b x + \log_b y

The log of a product is the sum of the logs.

View details

Logarithm Quotient Rule

Intermediate
logbxy=logbxlogby\log_b\frac{x}{y} = \log_b x - \log_b y

The log of a quotient is the difference of the logs.

View details

Logarithm Power Rule

Intermediate
logb(xn)=nlogbx\log_b(x^n) = n\log_b x

The log of a power brings the exponent to the front.

View details

Change of Base

Advanced
logbx=logkxlogkb\log_b x = \frac{\log_k x}{\log_k b}

Convert a logarithm to a different base.

View details

Absolute Value Property

Basic
ab=ab|ab| = |a|\,|b|

The absolute value of a product equals the product of absolute values.

View details

Geometric Mean

Intermediate
GM=x1x2xnnGM = \sqrt[n]{x_1 x_2 \cdots x_n}

The nth root of the product of n numbers.

View details

Harmonic Mean

Advanced
HM=n1/xiHM = \frac{n}{\sum 1/x_i}

Reciprocal of the average of reciprocals.

View details

Completing the Square

Intermediate
x2+bx=(x+b2)2b24x^2 + bx = \left(x+\frac{b}{2}\right)^2 - \frac{b^2}{4}

Rewrite a quadratic as a perfect square plus a constant.

View details

Parabola Vertex

Intermediate
x=b2ax = -\frac{b}{2a}

x-coordinate of the vertex of a quadratic.

View details

Infinite Geometric Series

Advanced
S=a1r,  r<1S = \frac{a}{1-r}, \; |r|<1

Sum of an infinite geometric series that converges.

View details

Finite Geometric Series

Intermediate
Sn=a1rn1rS_n = a\frac{1-r^n}{1-r}

Sum of the first n terms of a geometric series.

View details

Rational Exponent

Intermediate
am/n=amna^{m/n} = \sqrt[n]{a^m}

A fractional exponent is a root and a power combined.

View details

Negative Exponent

Basic
an=1ana^{-n} = \frac{1}{a^n}

A negative exponent gives the reciprocal.

View details

Zero Exponent

Basic
a0=1,  a0a^0 = 1, \; a\neq 0

Any nonzero number to the power zero is one.

View details

Quotient of Powers

Basic
aman=amn\frac{a^m}{a^n} = a^{m-n}

Divide powers with the same base by subtracting exponents.

View details

System of Two Linear Equations

Advanced
x=c1b2c2b1a1b2a2b1x = \frac{c_1 b_2 - c_2 b_1}{a_1 b_2 - a_2 b_1}

Cramer-rule solution for two simultaneous equations.

View details

Partial Fraction Setup

Advanced
1(xa)(xb)=Axa+Bxb\frac{1}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}

Decompose a rational expression into simpler fractions.

View details