2.13 Newton's Method: Quiz
Problem 5
Why does each of the following problems fail using Newton's Method?
- Find a solution to x2 + 8 = 0
- Find a solution to 2x3 − 4x − 4 = 0 using x0 = (2/3)0.5
- Find a solution to (t − 4)1/3 = 0
Answers, problem 5
- There are no solutions; x2 will always be nonnegative
- x1 cannot be calculated since the value of the derivative at (2/3)0.5 equals zero
- Any starting guess other than the exact solution will cause the sequence of estimates to diverge