document.write( "Question 61882: Use the defination of inverse function to show analytically that f and g are inverse:\r
\n" );
document.write( "\n" );
document.write( "f(x) = 4x+3 and g(x)= x-3/4 \n" );
document.write( "
Algebra.Com's Answer #42614 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Use the defination of inverse function to show analytically that f and g are inverse: \n" ); document.write( "In order to be inverses, their composites have to equal x. \n" ); document.write( "f(x) = 4x+3 and g(x)= (x-3)/4 \n" ); document.write( "(fog)(x)=f(g(x))=f((x-3)/4)=4((x-3)/4)+3=x-3+3=x \n" ); document.write( "(gof)(x)=g(f(x))=g(4x+3)=((4x+3)-3)/4=4x/4=x \n" ); document.write( "They are inverses of each other. \n" ); document.write( "Happy Calculating!!!! \n" ); document.write( " |