Algebra formulas

All 20 formulas in this topic

Combining Like Termsax+bx=(a+b)xax + bx = (a + b)xCombining like terms merges coefficients of identical variables to simplify expressions and solve equations more efficiently.FOIL Method(a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bdThe FOIL Method expands products of two binomials by multiplying each term in the first binomial by each term in the second.Quadratic Formulax=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}The Quadratic Formula solves any equation of the form ax^2 + bx + c = 0 in one step, giving both solutions at once without factoring.DiscriminantΔ=b24ac\Delta = b^2 - 4acThe discriminant, given by b^2 - 4ac, tells you whether a quadratic equation has real solutions and how many without actually solving it.Completing the Squarex2+bx=(x+b2)2b24x^2 + bx = \left(x + \frac{b}{2}\right)^2 - \frac{b^2}{4}Completing the square rewrites a quadratic as a perfect square plus a constant, making it easier to solve and find the parabola's vertex.Vertex Formy=a(xh)2+ky = a(x - h)^2 + kVertex Form reveals a parabola's vertex and axis of symmetry at a glance, making it ideal for transformations and optimization problems.Vertex of a Parabolah=b2a,k=cb24ah = -\frac{b}{2a}, \quad k = c - \frac{b^2}{4a}Find the lowest or highest point of a parabola using the vertex formula, which works for any quadratic equation in standard form.Sum and Product of Rootsr1+r2=ba,r1r2=car_1 + r_2 = -\frac{b}{a}, \quad r_1 r_2 = \frac{c}{a}Quickly find how a quadratic's roots add up and multiply together without solving for them — use when you need those relationships.Function Notationy=f(x)y = f(x)Function notation y = f(x) is a way to write and evaluate functions, showing how input values transform into output values using a concise symbolic format.Domain and Rangef:DRf : D \to RDomain lists all valid inputs for a function; range lists all possible outputs—use this to understand what a function can do.Inverse Functionf(f1(x))=xf\big(f^{-1}(x)\big) = xThe inverse function undoes another function: applying it after the original function returns your input value unchanged.Composite Function(fg)(x)=f(g(x))(f \circ g)(x) = f\big(g(x)\big)Composite functions apply one function to the output of another, letting you combine multiple transformations into a single operation.Direct Variationy=kxy = kxDirect variation describes how one quantity changes proportionally with another, letting you find unknown values when two variables stay linked by a constant ratio.Inverse Variationy=kxy = \frac{k}{x}Inverse variation describes when two quantities always multiply to give a constant value, with one variable increasing as the other decreases.Absolute Value Equationsax+b=c    ax+b=±c|ax + b| = c \iff ax + b = \pm cSolve equations with absolute value by splitting into two cases where the expression inside equals the positive value or its negative.Piecewise Functionsf(x)={f1(x)xD1f2(x)xD2f(x) = \begin{cases} f_1(x) & x \in D_1 \\ f_2(x) & x \in D_2 \end{cases}A piecewise function uses different formulas for different input ranges, letting you define relationships that change behavior at specific boundaries.Function Transformationsy=af(b(xh))+ky = a\,f\big(b(x - h)\big) + kFunction transformations describe how shifting, stretching, and flipping graphs of functions create new related functions from a parent function.Even and Odd Functionsf(x)=f(x)orf(x)=f(x)f(-x) = f(x) \quad \text{or} \quad f(-x) = -f(x)Determine whether a function is even (f(-x) = f(x)) or odd (f(-x) = -f(x)) to identify graph symmetry and simplify calculations.Average Rate of Changef(b)f(a)ba\frac{f(b) - f(a)}{b - a}Average Rate of Change measures how quickly a function changes between two points, showing the slope of the line connecting them.Difference Quotientf(x+h)f(x)h\frac{f(x + h) - f(x)}{h}The Difference Quotient measures how much a function changes over a small interval, forming the foundation for calculating derivatives in Calculus.