document.write( "Question 483933: Could you please help me find the inverse of the following function?\r
\n" );
document.write( "\n" );
document.write( "f(x) = sqrt(3)(x-1) + 2\r
\n" );
document.write( "\n" );
document.write( "This is what I have. Is it correct?\r
\n" );
document.write( "\n" );
document.write( "y-2 = sqrt(3)(x-1)
\n" );
document.write( "(y-2)sqrt(3) = x-1
\n" );
document.write( "(y-2)(y-2)(y-2) = x-1
\n" );
document.write( "(y^2-2y-2y+4)(y-2) = x-1
\n" );
document.write( "y^3-2y^2+4y^2-8y+4y-8 = x-1
\n" );
document.write( "y^3+2y^2-6y-8 = x-1
\n" );
document.write( "y^3+2y^2-6y-7 = x \n" );
document.write( "
Algebra.Com's Answer #331831 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Could you please help me find the inverse of the following function? \n" ); document.write( "f(x) = sqrt(3)(x-1) + 2 \n" ); document.write( "This is what I have. Is it correct? \n" ); document.write( "y-2 = sqrt(3)(x-1) \n" ); document.write( "(y-2)sqrt(3) = x-1 \n" ); document.write( "(y-2)(y-2)(y-2) = x-1 \n" ); document.write( "(y^2-2y-2y+4)(y-2) = x-1 \n" ); document.write( "y^3-2y^2+4y^2-8y+4y-8 = x-1 \n" ); document.write( "y^3+2y^2-6y-8 = x-1 \n" ); document.write( "y^3+2y^2-6y-7 = x \n" ); document.write( "*** \n" ); document.write( "To find the inverse of a function, interchange x and y, then solve for y. In effect you are solving for x in terms of y. \n" ); document.write( "f(x)=sqrt(3)(x-1) + 2 \n" ); document.write( "y=sqrt(3)(x-1) + 2 \n" ); document.write( "x=√3(y-1)+2 \n" ); document.write( "x-2=√3(y-1) \n" ); document.write( "y-1=(x-2)/√3 \n" ); document.write( "y=((x-2)/√3)+1 (inverse of f(x)) \n" ); document.write( " |