Sunday, December 20, 2015

calculus - Show that f(tx)=t^pf(x),;forall ;t>0,;&;xin Bbb{R}^n if and only f(x)(x)=pf(x),;forall;xinBbbRn




Let f:RnR be a differentiable function such that for some p>1,
f(tx)=tpf(x),t>0,&xRn(1)
i. I want to show that f(x)(x)=pf(x),xRn(1)
ii. Is the converse also true?



I believe that we can take φ(t)=f(tx),t>0 and show that ddt(φ(t)tp)=0, but I don't know how to tranform this to a proof. Any help please?


Answer



We can assume n=1 by restriction to an arbitrary line. Then
f(x)=lim
as desired. Note differentiability is guaranteed by this condition.



Similarly, if \frac{df}{dx} = p\frac{f}{x} then \frac{df}{f} = p\frac{dx}{x}. Integrating both sides says
\log f(x) - \log f(1) = p\log x = \log x^p
so
f(x) = C x^p,
which provides the converse.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...