Elementary partial derivative

33 Views Asked by At

$ \mathrm{If ~u=(x^2-y^2)f(t) where~ t=xy~and~ f ~denotes~ an ~arbitrary~ function,~ prove~ that~ \frac{\partial^2{u}} {\partial{x} {y}}=(x^2-y^2){\{t\cdot{f''(t)} } +3f'(t)}\} $

My attempt:$ \frac{\partial {u} } {\partial{x} } =(2x)f(t)+f'(t) \cdot(x^2-y^2) $ Then I tried taking the $\frac{\partial^2{u}} {\partial{x}{\partial{y} }} $ but I don't seem to be getting anywhere close.

Assistance is needed on this. My knowledge is a bit elementary on partial differentiation.

1

There are 1 best solutions below

1
On BEST ANSWER

You have to use the chain rule for differentiating $f(t)$,$$\frac{\partial u}{\partial x}=2xf(t)+(x^2-y^2)\frac{df(t)}{dt}\cdot\frac{\partial t}{\partial x}=2xf(t)+\color{red}y(x^2-y^2)f'(t)$$because $\displaystyle\frac{\partial t}{\partial x}=\frac{\partial(xy)}{\partial x}=y$. Once again, keeping in mind the chain rule,$$\frac{\partial^2u}{\partial x\partial y}=\frac\partial{\partial y}[2xf(t)+y(x^2-y^2)f'(t)]\\=2x^2f'(t)+(x^2-3y^2)f'(t)+xy(x^2-y^2)f''(t)\\=(x^2-y^2)[3f'(t)+tf''(t)]$$which is the required expression.