Write a Newton method root-finding function. Remember that for the Newton methcnly need to give a single initial estimate, but you also need to supply the derivative. You can give both input function and its derivative as lambdas. 1. Use Newton's method to verify that the function h(x) = 4 tan-¹ x has a root at x = 0. 2. Try to find this root with a starting guess of xo = 1, and then with an starting guess of xo = 1.5. What goes wrong in the second case? 3. Now consider the function h(x) = x² - 2 (which clearly has a root at x = √2) with an initial guess of xo = 0. What is the problem?
Write a Newton method root-finding function. Remember that for the Newton methcnly need to give a single initial estimate, but you also need to supply the derivative. You can give both input function and its derivative as lambdas. 1. Use Newton's method to verify that the function h(x) = 4 tan-¹ x has a root at x = 0. 2. Try to find this root with a starting guess of xo = 1, and then with an starting guess of xo = 1.5. What goes wrong in the second case? 3. Now consider the function h(x) = x² - 2 (which clearly has a root at x = √2) with an initial guess of xo = 0. What is the problem?
Advanced Engineering Mathematics
10th Edition
ISBN:9780470458365
Author:Erwin Kreyszig
Publisher:Erwin Kreyszig
Chapter2: Second-order Linear Odes
Section: Chapter Questions
Problem 1RQ
Related questions
Question

Transcribed Image Text:Write a Newton method root-finding function. Remember that for the Newton methc' +nly
need to give a single initial estimate, but you also need to supply the derivative. You can give both
input function and its derivative as lambdas.
1. Use Newton's method to verify that the function h(x) = 4tan¯¹ x has a root at x = 0.
2. Try to find this root with a starting guess of xo = 1, and then with an starting guess of
Xx0 = 1.5. What goes wrong in the second case?
3. Now consider the function h(x) = x² – 2 (which clearly has a root at x = √2) with an initial
0. What is the problem?
guess of co
=
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 4 steps with 14 images

Recommended textbooks for you

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Advanced Engineering Mathematics
Advanced Math
ISBN:
9780470458365
Author:
Erwin Kreyszig
Publisher:
Wiley, John & Sons, Incorporated

Numerical Methods for Engineers
Advanced Math
ISBN:
9780073397924
Author:
Steven C. Chapra Dr., Raymond P. Canale
Publisher:
McGraw-Hill Education

Introductory Mathematics for Engineering Applicat…
Advanced Math
ISBN:
9781118141809
Author:
Nathan Klingbeil
Publisher:
WILEY

Mathematics For Machine Technology
Advanced Math
ISBN:
9781337798310
Author:
Peterson, John.
Publisher:
Cengage Learning,

