How do you find the x-intercepts of #1/2 x - sin(x) = 0#?
1 Answer
Explanation:
Solutions of 1/2x - sin x = 0 are
x-intercepts of
Obvious solution is x = 0. The other two located near
Numerical iterative methods could give very high precision
approximations.Trial-and-error root-bracketing graphical method
gives 5-sd values.
The 1st graph locates two transcendental roots near
graph{y-x/2+sin x=0}
.
Simple or faster Newton-Raphson numerical iterative methods
would generate about (at the least )17-sd solutions, in long
precision. The starters are
Here, root-bracketing graphical method gives 5-sd solutions.
The graphs below gives 5-sd x-intercept
Of course, they are not equidistant from O.
graph{y-x+2 sin x = 0[-1.896 -1.895 -.001 .001]}
graph{y-x+2 sin x = 0[1.8954 1.8956 -.001 .001]}