Algebra and Functions- Essential Concepts Explained
What Algebra and Functions Actually Are
Most people freeze up when they hear "algebra." Here's the truth: algebra is just math with placeholders. Instead of knowing every number, you use letters to represent values you might not have yet—or values that can change.
Functions take this further. A function is a relationship between two sets of values where every input produces exactly one output. That's it. No magic, no mystery.
This guide cuts through the confusion and gives you what actually matters.
Core Algebra Concepts You Need to Know
Variables and Expressions
A variable is a symbol (usually a letter) that stands in for a number. x, y, n—it doesn't matter which letter you pick. The point is flexibility.
An expression combines numbers, variables, and operations. 3x + 7 is an expression. It has no equals sign, so you can't solve it—it's just a statement of relationship.
Common operations in expressions:
- Addition and subtraction combine like terms
- Multiplication follows the distributive property: a(b + c) = ab + ac
- Division by zero doesn't work—ever
Equations vs. Expressions
Equations have equals signs. Expressions don't. This distinction matters because equations can be solved. You're looking for the value(s) that make both sides equal.
Linear equations (where variables have an exponent of 1) look like ax + b = c. Quadratic equations have an x² term and typically require factoring or the quadratic formula.
Key Algebra Rules
- Order of operations: Parentheses, Exponents, Multiplication/Division, Addition/Subtraction (PEMDAS)
- Combining like terms: Only terms with the same variable raised to the same power can be added or subtracted
- Zero product property: If ab = 0, then either a = 0 or b = 0 (or both)
- Reciprocals: Two numbers are reciprocals if their product equals 1
Understanding Functions
A function is a specific type of relationship. Think of it like a machine: you put something in, something comes out, and the process is consistent.
The formal definition: for every input (x), there is exactly one output (y). If you put in 5 and get two different results, it's not a function.
Function Notation
You'll see functions written as f(x). This isn't multiplication—it's notation meaning "f of x," or the output of function f when x is the input.
Example: if f(x) = 2x + 3, then:
- f(1) = 2(1) + 3 = 5
- f(2) = 2(2) + 3 = 7
- f(10) = 2(10) + 3 = 23
Domain and Range
Domain is all possible inputs. Range is all possible outputs.
Most basic functions accept any real number, but restrictions exist. Fractions with variables in the denominator can't have the denominator equal zero. Square roots of negative numbers don't produce real results.
Types of Functions
Different function types behave differently. Here's what you need to recognize:
| Type | Form | Key Feature |
|---|---|---|
| Linear | f(x) = mx + b | Straight line, constant rate of change |
| Quadratic | f(x) = ax² + bx + c | Parabola shape, one turning point |
| Polynomial | f(x) = axⁿ + ... | Sum of terms with non-negative integer exponents |
| Exponential | f(x) = aˣ | Constant ratio between successive values |
| Logarithmic | f(x) = logₐ(x) | Inverse of exponential functions |
Linear Functions
Linear functions graph as straight lines. The slope (m) tells you how steep the line is and whether it's increasing or decreasing. The y-intercept (b) tells you where the line crosses the y-axis.
Slope formula: m = (y₂ - y₁) / (x₂ - x₁)
A positive slope goes up as you move right. Negative slope goes down. Zero slope is horizontal.
Quadratic Functions
Quadratics create a U-shaped curve called a parabola. The vertex is the minimum (if the parabola opens up) or maximum (if it opens down).
The axis of symmetry runs through the vertex and splits the parabola in half.
You can find x-intercepts (where the graph crosses the x-axis) by factoring, using the quadratic formula, or completing the square.
Exponential Functions
Exponential functions have the variable in the exponent. They grow (or shrink) by a constant percentage each step, not by a constant amount.
This is why exponential growth feels slow at first, then explodes. Compound interest, population growth, and radioactive decay all follow exponential patterns.
Function Operations
You can combine functions just like you combine numbers:
- Addition/subtraction: Combine outputs, then simplify
- Multiplication: Multiply outputs together
- Division: Divide outputs (watch for zeros)
- Composition: Plug one function's output into another function as input, written as f(g(x))
Inverse Functions
An inverse function f⁻¹(x) reverses whatever f(x) does. If f takes you from 2 to 5, f⁻¹ takes you from 5 back to 2.
Not all functions have inverses. Only one-to-one functions (where each output comes from exactly one input) have true inverses.
Graphing Essentials
Graphs translate functions into visual information:
- x-intercepts: Where the graph crosses the x-axis (set y = 0, solve for x)
- y-intercept: Where the graph crosses the y-axis (set x = 0, solve for y)
- Slope: Rise over run on linear graphs
- Vertex: The turning point on quadratic graphs
Understanding the graph helps you understand the function. Don't just memorize—visualize.
How To: Solving Algebra Problems Step by Step
Here's a practical approach that works for most algebra problems:
Solving Linear Equations
- Simplify both sides (distribute, combine like terms)
- Move variable terms to one side using addition/subtraction
- Move constant terms to the other side
- Divide or multiply to isolate the variable
- Check your answer by plugging it back in
Example: Solve 3x - 7 = 14
- Add 7 to both sides:
3x = 21 - Divide by 3:
x = 7 - Check:
3(7) - 7 = 21 - 7 = 14 ✓
Evaluating Functions
- Identify the function definition
- Replace every x with the given input value
- Simplify using order of operations
Example: If f(x) = x² - 4x + 3, find f(5)
- Replace x:
f(5) = 5² - 4(5) + 3 - Simplify:
f(5) = 25 - 20 + 3 - Result:
f(5) = 8
Finding Intercepts
Y-intercept: Plug in x = 0, solve for y
X-intercept(s): Plug in y = 0, solve for x
Example: For f(x) = 2x - 6, y-intercept is f(0) = -6. X-intercept is 2x - 6 = 0, so x = 3.
Common Mistakes to Avoid
- Distributing incorrectly: (a + b)(c + d) ≠ ac + bd. You need all four products.
- Canceling terms incorrectly: You can only cancel factors, not terms. 3/(x+3) doesn't cancel to 1/x.
- Forgetting negative signs: When subtracting expressions, distribute the negative to every term.
- Ignoring the domain: Division by zero and square roots of negatives are real problems, not technicalities.
- Assuming symmetry in quadratics: Only even functions (like x²) are symmetric about the y-axis.
Quick Reference: Key Formulas
| Concept | Formula |
|---|---|
| Slope of a line | m = (y₂ - y₁) / (x₂ - x₁) |
| Point-slope form | y - y₁ = m(x - x₁) |
| Slope-intercept form | y = mx + b |
| Quadratic formula | x = (-b ± √(b² - 4ac)) / 2a |
| Discriminant | b² - 4ac (tells number of solutions) |
| Distance formula | d = √((x₂ - x₁)² + (y₂ - y₁)²) |
What Comes Next
Once you're solid on these fundamentals, you can move into:
- Systems of equations (multiple equations, multiple unknowns)
- Polynomial division and factoring
- Trigonometric functions
- Calculus concepts (limits, derivatives, integrals)
Each builds directly on what you just learned. Don't skip the foundation.