Two Variable Functions- Understanding y' Derivatives
What Two Variable Functions Actually Are
You've probably worked with functions like f(x) = x² + 3x. That's one variable. Two variable functions take two inputs and give one output. The standard form is f(x, y).
Real world examples:
- Cost of shipping depends on weight AND distance → C(w, d)
- Temperature at a location depends on latitude AND altitude → T(lat, alt)
- Profit depends on price AND quantity sold → P(p, q)
The function takes a point (x, y) in the plane and maps it to a single real number. That's it. No magic.
Why "y'" Notation Shows Up Here
Here's where students get confused. The notation y' implies you're working with an implicit function y = f(x). But when you have two variables, you can't just take y' directly.
You have two options:
- Partial derivatives — measure how the function changes when you vary ONE variable while holding the other constant
- Total derivatives — account for changes in both variables
The prime notation (') works for ordinary derivatives. For multivariable functions, you need the ∂ symbol or explicit partial derivative notation.
Partial Derivatives: The Core Concept
When you take a partial derivative with respect to x, you treat y as a constant. When you take it with respect to y, you treat x as a constant.
For a function f(x, y) = x²y + 3xy²:
∂f/∂x = 2xy + 3y² (derivative of x²y treating y constant, plus derivative of 3xy² treating y constant)
∂f/∂y = x² + 6xy (derivative of x²y treating x constant, plus derivative of 3xy² treating x constant)
See the difference? The variable you don't differentiate with respect to stays frozen in place.
Implicit Differentiation With Two Variables
Sometimes you have an equation defining y implicitly as a function of x, like F(x, y) = 0. In this case, you CAN use y' notation.
Take x² + y² = 25. This defines a circle.
Differentiate both sides with respect to x:
2x + 2y · y' = 0
Solve for y':
y' = -x/y
That's valid. You treated y as a function of x and applied the chain rule where needed. The result tells you the slope of the tangent at any point on the curve.
Common Mistakes That Will Cost You Points
- Forgetting the chain rule — when y appears and you're differentiating with respect to x, that y becomes y' unless it's being treated as a constant
- Mixing up partial and total derivatives — partial derivatives (∂) and ordinary derivatives (d or ') are not interchangeable
- Dropping terms — always double-check that you're not accidentally eliminating variables during differentiation
- Wrong notation — using y' when you should be using ∂f/∂x is sloppy and often marked wrong
Tools and Notations Compared
| Notation | Meaning | When to Use |
|---|---|---|
| ∂f/∂x | Partial derivative of f with respect to x | Multivariable functions, holding other vars constant |
| ∂f/∂y | Partial derivative of f with respect to y | Multivariable functions, holding other vars constant |
| y' | Derivative of y with respect to x | Implicit differentiation, related rates |
| dy/dx | Ordinary derivative | Single variable functions or explicit relationships |
| df/dt | Total derivative | When all variables depend on t |
How To Actually Find Derivatives
Step 1: Identify Your Function Type
Is it an explicit multivariable function like f(x, y) = x²y + sin(x)? Use partial derivatives (∂).
Is it an implicit equation like x² + y² = 1? Use implicit differentiation and solve for y'.
Step 2: Apply the Right Rule
For partials: freeze the other variable and differentiate normally.
For implicit: differentiate everything with respect to x, group y' terms on one side, factor it out, divide.
Step 3: Simplify
Factor where possible. Check if you can solve for y' explicitly. If the problem asks for the derivative at a specific point, plug in values after differentiating.
Quick Reference: Rules That Apply
- Product rule: when differentiating x²y, treat y as constant → 2xy
- Chain rule: when differentiating something like f(y), and y is a function of x → f'(y) · y'
- Power rule: works exactly as before, just apply to the variable you're differentiating
What You Actually Need to Remember
Two variable functions require two separate derivatives in most cases. The notation tells you everything about what's being held constant and what's changing.
If you see y', assume y is a function of x and the chain rule applies to any y terms. If you see ∂f/∂x, treat everything except x as a constant number.
The math isn't complicated. The notation system is just precise about what depends on what. Read the notation, follow the rules, and the answer falls out.