A twice differentiable function $f$ satisfies $f′′(x)+f(x)=−xg(x)f′(x)$, $\forall x\ge 0$.

651 Views Asked by At

Consider $f\in C^2$ so that $$f''(x)+f(x)=-x\,g(x)f'(x), \ \forall x\ge0 $$ where $g(x)\ge 0$. Then ($\forall x\ge 0$)

  • (A) $f(x)^2+f'(x)^2$ is non-increasing,
  • (B) $f(x)^2<3f(0)^2+(2f'(0))^2$,
  • (C) $|f(x)|\le\alpha$, where $\alpha$ is a fixed real constant.
  • (D) $\lim_{x\to\infty} f(x)\sin\left(\dfrac{1}{x}\right)$ exists.

original task description

Answer Given: (A),(B),(C),(D)

What I have tried : I differentiated option (A) and then with the help of the given equation in the question I was able to show that it is less than zero . Hence I was able to infer that option (A) is correct .

Now coming to option (B). I assumed the function in option (A) to be $h(x)$.

$$ h(x) = f(x)^2 + f'(x)^2 $$

Since $h'(x)<0$ ,therefore $h(x)$ is a decreasing function

hence for all $x\ge 0$

$h(x)< h(0)$

which implies $(f(x))^2 + (f'(x))^2<(f(0))^2 + (f'(0))^2$

From the above expression we can get the second option .

Is my method correct ?. If not , please show the right method .

I am unable to get the the 3rd and 4th option .

1

There are 1 best solutions below

3
On BEST ANSWER

$h(x) = f(x)^2 + f'(x)^2$ is non-increasing (but not necessarily decreasing) on $[0, \infty) $ because $$ h'(x) = 2f(x) f'(x) + 2f'(x) f''(x) = -2 x g(x)f'(x)^2 \le 0 \, , $$ so (A) is true. Then $$ f(x)^2 \le h(x) \le h(0) = f(0)^2 + f'(0)^2 \le 3f(0)^2+(2f'(0))^2 \, , $$ which is (B) with $\le$ instead of $<$. As already stated in the comments, the example $f(x) = 0$ shows that equality can hold in (B).

(C) and (D) are true because $$ |f(x)| \le \sqrt{h(0)} =: \alpha $$ and $$ \left|\, f(x) \sin \left(\frac 1x\right) \right| \le \frac{\alpha}{x} \to 0 \text{ for } x \to \infty \, . $$