Explain what the method is doing geometrically show that in


Recall that in Calculus I you saw that, given an initial guess xo, you could approximate the root of f(x) = 0 by replacing f(x) by its first-order Taylor approximation centered at xo and then solving the approximation for its root. This procedure is called Newton's method for functions of one variable. It turns out that Newton's method works for systems of multivariate equations as well. Consider solving the system of nonlinear equations

 

f (x, y) = 0

 

g (x, y) = 0

 

Suppose that the solution to the system of equations is (xi, yi). Newton's method is derived by replacing f (x1, y1) and g(x1, y1) in the system above by their first-order Taylor approximations centered at some initial guess (x0, y0), and then solving the resulting system of equations for (xi, yi). If the improved guess (x1, yi) is not sufficiently close to the root the method is then repeated using (xi, yi) as the initial guess to obtain then next iterate (x2, y2).

 

(a) Explain what the method is doing geometrically.

 

(b) Show that in general, one step of Newton's method on the above system results in the equations

x1 = x0 + {(gfy - fgy) / (fxgy - fygx)},    y1 = y0 + {(fgx - gfx) / (fxgy - fygx)},

where all functions and partial derivatives are evaluated at the initial guess (xo, yo).

 

(c) Perform two iterations of Newton's method, starting with the initial guess (xo, yo) = (2, 1), for the system with f (x, y) = y (1 - x2) and g (x , y) = 2 - xy. What is the exact solution to the system?

 

Are your approximations getting closer and closer to the true solution?

 

 

Request for Solution File

Ask an Expert for Answer!!
Mathematics: Explain what the method is doing geometrically show that in
Reference No:- TGS01354452

Expected delivery within 24 Hours