Given the definition of the function: $$ f(x) = e^x - e^{-x} + \frac{2x}{(x^2+1)^2} , x∈(-∞,0]$$
What's the monotonicity of this function in the given range? I tried to calculate the derivation to this function, and I got the result: $$ f'(x) = e^x + e^{-x} + \frac{-6x^4 -4x^2+2}{(x^2+1)^4}$$, the result of the derivation is still a Transcendental Function, and I cannot determine the positive and negative of the derivative function in the range(i.e. x∈(-∞,0]).
How to determine the positive and negative of the derivative function to determine the monotonicity of the f(x) here?