How do you find the inverse of #f(x)= x^5+x^3+x#?
2 Answers
I think the inverse of this function is not expressible as an algebraic formula. You can prove that it exists and define:
Any other ideas?
Explanation:
In general quintic equations are not solvable by radicals.
The inverse of
Using Cardano's method, we can find that
We can show that
since
You can define:
Update
In theory, it's possible to find a Tschirnhaus transformation to bring
where
Then you could express the solution in terms of the Bring radical.
In practice, this is way too cumbersome, does not really gain you much and you would be better off just approximating numerically.
In any case, this is beyond the scope of Precalculus level.
We can show that
Explanation:
Given:
#f(x) = x^5+x^3+x#
We have:
#f'(x) = 5x^4 + 3x^2 + 1 >= 1# for all#x in RR#
So
So
We can define
#f^(-1)(y) = x in RR : x^5+x^3+x = y#
The right hand side means that
For a given
#x^5+x^3+x-y = 0#
generally has no solution expressible in terms of elementary functions. For some values it does have a simple solution, for example if
We can find numerical approximations using Newton's method:
For an initial approximation we can use:
#a_0 = root(5)(y)#
Then iterate to get better approximations using the formula:
#a_(i+1) = a_i - (f(a_i))/(f'(a_i)) = a_i - (a_i^5+a_i^3+a_i - y)/(5a_i^4 + 3a_i^2+1)#
This will converge fairly rapidly for any value of
Here are the graphs of
graph{(y-x)(y-(x^5+x^3+x))(x-(y^5+y^3+y)) = 0 [-5.143, 4.857, -2.38, 2.62]}