/*! 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} Free solutions & answers for Numerical Analysis Chapter 1 - (Page 2) [step by step] | 91Ó°ÊÓ

91Ó°ÊÓ

Problem 7

Consider the following four methods for calculating \(2^{1 / 4}\), the fourth root of 2 . (a) Rank them for speed of convergence, from fastest to slowest. Be sure to give reasons for your ranking. (A) Bisection Method applied to \(f(x)=x^{4}-2\) (B) Secant Method applied to \(f(x)=x^{4}-2\) (C) Fixed-Point Iteration applied to \(g(x)=\frac{x}{2}+\frac{1}{x^{3}}\) (D) Fixed-Point Iteration applied to \(g(x)=\frac{2 x}{3}+\frac{2}{3 x^{3}}\) (b) Are there any methods that will converge faster than all above suggestions?

Problem 8

Prove that Newton's Method applied to \(f(x)=a x+b\) converges in one step.

Problem 11

Use Newton's Method to produce a quadratically convergent method for calculating the \(n\)th root of a positive number \(A\), where \(n\) is a positive integer. Prove quadratic convergence.

Problem 12

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?

Problem 14

Which of the following three Fixed-Point Iterations converge to \(\sqrt{2}\) ? Rank the ones that converge from fastest to slowest. (A) \(x \longrightarrow \frac{1}{2} x+\frac{1}{x}\) (B) \(x \rightarrow \frac{2}{3} x+\frac{2}{3 x}\) (C) \(x \longrightarrow \frac{3}{4} x+\frac{1}{2 x}\)

Problem 24

Assume that \(g\) is a continuously differentiable function and that the Fixed- Point Iteration \(g(x)\) has exactly three fixed points, \(-3,1\), and 2. Assume that \(g^{\prime}(-3)=2.4\) and that FPI started sufficiently near the fixed point 2 converges to 2 . Find \(g^{\prime}(1)\).

Access millions of textbook solutions in one place

  • Access over 3 million high quality textbook solutions
  • Access our popular flashcard, quiz, mock-exam and notes features
  • Access our smart AI features to upgrade your learning
Access millions of textbook solutions in one place

Recommended explanations on Math Textbooks