What is the Simplified Sum of Partial Derivatives for a Homogenous Function?

Mr.Rockwater
Messages
10
Reaction score
0

Homework Statement


I need to prove that x\frac{ \partial^2z}{ \partial x^2} + y\frac{\partial^2z}{\partial y\partial x} = 2\frac{\partial z}{\partial x}

Homework Equations



z = \frac{x^2y^2}{x+y}

The Attempt at a Solution



I actually did it the long way and I got the right answer but here is my teacher's solution :

z = \frac{x^2y^2}{x+y}

\Rightarrow x\frac{ \partial z}{ \partial x} + y\frac{ \partial z}{ \partial x} = 3\frac{ \partial z}{ \partial x}

\Rightarrow \frac{ \partial z}{ \partial x} +x\frac{ \partial^2z}{ \partial x^2} + y\frac{ \partial z}{ \partial x} = 3\frac{ \partial z}{ \partial x}

Answer follows.

To be honest, I have absolutely no idea about what technique he actually uses there. Is there any "rule" or "trick" that I am not aware of here?
 
Physics news on Phys.org
It follows from observing z is homogeneous of degree 3, Euler's homogeneous function theorem, and interchanging operators.

x zxx+y zyx=(x zx+y zy-z)x
by commuting operators
=(3-1)zx=2zx
by Euler's homogeneous function theorem
thus
zx is homogeneous of degree 2
or we could go backwards and just show zx is homogeneous of degree 2
 
Thank you! Our teacher didn't ever mention homogenous functions though, I assume this ain't going to be in the exam. At least I'll have that tool in my arsenal :-p
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top