Q: Let P(x,y)=x3y5
(a) Find the indicated partial derivative with respect to x: Px(2,1)
(b) Find the indicated mixed partial derivative: Px,y(1,10)
A: To find a partial derivative, we establish which letter we are treating like our variable. In part (a), Px(2,1) means to take the derivative while treating x as our variable, and then plug in the point (2, 1)…. OK, so treat y like a constant:
Px(x, y) = 3x2y5
Notice how I took the derivative of “x” but the “y” part just came along for the ride like a constant multiplier…
Now plug in (2, 1) for x and y:
Px(x, y) = 3x2y5
Px(2, 1) = 3(2)2(1)5 = 3*4*1 = 12
(b) Px,y(1,10) is asking us to take the partial derivative with respect to x (which we have done) and then to take the partial derivative with respect to y, and THEN plug in the point (1, 10)…. We know the partial derivative with respect to x is:
Px(x, y) = 3x2y5
Now it is time to take the partial derivative with respect to y… So, treat the x part like a constant multiplier (it won’t change):
Px,y(x, y) = 3x2(5y4) = 15x2y4
Now plug in our point:
Px,y(1,10) = 15(1)2(10)4 = 15*1*10000 = 150000