Question

5. Newtons Method a. Discuss the use of Newtons method to approximate solutions to a system of n nonlinear equations with n

pls answer e.e. Use the approximation obtained in part d as an initial guess for Newtons method in the case a = 0.2, and continue this pr

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Newton's Method is a mathematical tool often used in numerical analysis, which serves to approximate the zeroes or roots of a function (that is, all x:f(x)=0).

The method is constructed as follows: given a function f(x) defined over the domain of real numbers x, and the derivative of said function (f'(x)), one begins with an estimate or "guess" as to where the function's root might lie. For example, suppose one is presented with the function f(x)=x2+x−2.5. This is similar to another function g(x)=x2+x−2, whose roots are x=1 and x=−2. Thus, thanks to this similarity, one might use x=1 or x=−2 as guesses to start Newton's Method with f(x).

(Alternately, if a graphical representation is available but the exact root is not listed, an acceptable approximation might be the nearest whole number to the root).

Whatever method used, we declare this initial guess to be x0. We arrive at a better approximation, x1, by employing the Method: x1=x0−f(x0)f'(x0). Essentially, by utilizing the derivative, one is able to increment closer to the actual value. In the above example, f(x)=x2+x−2.5, if we assume x0=1, then x1=1−f(1)f'(1)=1−−.53=76or≈1.16667.

Often, one may be able to find the root another way (by using a graphing calculator, for example), and an exam item or textbook problem may demand a certain degree of accuracy (such as within 1% of the actual value). In such a case, if x1 is not an accurate enough approximation, one performs the iteration again, as often as needed for the desired degree of accuracy. The formula to find the general xn, then, is xn=xn−1−f(xn−1)f'(xn−1)

Add a comment
Know the answer?
Add Answer to:
pls answer e. 5. Newton's Method a. Discuss the use of Newton's method to approximate solutions...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT