document.write( "Question 1075999: Find the inverse of each of the following functions.State the domain of the inverse function:\r
\n" );
document.write( "\n" );
document.write( "a) f:[-1,4]-R,f(x) 10-9x\r
\n" );
document.write( "\n" );
document.write( "I got f(x)= -(x-10)/9\r
\n" );
document.write( "\n" );
document.write( "b) f: (-6,infinity)-R, f(x)=(x+7)^2 \r
\n" );
document.write( "\n" );
document.write( "I only got as far as (6+7)^2= f^-1(x) \n" );
document.write( "
Algebra.Com's Answer #690733 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! To solve (b), first solve for x in terms of y, or f(x): \n" ); document.write( "y = (x+7)^2 -> x+7 = sqrt(y) -> x = sqrt(y)-7 \n" ); document.write( "Now swap x and y: \n" ); document.write( "y = f^-1(x) = sqrt(x) - 7 \n" ); document.write( "We see from the graph that the original function and its inverse are \n" ); document.write( "symmetric about the line y=x, as they must be. \n" ); document.write( " |