document.write( "Question 271899: What is the inverse for the function f(x)=x^2+2? Is the inverse f^-1(x) a function? Explain. \n" ); document.write( "
| Algebra.Com's Answer #198978 by edjones(8007)     You can put this solution on YOUR website! f(x)=x^2+2 \n" ); document.write( "y=x^2+2 \n" ); document.write( "x=y^2+2 \n" ); document.write( "y^2=x-2 \n" ); document.write( "y=sqrt(x-2), y=-sqrt(x-2) \n" ); document.write( "f^-1(x)=+-sqrt(x-2) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |