The question is: Let be g: $\mathbb{R}^{3} \rightarrow \mathbb{R}$ homogeneous of degree k, i.e, $g(tx,ty,tz) = t^{k}g(x,y,z), t>0$ and $(x,y,z) \in \mathbb{R}^{3}$. a) Prove that $xg_{x} + yg_{y} + zg_{z} = kg$ (The Euler's relation). This part is ok ! but: b) Let be $ w = adx + bdy + cdz $ where a, b and c are homogeneous of degree k and $dw = 0$ . Show that $w = df$ where $$ f = \frac{xa + yb + zc}{k+1}$$ The hint is : notice that $dw=0$ implies $ b_{x} = a_{y} , c_{x} = a_{z} , b_{z} = c_{y}$ (Partial Derivaties) and apply Euler's relation. Well, i tried to do the follow: $$ df = \frac{1}{k+1} d(xa + yb + zc) = $$ (omitting the denominator) $d(xa) + d(yb) + d(zc),$ and $d(xa) = \sum \frac{\partial xa}{\partial x_{i}}dx_{i} = adx + a_{xx}dx + a_{xy}dy + a_{xz}dz$
$d(yb) = \sum \frac{\partial yb}{\partial x_{i}}= bdy + b_{yx}dx + b_{yy}dy + b_{yz}dz$
$d(zc) = cdz + c_{zx}dx + c_{zy}dy + c_{zz}dz$
Is this alright ?
Now, how can i use the hint ?
Thank's !