1

Any help? I thought about solving the differential equation $f(x) = x f'(x)$ but I don't think that does anything useful.

Hakim
  • 10,213
Brian
  • 385

2 Answers2

5

Well solving the differential equation isn't entirely useless. The solutions of it are of the form $$f(x) = a x, \qquad a \; \text{a constant}$$

Now add any positive constant $b$ to that function to get $$f(x) = ax + b$$ motivated by the fact that differentiation on the right hand side will kill the constant. Now we have $$f(x) = ax + b, \qquad x f'(x) = ax$$ and $ax + b > ax$ follows as long as $b > 0$

Squid
  • 1,195
1

Solving the ODE:

$f(x)=xf'(x)\Rightarrow \ln f(x)=\ln x+C\rightarrow f(x)=x+C$ let $C=1$

so $f(x)=x+1\gt x(f'(x))=x$

Ellya
  • 11,783