document.write( "Question 187708This question is from textbook Precalculus
\n" );
document.write( ": Hi,
\n" );
document.write( "I'm trying to find the inverse function of: f(x) = 8x^3 - 1
\n" );
document.write( "Not really sure how to approach this one. I've plotted points on a graph and took the inverses of those points, but I can't come up with a function to get those points.
\n" );
document.write( "Thanks,
\n" );
document.write( "Lynn \n" );
document.write( "
Algebra.Com's Answer #140734 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the inverse function of: f(x) = 8x^3 - 1 \n" ); document.write( "-------------- \n" ); document.write( "When it comes to functions, inverse means \"interchange the x and the y values \n" ); document.write( "in all the points. So, if f has point (1,2), f^-1 will have point (2,1). \n" ); document.write( "----------------------------------------------------------------------------- \n" ); document.write( "You have y = 8x^3-1 \n" ); document.write( "1st: Interchange x and y to get \n" ); document.write( "x = 8y^3-1 \n" ); document.write( "2nd Solve for y \n" ); document.write( "8y^3 = x+1 \n" ); document.write( "y^3 = (x+1)/8 \n" ); document.write( "y = [cbrt(x+1)]/2 \n" ); document.write( "That is the inverse of y = 8x^3-1 \n" ); document.write( "--------------------------------------- \n" ); document.write( "I'll graph both so you can see how interchanging x and y looks on a graph. \n" ); document.write( " \n" ); document.write( "----------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |