document.write( "Question 478331: My question is: Find any intersection points of the graphs of the equations.\r
\n" );
document.write( "\n" );
document.write( "y=2x^2
\n" );
document.write( "y=x^4-2x^2\r
\n" );
document.write( "\n" );
document.write( "can you please explain how to solve this problem for future reference :) Thank You \n" );
document.write( "
Algebra.Com's Answer #327727 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! My question is: Find any intersection points of the graphs of the equations. \n" ); document.write( "y=2x^2 \n" ); document.write( "y=x^4-2x^2 \n" ); document.write( "** \n" ); document.write( "You can solve this like most systems of equations: \n" ); document.write( "Substitute 2x^2 for y in second equation \n" ); document.write( "2x^2=x^4-2x^2 \n" ); document.write( "4x^2=x^4 \n" ); document.write( "divide by x^2 \n" ); document.write( "4=x^2 \n" ); document.write( "x=±2 (points of intersection) \n" ); document.write( "note: dividing by the variable can cause a loss of an answer. In this case, you can see that when x=0, both equations are=0, so zero is the third point of intersection. \n" ); document.write( " |