Chapter 6: Problem 14
Repeat Prob. 6.13 except for \\[ \begin{array}{l} y=x^{2}+1 \\ y=2 \cos x \end{array} \\]
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 6: Problem 14
Repeat Prob. 6.13 except for \\[ \begin{array}{l} y=x^{2}+1 \\ y=2 \cos x \end{array} \\]
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) Apply the Newton-Raphson method to the function \(f(x)=\tanh \left(x^{2}-9\right)\) to evaluate its known real root at \(x=3 .\) Use an initial guess of \(x_{0}=3.1\) and take a minimum of four iterations. (b) Did the method exhibit convergence onto ifs real root? Sketch the plot with the results for each iteration labeled.
Determine the lowest positive root of \(f(x)=8 \sin (x) e^{-x}-1\) (a) Graphically. (b) Using the Newton-Riphson method (three iterations, \(\left.x_{i}=0.3\right)\) (c) Using the secant method (three iterations, \(x_{i-1}=0.5\) and \(x_{i}=0.4\) ). (d) Using the modified secant method (five iterations, \(x_{i}=0.3\) \(\delta=0.01).\)
Employ the Newton-Raphson method to determine a real root for \(f(x)=-1+5.5 x-4 x^{2}+0.5 x^{3}\) using initial guesses of \((a) 4.52\) and (b) \(4.54 .\) Discuss and use graphical and analytical methods to explain any peculiarities in your results.
Determine the highest real root of \(f(x)=0.95 x^{3}-5.9 x^{2}+\) \(10.9 x-6:\) (a) Graphically. \(\begin{array}{lllll}\text { (b) Using } & \text { the } & \text { Newton-Raphson } & \text { method } & \text { (three } & \text { iterations. }\end{array}\) \(\left.x_{i}=3.5\right)\) (c) Using the secant method (three iterations, \(x_{i-1}=2.5\) and \(x_{i}=3.5 ?\) (d) Using the modified secant method (three iterations, \(x_{i}=3.5\) \(\delta=0.01).\)
Determine the real roots of \(f(x)=-1+5.5 x-4 x^{2}+0.5 x^{3}:\) (a) graphically and (b) using the Newton-Raphson method to within \(\varepsilon_{s}=0.01 \%.\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.