document.write( "Question 968779: Find a symbolic representation for f^-1(x) show work?
\n" );
document.write( "F(x)=2x^2-3 \n" );
document.write( "
Algebra.Com's Answer #591941 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are looking for the inverse of the function \n" ); document.write( "F(x) = 2x^2 -3 \n" ); document.write( "rewrite with F(x) as y \n" ); document.write( "y = 2x^2 -3 \n" ); document.write( "solve for x \n" ); document.write( "add 3 to both sides of = \n" ); document.write( "y +3 = 2x^2 \n" ); document.write( "divide both sides of = by 2 \n" ); document.write( "x^2 = (y+3) / 2 \n" ); document.write( "x = square root( (y+3) / 2 ) \n" ); document.write( "now interchange the x's and y's \n" ); document.write( "y = square root( (x+3) / 2 ) \n" ); document.write( "therefore \n" ); document.write( "f^-1(x) = square root( (x+3) / 2 ) \n" ); document.write( " \n" ); document.write( " |