Inverse function of a polynomial

94.7k Views Asked by At

What is the inverse function of $f(x) = x^5 + 2x^3 + x - 1?$ I have no idea how to find the inverse of a polynomial, so I would greatly appreciate it if someone could show me the steps to solving this problem. Thank you in advance!

2

There are 2 best solutions below

3
On

Generally, you say $y=$ your polynomial and solve for $x$. Fifth degree polynomials are generally not solvable. The general approach for a quadratic would be essentially the quadratic formula. Given $y=ax^2+bx+c$, you find $x=\frac {-b \pm \sqrt{b^2-4a(c-y)}}{2a}$. You need to pick one sign to get a function.

0
On

You need to solve the equation

$$x^5 + 2x^3 + x - 1=y$$ for $x$. Unfortunately, such quintic equations are known to have no closed-form solution in general, and this one does not escape the rule.

Anyway, there is a little backdoor, as a quintic can be (after painful computation) reduced to the form known as Bring Quintic Form

$$x^5-x-a=0.$$

Under this particular form, the solutions of $x$ in terms of $a$ are called the Bring radicals of $a$. So if you accept this special univariate function in your toolbox, then you can invert the quintic polynomials.


The cases of linear, quadratic, cubic and quartic polynomials can be solved with the usual functions, with increasing difficulty.