Find the inverse of $f(x)=\sqrt{3x^2 +1}$

159 Views Asked by At

Find the inverse of $f(x)=\sqrt{3x^2 +1}$.

We don't know if $f$ is invertible so we have to prove it, but how?

$f$ bijective $\Leftrightarrow $ $f$ invertible

Is $f$ injective? $ x \neq y \Rightarrow f(x) \neq f(y) $

$f(x) = f(y) $

$\sqrt{3x^2 +1} = \sqrt{3y^2 +1}$

$ x^2 = y^2 $

$x = y$

No injective $\Rightarrow$ No bijective $\Rightarrow$ No invertible.

Is that right?

2

There are 2 best solutions below

0
On BEST ANSWER

If you are looking at the "natural domain" of $f$, then it is not invertible since $f(1)=f(-1)$.

If you look at a subset of the natural domain, say $(0,\infty)$, then setting $y=\sqrt{3x^2+1}$ and solve for $x$, you get $$ x=\sqrt{\frac{y^2-1}{3}},\quad y>1 $$ which gives you the inverse of $f:(0,\infty)\to\mathbb{R}$ where $$ f^{-1}(y)=\sqrt{\frac{y^2-1}{3}},\quad y>1 $$

0
On

When we talk about functions and inverses, we should be careful about domains and codomains. Function $f$ can be defined on whole $\mathbb R$, but then it will not be injective, because $f(x)=f(-x)$ for all $x\in\mathbb R$. If we restrict function to $[0,\infty)$ then $f$ will be injective and its image will be $[1,\infty)$. Similar thing happens if we restrict $f$ to $(-\infty,0]$.