document.write( "Question 1001469: By using the Newton-Raphson’s method find the root of the quadratic equation
\n" );
document.write( "X^3+logx to base 10 = 0 upto 3 decimal places . And plz suggest me how to find that the root lies between this to this \n" );
document.write( "
Algebra.Com's Answer #618673 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! It's not a quadratic equation, it's a non-linear equation. \n" ); document.write( "If it was quadratic, you could use the quadratic formula. \n" ); document.write( "First find the derivative. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Graph the equation to find what starting value you should choose for the iteration. \n" ); document.write( "It looks like the root is between 0 and 1. \n" ); document.write( "I'll choose \n" ); document.write( " \n" ); document.write( "I let the iterations run until the change in successive x values was less than \n" ); document.write( " |