Functions and Equations- Algebraic Relationships Demystified
What Equations Actually Are
An equation is a mathematical sentence. Two expressions with an equals sign between them. That's it.
2x + 5 = 11 is an equation. Left side equals right side. You're looking for the value of x that makes this true.
Equations ask one question: What value(s) make this statement true?
What Functions Actually Are
A function is a relationship. It takes an input, does something to it, and gives you an output.
Think of it like a machine. You drop a number in one end, something happens inside, and a new number comes out the other end.
f(x) = 2x + 3 is a function. If you input 4, you get 2(4) + 3 = 11. Same input always gives the same output. That's the rule.
The key difference: a function is a process. An equation is a question asking you to find what makes a statement true.
The Relationship Between Functions and Equations
Here's where people get confused. Functions and equations aren't opposites—they're connected.
When you set a function equal to a value, you get an equation. f(x) = 2x + 3 becomes 2x + 3 = 11 when you're solving for x.
The function f(x) = 2x + 3 describes the pattern. The equation 2x + 3 = 11 asks you to find where on that pattern you hit the value 11.
When They're the Same Thing
Linear equations like y = 3x - 7 can be written as functions: f(x) = 3x - 7. The notation changes, but the math doesn't.
The difference is mostly about perspective. Functions show relationships. Equations show conditions.
Types of Functions You Need to Know
Not all functions behave the same way. Here's what you're dealing with:
| 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 |
| Exponential | f(x) = a·bˣ | Growth or decay that accelerates |
| Polynomial | f(x) = axⁿ + ... | Multiple terms, various shapes |
Linear functions are straight lines. Quadratic functions make U-shapes. Exponential functions bend upward or downward fast.
How to Solve Equations: Step by Step
Solving equations is about isolating the variable. Everything you do to one side, you do to the other. That's the only rule.
Basic Linear Equations
3x - 7 = 14
- Add 7 to both sides: 3x = 21
- Divide by 3: x = 7
- Done. Plug it back in to verify: 3(7) - 7 = 14 ✓
Equations with Variables on Both Sides
5x + 3 = 2x + 15
- Subtract 2x from both sides: 3x + 3 = 15
- Subtract 3 from both sides: 3x = 12
- Divide by 3: x = 4
Always combine like terms first. Then move variables to one side, constants to the other.
Quadratic Equations
These have an x² term. You have three options:
- Factoring: Find two numbers that multiply to give c and add to give b
- Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a
- Graphing: Find where the parabola crosses the x-axis
The quadratic formula works every time. Factoring is faster when it works. Know both.
How to Work with Functions
Functions have their own vocabulary. Learn it:
- Domain: All possible input values
- Range: All possible output values
- f(3): The output when x equals 3
- Zeros: Input values that make f(x) = 0
To evaluate a function, substitute the given value for x and calculate.
f(x) = x² - 4x + 3
Find f(5):
5² - 4(5) + 3 = 25 - 20 + 3 = 8
That's it. Replace x, then compute.
Function Notation vs Equation Notation
| Equation Form | Function Form | When to Use |
|---|---|---|
| y = 2x + 1 | f(x) = 2x + 1 | Basic relationships |
| y - 3 = 2(x - 1) | f(x) = 2(x - 1) + 3 | Point-slope form |
| 3x + y = 7 | f(x) = 7 - 3x | Solving for y first |
Function notation makes it explicit that y depends on x. It also lets you compare different functions without getting variables confused.
Common Mistakes That Will Cost You Points
- Dividing by zero: Always check for values that make denominators zero in rational functions
- Forgetting to check solutions: Extraneous solutions exist, especially when you multiply by expressions containing variables
- Dropping negative signs: -2(x + 3) = -2x - 6, not -2x + 6
- Confusing multiplication with addition: 3(x + 4) = 3x + 12, not 3x + 4
These errors are common. Review your work against them specifically.
Getting Started: Solving Your First Function Equation
Here's the process for finding where a function equals a specific value:
- Write down the function: f(x) = 2x² - 8x + 6
- Set it equal to the value: 2x² - 8x + 6 = 0
- Factor if possible: 2(x² - 4x + 3) = 0
- Factor more: 2(x - 1)(x - 3) = 0
- Solve: x - 1 = 0 or x - 3 = 0
- Answer: x = 1 or x = 3
These x values are the zeros of the function. They're where the graph crosses the x-axis.
Graphing: Where Functions and Equations Meet
Every equation can be graphed. Every function can be graphed. The graph shows you the relationship visually.
For y = f(x), the graph is all points (x, f(x)). The x-axis shows inputs. The y-axis shows outputs. The curve shows the pattern.
Solving f(x) = 5 means finding where the graph crosses the horizontal line y = 5. That's why graphing is useful—it shows you all solutions at once.
When to Use Which Approach
| Situation | Best Approach |
|---|---|
| Simple linear equation | Algebraic solving |
| Multiple equations, multiple unknowns | Substitution or elimination |
| Understanding behavior of a relationship | Function analysis |
| Finding all solutions visually | Graphing |
| Complex quadratics | Quadratic formula |
You don't need one approach exclusively. Good problem solvers switch between them depending on what makes the problem easier.