Loading [MathJax]/jax/output/CommonHTML/jax.js

EXAMPLE 7Finding Second-Order Partial Derivatives

Find the four second-order partial derivatives of z=f(x,y)=xlny+yex.

Solution  We begin by finding the first-order partial derivatives fx(x,y) and fy(x,y). fx(x,y)=lny+yexfy(x,y)=xy+ex

Then the second-order partial derivatives are fxx(x,y)=xfx(x,y)=x(lny+yex)=yexfxy(x,y)=yfx(x,y)=y(lny+yex)=1y+exfyx(x,y)=xfy(x,y)=x(xy+ex)=1y+exfyy(x,y)=yfy(x,y)=y(xy+ex)=xy2