Chapter 7: Problem 4
Use Müller's method or MATLAB to determine the real and complex roots of (a) \(f(x)=x^{3}-x^{2}+3 x-2\) (b) \(f(x)=2 x^{4}+6 x^{2}+10\) (c) \(f(x)=x^{4}-2 x^{3}+6 x^{2}-8 x+8\)
/*! 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 7: Problem 4
Use Müller's method or MATLAB to determine the real and complex roots of (a) \(f(x)=x^{3}-x^{2}+3 x-2\) (b) \(f(x)=2 x^{4}+6 x^{2}+10\) (c) \(f(x)=x^{4}-2 x^{3}+6 x^{2}-8 x+8\)
All the tools & learning materials you need for study success - in one app.
Get started for free
Determine the roots of the simultaneous nonlinear equations $$\begin{aligned} &y=-x^{2}+x+0.75\\\ &y+5 x y=x^{2} \end{aligned}$$ Employ initial guesses of \(x=y=1.2\) and use the Solver tool from Excel or a software package of your choice.
Divide a polynomial \(f(x)=x^{5}-6 x^{4}+x^{3}-7 x^{2}-7 x+12\) by the monomial factor \(x-2\)
The velocity of a falling parachutist is given by $$v=\frac{g m}{c}\left(1-e^{-(c / m) t}\right)$$ where \(g=9.8 \mathrm{m} / \mathrm{s}^{2} .\) For a parachutist with a drag coefficient \(c=\) \(14 \mathrm{kg} / \mathrm{s},\) compute the mass \(m\) so that the velocity is \(v=35 \mathrm{m} / \mathrm{s}\) at \(t=8 \mathrm{s}\). Use Excel, MATLAB or Mathcad to determine \(m\)
Determine the roots of the simultaneous nonlinear equations $$\begin{array}{l} (x-4)^{2}+(y-4)^{2}=5 \\ x^{2}+y^{2}=16 \end{array}$$ Use a graphical approach to obtain your initial guesses. Determine refined estimates with the Solver tool from Excel or a software package of your choice.
Perform the identical MATLAB operations as those in Example 7.7 or use a software package of your choice to find all the roots of the polynomial $$f(x)=(x-6)(x+2)(x-1)(x+4)(x-8)$$ Note that the poly function can be used to convert the roots to a polynomial.
What do you think about this solution?
We value your feedback to improve our textbook solutions.