document.write( "Question 4527: Find the inverse of the function f(x) = 4x^3 - 2 and graph f and f^(-1) on the same pair of axis \n" ); document.write( "
Algebra.Com's Answer #2062 by pushpaharan(47)\"\" \"About 
You can put this solution on YOUR website!
to find the inverse change x->y and y->x
\n" ); document.write( "y= 4x^3 - 2 will change into
\n" ); document.write( "x=4y^3-2
\n" ); document.write( "4y^3 = x+2
\n" ); document.write( "y^3 =(x+2)/4
\n" ); document.write( "y = ((x+2)/4) ^ (1/3)\r
\n" ); document.write( "\n" ); document.write( "otherwise follow reverse order of order of operation
\n" ); document.write( "y= 4x^3 - 2 here first exponent by 3 -> multiply by 4 -> subtact 4
\n" ); document.write( "to find inverse
\n" ); document.write( "first add by 4 -> divide by 4 -> exponet by 1/3\r
\n" ); document.write( "\n" ); document.write( "graphing you have to do it.. i cannot explain here
\n" ); document.write( "
\n" );