I have this statement:
Find the range of $$\frac{2x}{x^2 + 1} = f(x)$$
I know that to get the range, I need to write the function in terms of $x$, that is:
$yx^2 - 2x+y=0 \to x = \frac{-1 \pm\sqrt{-y^2 + 1}}{y}$, then the solutions are $(-y^2 +1) \geq 0$ and $y \neq 0$, therefore the range is: $[-1, 0) \cup(0, 1].$ But according to the guide it’s equal to $[-1, 1]$, and why include the $0$ ? I think that if $y = 0$, the expression is indeterminate. So, what is wrong with my development?