xΒ²

Algebra Formulas

Essential algebraic formulas including quadratic equations, logarithms, and polynomial expressions.

Quadratic Formula

x=βˆ’bΒ±b2βˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The universal solution for finding the roots of any quadratic equation of the form axΒ² + bx + c = 0.

Slope Formula

m=y2βˆ’y1x2βˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1}

Calculates the steepness or angle of a line between two points.

Distance Formula

d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Calculates the distance between two points in a 2D coordinate plane.

Binomial Theorem

(a+b)n=βˆ‘k=0n(nk)anβˆ’kbk(a+b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k}b^k

Expands the power of a binomial expression into a sum of terms involving binomial coefficients.

Arithmetic Sequence

an=a1+(nβˆ’1)da_n = a_1 + (n-1)d

Finds the nth term of an arithmetic sequence (a progression where the difference between terms is constant).

Geometric Sequence

an=a1β‹…rnβˆ’1a_n = a_1 \cdot r^{n-1}

Finds the nth term of a geometric sequence (progression by multiplication).

Midpoint Formula

M=(x1+x22,y1+y22)M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)

Finds the midpoint between two points in a coordinate plane.

Sum of Arithmetic Series

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

Calculates the sum of a finite arithmetic sequence.