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)\"\" \"About 
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( "\"f%28x%29=x%5E3%2Blog%28x%29\"
\n" ); document.write( "\"df%2Fdx=3x%5E2%2B1%2Fx\"
\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 \"x%5B0%5D=1\" since the function and derivative are not defined at \"x=0\"
\n" ); document.write( ".
\n" ); document.write( "I let the iterations run until the change in successive x values was less than \"10%5E%28-6%29\".
\n" ); document.write( ".
\n" ); document.write( "
\n" );