What is the Inverse of a Cubic Function?

tg43fly
Messages
17
Reaction score
0

Homework Statement



Find the inverse of f(x)=ln(x^3-3x^2+3x-1)

Homework Equations



n/a

The Attempt at a Solution



y=ln(x^3-3x^2+3x-1)
x=ln(y^3-y^2+3y-1)
e^x=(y^3-y^2+3y-1)

i looked around for inverse of cubic functions and i found a monster of a formula:
http://www.math.vanderbilt.edu/~schectex/courses/cubic/
i really hope i missed something to find the inverse
 
Physics news on Phys.org
tg43fly said:
y=ln(x^3-3x^2+3x-1)
x=ln(y^3-y^2+3y-1)
e^x=(y^3-y^2+3y-1)
You dropped a very important factor of three in going from y=ln(x^3-3x^2+3x-1) to x=ln(y^3-y^2+3y-1).

i looked around for inverse of cubic functions and i found a monster of a formula:
http://www.math.vanderbilt.edu/~schectex/courses/cubic/
i really hope i missed something to find the inverse
Those factors of three should suggest something. Hint:Look at Pascal's triangle.
 
whoops
$$y=ln(x^3-3x^2+3x-1)$$
$$y=ln(x-1)^3$$
$$x=ln(y-1^3)^3$$
$$e^x=(y-1)^3$$
$$y=e^x/3+1$$
ty for the hint
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top