M371 - Alexiades
          Problem Set 4:   Nonlinear Systems
For each (nonlinear) system below:
1. Write it in vector form:  F(x,y) = 0   to identify the components of the vector-valued function F(x,y).
2. Sketch/plot the curves to see if there are any solutions (intersections).
3. Write down the Jacobian J(x,y) matrix, and the (linear) system for Newton iteration.
4. Carry out one Newton iteration, by hand, starting with some initial guess (x0 , y0).

A.  x + y = 3 ,   x2 + y2 = 16

B.  y = x2 ,   x2 + (y − 2)2 = 4

C.  x2 − x y + y2 = 21 ,   x2 + 2 x y − 8 y2 = 0