Learning goals
What you should understand
- Explain a partial derivative as the slope of a coordinate-direction slice through a surface.
- Differentiate with respect to x, y, or z while holding the other independent variables constant.
- Evaluate a partial derivative at a point only after finding the symbolic derivative and checking the domain.
- Distinguish partial differentiation from total and implicit differentiation.
You should know single-variable power, product, and chain rules, function notation, coordinate points, and the idea of viewing a surface through a fixed-coordinate slice.
Hold one coordinate fixed and differentiate the slice
Each definition is an ordinary difference quotient along one coordinate direction. The variable not receiving h stays fixed, so the surface is replaced locally by a one-variable curve.
- The relevant limit must exist at the point for that partial derivative to exist.
- The point must lie in the domain, with enough nearby points in the selected coordinate direction.
- Existing partial derivatives at a point do not alone guarantee continuity or total differentiability there.
Reusable process
Use the same fixed-variable decision every time
- 1Name the active variable
Write the requested symbol, such as partial f over partial x, before doing algebra.
- 2Freeze the other independent variables
Treat their powers and functions as constants during this derivative.
- 3Apply single-variable rules
Use the power, product, quotient, and chain rules exactly as you would for a one-variable slice.
- 4Simplify without losing restrictions
Keep exclusions from logarithms, roots, and denominators beside the result.
- 5Evaluate and verify
Substitute coordinates last, then compare a small coordinate-direction difference quotient at a valid point.
Coordinate slice
Freeze y, then watch the x-slope change
For f(x,y) = x squared + 2xy + y squared, choose a fixed y-value. Each choice creates a one-variable parabola in x whose derivative is 2x + 2y.
If the control is unavailable, set y equal to any constant c. The slice f(x,c) has derivative 2x + 2c, so substituting c into 2x + 2y gives the same slope.
Check the reasoning
With y fixed at c, the slice is f(x,c) = x squared + 2cx + c squared. Its slope is 2x + 2c, which is exactly f sub x evaluated at y = c. Changing c shifts the slice and its slope without changing which variable is differentiated.
Worked examples
Build from recognition to verification
Polynomial surface and point evaluation
Hold y fixed, differentiate with respect to x, and substitute the point only after the symbolic step.
- Freeze y: The factors y and 3y squared act as constants in the x direction.
- Differentiate: Apply the x power rule and keep the coefficient y.
- Evaluate: Insert x = 1 and y = -2.
Answer
Check: With y fixed at -2, f(x,-2) = -2x squared + 12. Its ordinary derivative is -4x, which equals -4 at x = 1.
Exponential chain rule
The exponent contains both variables, but x is constant during the y-partial derivative.
- Differentiate the exponent: With x fixed, the derivative of xy with respect to y is x.
- Apply the chain rule: Multiply e to the xy by the inner derivative.
- Evaluate: At (2,0), the exponential factor is one.
Answer
Check: Fixing x at 2 gives the one-variable slice e to the 2y, whose derivative at y = 0 is 2.
Logarithmic surface with a domain condition
The logarithm is defined whenever x squared plus y squared is positive, so the origin is excluded.
- Differentiate the outer function: The derivative of ln u is one over u times the derivative of u.
- Differentiate the inside: The y squared term is constant in the x direction.
- Evaluate: The point is in the domain because 3 squared plus 4 squared is positive.
Answer
Check: Fix y at 4 and differentiate ln(x squared + 16) as a one-variable function. Its derivative is 2x/(x squared + 16), giving 6/25 at x = 3.
Three-variable temperature model
Only z changes, so every factor containing only x or y is constant.
- Remove the z-constant term: The term x squared y has zero z-partial derivative.
- Differentiate the z term: Keep y and apply the power rule to z cubed.
- Evaluate: Insert y = -2 and z = 2. The x-coordinate does not enter this derivative.
Answer
Check: At x = 1 and y = -2, T becomes -2 - 2z cubed. Its ordinary z-derivative is -6z squared, which equals -24 at z = 2.
A mixed partial derivative
Differentiate once in x, then differentiate that result in y. Keeping the order visible prevents a variable-role mistake.
- Differentiate in x: Hold y fixed and apply the power and chain rules.
- Differentiate the first term in y: Now x is fixed while y changes.
- Differentiate the product y cos(xy): Use the product rule and the chain rule.
Answer
Check: Computing p sub y first and then differentiating in x produces the same expression, consistent with equality of mixed partials for this smooth function.
Try it yourself
Practice the decision before checking the answer
Find f sub x.
Show answer and explanation
Hold y fixed and apply the x power rule.
Find g sub y.
Show answer and explanation
The inner derivative of xy with respect to y is x.
Find h sub z.
Show answer and explanation
The result requires x + y not equal to zero.
Find q sub y at (3,0).
Show answer and explanation
First q sub y equals x squared e to the y, then substitute.
Common mistakes
Notice the decision before the algebra
Changing every coordinate
Differentiating y while computing f sub x.
Fix: Write a short note such as y constant before applying any rule.
Holding the wrong variable fixed
Treating x as constant in an x-partial derivative.
Fix: Match the denominator of the partial notation to the one variable allowed to change.
Evaluating before differentiating
Substituting the point first and turning the function into a constant.
Fix: Find the symbolic partial derivative, keep its domain, and substitute coordinates last.
Confusing partial and implicit derivatives
Adding dy over dx to a function whose x and y inputs are independent.
Fix: Use partial notation for a multivariable function and implicit notation only when an equation makes y depend on x.
Assuming partials prove differentiability
Concluding that a function has a tangent plane because two partial derivatives exist at one point.
Fix: Check an appropriate differentiability condition, such as continuity of the partial derivatives in a neighborhood, before making that conclusion.