0

Question: Given that $F: \Bbb R^2 \to \Bbb R $ is differentiable and $\forall (x,y) \in \Bbb R^2 :xf_x(x,y)+yf_y(x,y)=kf(x,y)$ Prove that f is homogenous of k'th degree for some k>0.

Thoughts: We've managed to show that using a composition with the function $h(t)=(tx,ty) $s.t $g=f \circ h$ then $g(t)=\frac tk g'(t)$

jreing
  • 3,297

1 Answers1

0

Oh, you are really close.

Just integrate both parts, you get that $$ \int \frac{g'(t)}{g(t)}\, \mathrm{d}t = \int \frac{k}{t}\, \mathrm{d}t$$

$$ ln(g(t)) = ln(t^{k}) $$

$$ f(tx,ty) = t^{k} $$

for $t=1$ we get $ f(x,y) = 1 $

therefore $$ f(tx,ty) = t^{k} f(x,y) $$

Splash
  • 616