Back to Blog
Education6 min read2026-01-17

UW Math 126 Partial Derivatives: A Step-by-Step Guide

M
Michael R.
Content Writer
TL;DR
Master partial derivatives in UW Math 126 with this step-by-step guide covering core concepts, visualization techniques, and common exam questions.

If you're taking UW Math 126, you've likely encountered partial derivatives and found yourself wondering how to approach these multivariable calculus concepts. Partial derivatives are a fundamental component of the UW Math 126 curriculum, and understanding them is crucial for your success in the course. In this guide, we'll break down everything you need to know about UW Math 126 partial derivatives with clear examples and practical applications.

What Are Partial Derivatives in UW Math 126?

In UW Math 126, partial derivatives extend the concept of derivatives from single-variable calculus to functions with multiple variables. While a regular derivative measures how a function changes as its single input changes, a partial derivative measures how a function changes as just one of its multiple inputs changes, while keeping all other variables constant.

For example, if you have a function f(x,y), the partial derivative with respect to x (written as ∂f/∂x or fx) measures how f changes when only x varies and y stays fixed. Similarly, the partial derivative with respect to y (∂f/∂y or fy) measures how f changes when only y varies and x stays fixed.

How to Calculate Partial Derivatives Step by Step

Learning to calculate partial derivatives in Math 126 follows a straightforward process. Here's how to do it:

Step 1: Identify the Variable You're Differentiating With Respect To

First, determine which variable you're taking the derivative with respect to. This is the variable that will be treated as changing, while all others are treated as constants.

Step 2: Apply Regular Differentiation Rules

Once you've identified your variable, apply the standard differentiation rules from single-variable calculus to that variable only. Treat all other variables as if they were constants.

For example, if f(x,y) = x²y + xy³, then:

  • ∂f/∂x = 2xy + y³ (differentiate with respect to x, treating y as constant)
  • ∂f/∂y = x² + 3xy² (differentiate with respect to y, treating x as constant)

Step 3: Simplify Your Answer

After applying the differentiation rules, simplify your expression to get the final answer.

Common Types of Partial Derivative Problems in UW Math 126

The UW Math 126 course typically includes several types of partial derivative problems. Here are the most common ones you'll encounter:

1. Basic Partial Derivatives

These are straightforward calculations of partial derivatives for functions with two or more variables.

Example: Find ∂f/∂x and ∂f/∂y for f(x,y) = sin(xy) + e^(x+y)

Solution: ∂f/∂x = y·cos(xy) + e^(x+y) ∂f/∂y = x·cos(xy) + e^(x+y)

2. Higher-Order Partial Derivatives

These involve taking partial derivatives of partial derivatives. Common notations include fxx, fxy, fyx, and fyy.

Example: For f(x,y) = x³y + xy², find fxy (which means take the partial derivative with respect to x, then with respect to y).

Solution: First find fx = 3x²y + y² Then find fxy = 3x² + 2y

Many students in UW Math 126 find it helpful to organize their work when calculating multiple derivatives. During one study session, a student was working through a particularly challenging problem set with three variables. She used NoteNest to create a visual workspace where she could derive each partial derivative step by step, keeping her calculations organized on an infinite canvas rather than cramming everything onto a single page.

3. The Chain Rule for Partial Derivatives

This involves finding partial derivatives when variables are dependent on other variables.

Example: If z = f(x,y) where x = r·cos(θ) and y = r·sin(θ), find ∂z/∂r and ∂z/∂θ.

Solution: ∂z/∂r = (∂z/∂x)(∂x/∂r) + (∂z/∂y)(∂y/∂r) = (∂z/∂x)cos(θ) + (∂z/∂y)sin(θ)

∂z/∂θ = (∂z/∂x)(∂x/∂θ) + (∂z/∂y)(∂y/∂θ) = (∂z/∂x)(-r·sin(θ)) + (∂z/∂y)(r·cos(θ))

4. Implicit Differentiation with Partial Derivatives

These problems involve finding partial derivatives when a function is defined implicitly.

Example: If F(x,y,z) = x² + y² + z² - 16 = 0, find ∂z/∂x and ∂z/∂y.

Solution: Taking the partial derivative of F with respect to x: 2x + 0 + 2z(∂z/∂x) = 0 Solving for ∂z/∂x: ∂z/∂x = -x/z

Similarly for ∂z/∂y: ∂z/∂y = -y/z

Visualizing Derivatives in Multivariable Calculus

One of the challenges in UW Math 126 is visualizing what partial derivatives actually represent. Here's how to think about them geometrically:

A partial derivative ∂f/∂x at a point (a,b) represents the slope of the tangent line to the curve formed by intersecting the surface z = f(x,y) with the vertical plane y = b. Similarly, ∂f/∂y represents the slope of the tangent line to the curve formed by intersecting the surface with the vertical plane x = a.

Think of it as taking a slice through the 3D surface and finding the slope of the resulting curve at that point. This visualization can help tremendously when trying to understand the meaning behind the calculations in UW calculus courses.

Common Applications of Partial Derivatives in UW Math 126

In UW Math 126, you'll use partial derivatives for various applications:

1. Finding Tangent Planes

The equation of a tangent plane to a surface f(x,y,z) = 0 at point (x₀,y₀,z₀) is: fx(x₀,y₀,z₀)(x-x₀) + fy(x₀,y₀,z₀)(y-y₀) + fz(x₀,y₀,z₀)(z-z₀) = 0

2. Finding Maximum and Minimum Values

To find critical points, set all partial derivatives equal to zero and solve the system of equations. Then use the second derivative test to determine if each critical point is a maximum, minimum, or saddle point.

3. Directional Derivatives and Gradients

The directional derivative represents the rate of change of a function in any direction, not just along the coordinate axes. It's calculated using the gradient (∇f) and a unit vector (u) in the desired direction: Dᵤf = ∇f · u = fx·ux + fy·uy + fz·uz

Tips for Success with Partial Derivatives in UW Math 126

Based on experience with the UW Math 126 course, here are some practical tips:

  • Practice consistently with problems from your textbook and past exams
  • Create a "derivatives cheat sheet" with common functions and their derivatives
  • Attend office hours when you're stuck on concepts
  • Form study groups with classmates to work through problem sets together
  • Use visualization tools to better understand the geometric meaning
  • Review effective study strategies specifically for math courses

Remember that UW Math 126 builds on concepts from Math 124 and 125, so make sure your foundation in single-variable calculus is solid.

Common Mistakes to Avoid

When working with partial derivatives in UW Math 126, watch out for these common errors:

  • Forgetting to treat other variables as constants when taking a partial derivative
  • Making computational errors when applying the chain rule
  • Mixing up the order of differentiation in higher-order derivatives
  • Misapplying the product rule or quotient rule
  • Not checking your work with simple test cases

Frequently Asked Questions

Q: How are partial derivatives different from regular derivatives in UW Math 126?

A: In UW Math 126, regular derivatives apply to functions of one variable, measuring the rate of change of the function with respect to that variable. Partial derivatives apply to functions of multiple variables, measuring the rate of change with respect to one variable while holding all others constant.

Q: What's the best way to prepare for partial derivatives on UW Math 126 exams?

A: Practice with a variety of problems, focusing on all the types covered in this guide. Review past exams from the UW Math Department, attend study sessions offered by the department, and make sure you understand the geometric interpretation of partial derivatives, not just the computational aspects.

Q: How can I tell if my partial derivative calculations are correct?

A: For simple functions, you can check your work by calculating the partial derivatives in a different order (like fxy and fyx) and verifying they're equal. You can also plug in specific values for variables and check if the results make sense. Online tools like WolframAlpha can also verify your calculations.

Mastering partial derivatives is essential for success in UW Math 126. With consistent practice and a solid understanding of the concepts, you'll be well-equipped to handle any partial derivative problem that comes your way on homework assignments and exams. Try NoteNest free to organize your calculus notes and keep track of these important concepts.

Tags
CalculusUW MathPartial DerivativesMultivariable Calculus