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+b, where m is the slope (rate of change) and b is the y-intercept
Slope interpretation: a slope of m=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+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=0. The graph is a parabola that opens upward when a>0 and downward when a<0.
The discriminant b2โ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=2aโbยฑb2โ4acโโ
The vertex (maximum or minimum point) occurs at x=2aโbโ. Plug that x-value back into the equation to find the y-coordinate of the vertex.
Polynomial Equations
General form: anโxn+anโ1โxnโ1+โฏ+a0โ. 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-n polynomial has exactly n 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 ยฑqpโ, where p divides the constant term and q 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โ bx, where a is the initial value and b is the growth/decay factor.
Growth occurs when b>1; decay occurs when 0<b<1. A population doubling each period uses b=2; a half-life problem uses b=0.5.
To solve for an unknown exponent, use logarithms. For example, if 5x=125, take log5โ of both sides: x=log5โ(125)=3.
Logarithmic Equations
Standard form: y=logaโ(x). This answers the question "what power of a gives x?" So log2โ(8)=3 because 23=8.
Key properties simplify complex expressions:
Product rule: log(xy)=logx+logy
Quotient rule: log(yxโ)=logxโlogy
Power rule: log(xn)=nlogx
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=bx and y=logbโ(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. This represents distance from zero on the number line, so it yields two solutions: x=a and x=โa (when aโฅ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 and a<0. Distance cannot be negative, so recognize these impossible cases immediately.
Rational Equations
Involve polynomial fractions like q(x)p(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 a1โ+b1โ=t1โ, where a and b are individual completion times and t is the combined time.
Radical Equations
To solve a radical equation, follow these steps:
Isolate the radical on one side of the equation.
Raise both sides to the appropriate power (square both sides for a square root, cube both sides for a cube root).
Solve the resulting equation.
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โ only exists when xโฅ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 <,>,โค,โฅ. Strict inequalities (<,>) use open circles or dashed lines; inclusive inequalities (โค,โฅ) 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, 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+1 gives you a line. An inequality like y>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
Concept
Best Examples
Constant rate of change
Linear equations, systems of linear equations
Parabolic/turning behavior
Quadratic equations, polynomial equations
Multiplicative growth/decay
Exponential equations
Inverse of exponentials
Logarithmic equations
Distance and reflection
Absolute value equations
Domain restrictions required
Rational equations, radical equations
Extraneous solution risk
Radical equations, rational equations
Solution as a range/region
Inequalities
Self-Check Questions
Which two equation types are inverses of each other, and how would you use one to solve for an unknown exponent in the other?
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?
Compare the graphs of y=x2 and y=โฃxโฃ. What shape does each produce, and where does each have its minimum value?
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?
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?