


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture outline from es 111 mathematical methods in the earth sciences explores vector calculus, focusing on scalar and vector fields, gradient, divergence, and curl. Learn about the difference between scalar and vector fields, the meaning of operators, and how to calculate the gradient, divergence, and curl of a vector field. Real-life examples and applications are provided, making this document an essential resource for students in earth sciences.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 9 - Mon 27th Oct ’ More vector calculus
Fields We have spent a lot of time thinking about functions of the form z = f (x, y). For instance, a topographic surface is a set of points with elevations z determined by their x and y positions. This surface is an example of a scalar field, where a scalar quantity (in this case, elevation) varies as a function of position. Other common examples of scalar fields include pressure, temperature, and gravitational potential (potential is a scalar quantity). However, there are also situations in which the quantity we are mapping is a vector, e.g. a map of wind velocities. If a vector quantity varies as a function of position, then it is called a vector field. Typical examples include gravitational acceleration and fluid velocities. You can think of a vector field as a collection of arrows distributed across a map. A general expression describing a vector field is v = [f 1 (x, y), f 2 (x, y)], where v is a vector which has x and y components f 1 and f 2 , both of which may be functions of position. Vector fields can also be 3D, but these are harder to draw. Example: v = [x^2 + y^2 , x^2 − y^2 ] is an example of a vector field. What does it look like? Operators An operator is something that acts on a function. We have already met operators before. For instance
d dx
is an operator that acts on a function f (x) to produce the first derivative:
d dxf^ (x) =^
df dx Operators can be scalars or vectors. In the example above, the operator (^) dxd is a scalar. Operators aren’t very meaningful on their own; they are meaningful when they are applied to some function. It turns out that the gradient of a function, ∇f , also involves an operator.
Recall that ∇f = grad f =
[ (^) ∂f ∂x ,
∂f ∂y
] (1) Here f (x, y) is a scalar field. Also recall that for any vector v = [x, y] then hv = [hx, hy] where h is some constant. So we can rewrite equation (1) as ∇f =
∂x,
∂y
] f (2) Written this way, we can see that ∇ is a vector operator, where ∇ = [ (^) ∂x∂ , (^) ∂y∂ ]. In three dimensions, we write ∇ =
∂x,
∂y ,
∂z
]
You can think of ∇ as behaving a bit like a vector, although as with (^) dxd it only has real meaning when applied to some function. Equation (2) shows that multiplying a vector (∇) with a scalar (f ) yields a vector, as required.
Divergence The gradient of f , ∇f , is the result of applying a vector operator ∇ to a scalar field f , and gives us a vector. If we think of ∇ as behaving like a vector, then we can apply it to a vector field in two ways. What are they? One way is to take the dot product. If we have a vector field v = [f 1 , f 2 , f 3 ] then we write the dot product of this field with the gradient operator as
∇ · v = div v = ∂f ∂x^1 + ∂f ∂y^2 + ∂f ∂z^3 Notice that the dot product of two vectors has yielded a scalar, as required. This scalar quantity is called the divergence of the function. Example What is ∇ · v when v = [x^2 + y^2 , x^2 − y^2 , xy]? What use is the divergence? It tells you about the total flow of some quantity (heat, material etc.) into or out of a particular region. For instance, if we consider a small box, the total amount of heat flowing into or out of the box depends on ∇ · F , where F is a vector field describing the heat flux. Why? What does this imply for the temperature field?
Maxwell’s equations are good examples of where vector operators are used. Two of the four equations are as follows:
∇ ⊗ B = μ 0 J
(assuming a steady current) and ∇ · B = 0
where B and J are the magnetic field and current density, respectively, and μ 0 is a constant.
Coordinate Systems All the results in this lecture are given for Cartesian geometries. Div, grad and curl are always physically meaningful, but the expressions for calculating them are different in different geometries. Any textbook will give the expressions for div, grad and curl in spherical and cylindrical geometries, as well as Cartesian.