Schrodinger's Dog
- 835
- 7
Homework Statement
Using the Newton Raphson formula to calculate a solution for
x^2-8cos(x)
Homework Equations
x_n+1=x_n-\frac{f(x_n)}{f'(x_n)}(n=0,1,2,3)
The Attempt at a Solution
I get
x_n-\frac{x^2-8cos(x)}{2x+8sin(x)}
Fine but how do I chose an initial term x_0=? the book does not tell me why it has chosen the initial term in its singular example, and since it appears to be random or arbitrary

Last edited: