document.write( "Question 328160: Solve the following system of nonlinear equations\r
\n" );
document.write( "\n" );
document.write( "y=x^4-x^2+2x-1\r
\n" );
document.write( "\n" );
document.write( "y=x^4+3x^2+2x-2 \n" );
document.write( "
Algebra.Com's Answer #235034 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the following system of nonlinear equations \n" ); document.write( "y = x^4 - x^2 + 2x - 1 \n" ); document.write( "y = x^4 +3x^2 + 2x - 2 \n" ); document.write( "Therefore \n" ); document.write( "x^4 +3x^2 + 2x - 2 = x^4 - x^2 + 2x - 1 \n" ); document.write( "Combine like terms \n" ); document.write( "x^4 - x^4 + 3x^2 + x^2 + 2x - 2x = -1 + 2 \n" ); document.write( ": \n" ); document.write( "4x^2 = 1 \n" ); document.write( "x^2 = \n" ); document.write( "x = +/- \n" ); document.write( "x = +/- \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation, x=+.5 \n" ); document.write( "y = .5^4 - .5^2 + 2(.5) - 1 \n" ); document.write( "y = .0625 - .25 + 1 - 1 \n" ); document.write( "y = -.1875 \n" ); document.write( "One solution: x=.5, y=-.1875 \n" ); document.write( ": \n" ); document.write( "Find y using the 1st equation, x=-.5 \n" ); document.write( "y = -.5^4 - (-.5^2) + 2(-.5) - 1 \n" ); document.write( "y = .0625 - .25 - 1 - 1 \n" ); document.write( "y = -2.1875 \n" ); document.write( "A 2nd solution: x=-.5, y = -2.1875 \n" ); document.write( ": \n" ); document.write( "I'll let you check the solutions in the 2nd equation \n" ); document.write( " |