Second order partial derivatives of f(x,y) are as follows:
fxx = (fx)x = ∂(∂f/∂x)⁄∂x = ∂2f/∂x2
fyy = (fy)y= ∂(∂f/∂y)⁄∂y = ∂2f/∂y2
fxy = (fx)y= ∂(∂f/∂x)⁄∂y = ∂2f/∂y∂x
fyx = (fx)y= ∂(∂f/∂y)⁄∂x = ∂2f/∂x∂y
If fxy and fyx are continuous, then fxy = fyx
We know here that z = f(x,y) and x=4rt and y=r3-t3
To find ∂2/∂r∂t we will
- Differentiate z with respect to t first (as per our rules of second order derivatives above)
- Differentiate ∂z/∂dt with respect to r.
Because z depends on x and y, which depend on r and t, we will use chain rule.
1. Find ∂z/∂dt
∂z/∂t = fx∂x/∂t + fy∂y/∂t
∂x/∂t = 4r and ∂y/∂t = -3t2 (remember we treat r as a constant when differentiating with respect to t)
so,
∂z/∂t = 4rfx - 3t2fy
2. Differentiate ∂z/∂t with respect to r.
∂(4rfx - 3t2fy)/∂r
Term 1:
∂(4rfx)/∂r = 4fx + 4r∂fx/∂r (product rule)
fx depends on x and y so we need to do the chain rule next:
∂fx/∂r = fxxxr + fxyyr
xr = 4t and yr = 3r2
So,
∂fx/∂r = 4tfxx + 3r2fxy
∂(4rfx)/∂r = 4fx + 16rtfxx +12r3fxy
Term 2:
∂(-3t2fy)/∂r = -3t2∂fy/∂r
∂fy/∂r = fyxxr + fyyyr = 4tfyx + 3r2fyy
So,
-3t2(4tfyx + 3r2fyy) = -12t3fyx - 9r2t2fyy
Finally, combine our terms
∂2z/∂r∂t = 4fx + 16rtfxx + 12r3fxy - 12t3fxy - 9r2t2fyy
Because our second partial derivatives are continuous, we know that fxy = fyx and we can combine like terms. And our final solution is:
∂2z/∂r∂t = 4fx + 16rtfxx + 12fxy(r3-t3) - 9r2t2fyy