document.write( "Question 43019: What is the inverse graph of Y = Xsquared - 2? What is the inverse of y = Xsquared + X? \n" ); document.write( "
Algebra.Com's Answer #28043 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the inverse graph of Y = Xsquared - 2? \n" ); document.write( "y=x^2-2 \n" ); document.write( "Interchange x and y to get: \n" ); document.write( "x=y^2-2 \n" ); document.write( "Solve for \"y\" as follows: \n" ); document.write( "y^2=x+2 \n" ); document.write( "y=+sqrt(x+2) and y=-sqrt(x+2) \r \n" ); document.write( "\n" ); document.write( "What is the inverse of y = Xsquared + X? \n" ); document.write( "y=x^2+x \n" ); document.write( "Interchange x and y to get: \n" ); document.write( "x=y^2+y \n" ); document.write( "Rewrite as: \n" ); document.write( "y^2+y-x=0 \n" ); document.write( "Use the quadratic formula to get: \n" ); document.write( "y=[-1+sqrt(1^2+4x)]/2 and \n" ); document.write( "y=[-1-sqrt(1+4x)]/2\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |