Inverse of function $f(x)=x^3+3x+1$

3.5k Views Asked by At

If $f:R \to R, f(x)=x^3+3x+1$ then find the inverse of $f(x)$.

$f(x)$ is one to one (as it is increasing function for $x \in R$) and onto as well (Range is same as co-domain) but I don't know how to find inverse here as I am not able to write $x$ as a function of y.

Could someone help me with this?

2

There are 2 best solutions below

3
On

For many — in fact, I would argue for most — purposes, the best expression for the inverse is

$g$ is the inverse of $f$

or maybe

$g(x) = a$ where $a$ is the unique value satisfying $f(a) = x$

and work with it in those terms. For example, do you want the derivative of $g$? The best way to compute it is with implicit differentiation:

$$f(g(x)) = x \implies g'(x) f'(g(x)) = 1 \implies g'(x) = \frac{1}{f'(g(x))} $$

Even if you had an algebraic formula for $g$, you would probably strongly prefer to compute the derivative in this fashion.

Another example: want the asymptotic behavior of $g(x)$ as $x \to \infty$? Use the behavior of $f$ and a change of variable:

$$ 1 = \lim_{x \to \infty} \frac{f(x)}{x^3} = \lim_{y \to \infty} \frac{f(g(y))}{g(y)^3} = \lim_{y \to \infty} \frac{y}{g(y)^3} $$

from which we conclude

$$ \lim_{x \to \infty} \frac{g(x)}{x^{1/3}} = 1 $$

0
On

write $x^3 + 3x + 1 = a,$ so $x^3 + 3x + (1-a) = 0.$ There is exactly one real solution $x.$ Therefore Cardano's method will allow us to find this $x$ explicitly with real-valued square roots and cube roots. That is, we avoid https://en.wikipedia.org/wiki/Casus_irreducibilis regardless of the value of $a.$ https://en.wikipedia.org/wiki/Cubic_function#Cardano.27s_method

enter image description here