document.write( "Question 830950: Calculate x from x^3+3=x^2 \n" ); document.write( "
Algebra.Com's Answer #520737 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
We'll use numerical methods.\r
\n" ); document.write( "\n" ); document.write( "Graphing \"x%5E3%2B3\" and \"x%5E2\" together shows that there is only one point of intersection - slightly less than -1. So we know that there is only 1 real solution.\r
\n" ); document.write( "\n" ); document.write( "We use Newton's method:\r
\n" ); document.write( "\n" ); document.write( "\"f%28x%29=x%5E3-x%5E2%2B3\"\r
\n" ); document.write( "\n" ); document.write( "\"df%2Fdx=3x%5E2-2x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "then \r
\n" ); document.write( "\n" ); document.write( "\"x%5Bn%2B1%5D=x%5Bn%5D-%28x%5Bn%5D%5E3-x%5Bn%5D%5E2%2B3%29%2F%283x%5Bn%5D%5E2-2x%5Bn%5D%29\"\r
\n" ); document.write( "\n" ); document.write( "We wont bother simplifying because we'll do the calculations by calculator:\r
\n" ); document.write( "\n" ); document.write( "guess x=-1\r
\n" ); document.write( "\n" ); document.write( "\"x%5B2%5D=-6%2F5\"
\n" ); document.write( "\"x%5B3%5D=-47%2F40\"
\n" ); document.write( "\"x%5B4%5D=-1.1745595\"
\n" ); document.write( "
\n" ); document.write( "
\n" );