Bring the partial differential equation into a simpler form:
$x \frac{\partial f}{\partial x} = y \frac{\partial f}{\partial y}$
by making use the fact that the gradiant of f is a "covariant vector" of a "barred coordinate system":
$\bar{x} = xy$
$\bar{y} = (y)^2$
$f(x,y) = f\bigg(x(\bar{x}),~ y(\bar{y}) \bigg) = F(\bar{x}, \bar{y})$.
says the jacobian is:
$J = \begin{bmatrix}y & x \\ 0 & 2y\end{bmatrix}$
and inverse jacobian is:
$J^{-1} = \begin{bmatrix} \frac{1}{y} & \frac{-x}{2y^2} \\ 0 & \frac{1}{2y}\end{bmatrix} = \bar{J}(x)$
anyways... it turns out that in the barred coordinate system $\bar{y}$ is independent of function F, which means: $F(\bar{x}, \bar{y}) = F(\bar{x})$.
and general solution is: $f = F(\bar{x} = xy)$ or simply: $f = F(xy)$
i'm not really sure what that means...F(xy)... that could be anything with one parameter... how does that simplify the pde?
(From Schaum's Outlines, Tensor Calculus, 2011, page 3.7, exercise 3.7)
ok.. i'll try one more time:
pde given by exercise:
$x \frac{\partial f}{\partial x} = y \frac{\partial f}{\partial y}$
The first part of the exercise proves that f = F(xy). Then, we can substitute this expression into the pde to obtain:
$x \frac{\partial F(xy)}{\partial x} = y \frac{\partial F(xy)}{\partial y}$
now let u(x,y) = xy
$x \frac{\partial F(u)}{\partial x} = y \frac{\partial F(u)}{\partial y}$
apply chain rule:
$x \frac{\partial }{\partial u}[F(u)] \frac{d}{dx}[u(x,y)]= y \frac{\partial }{\partial u}[F(u)] \frac{\partial}{\partial y}[u(x,y)]$
now cancel $\frac{\partial }{\partial u}[F(u)]$ on each side of equation, we have:
$x \frac{\partial}{\partial x}[u(x,y)]= y \frac{\partial}{\partial y}[u(x,y)]$
resubsituting $u(x,y) = xy$, we have:
$x \frac{\partial}{\partial x}[xy]= y \frac{\partial}{\partial y}[xy]$
$xy \frac{\partial }{\partial x}[x]= xy \frac{\partial}{\partial y}[y]$
$\frac{\partial}{\partial x}[x]= \frac{\partial}{\partial y}[y]$
thus simplifying pde.
1 = 1??? why does it simplify down to 1 = 1?
I am very new to PDE's but i would tackle the problem like this: Assume $f(x,y)=X(x)Y(y).$
Therefore $xX'(x)Y(y)=X(x)Y'(y)y \Rightarrow$ $$X(x)/(xX{'}(x))=Y(y)/(Y{'}(y)y)=p\in \mathbb{R}$$ $\Rightarrow X_p(x)=xpX_p{'}(x)$ and $Y_p(y)=ypY_p'(y)\Rightarrow$
$$X_p(x)=\sqrt[p]{x}$$ $$Y_p(y)=\sqrt[p]{y}$$ then we get $f_p(x,y)=\sqrt[p]{xy}$ is a solution for all $p\in\mathbb{R}$. Therefore all linear combinations are also solutions and we get $$f(x,y)=\sum_{p\in\mathbb{R}}c_p\sqrt[p]{xy},\text{ with } c_p\in\mathbb{R}$$ which can be expessed as a function $F(xy)$.