Vectors/Vector Calculus: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Rgdboer
m Green-Gauss Divergence Theorem: lk Calculus/Vector calculus
 
(No difference)

Latest revision as of 03:07, 24 October 2017

Vector Calculus

So far we have dealt with constant vectors. It also helps if the vectors are allowed to vary in space. Then we can define derivatives and integrals and deal with vector fields. Some basic ideas of vector calculus are discussed below.

Derivative of a vector valued function

Let 𝐚(x) be a vector function that can be represented as

𝐚(x)=a1(x)𝐞1+a2(x)𝐞2+a3(x)𝐞3

where x is a scalar.

Then the derivative of 𝐚(x) with respect to x is

d𝐚(x)dx=limΔx0𝐚(x+Δx)𝐚(x)Δx=da1(x)dx𝐞1+da2(x)dx𝐞2+da3(x)dx𝐞3.

Note: In the above equation, the unit vectors 𝐞i (i=1,2,3) are assumed constant.
If 𝐚(x) and 𝐛(x) are two vector functions, then from the chain rule we get

d(𝐚𝐛)x=𝐚d𝐛dx+d𝐚dx𝐛d(𝐚×𝐛)dx=𝐚×d𝐛dx+d𝐚dx×𝐛d[𝐚(𝐛×𝐜)]dt=d𝐚dt(𝐛×𝐜)+𝐚(d𝐛dt×𝐜)+𝐚(𝐛×d𝐜dt)

Scalar and vector fields

Let 𝐱 be the position vector of any point in space. Suppose that there is a scalar function (g) that assigns a value to each point in space. Then

g=g(𝐱)

represents a scalar field. An example of a scalar field is the temperature. See Figure4(a).

If there is a vector function (𝐚) that assigns a vector to each point in space, then

𝐚=𝐚(𝐱)

represents a vector field. An example is the displacement field. See Figure 4(b).

Gradient of a scalar field

Let φ(𝐱) be a scalar function. Assume that the partial derivatives of the function are continuous in some region of space. If the point 𝐱 has coordinates (x1,x2,x3) with respect to the basis (𝐞1,𝐞2,𝐞3), the gradient of φ is defined as

φ=φx1𝐞1+φx2𝐞2+φx3𝐞3.

In index notation,

φφ,i𝐞i.

The gradient is obviously a vector and has a direction. We can think of the gradient at a point being the vector perpendicular to the level contour at that point.

It is often useful to think of the symbol as an operator of the form

=x1𝐞1+x2𝐞2+x3𝐞3.

Divergence of a vector field

If we form a scalar product of a vector field 𝐮(𝐱) with the operator, we get a scalar quantity called the divergence of the vector field. Thus,

𝐮=u1x1+u2x2+u3x3.

In index notation,

𝐮ui,i.

If 𝐮=0, then 𝐮 is called a divergence-free field.

The physical significance of the divergence of a vector field is the rate at which some density exits a given region of space. In the absence of the creation or destruction of matter, the density within a region of space can change only by having it flow into or out of the region.

Curl of a vector field

The curl of a vector field 𝐮(𝐱) is a vector defined as

×𝐮=det|𝐞1𝐞2𝐞3x1x2x3u1u2u3|

The physical significance of the curl of a vector field is the amount of rotation or angular momentum of the contents of a region of space.

Laplacian of a scalar or vector field

The Laplacian of a scalar field φ(𝐱) is a scalar defined as

2φ:=φ=2φx1+2φx2+2φx3.

The Laplacian of a vector field 𝐮(𝐱) is a vector defined as

2𝐮:=(2u1)𝐞1+(2u2)𝐞2+(2u3)𝐞3.

Identities in vector calculus

Some frequently used identities from vector calculus are listed below.

  1. (𝐚+𝐛)=𝐚+𝐛~.
  2. ×(𝐚+𝐛)=×𝐚+×𝐛~.
  3. (φ𝐚)=(φ)𝐚+φ(𝐚)~.
  4. ×(φ𝐚)=(φ)×𝐚+φ(×𝐚)~.
  5. (𝐚×𝐛)=𝐛(×𝐚)𝐚(×𝐛)~.

Green-Gauss Divergence Theorem

Let 𝐮(𝐱) be a continuous and differentiable vector field on a body Ω with boundary Γ. The divergence theorem states that

Ω𝐮dV=Γ𝐧𝐮dA

where 𝐧 is the outward unit normal to the surface (see Figure 5).

In index notation,

Ωui,idV=ΓniuidA

For more details on the topics of this chapter, see Vector calculus in the wikibook on Calculus.

Template:Chapter navigation Template:Bookcat