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.
1. Core ideas and notation
At its core, algebra replaces specific numbers with symbols so that one argument can describe many cases.
Variables, constants, and parameters
A variable represents a quantity that may change, such as $x$ or $t$.
A constant is a fixed value, such as $2$, $\pi$, or $-7$.
A parameter is a symbol treated as fixed within a problem, such as $m$ and $b$ in $y = mx + b$.
Equality
An equation states that two expressions have the same value:
The goal is usually to find all values of the variable that make the statement true.
Sets of numbers
| Set | Meaning | Examples |
|---|---|---|
| Natural numbers | Counting numbers | $1, 2, 3, \dots$ |
| Integers | Whole numbers and negatives | $-3, 0, 8$ |
| Rational numbers | Ratios of integers | $\frac{3}{4}, -2, 0.125$ |
| Irrational numbers | Not expressible as ratios of integers | $\sqrt{2}, \pi$ |
| Real numbers | All rational and irrational numbers on the line | most elementary algebra values |
Order of operations
Evaluate in this order:
Parentheses and grouped expressions
Exponents and roots
Multiplication and division
Addition and subtraction
Multiplication distributes over addition:
This property is one of the most important tools in algebra.
2. 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.
Example:
This is not an equation to solve; it is a pattern to use.
3. 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]$ |
Linear equation explorer
Change slope and intercept to see how y = mx + b shifts and tilts on the coordinate plane.
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
5. 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:
6. 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
7. 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.
8. 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.
9. Functions
A function assigns each input exactly one output.
Notation:
is read "f of x."
Domain and range
The domain is the set of allowed inputs.
The range is the set of outputs produced.
Example:
Domain:
Evaluating functions
If
then
Common function types
| Type | Example | Key feature | ||
|---|---|---|---|---|
| Linear | $f(x)=mx+b$ | constant rate of change | ||
| Quadratic | $f(x)=ax^2+bx+c$ | parabolic graph | ||
| Rational | $f(x)=\frac{1}{x}$ | asymptotes, restrictions | ||
| Exponential | $f(x)=ab^x$ | multiplicative growth or decay | ||
| Absolute value | $f(x)= | x | $ | piecewise V-shape |
Function composition
Example:
Then
Inverse idea
An inverse undoes a function when it exists:
Not every function has an inverse on its full domain.
10. Exponential and logarithmic relationships
Exponential functions model repeated multiplication:
where $a \ne 0$, $b > 0$, and $b \ne 1$.
Growth and decay
If $b > 1$, the function grows.
If $0 < b < 1$, the function decays.
Logarithms
The logarithm is the inverse of exponentiation:
Domain restriction:
Log laws
Solving an exponential equation
Example:
Since
we get
Solving a logarithmic equation
Example:
Convert to exponential form:
Check the domain:
so the solution is valid.
11. 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.
12. 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 $$
13. Formula summary
Core identities
Exponent rules
Linear and quadratic forms
Logarithms
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