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
Find the forward and backward error for the following functions, where the root is \(3 / 4\) and the approximate root is \(x_{a}=0.74\) : (a) \(f(x)=4 x-3\) (b) \(f(x)=(4 x-3)^{2}\) (c) \(f(x)=(4 x-3)^{3}\) (d) \(f(x)=(4 x-3)^{1 / 3}\)
If the Secant Method converges to \(r, f^{\prime}(r) \neq 0\), and \(f^{\prime \prime}(r) \neq 0\), then the approximate error relationship \(e_{i+1} \approx\left|f^{\prime \prime}(r) /\left(2 f^{\prime}(r)\right)\right| e_{i} e_{i-1}\) can be shown to hold. Prove that if in addition \(\lim _{i \rightarrow \infty} e_{i+1} / e_{i}^{\alpha}\) exists and is nonzero for some \(\alpha>0\), then \(\alpha=(1+\sqrt{5}) / 2\) and \(e_{i+1} \approx\left|\left(f^{\prime \prime}(r) / 2 f^{\prime}(r)\right)\right|^{\alpha-1} e_{i}^{\alpha} .\)
Consider the Fixed-Point Iteration \(x \rightarrow g(x)=x^{2}-0.24\). (a) Do you expect Fixed-Point Iteration to calculate the root \(-0.2\), say, to 10 or to correct decimal places, faster or slower than the Bisection Method? (b) Find the other fixed point. Will FPI converge to it?
Find the relation between forward and backward error for finding the root of the linear function \(f(x)=a x-b\).
(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.