You're staring at an equation. In practice, maybe it's x² + y² = 25. Because of that, maybe it's something nastier with radicals or logarithms. Which means maybe it's 3x + 2y = 12. The instruction is always the same: rewrite as a function of x That's the part that actually makes a difference..
And your brain goes: wait, which variable is the function again?
What Is "As a Function of x"
Here's the short version: you're solving for y. That's it. Even so, the phrase "as a function of x" just means express the dependent variable explicitly in terms of x. Think about it: you want y = something with only x's on the right side. No y's hiding over there. No implicit mess And that's really what it comes down to. Simple as that..
But the phrasing trips people up. Mathematical. "Function of x" sounds formal. Like you need to invoke set theory or domain restrictions before you've even moved a term.
You don't. Not yet anyway.
The Translation Layer
When a textbook says "rewrite as a function of x," it's giving you a command in math-speak. In plain English: isolate y.
3x + 2y = 12
2y = 12 - 3x
y = 6 - (3/2)x
Done. Which means 5x. Worth adding: call it f(x) if you want: f(x) = 6 - 1. In real terms, that's a function of x. Same thing And that's really what it comes down to. Took long enough..
But — and this matters — not every equation can be written as a single function of x. That's two functions. This leads to that circle up there? Solve for y and you get y = ±√(25 - x²). Top half and bottom half. x² + y² = 25. And the original equation isn't a function. It's a relation.
Worth knowing before you force it Easy to understand, harder to ignore..
Why It Matters / Why People Care
You might be thinking: I just want to pass the quiz. Why does the distinction matter?
Because it changes what you can do with the thing Worth knowing..
Graphing Calculators Demand It
Type 3x + 2y = 12 into Desmos? It graphs fine. Type x² + y² = 25? Also fine. But your TI-84? Most graphing calculators only accept y = form. They need explicit functions. If you can't rewrite it, you can't graph it on the device you're actually allowed to use on the test Practical, not theoretical..
Calculus Needs Explicit Form
Derivatives. Almost every calculus technique starts with y = f(x) or at least y = something clean. So implicit differentiation exists — but it's a workaround, not the default. Optimization. Related rates. Integrals. You'll save yourself hours of pain if you can rewrite cleanly first And that's really what it comes down to..
Real-World Modeling Works This Way
Population growth: P(t) = P₀e^(rt). Revenue: R(x) = price × quantity. Physics: h(t) = -16t² + v₀t + h₀. Practically speaking, the independent variable (usually time or quantity) goes in. Think about it: the dependent variable comes out. That's a function. That's the language of modeling.
If you can't rearrange an equation into that form, you can't build the model.
How It Works (Step by Step)
The process is mechanical. But the thinking behind each step is where students lose points The details matter here. Simple as that..
Step 1: Identify Your Target
Which variable is "the function"? That's why usually y. Sometimes it's P, or V, or A. The prompt might say "write V as a function of r" — that means V = stuff with r. Circle the target variable. That's why literally circle it. Keeps you honest.
Step 2: Treat Everything Else Like a Number
If you're solving for y in ax + by = c, the letters a, b, c are just constants. Still, they behave exactly like 3, 2, 12. Don't let the alphabet scare you.
Step 3: Reverse Order of Operations
This is the part everyone rushes That's the part that actually makes a difference..
Addition/subtraction first (move terms across the equals sign).
Multiplication/division second (isolate the variable).
Exponents/radicals last (undo powers, roots) It's one of those things that adds up. Turns out it matters..
√(2y + 5) = x + 3
Square both sides first? In practice, no. Which means the square root is the outermost operation on the left. But the right side has addition outside the variable. Different sides, different rules Simple as that..
Better approach: square both sides to kill the radical.
2y + 5 = (x + 3)²
2y = (x + 3)² - 5
y = ½(x + 3)² - 2.5
Order matters. Work from the outside in.
Step 4: Watch for ± Situations
Any time you take an even root — square root, fourth root, etc. — you introduce ±.
y² = 9 - x²
y = ±√(9 - x²)
That's not one function. Which means that's two. f(x) = √(9 - x²) and g(x) = -√(9 - x²). If the problem asks for a function of x, you might need to pick a branch (usually the positive one unless context says otherwise). If it asks for the function, the equation might not define one Still holds up..
Step 5: Clean It Up
Simplify fractions. Distribute if it helps. Factor if it reveals something. But don't over-simplify — sometimes factored form is more useful.
y = (x² - 4)/(x - 2)
Simplifies to y = x + 2... but only for x ≠ 2. The original has a hole. And the simplified version doesn't show it. Keep the domain restriction if it matters And it works..
Common Equation Types (And How to Handle Each)
Linear Equations
Easiest. And slope-intercept form. This leads to Ax + By = C → y = -(A/B)x + C/B. Done Not complicated — just consistent..
Watch for: B = 0. Then you have x = constant. That's a vertical line. Not a function of x. Can't write it as y = anything. Important edge case It's one of those things that adds up..
Quadratics in y
y² + 3y - 2x = 0
Treat it like a quadratic in y. Use the quadratic formula with a=1, b=3, c=-2x That's the part that actually makes a difference..
y = [-3 ± √(9 + 8x)] / 2
Two functions. Domain restriction: 9 + 8x ≥ 0 → x ≥ -9/8 Simple as that..
Radicals
√(y - 1) = x - 2
Square both sides: y - 1 = (x - 2)² → y = (x - 2)² + 1.
But — the original square root implies y - 1 ≥ 0 and x - 2 ≥ 0 (principal root is non-negative). So domain: x ≥ 2. The squared version loses that. Keep it.
Rational Equations
y = (2x + 1)/(x - 3)
Already a function of x. But if you started with (x - 3)y = 2x + 1, you'd divide