In this section we compute partial derivatives using the chain rule.

For differentiable functions of one variable, the chain rule states that if , then To extend this to the multi-variable setting, we will need to express this rule in Leibniz notation. If instead of writing we write that where . Then the chain rule becomes

Now, we move to the multi-variable case. If where and are functions of , then ultimately, is a function of . A change in causes a change in both and which in turn causes a change in leading to the following version of the chain rule:

(Problem 1a) Let and let and . Use the chain rule to find
(Problem 1b) Let and let and . Find

We next look at an extension of the previous chain rule to the case where and are themselves functions of two variables. Let be a function of and and let and both be functions of and . Then is ultimately a function of and and the chain rule says

and

(Problem 2) Let where and . Find and

Here is a video solution of problem 2:

_

0.1 Polar Coordinates

The polar coordinates of a point in the -plane give the distance from the origin and the angle from the positive -axis. The relationship to standard rectangular coordinates is given by

If , then we can rewrite using polar coordinates as and we can use the chain rule to compute the partial derivatives of with respect to and : \begin{align*} \frac{\partial z}{\partial r} &= \frac{\partial z}{\partial x} \cdot \frac{\partial x}{\partial r} + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial r}\\ &= \cos \theta \frac{\partial z}{\partial x} + \sin \theta \frac{\partial z}{\partial y} \end{align*}

and \begin{align*} \frac{\partial z}{\partial \theta } &= \frac{\partial z}{\partial x} \cdot \frac{\partial x}{\partial \theta } + \frac{\partial z}{\partial y} \cdot \frac{\partial y}{\partial \theta }\\ &= -r\sin \theta \frac{\partial z}{\partial x} + r \cos \theta \frac{\partial z}{\partial y} \end{align*}

(Problem 3a) Let where and . Find and using the chain rule, and then again, by first writing as a function of and directly. Compare your answers.
(Problem 3b) Let where and . Find and using the chain rule, and then again, by first writing as a function of and directly. Compare your answers.

Here is a video solution of problem 3b:

_
(Problem 4) If where and , find .

Here is a video solution of problem 4:

_

0.2 General Chain Rule

Suppose and each of the variables for is a function of the variables . Then for , \begin{align*} \frac{\partial z}{\partial t_j} &= \frac{\partial z}{\partial x_1}\frac{\partial x_1}{\partial t_j} + \frac{\partial z}{\partial x_2}\frac{\partial x_2}{\partial t_j} + \cdots + \frac{\partial z}{\partial x_n}\frac{\partial x_n}{\partial t_j}\\ &= \sum _{i = 1}^n \frac{\partial z}{\partial x_i}\frac{\partial x_i}{\partial t_j} \end{align*}

(Problem 5a) Suppose where and are functions of and . Find an expression for .
(Problem 5b) Suppose where and are functions of and . Find an expression for .
2025-05-26 16:55:31