1

Given the function, $y=f(x)=\frac3{2-x^2}$, find its domain and range.
The domain is of course = $R - \{-\sqrt2,\sqrt2\}$.
However, the range I got was wrong(rather incomplete).
Rewriting the function for x in terms of y, I got
$x=\pm \sqrt{\frac{2y-3}{y}} $
$\frac{2y-3}{y} \ge 0 \implies y\ge \frac32$
Therefore the $range(f) = [\frac32,\infty)$
However, the correct answer is $range(f)= [\frac32,\infty) \cup (-\infty,0)$
I dont understand why and how?

2 Answers2

3

Your mistake is that $$\frac{2y-3}{y} \geq 0 \Leftrightarrow (y>0 \wedge y \geq \frac32) \vee (y<0 \wedge y \leq \frac32) \Leftrightarrow y \in [\frac32, \infty) \cup (-\infty, 0)$$ You fogot the $y<0$ case, in which the relation sign reverses when mulltiplying by $y$.

AlexR
  • 24,905
0

Since, the domain of $f(x)$ is $\mathbb{R}- \lbrace -2, 2 \rbrace$, so transform the equation into $x$ in terms of $y$, we will get $$ x= \sqrt{2 - \frac{3}{y}} $$

Now finding the domain of $x$ in terms of $y$ i.e., $$ \left( \frac{2y -3}{y} \right) \ge 0 $$ $$ \Rightarrow y \neq 0 $$ and $$ \Rightarrow y(2y - 3) \ge 0 $$ $$ \Rightarrow y \left(y - \frac {3}{2} \right)\ge 0 $$ $$ \Rightarrow y \in \left( -\infty ,0 \right) \cup \left ( \frac{3}{2}, \infty \right] $$