If F( x, y, z ) is a vector field, then the flow of F is the set of all curves r(t) that satisfy
| (1) |
EXAMPLE 7 Sketch the following family of curves
and then show that it is the flow of the vector field F( x,y) = á -y, x ñ.
r(t) = á x cos(t) - y sin(t), x sin(t) + y cos(t) ñ (2) Solution: It is easy to show that ||r||2 = x2 + y2 , thus implying that (2) is a system of concentric circles centered at (0,0) . Motion on each circle is uniform circular motion, as is shown below along with the vector field.
Moreover, if X = x cos(t) - y sin(t), and Y = x sin(t) + y cos(t), then
Specifically, r' (0) = á -y, x ñ, which implies that F( x,y) = á -y, x ñ .
dr dt
= á -x sin(t) - y cos(t), x cos(t) - y sin(t) ñ = á -Y, X ñ
In particular, the flow in example 7 is rotation about the origin. Moreover, the curl of the vector field F( x,y) = á -y, x ñ in example 7 is
|
Similarly, the divergence of a vector field is a measure of the amount of local expansion of the flow--i.e., how much the area of a region increases or decreases as the region moves through the flow. The divergence of the vector field F( x,y) = á -y, x ñ in example 7 is zero because rotation of a region does not change its area..
Perhaps these ideas are better understood if we explore them directly. To do so, we use the Java Microscope developed by Shannon Holland and Dr. Matthias Kawski. Enter a vector field by entering functions for M and N, and then click on "Draw Vector Field". Click on "Flows", then click and drag to create a rectangle. Releasing it will show you how the rectangle "flows" within the vector field. If its sides begin to rotate, then the curl is non-zero. If the rectangle begins to expand, then the divergence is non-zero.
Java Microscope
It may take some time for the graph to load after pressing the "Draw Vector Field" button. To create a magnifying lens, drag your mouse across the vector field. Use numpoints less than 20 (20 X 20 vector lines) for quick response. Larger values will work, but take much longer. For more information on the Java Microscope read , An interactive JAVA microscope to visualize divergence and curl via zooming. NEW: be sure to check out the new and improved flow routines.
Copyright © 1997, by the Arizona Board of Regents except for
the awesome expression parsing classes written by David Wanqian Liu. Check out
his applet, PRECISE
Calculator.