SOLUTION: By using the Newton-Raphson’s method find the root of the quadratic equation
X^3+logx to base 10 = 0 upto 3 decimal places . And plz suggest me how to find that the root lies bet
Algebra.Com
Question 1001469: By using the Newton-Raphson’s method find the root of the quadratic equation
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
Answer by Fombitz(32388) (Show Source): You can put this solution on YOUR website!
It's not a quadratic equation, it's a non-linear equation.
If it was quadratic, you could use the quadratic formula.
First find the derivative.
Graph the equation to find what starting value you should choose for the iteration.
It looks like the root is between 0 and 1.
I'll choose since the function and derivative are not defined at
.
I let the iterations run until the change in successive x values was less than .
.
RELATED QUESTIONS
3. By using the Newton-Raphson’s method find the positive root of the quadratic equation
(answered by Edwin McCravy)
Find a root of an equation f(x)=2coshxsinx-1 taking initial value x0=0.4, using Newton... (answered by ikleyn)
use newton's method to determine the positive root of the quadratic question... (answered by ikleyn)
Find a root of an equation f(x)=2coshxsinx-1 taking initial value x0=0.4, using Newton... (answered by ikleyn)
Find a root of an equation f(x)=2coshxsinx-1 taking initial value x_0=0.4, using Newton... (answered by solver91311)
You want to approximate the cube root of 7
using the Newton-Raphson method. First,... (answered by Alan3354)
How to differentiate the equation to find f'(x) to work it out using the Newton-Raphson... (answered by solver91311)
Evaluate √167 by Newton Raphson method correct up to four decimal places.
Do all the... (answered by solver91311)
Hi Can Someone please help
Use the Newton-Raphson method to find a solution to four... (answered by stanbon)