Chapter 1: Problem 6
Sketch a function \(f\) and initial guess for which Newton's Method diverges.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 1: Problem 6
Sketch a function \(f\) and initial guess for which Newton's Method diverges.
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
(a) The function \(f(x)=x^{3}-4 x\) has a root at \(r=2\). If the error \(e_{i}=x_{i}-r\) after four steps of Newton's Method is \(e_{4}=10^{-6}\), estimate \(e_{5}\). (b) Apply the same question as (a) to the root \(r=0\). (Caution: The usual formula is not useful.)
Use Theorem \(1.6\) to determine whether Fixed-Point Iteration of \(g(x)\) is locally convergent to the given fixed point \(r\). (a) \(g(x)=(2 x-1)^{1 / 3}, r=1\) (b) \(g(x)=\left(x^{3}+1\right) / 2, r=1\) (c) \(g(x)=\sin x+x, r=0\)
Apply two steps of Newton's Method with initial guess \(x_{0}=0\). (a) \(x^{3}+x-2=0\) (b) \(x^{4}-x^{2}+x-1=0\) (c) \(x^{2}-x-1=0\)
Apply two steps of the Secant Method to the following equations with initial guesses \(x_{0}=1\) and \(x_{1}=2\). (a) \(x^{3}=2 x+2\) (b) \(e^{x}+x=7\) (c) \(e^{x}+\sin x=4\)
(a) Find the multiplicity of the root \(r=0\) of \(f(x)=1-\cos x\). (b) Find the forward and backward errors of the approximate root \(x_{a}=0.0001\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.