document.write( "Question 742157: How do you find the solutions for: sin^2(x)=sin(x)+2 \n" ); document.write( "
Algebra.Com's Answer #452284 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do you find the solutions for: sin^2(x)=sin(x)+2 \n" ); document.write( "--------------- \n" ); document.write( "sin^2(x) - sin(x) - 2 = 0 \n" ); document.write( "sub for sin(x) \n" ); document.write( "u^2 - u - 2 = 0 \n" ); document.write( "(u - 2)*(u + 1) = 0 \n" ); document.write( "u = 2 --> sin(x) = 2 (no real number solution) \n" ); document.write( "u = -1 --> sin(x) = -1 \n" ); document.write( "x = pi + 2n*pi, n = 0, 1, 2, 3... \n" ); document.write( " |