The branch of mathematics dealing with symbols and the rules for manipulating those symbols. Algebra is the foundation for all higher mathematics.
Algebra is one of the broadest and most fundamental branches of mathematics. At its core, algebra is about finding unknown values by using letters (called variables) to represent numbers in equations and formulas. The word "algebra" comes from the Arabic word al-jabr, meaning "reunion of broken parts," from the title of a 9th-century book by mathematician al-Khwarizmi.
Algebra provides the language and tools that are essential to nearly every area of mathematics, science, engineering, economics, and computer science. When you learn algebra, you're not just learning to solve equations — you're learning to think logically and abstractly.
A variable is a symbol (usually a letter like x, y, or z) that represents an unknown or changeable value. An algebraic expression is a combination of variables, numbers, and operations.
Simplify: 3x + 5y - 2x + 8y
Group like terms: (3x - 2x) + (5y + 8y) = x + 13y
When evaluating expressions, follow this order:
A linear equation is an equation where the highest power of the variable is 1. The graph of a linear equation is always a straight line.
Where a, b, and c are constants, and a ≠ 0.
The goal is to isolate the variable on one side of the equation using inverse operations:
Step 1: Subtract 7 from both sides: 3x = 15
Step 2: Divide both sides by 3: x = 5
Check: 3(5) + 7 = 15 + 7 = 22 ✓
Where m is the slope (rate of change) and b is the y-intercept (where the line crosses the y-axis).
An inequality compares two expressions using symbols like <, >, ≤, or ≥. Unlike equations, inequalities have a range of solutions.
Solve inequalities the same way as equations, with one critical rule:
Step 1: Subtract 3 from both sides: -2x > 8
Step 2: Divide by -2 (flip the sign!): x < -4
The solution is all values of x less than -4.
A compound inequality combines two inequalities joined by "and" or "or":
A polynomial is an expression consisting of variables and coefficients, combined using addition, subtraction, and multiplication, with non-negative integer exponents.
Addition/Subtraction: Combine like terms (same variable and exponent).
Multiplication: Use the distributive property (FOIL for binomials).
Multiply: (x + 3)(x - 5)
First: x · x = x²
Outer: x · (-5) = -5x
Inner: 3 · x = 3x
Last: 3 · (-5) = -15
Result: x² - 5x + 3x - 15 = x² - 2x - 15
A quadratic equation has the standard form:
If the quadratic can be written as a product of two binomials, set each factor equal to zero.
x² - 5x + 6 = 0
(x - 2)(x - 3) = 0
x = 2 or x = 3
This formula works for any quadratic equation. The discriminant Δ = b² - 4ac determines the nature of the roots:
Transform the equation into the form (x + p)² = q, then take the square root of both sides.
x² + 6x = -2
x² + 6x + 9 = -2 + 9 (add (6/2)² = 9 to both sides)
(x + 3)² = 7
x + 3 = ±√7
x = -3 ± √7
The vertex of the parabola is at the point (h, k). If a > 0, the parabola opens upward; if a < 0, it opens downward.
A function is a rule that assigns to each input exactly one output. We write f(x) to denote the output of function f when the input is x.
If f(x) = 2x + 3, then:
First apply g to x, then apply f to the result.
If f(x) = x² and g(x) = x + 1, then:
(f ∘ g)(x) = f(g(x)) = f(x + 1) = (x + 1)² = x² + 2x + 1
(g ∘ f)(x) = g(f(x)) = g(x²) = x² + 1
Notice that f ∘ g ≠ g ∘ f in general!
A system of equations is a set of two or more equations with the same variables. The solution is the set of values that satisfies all equations simultaneously.
Solve one equation for one variable, then substitute into the other equation.
Solve: y = 2x + 1 and 3x + y = 11
Substitute y = 2x + 1 into the second equation:
3x + (2x + 1) = 11
5x + 1 = 11
5x = 10, so x = 2
Then y = 2(2) + 1 = 5
Solution: (2, 5)
Add or subtract equations to eliminate one variable.
Graph both equations and find the intersection point(s).
Exponents represent repeated multiplication. Understanding the laws of exponents is crucial for simplifying expressions.
A radical is the inverse operation of an exponent. The most common is the square root:
√72 = √(36 × 2) = √36 × √2 = 6√2
Factoring is the process of writing an expression as a product of simpler expressions. It's essential for solving equations and simplifying rational expressions.
Factor out the largest factor common to all terms:
Group: (x³ + 3x²) + (2x + 6)
Factor each group: x²(x + 3) + 2(x + 3)
Factor out (x + 3): (x + 3)(x² + 2)