Hello everyone,
Apply Newton's method to find a root of
f(x) = x^3 - cot(pi)(x)
in the interval (0, 1). If your initial guess is x0 = 1/2 then x1 = ?
This is what I did so far
F(x) = x - [f(x) - f'(x)
= x - (x^3 - cot(pi)(x)/ (3x^2 - (pi)(?)(cotangent)(pi)
I am lost after this step, so any help would be greatly appreciated.
Apply Newton's method to find a root of
f(x) = x^3 - cot(pi)(x)
in the interval (0, 1). If your initial guess is x0 = 1/2 then x1 = ?
This is what I did so far
F(x) = x - [f(x) - f'(x)
= x - (x^3 - cot(pi)(x)/ (3x^2 - (pi)(?)(cotangent)(pi)
I am lost after this step, so any help would be greatly appreciated.