SOLUTION: Find a root of an equation f(x)=2coshxsinx-1 taking initial value x_0=0.4, using Newton Raphson method correct up to four decimal places.

Algebra.Com
Question 1160708: Find a root of an equation f(x)=2coshxsinx-1 taking initial value x_0=0.4, using Newton Raphson method correct up to four decimal places.
Answer by solver91311(24713)   (Show Source): You can put this solution on YOUR website!



By Newton-Raphson				
				
     x_i	   f(x_i)          f'(x_i)	    x_i - f(x_i)/f'(x_i)
0.4	       -0.158021178	2.311376166	        0.468366707
0.468366707	0.00371148	2.422461324		0.466834596
0.466834596	2.03273E-06	2.419809038		0.466833756
0.466833756	6.09734E-13	2.419807586		0.466833756
0.466833756	0	        2.419807586		0.466833756




John

My calculator said it, I believe it, that settles it


RELATED QUESTIONS

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 x0=0.4, using Newton... (answered by ikleyn)
3. By using the Newton-Raphson’s method find the positive root of the quadratic equation (answered by Edwin McCravy)
Hi Can Someone please help Use the Newton-Raphson method to find a solution to four... (answered by stanbon)
By using the Newton-Raphson’s method find the root of the quadratic equation X^3+logx... (answered by Fombitz)
How to differentiate the equation to find f'(x) to work it out using the Newton-Raphson... (answered by solver91311)
You want to approximate the cube root of 7 using the Newton-Raphson method. First,... (answered by Alan3354)
Hello Everyone Please help on the following problem Use two iterations of the... (answered by Fombitz)
Evaluate √167 by Newton Raphson method correct up to four decimal places. Do all the... (answered by solver91311)