Algebra

The branch of mathematics dealing with symbols and the rules for manipulating those symbols. Algebra is the foundation for all higher mathematics.

What is Algebra?

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.

Algebra is often called the "gatekeeper" subject because success in algebra opens the door to higher math courses like geometry, trigonometry, calculus, and beyond.

Variables and Expressions

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.

Key Terminology

Example: Simplifying Expressions

Simplify: 3x + 5y - 2x + 8y

Group like terms: (3x - 2x) + (5y + 8y) = x + 13y

Order of Operations (PEMDAS)

When evaluating expressions, follow this order:

  1. Parentheses — evaluate expressions inside parentheses first
  2. Exponents — evaluate powers and roots
  3. Multiplication and Division — from left to right
  4. Addition and Subtraction — from left to right

Linear Equations

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.

Standard Form

ax + b = c

Where a, b, and c are constants, and a ≠ 0.

Solving Linear Equations

The goal is to isolate the variable on one side of the equation using inverse operations:

Example: Solve 3x + 7 = 22

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 ✓

Slope-Intercept Form

y = mx + b

Where m is the slope (rate of change) and b is the y-intercept (where the line crosses the y-axis).

Inequalities

An inequality compares two expressions using symbols like <, >, ≤, or ≥. Unlike equations, inequalities have a range of solutions.

Solving Inequalities

Solve inequalities the same way as equations, with one critical rule:

When you multiply or divide both sides of an inequality by a negative number, you must reverse the inequality sign.

Example: Solve -2x + 3 > 11

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.

Compound Inequalities

A compound inequality combines two inequalities joined by "and" or "or":

Polynomials

A polynomial is an expression consisting of variables and coefficients, combined using addition, subtraction, and multiplication, with non-negative integer exponents.

Classification by Degree

Polynomial Operations

Addition/Subtraction: Combine like terms (same variable and exponent).

Multiplication: Use the distributive property (FOIL for binomials).

Example: FOIL Method

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

Quadratic Equations

A quadratic equation has the standard form:

ax² + bx + c = 0, where a ≠ 0

Methods for Solving Quadratics

1. Factoring

If the quadratic can be written as a product of two binomials, set each factor equal to zero.

Example

x² - 5x + 6 = 0

(x - 2)(x - 3) = 0

x = 2 or x = 3

2. Quadratic Formula

x = (-b ± √(b² - 4ac)) / (2a)

This formula works for any quadratic equation. The discriminant Δ = b² - 4ac determines the nature of the roots:

3. Completing the Square

Transform the equation into the form (x + p)² = q, then take the square root of both sides.

Example: Complete the square for x² + 6x + 2 = 0

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 Form

y = a(x - h)² + k

The vertex of the parabola is at the point (h, k). If a > 0, the parabola opens upward; if a < 0, it opens downward.

Functions

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.

Function Notation

If f(x) = 2x + 3, then:

Domain and Range

Types of Functions

Function Composition

(f ∘ g)(x) = f(g(x))

First apply g to x, then apply f to the result.

Example

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!

Systems of Equations

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.

Methods of Solving

1. Substitution Method

Solve one equation for one variable, then substitute into the other equation.

Example

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)

2. Elimination Method

Add or subtract equations to eliminate one variable.

3. Graphing Method

Graph both equations and find the intersection point(s).

Types of Solutions

Exponents and Radicals

Exponents represent repeated multiplication. Understanding the laws of exponents is crucial for simplifying expressions.

Laws of Exponents

Radicals

A radical is the inverse operation of an exponent. The most common is the square root:

√a = a^(1/2)

Simplifying Radicals

Example: Simplify √72

√72 = √(36 × 2) = √36 × √2 = 6√2

Factoring Techniques

Factoring is the process of writing an expression as a product of simpler expressions. It's essential for solving equations and simplifying rational expressions.

Common Factoring Techniques

1. Greatest Common Factor (GCF)

Factor out the largest factor common to all terms:

6x³ + 9x² = 3x²(2x + 3)

2. Difference of Squares

a² - b² = (a + b)(a - b)

3. Perfect Square Trinomials

a² + 2ab + b² = (a + b)²
a² - 2ab + b² = (a - b)²

4. Sum and Difference of Cubes

a³ + b³ = (a + b)(a² - ab + b²)
a³ - b³ = (a - b)(a² + ab + b²)

5. Factoring by Grouping

Example: Factor x³ + 3x² + 2x + 6

Group: (x³ + 3x²) + (2x + 6)

Factor each group: x²(x + 3) + 2(x + 3)

Factor out (x + 3): (x + 3)(x² + 2)

Factoring is one of the most important skills in algebra. Practice recognizing patterns — over time, you'll be able to factor expressions quickly by sight.