๐Ÿ“ˆCollege Algebra

Common Algebraic Equations

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

In College Algebra, you're building a toolkit for modeling how the world works. Every equation type represents a different kind of relationship: linear equations describe constant rates of change, exponential equations capture growth and decay, and quadratic equations model situations where change itself is changing. College math courses expect you to recognize which equation type fits a given scenario and manipulate it confidently.

These equations aren't isolated topics. They connect through shared concepts like intercepts, transformations, and inverse relationships. When you understand why a logarithm undoes an exponential or how a system of equations finds intersection points, you're thinking at the level these courses demand. Don't just memorize formulas. Know what behavior each equation type models and when to reach for it.


Linear and Proportional Relationships

These equations model situations where change happens at a constant rate. The defining feature is that equal changes in x always produce equal changes in y.

Linear Equations

  • Standard form: y=mx+by = mx + b, where mm is the slope (rate of change) and bb is the y-intercept
  • Slope interpretation: a slope of m=3m = 3 means y increases by 3 units for every 1-unit increase in x. A negative slope means y decreases as x increases.
  • Applications span prediction and trend analysis. Anytime you see "constant rate," "per unit," or "steady increase," think linear. For example, a phone plan charging $0.10 per text plus a $30 base fee gives y=0.10x+30y = 0.10x + 30.

Systems of Linear Equations

When you have two unknowns, you need two equations. A system of linear equations finds the point(s) where all equations are true at the same time, which graphically means where the lines intersect.

  • Three solution types exist: unique (lines intersect once), infinite (lines are the same line), or none (lines are parallel and never meet)
  • Solving methods include substitution, elimination, and graphing. Elimination works best when coefficients align nicely; substitution is easiest when one variable is already isolated.

Compare: A single linear equation vs. a system of linear equations. Both involve the same equation form, but a single equation has infinitely many solutions (every point on the line), while a system narrows down to specific intersection points. Word problems involving two unknowns almost always require setting up a system.


Polynomial and Quadratic Behavior

Polynomials involve variables raised to whole-number powers. The degree of the polynomial determines the maximum number of roots and the general shape of its graph.

Quadratic Equations

  • Standard form: ax2+bx+c=0ax^2 + bx + c = 0. The graph is a parabola that opens upward when a>0a > 0 and downward when a<0a < 0.
  • The discriminant b2โˆ’4acb^2 - 4ac reveals root nature: positive means two distinct real roots, zero means one repeated root, negative means no real roots (the roots are complex).
  • Three solving methods: factoring, completing the square, or the quadratic formula:

x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

The vertex (maximum or minimum point) occurs at x=โˆ’b2ax = \frac{-b}{2a}. Plug that x-value back into the equation to find the y-coordinate of the vertex.

Polynomial Equations

  • General form: anxn+anโˆ’1xnโˆ’1+โ‹ฏ+a0a_nx^n + a_{n-1}x^{n-1} + \cdots + a_0. The highest power (degree) determines end behavior and the maximum number of turning points (which is degree minus 1).
  • The Fundamental Theorem of Algebra guarantees a degree-nn polynomial has exactly nn roots when you count multiplicity and complex roots.
  • Solving strategies include factoring, synthetic division, and the Rational Root Theorem. The Rational Root Theorem says possible rational roots have the form ยฑpq\pm\frac{p}{q}, where pp divides the constant term and qq divides the leading coefficient. You test these candidates to find actual roots.

Compare: Quadratic equations vs. higher-degree polynomials. Quadratics always have exactly 2 roots (counting multiplicity) and a predictable parabola shape, while cubics and beyond can have more complex behavior with multiple turning points. If you see degree 3 or higher, expect the graph to change direction more than once.


Exponential and Logarithmic Relationships

These equations model multiplicative change, where quantities double, halve, or change by percentages. Exponentials and logarithms are inverse operations, just like multiplication and division.

Exponential Equations

  • Standard form: y=aโ‹…bxy = a \cdot b^x, where aa is the initial value and bb is the growth/decay factor.
  • Growth occurs when b>1b > 1; decay occurs when 0<b<10 < b < 1. A population doubling each period uses b=2b = 2; a half-life problem uses b=0.5b = 0.5.
  • To solve for an unknown exponent, use logarithms. For example, if 5x=1255^x = 125, take logโก5\log_5 of both sides: x=logโก5(125)=3x = \log_5(125) = 3.

Logarithmic Equations

  • Standard form: y=logโกa(x)y = \log_a(x). This answers the question "what power of aa gives xx?" So logโก2(8)=3\log_2(8) = 3 because 23=82^3 = 8.
  • Key properties simplify complex expressions:
    • Product rule: logโก(xy)=logโกx+logโกy\log(xy) = \log x + \log y
    • Quotient rule: logโก(xy)=logโกxโˆ’logโกy\log\left(\frac{x}{y}\right) = \log x - \log y
    • Power rule: logโก(xn)=nlogโกx\log(x^n) = n\log x
  • Logarithmic scales compress large ranges. The Richter scale and decibel scale both use logarithms to make huge variations manageable. An earthquake measuring 7.0 is ten times more powerful than one measuring 6.0, not just "one more."

Compare: Exponential vs. logarithmic equations are inverses of each other, meaning y=bxy = b^x and y=logโกb(x)y = \log_b(x) "undo" each other. If a problem gives you an exponential growth scenario and asks "when will the quantity reach a certain value," you'll need logarithms to solve for time.


Equations with Special Structures

These equation types require careful attention to domain restrictions and potential extraneous solutions. The solving process itself can introduce false answers.

Absolute Value Equations

  • Standard form: โˆฃxโˆฃ=a|x| = a. This represents distance from zero on the number line, so it yields two solutions: x=ax = a and x=โˆ’ax = -a (when aโ‰ฅ0a \geq 0).
  • Graphs form a V-shape. The vertex occurs where the expression inside the absolute value equals zero, and the graph reflects across this point.
  • No solution exists when โˆฃxโˆฃ=a|x| = a and a<0a < 0. Distance cannot be negative, so recognize these impossible cases immediately.

Rational Equations

  • Involve polynomial fractions like p(x)q(x)\frac{p(x)}{q(x)}. Solve by finding common denominators or cross-multiplying.
  • Domain restrictions are critical. Identify values that make the denominator zero before you start solving. These values create vertical asymptotes and must be excluded from your solutions.
  • Common in rate and work problems. "Working together" scenarios often produce equations like 1a+1b=1t\frac{1}{a} + \frac{1}{b} = \frac{1}{t}, where aa and bb are individual completion times and tt is the combined time.

Radical Equations

To solve a radical equation, follow these steps:

  1. Isolate the radical on one side of the equation.
  2. Raise both sides to the appropriate power (square both sides for a square root, cube both sides for a cube root).
  3. Solve the resulting equation.
  4. Check every answer in the original equation. Squaring can introduce extraneous solutions that don't actually satisfy the original.

Domain considerations matter too. Square roots require non-negative radicands in the real number system, so xโˆ’3\sqrt{x - 3} only exists when xโ‰ฅ3x \geq 3.

Compare: Rational equations vs. radical equations. Both can produce extraneous solutions, but for different reasons. Rational equations fail when solutions make denominators zero; radical equations fail when squaring creates false positives. Either way, always verify your answers.


Inequalities and Solution Sets

Unlike equations that find specific values, inequalities describe ranges of values that satisfy a condition. Solutions are intervals or regions, not single points.

Inequalities and Their Graphs

  • Symbols include <,>,โ‰ค,โ‰ฅ<, >, \leq, \geq. Strict inequalities (<,><, >) use open circles or dashed lines; inclusive inequalities (โ‰ค,โ‰ฅ\leq, \geq) use closed circles or solid lines.
  • Multiplying or dividing by a negative flips the inequality sign. This is the most common error on tests. If you divide both sides by โˆ’2-2, you must change << to >> (and vice versa).
  • Systems of inequalities create feasible regions. Shade the overlap of all conditions on a graph. The vertices of these regions often represent optimal solutions in application problems.

Compare: Linear equations vs. linear inequalities. An equation like y=2x+1y = 2x + 1 gives you a line. An inequality like y>2x+1y > 2x + 1 gives you a half-plane: every point on one side of that line. Use a dashed line (since the line itself isn't included with strict >>) and shade above.


Quick Reference Table

ConceptBest Examples
Constant rate of changeLinear equations, systems of linear equations
Parabolic/turning behaviorQuadratic equations, polynomial equations
Multiplicative growth/decayExponential equations
Inverse of exponentialsLogarithmic equations
Distance and reflectionAbsolute value equations
Domain restrictions requiredRational equations, radical equations
Extraneous solution riskRadical equations, rational equations
Solution as a range/regionInequalities

Self-Check Questions

  1. Which two equation types are inverses of each other, and how would you use one to solve for an unknown exponent in the other?

  2. Both rational and radical equations can produce extraneous solutions. What causes this in each case, and what should you always do before finalizing your answer?

  3. Compare the graphs of y=x2y = x^2 and y=โˆฃxโˆฃy = |x|. What shape does each produce, and where does each have its minimum value?

  4. A system of linear equations has no solution. What does this tell you about the graphs of the two equations, and what term describes their relationship?

  5. If a problem describes a quantity that "doubles every 3 years," which equation type should you use, and what would the base of the equation represent?