Prerequisites
Expressions and algebraic manipulation
An expression is a combination of numbers, variables, and operations, but without an equals sign.
Examples:
Like terms
Only like terms can be combined.
but
cannot be simplified by combining coefficients.
Distributing and factoring
Distributing expands an expression:
Factoring reverses the process:
Fractions in algebra
To add algebraic fractions, use a common denominator:
Restrictions matter. In the example above:
Identities
An identity is true for all allowed values of the variable.
Linear equations and inequalities
A linear equation has variables only to the first power.
One-variable linear equations
Example:
Solve by isolating the variable:
The same operation must be done to both sides to preserve equality.
Equations with variables on both sides
Example:
Move variable terms together:
Literal equations
Sometimes the goal is to solve for one variable in terms of others.
Example:
Solve for $h$:
Inequalities
Solve inequalities much like equations, except for one crucial rule:
If you multiply or divide by a negative number, reverse the inequality sign.
Example:
Divide by $-2$ and reverse the sign:
Interval notation
| Inequality | Interval |
|---|---|
| $x \ge 3$ | $[3, \infty)$ |
| $x < 2$ | $(-\infty, 2)$ |
| $-1 < x \le 4$ | $(-1, 4]$ |
Systems of equations
A system asks for values that satisfy multiple equations at once.
Two linear equations in two variables
General form:
Main methods
| Method | Best use |
|---|---|
| Substitution | One variable is easy to isolate |
| Elimination | Coefficients line up well |
| Graphing | Visual interpretation is useful |
Example: elimination
Add the equations:
Substitute back:
So the solution is
Geometric meaning
One solution: the lines intersect once
No solution: the lines are parallel
Infinitely many solutions: the equations describe the same line
Exponents, radicals, and powers
Exponents compress repeated multiplication.
Exponent laws
For appropriate nonzero bases:
Rational exponents and radicals
For real-valued even roots, the radicand must be nonnegative:
requires
Simplifying radicals
Rationalizing a denominator
Example:
Polynomials and factoring
A polynomial is a sum of terms of the form $ax^n$, where $n$ is a nonnegative integer.
Examples:
Linear: $2x - 5$
Quadratic: $x^2 - 4x + 4$
Cubic: $x^3 + x$
Special products
These patterns appear constantly:
Common factoring methods
| Method | Example |
|---|---|
| Greatest common factor | $6x^2 + 9x = 3x(2x+3)$ |
| Difference of squares | $x^2 - 25 = (x-5)(x+5)$ |
| Trinomial factoring | $x^2 + 5x + 6 = (x+2)(x+3)$ |
| Grouping | $ax + ay + bx + by = (a+b)(x+y)$ |
Zero-product property
If
then
This is the key step after factoring an equation.
Example:
So
Rational expressions
A rational expression is a quotient of polynomials:
where
Simplifying
Factor first, then cancel common factors.
Restrictions from the original denominator remain:
Operations
Multiplication
Division
Addition and subtraction
Use a common denominator:
Rational equations
Typical workflow:
State denominator restrictions.
Multiply both sides by the least common denominator.
Solve the resulting equation.
Check for extraneous values that make a denominator zero.
Quadratic equations and parabolas
A quadratic equation has the form
Main solution methods
| Method | Best use |
|---|---|
| Factoring | Simple integer roots |
| Completing the square | Deriving structure or vertex form |
| Quadratic formula | General method |
Completing the square
Start with
Move the constant:
Add $\left(\frac{6}{2}\right)^2 = 9$ to both sides:
Quadratic formula
For
the solutions are
The discriminant
determines the root type:
| Discriminant | Result |
|---|---|
| $\Delta > 0$ | two distinct real roots |
| $\Delta = 0$ | one repeated real root |
| $\Delta < 0$ | two complex roots |
Graph interpretation
The graph of a quadratic function is a parabola.
Vertex form:
The vertex is
If $a > 0$, the parabola opens upward. If $a < 0$, it opens downward.
Solution techniques for function equations
Label: Solution technique. Functions is the canonical concept note for notation, domain, range, composition, inverses, exponentials, and logarithms. This section covers only the algebraic methods used to solve equations involving those concepts.
Algebra’s role is symbolic manipulation and equation solving. Before working with a function, exponential, or logarithm here, review the relevant concepts in function notation, domain, codomain, and range, exponential and logarithmic functions, and composition and inverse functions.
For the algebraic solution methods, see:
Solution technique: applying exponential and logarithmic relationships in equations
Use a common base for exponential equations when possible. Otherwise, take logarithms of both sides. For logarithmic equations, require every argument to be positive and check the result in the original equation.
Examples:
Problem-solving workflow
When solving an algebra problem, use a disciplined sequence.
General workflow
Identify the object: expression, equation, inequality, system, or function.
Note all restrictions on allowed values.
Simplify structure before solving: distribute, factor, combine like terms, or clear denominators.
Choose a method that matches the form.
Solve carefully and keep operations reversible when possible.
Check the result in the original statement, especially for rational, radical, or logarithmic problems.
Choosing a method quickly
| Form you see | Likely method |
|---|---|
| Linear equation | isolate the variable |
| Quadratic set equal to zero | factor or use quadratic formula |
| Denominators with variables | multiply by LCD after stating restrictions |
| Square root present | isolate the radical, then square both sides |
| Two linear equations | substitution or elimination |
| Exponential equation | rewrite with common base or use logs |
Example workflow: rational equation
Solve
Restrictions:
Multiply both sides by $4x$:
Check:
Valid.
Common pitfalls
Combining unlike terms, such as treating $x + x^2$ as $2x^2$.
Canceling terms across addition, such as
$$ \frac{x+3}{x} \ne 1+3 $$Forgetting denominator restrictions in rational expressions.
Losing the $\pm$ when taking square roots:
$$ x^2 = 9 \Rightarrow x = \pm 3 $$Failing to reverse an inequality after dividing by a negative number.
Squaring both sides and keeping an extraneous solution without checking.
Applying log laws to sums incorrectly:
$$ \log(x+y) \ne \log x + \log y $$
Formula summary
Core identities
Exponent rules
Linear and quadratic forms
Function concepts
See Functions for the canonical concepts: notation, domain, codomain, and range, exponential and logarithmic functions, and composition and inverse functions.
Sources
Stewart, Calculus: Early Transcendentals
Lay, Linear Algebra and Its Applications
Rosen, Discrete Mathematics and Its Applications
Boyce and DiPrima, Elementary Differential Equations and Boundary Value Problems
Blitzstein and Hwang, Introduction to Probability
Algebra is the language of mathematical structure and symbolic reasoning. It turns patterns and quantitative relationships into expressions, equations, functions, and general rules that can be manipulated precisely.
Scope note: This is the canonical note for symbolic manipulation and equation-solving. Use Functions for domain, codomain, composition, and inverse-function concepts.