You're staring at an equation. Maybe it's 3x + 2y = 12. Maybe it's x² + y² = 25. Day to day, maybe it's something nastier with radicals or logarithms. The instruction is always the same: rewrite as a function of x Small thing, real impact..
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. Because of that, that's it. The phrase "as a function of x" just means express the dependent variable explicitly in terms of x. You want y = something with only x's on the right side. That's why no y's hiding over there. No implicit mess Most people skip this — try not to. Took long enough..
But the phrasing trips people up. Mathematical. Also, "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 Simple as that..
3x + 2y = 12
2y = 12 - 3x
y = 6 - (3/2)x
Done. And that's a function of x. Which means call it f(x) if you want: f(x) = 6 - 1. In practice, 5x. Same thing Most people skip this — try not to..
But — and this matters — not every equation can be written as a single function of x. That circle up there? x² + y² = 25. Solve for y and you get y = ±√(25 - x²). That's two functions. On top of that, top half and bottom half. The original equation isn't a function. It's a relation.
Worth knowing before you force it.
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.
Graphing Calculators Demand It
Type 3x + 2y = 12 into Desmos? Most graphing calculators only accept y = form. But your TI-84? They need explicit functions. Also fine. Type x² + y² = 25? Practically speaking, it graphs fine. If you can't rewrite it, you can't graph it on the device you're actually allowed to use on the test Which is the point..
Calculus Needs Explicit Form
Derivatives. Integrals. Related rates. Optimization. Almost every calculus technique starts with y = f(x) or at least y = something clean. Implicit differentiation exists — but it's a workaround, not the default. You'll save yourself hours of pain if you can rewrite cleanly first.
You'll probably want to bookmark this section.
Real-World Modeling Works This Way
Population growth: P(t) = P₀e^(rt). Also, revenue: R(x) = price × quantity. Physics: h(t) = -16t² + v₀t + h₀. The independent variable (usually time or quantity) goes in. The dependent variable comes out. So that's a function. That's the language of modeling.
You'll probably want to bookmark this section.
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.
Step 1: Identify Your Target
Which variable is "the function"? Circle the target variable. Worth adding: literally circle it. 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. But usually y. Keeps you honest The details matter here..
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. They behave exactly like 3, 2, 12. Don't let the alphabet scare you.
Step 3: Reverse Order of Operations
We're talking about the part everyone rushes.
Addition/subtraction first (move terms across the equals sign).
Multiplication/division second (isolate the variable).
Exponents/radicals last (undo powers, roots).
√(2y + 5) = x + 3
Square both sides first? But the right side has addition outside the variable. The square root is the outermost operation on the left. No. Different sides, different rules.
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. If the problem asks for a function of x, you might need to pick a branch (usually the positive one unless context says otherwise). Because of that, that's two. Worth adding: f(x) = √(9 - x²) and g(x) = -√(9 - x²). If it asks for the function, the equation might not define one And that's really what it comes down to..
Step 5: Clean It Up
Simplify fractions. Distribute if it helps. Here's the thing — factor if it reveals something. But don't over-simplify — sometimes factored form is more useful And that's really what it comes down to..
y = (x² - 4)/(x - 2)
Simplifies to y = x + 2... but only for x ≠ 2. Now, the original has a hole. The simplified version doesn't show it. Keep the domain restriction if it matters.
Common Equation Types (And How to Handle Each)
Linear Equations
Easiest. Worth adding: Ax + By = C → y = -(A/B)x + C/B. On top of that, slope-intercept form. Done.
Watch for: B = 0. Then you have x = constant. That's a vertical line. **Not a function of x.So ** Can't write it as y = anything. Important edge case Small thing, real impact..
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.
y = [-3 ± √(9 + 8x)] / 2
Two functions. Domain restriction: 9 + 8x ≥ 0 → x ≥ -9/8.
Radicals
√(y - 1) = x - 2
Square both sides: y - 1 = (x - 2)² → y = (x - 2)² + 1 But it adds up..
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