Math 212-Lecture 17 15.1 Vector fields, Exams of Acting

A vector field is a vector-valued function of x, y or x, y, z. ... The divergence of a vector field ... (We'll explain why later using the divergence.

Typology: Exams

2022/2023

Uploaded on 03/01/2023

shokha
shokha 🇮🇳

4.5

(13)

234 documents

1 / 6

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 212-Lecture 17
15.1 Vector fields
Avector field is a vector-valued function of x,y or x, y, z. That means
each point in space is associated with a vector. The input is the position
vector while the output is some arbitraray vector.
2D:F(x, y) = P(x, y)i+Q(x, y )j
3D:F(x, y, z) = P(x, y , z)i+Q(x, y, z)j+R(x, y , z)k.
Think about: Previously, the parametric surface r(u, v) is also a vector-
valued function. What are the differences among them?
For parametric surfaces, the input is list of some parameters (which
can be regarded as a vector) while the output is the position vector.
The collection of terminal points cover the curve or surface.
For vector field, the input is the position vector while the output is
some arbitrary vector, and then we can associate each point in space
with a vector.
Example: Plot the vector field F=r
r2where r=hx, yiis the
position vector.
The magnitude 1/r and the direction is opposite to r.
The gradient vector field
Suppose f(x, y, z ) is a differentiable function in space (the input in the
position vector while the output is a scalar). Then, the gradient
grad f =f=hf
∂x ,f
∂y ,f
∂z i=if
∂x +jf
∂y +zf
∂z
is a vector field, because at each point there is a gradient and then the
gradient is a vector-valued function of x, y, z .
It’s beneficial to introduce the vector differential operator
=i
∂x +j
∂y +z
∂z
which is sometimes called ‘nabla’. The gradient is then the vector field by
acting nabla on a scalar function f.
1
pf3
pf4
pf5

Partial preview of the text

Download Math 212-Lecture 17 15.1 Vector fields and more Exams Acting in PDF only on Docsity!

Math 212-Lecture 17

15.1 Vector fields

A vector field is a vector-valued function of x, y or x, y, z. That means each point in space is associated with a vector. The input is the position vector while the output is some arbitraray vector.

2 D : F (x, y) = P (x, y)i + Q(x, y)j 3 D : F (x, y, z) = P (x, y, z)i + Q(x, y, z)j + R(x, y, z)k.

Think about: Previously, the parametric surface r(u, v) is also a vector- valued function. What are the differences among them?

  • For parametric surfaces, the input is list of some parameters (which can be regarded as a vector) while the output is the position vector. The collection of terminal points cover the curve or surface.
  • For vector field, the input is the position vector while the output is some arbitrary vector, and then we can associate each point in space with a vector.

Example: Plot the vector field F = − (^) rr 2 where r = 〈x, y〉 is the position vector. The magnitude 1/r and the direction is opposite to r.

The gradient vector field

Suppose f (x, y, z) is a differentiable function in space (the input in the position vector while the output is a scalar). Then, the gradient

grad f = ∇f = 〈 ∂f ∂x

∂f ∂y

∂f ∂z

〉 = i ∂f ∂x

  • j ∂f ∂y

  • z ∂f ∂z

is a vector field, because at each point there is a gradient and then the gradient is a vector-valued function of x, y, z. It’s beneficial to introduce the vector differential operator

∇ = i

∂x

  • j

∂y

  • z

∂z

which is sometimes called ‘nabla’. The gradient is then the vector field by acting nabla on a scalar function f.

Physical meaning: The gradient field indicates the fastest increasing direction of the scalar function f at each point. Of course, at different points, the directions are different. Properties:

  • Linearity: ∇(af + bg) = a∇f + b∇g for a, b constants.
  • Product rule: ∇(f g) = g∇f + f ∇g.

The divergence of a vector field

If we dot nabla with a vector field, we get a scalar output, which is the divergence. Let F = 〈P (x, y, z), Q(x, y, z), R(x, y, z)〉.

div F = ∇ · F = Px + Qy + Rz.

Physical meaning: The divergence is the density of the field flux. If ∇ · F > 0, the flux goes out of this point and if ∇ · F < 0, the flux goes into this point. In the former case, we call the point as a source and in the latter case, we call it a sink. (We’ll explain why later using the divergence theorem.) For example, if the vector field is the velocity field of the fluid, then ∇ · v < 0 means the fluid is flowing into one point and this implies that the fluid is being compressed there. Correspondingly, ∇ · v > 0 means the fluid is expanding there. Another example, consider the gravitational field, the divergence of the field is the source of the field. Hence, the mass density. (This claim can be proved rigorously using the inverse square law of gravitational force and divergence theorem later.) Example: Consider the electronic field

E = 〈3+4x− 2 y+3x^2 − 4 y^2 , 2 − 2 x+2y−z+xy−y^2 , 5 −x−y− 5 z+xz−y^2 −z^2 〉.

Suppose the charge density is ρ(x, y, z). Compute ρ(1, 0 , 0)/ρ(0, 0 , 0).

Solution. ρ(1, 0 , 0) ρ(0, 0 , 0)

(∇ · E)(1, 0 , 0)

(∇ · E)(0, 0 , 0)

We figure out ∇·E = (4+6x)+(2+x− 2 y)+(−5+x− 2 z) = 8x− 2 y − 2 z +1. The ration is therefore (8 + 1)/1 = 9. 

of the curl is twice of the strength of the rotation speed. If the field is the velocity field of a fluid flow, then it’s called the vorticity. Example: Suppose that the wind field can be described by v = 〈x^2 + 3y^2 , sin(y)z^2 , x^3 z〉. At point (1, 1 , 1), the air is locally rotating about a line. Find the equation of the straight line. Properties:

  • product rule: ∇ × (f F ) = ∇f × F + f ∇ × F.
  • curl of gradient is zero: ∇ × ∇f = 0.
  • divergence of curl is zero: ∇ · (∇ × F ) = 0

Example: Prove the third property.

Proof. Without loss of generality, assume F = 〈P, Q, R〉.

∇ × F = 〈Ry − Qz , Pz − Rx, Qx − Py〉.

Hence,

∇·(∇×F ) = (Ry−Qz )x+(Pz −Rx)y+(Qx−Py)z = Ryx−Qzx+Pzy−Rxy+Qxz −Pyz

Ryx = Rxy by Clairaut’s theorem (recall that fxy = fyx if they are both continuous). Similarly, the others can be paired. They therefore all cancel out and the result is zero.

Use vector identities to derive identities for curl and diver-

gence (Omitted)

There are many interesting identities involving curl and divergence. We can derive them using the double cross product or triple scalar product properties. Example: By the property a × (b × c) = (a · c)b − (a · b)c, what do you think ∇ × (F × G) equals? Key: one must remember that ∇ is an operator that must act on both fields by product rule. For the first, (∇ · G)F only reflects the action on G. To recover the action on F , we rewrite (G · ∇)F. Hence, (a · c)b gives (∇ · G)F + (G · ∇)F. (wait! are these two really different? Yes. The first is div(G)F while the second one is G (^1) ∂x∂ F + G (^2) ∂y∂ F + G (^3) ∂z∂ F ).

Similarly, the second term also yields two terms. Finally, we have

∇ × (F × G) = (∇ · G)F + (G · ∇)F − (∇ · F )G − (F · ∇)G

The above is not a proof. To prove, you should really compute. Example: What do you think ∇ × (∇ × F ) equals? In this case, it’s interesting that both operators want to act on F. We can simply apply the identity:

∇(∇ · F ) − (∇ · ∇)F = grad(div(F )) − ∆F.

Example: By the property, (a × b) · c = a · (b × c) = −a · (c × b), what do you think ∇ · (F × G) equals?

Solution. We change the dot to cross and cross to dot and have (∇ × F ) · G. However, the operator also wants to act on G and hence we have −(F × ∇) · G = −F · (∇ × G). Therefore, we have

∇ · (F × G) = (∇ × F ) · G − F · (∇ × G).

 Example: What do you think ∇ · (∇f × ∇g) equals applying the property above? Applying the identity above, we find it to be 0, since ∇ × (∇f ) = 0! Nice!

15.2 Line integrals

Review

Suppose C is a parametric curve (output is the position vector):

r = 〈x(t), y(t), z(t)〉.

We have studied that s =

∫ (^) t 0 |r

′(t)|dt and

ds = |r′(t)|dt =

x′(t)^2 + y′(t)^2 + z′(t)^2 dt.