document.write( "Question 196459: how do you find the inverse function f^-1(x) for f(x)=2(3)^x? \n" ); document.write( "
Algebra.Com's Answer #147256 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! f(x)=2(3)^x \n" ); document.write( "y = 2(3)^x \n" ); document.write( ". \n" ); document.write( "Reverse x and y: \n" ); document.write( "x = 2(3)^y \n" ); document.write( "Solve for y: \n" ); document.write( "x = 2(3)^y \n" ); document.write( "x/2 = 3^y \n" ); document.write( "log3(x/2) = y (that's log base 3) \n" ); document.write( ". \n" ); document.write( "Therefore, \n" ); document.write( "f^-1(x) = log3(x/2) \n" ); document.write( " \n" ); document.write( " |