Chapter 5: Problem 10
If the Bisection Method is used on an interval of length 1 to find \(p_{n}\) with error \(\left|p_{n}-c\right|<10^{-5}\), determine the least value of \(n\) that will assure this accuracy.
/*! 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 5: Problem 10
If the Bisection Method is used on an interval of length 1 to find \(p_{n}\) with error \(\left|p_{n}-c\right|<10^{-5}\), determine the least value of \(n\) that will assure this accuracy.
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \(\delta\) be a gauge on \(I:=[a, b]\) and suppose that \(I\) does not have a \(\delta\) -fine partition. (a) Let \(c:=\frac{1}{2}(a+b)\). Show that at least one of the intervals \([a, c]\) and \([c, b]\) does not have a \(\delta\) -fine partition. (b) Construct a nested sequence \(\left(I_{n}\right)\) of subintervals with the length of \(I_{n}\) equal to \((b-a) / 2^{n}\) such that \(I_{n}\) does not have a \(\delta\) -fine partition. (c) Let \(\xi \in \cap_{n=1}^{\infty} I_{n}\) and let \(p \in \mathbb{N}\) be such that \((b-a) / 2^{p}<\delta(\xi)\). Show that \(I_{p} \subseteq[\xi-\delta(\xi), \xi+\delta(\xi)]\), so the pair \(\left(I_{p}, \xi\right)\) is a \(\delta\) -fine partition of \(I_{p}\)
Show that if \(f: A \rightarrow \mathbb{R}\) is continuous on \(A \subseteq \mathbb{R}\) and if \(n \in \mathbb{N}\), then the function \(f^{n}\) defined by \(f^{n}(x)=(f(x))^{n}\) for \(x \in A\), is continuous on \(A\).
Show that the function \(f(x):=1 /\left(1+x^{2}\right)\) for \(x \in \mathbb{R}\) is uniformly continuous on \(\mathbb{R}\).
Show that the equation \(x=\cos x\) has a solution in the interval \([0, \pi / 2]\). Use the Bisection Method and a calculator to find an approximate solution of this equation, with error less than \(10^{-3} .\)
If \(g(x):=\sqrt{x}\) for \(x \in[0,1]\), show that there does not exist a constant \(K\) such that \(|g(x)| \leq K|x|\) for all \(x \in[0,1]\). Conclude that the uniformiy continuous \(g\) is not a Lipschitz function on \([0,1]\).
What do you think about this solution?
We value your feedback to improve our textbook solutions.