Method 1:
let 1/(1-x²) =y, (1-x²)=1/y
so you should note that $y \ne 0$.
or
x²= 1-(1/y) or x= ±{1-(1/y)}½
Now 1-1/y must be ≥0
Therefore 1-1/y≥0 or 1≥1/y ...
So far so good but the next step is wrong
or y≥1
$1\ge \frac 1y \not \implies y\ge 1$
$1\ge \frac 1y \implies \begin{cases} y\ge 1&y> 0\\y\le 1&y < 0\end{cases}$
Therefore range (f)={1, ♾️}
Only if we assume $y$ is positive. If $y$ is negative then we have the only restriction being that $y \le 1$ but as $y < 0 \le 1$ that is redundant.
So the range is $(-\infty, 0)\cup [1,\infty)$.
....
Method 2:
let 1/(1-x²)=y then, 1= y-yx²
or (y)x²+0.x+(1-y)=0
Clearly D≥0 therefore -4y(1-y)≥0
So this means you have one of the following two cases.
Either
ONE: $1-y\ge 0$ AND $-4y\ge 0$.
(i)
1-y≤0 or 1≤y
You transposed the inequality symbol. You should have written
$1-y \ge 0$ or $1 \ge y$.
But You forgot to include $-4y \ge 0$. That will affect your answer:
$1-y\ge 0$ AND $-4y\ge 0$.
So $1 \ge y$ and $y\le \frac 0{-4} = 0$.
So $y \le 1$ AND $y \le 0$ so $y\le 0$. Combining that is $y \le 0 \le 1$. So $y \le 0$.
But $y = 0$ is impossible so $y < 0$ is part of the range.
Or
TWO: $1-y \le 0$ AND $-4y \le 0$
so $1\le y$ and $y \ge \frac 0{-4} = 0$. So $y \ge 1$ and $y \ge 0$. Combining we have $y\ge 1$.
So $[1,\infty)$ is the other part of the range.
Putting part ONE and TWO together we have either $y < 0$ or $y \ge 1$ so the range is $(-\infty, 0)\cup [1,-\infty)$.
-4y+4y²≥0 or y²≥y or y≥1
Again result is same as 2(i)
$y^2 \ge y \not \implies y \ge 1$.
It means if $y > 0$ then $y \ge 1$ but if $y=0$ you can not divide and if $y < 0$ then the inequality "flips".
So we have either.
a) $y > 0$ and $y\ge 1$ or
b) $y < 0$ and $y \le 1$ or
c) $y = 0$ but this is not possible.
So for the third time we get that the range is
$(-infty, 0) \cup [1, \infty)$.
All three methods give the same results.
"But it is taught in inequalities that same operations can be done on both sides without affecting the inequality."
This is not true. Multiplying an inequality with a negative number can most certainly not be done without affecting the inequality. Some operations can be done without affecting the inequality. This includes adding a value (i.e., $a<b$ is equivalent to $a+c<b+c$), and multiplying with a positive value (i.e., if $\alpha>0$, then $a<b$ is equivalent to $\alpha\cdot a < \alpha\cdot b$), but it does not include multiplying with an arbitrary value.
– 5xum Jun 20 '22 at 07:29