I am trying to determine the real number x with cos(x)=2x, Newton Method with f(x)=cos(x)-2x.
How do I try and solve this?
Thanks,
Joan
You are trying to solve
The function is:therefore the derivative is
Newton Raphson method:
Start off withas where you might think the root might be. If you have no idea, start off with
and just substitute in the values into the formula to get
and so on.
The Newton-Raphson method finds close approximations to points at which a graph crosses the x-axis.
The graph of the functioncrosses the x-axis when
is a straight line, passing through the origin
and having a slope of
is periodic, with a local maximum at
and is
at
Sincewhen
then since
is decreasing from
then there is a solution toslightly to the left of
You could use a value of x aroundfor
![]()