Chapter 9: Vector Calculus
Section 9.3: Differential Operators
|
Example 9.3.17
|
|
Graph the vector fields and . Show that , but , even though the arrows of both fields are tangent to concentric circles, suggesting "rotation" for both.
|
|
|
|
Solution
|
|
•
|
Tools≻Load Package: Student Vector Calculus
|
•
|
Set the display format for vectors.
|
|
Loading Student:-VectorCalculus
|
>
|
Student:-VectorCalculus:-PlotVector(Student:-VectorCalculus:-VectorField(<y,-x>),color=red,x=-1..1,y=-1..1,tickmarks=[[-1,1],[-1,1]],arrows=medium,grid=[10,10]);
|
|
Figure 9.3.17(a) Vector field
|
|
|
|
>
|
Student:-VectorCalculus:-PlotVector(Student:-VectorCalculus:-VectorField(<y,-x>/(x^2+y^2)),color=green,x=-1..1,y=-1..1,tickmarks=[[-1,1],[-1,1]],arrows=medium,grid=[10,10]);
|
|
Figure 9.3.17(b) Vector field
|
|
|
|
•
|
Use the VectorField command to define the vector fields and .
Be sure to include the third component.
|
|
|
•
|
Compute the curl of each field.
|
|
=
|
=
|
|
|
|
|
|
The only difference in the fields is the length of the arrows, as seen in Figures 9.3.17(a) and 9.3.17(b). The arrows of each field are tangent to concentric circles. Yet one field has nonzero curl, and the other has zero curl. The image of a vector field is a global, or "in the large" view, but the curl is a local, or pointwise, measure. Great caution should be exercised when, from a picture of its arrows, drawing conclusions about the curl of a field.
Figures 9.3.17(a) and 9.3.17(b) can be drawn with the fieldplot command in the plots package, or more easily with the VectorField command itself in the Student VectorCalculus package. Simply pass the option "output=plot." The PlotVector command in the same package will also draw a vector field.
|
|
<< Previous Example Section 9.3
Next Section >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|