Please , can you verify only if the exercise is right?
We have the function with domain and range in $\mathbb{R}$, $f(x)=mx-ln(x^2+1)$. Determine the values of "$m$" so that the function is decreasing on $\mathbb{R}$.
The derivative of $f(x)=m-(2x)/(x^2+1)$
In order to make the function decrease on $\mathbb{R}$ , the derivative should be less than zero for every $x$ that belongs to $\mathbb{R}$.
$\dfrac{m-(2x)}{(x^2+1)}<0$ $mx^2-2x+m<0$
So $m>0$ and the discriminant should be less than zero
$D=4-4m^2<0$ $m$ belongs to $(-\infty; -1)$ in reunion with $(1,\infty)$
Is it right?