In this section we briefly touch upon the theory of vector-valued functions in several variables. To simplify matters we limit ourselves again to the case of two variables.
First we define vector fields in the plane and extend the notions of continuity and differentiability to vector-valued functions. Then we discuss Newton’s method in two variables. As an application we compute a common zero of two nonlinear functions. Finally, as an extension of Sect. 15.1, we show how smooth surfaces can be described mathematically with the help of parameterisations.
For the required basic notions of vector and matrix algebra we refer to the Appendices A and B.
16.1 Vector Fields and the Jacobian





Continuity and differentiability of vector fields are defined componentwise.
Definition 16.1



![$$\begin{aligned} f(x,y)&= f(a,b) + \left[ \dfrac{\partial f}{\partial x}(a,b), \dfrac{\partial f}{\partial y}(a, b)\right] \begin{bmatrix} x-a\\y-b\end{bmatrix} + R_1(x,y;a,b),\\ g(x,y)&= g(a,b) + \left[ \dfrac{\partial g}{\partial x}(a,b), \dfrac{\partial g}{\partial y}(a, b)\right] \begin{bmatrix} x-a\\y-b\end{bmatrix} + R_2(x,y;a, b) \end{aligned}$$](/epubstore/O/M-Oberguggenberger/Analysis-For-Computer-Scientists/OEBPS/images/215236_2_En_16_Chapter/215236_2_En_16_Chapter_TeX_Equ4.png)










Example 16.2


16.2 Newton’s Method in Two Variables


Example 16.3







Intersection of a circle with a hyperbola












Proposition 16.4
Let be twice continuously differentiable with
and
. If the starting value
lies sufficiently close to the
solution (a, b) then Newton’s method converges
quadratically.
One often sums up this fact under the term local quadratic convergence of Newton’s method.
Example 16.5








x |
y |
Error |
---|---|---|
2.000000000000000 |
1.000000000000000 |
4.871521418175E-001 |
2.000000000000000 |
5.000000000000000E-001 |
7.039388810410E-002 |
1.933333333333333 |
5.166666666666667E-001 |
1.771734052060E-003 |
1.931852741096439 |
5.176370548219287E-001 |
1.502295005704E-006 |
1.931851652578934 |
5.176380902042443E-001 |
1.127875985998E-012 |
1.931851652578136 |
5.176380902050416E-001 |
2.220446049250E-016 |
Experiment 16.6
Using the MATLAB programs mat16_1.m and
mat16_2.m
compute the intersection points from Example 16.3. Experiment with
different starting values, and this way try to determine all four
solutions to the problem. What happens if the starting value is
chosen to be ?
16.3 Parametric Surfaces
In Sect. 15.1 we investigated surfaces as graphs of functions
. However, similar to the case of
curves, this concept is too narrow to represent more complicated
surfaces. The remedy is to use parameterisations like it was done
for curves.






Definition 16.7

- (a)
the mapping
is injective;
- (b)
the u-curves and the v-curves are continuously differentiable;
- (c)
the tangent vectors to the u-curves and v-curves are linearly independent at every point (thus always span a plane).
These conditions guarantee that the
parametric surface is indeed a two-dimensional smooth subset of
.




Example 16.8





Figure 16.2 shows the surface of
rotation which is generated by ,
. In MATLAB one advantageously
uses the command cylinder in
combination with the command mesh for the
representation of such surfaces.

Surface of rotation, generated by rotation of a graph h(z) about the z-axis. The underlying graph h(z) is represented on the right

Unit sphere as parametric surface. The interpretation of the parameters u, v as angles is given in the picture on the right
Example 16.9

16.4 Exercises
- 1.
-
Compute the Jacobian of the mapping
- 2.
-
Program Newton’s method in several variables and test the program on the problem
and
. If you are working in MATLAB, you can solve this question by modifying mat16_2.m.
- 3.
-
Compute the tangent vectors
,
and the normal vector
to the sphere of radius R (Example 16.9). What can you observe about the direction of the normal vector?
- 4.
-
Sketch the surface of revolution
,
and the normal vector
. Determine the equation of the tangent plane at the point
.
- 5.
-
Sketch the paraboloid
,
and the normal vector
.
- 6.
-
Plot some of the u- and v-curves for the helicoid
- 7.
-
A planar vector field (see also Sect. 20.1)
in the plane and attaching the vector
to each grid point. Sketch the vector fields