Various examples were given [Transparancy 2] of the gradient vector fields corresponding to scalar fields. The scalar fields used were the same ones considered last lecture, and for which we plotted isotimic surfaces in Maple.
Maple's "plots" package also has a nice command for plotting gradient vector fields, called "gradplot3d". It has various options which you can read about in Maple's on-line help, including different styles of arrowheads for the vectors. I used this command to plot the gradient vector fields for all the scalar fields we considered last lecture. These plots are reproduced below, along with the Maple commands used to generate them. For comparison, I also include the isotimic surfaces we plotted last lecture.
Gradient Vector Field for Isotimic Planes:Below and to the left, you will see the plot of isotimic planes which we made last lecture. To its right, you will see the corresponding gradient vector field plotted. The gradient vector field was produced using the following Maple commands:
with(plots): gradplot3d(x+2*y-3*z,x=-2..2,y=-2..2,z=-2..2,arrows=SLIM,grid=[5,5,5],axes=FRAME); | ||
Gradient Vector Field for Isotimic Spheres:Below and to the left, you will see the plot of isotimic spheres which we made last lecture. To its right, you will see the corresponding gradient vector field plotted. The gradient vector field was produced using the following Maple commands:
with(plots): gradplot3d(x^2+y^2+z^2,x=-3..3,y=-3..3,z=-3..3,arrows=SLIM,grid=[5,5,5],axes=FRAME); | ||
Gradient Vector Field for Isotimic Cylinders:Below and to the left, you will see the plot of isotimic cylinders which we made last lecture. To its right, you will see the corresponding gradient vector field plotted. The gradient vector field was produced using the following Maple commands:
with(plots): gradplot3d(x^2+y^2,x=-3..3,y=-3..3,z=-3..3,scaling=CONSTRAINED,arrows=SLIM,axes=FRAME); | ||
Gradient Vector Field for Isotimic Ellipsoids:Below and to the left, you will see the plot of isotimic ellipsoids which we made last lecture. To its right, you will see the corresponding gradient vector field plotted. The gradient vector field was produced using the following Maple commands:
with(plots): gradplot3d(x^2/4+y^2/9+z^2,x=-6..6,y=-9..9,z=-3..3,scaling=CONSTRAINED,arrows=SLIM,axes=FRAME); | ||
Gradient Vector Field for Isotimic Cones:Below and to the left, you will see the plot of isotimic cones which we made last lecture. To its right, you will see the corresponding gradient vector field plotted. The gradient vector field was produced using the following Maple commands:
with(plots): gradplot3d(sqrt(x^2+y^2)-z,x=-2..2,y=-2..2,z=-2..4,scaling=CONSTRAINED,arrows=SLIM,axes=FRAME); | ||
At the end of the lecture, the whole class made paper airplanes and threw them in unison, in order to demonstrate the flow lines of a velocity field. I took a photograph of the spectacle, and when it is developed I will scan the image into the class web site. Stay tuned!