5
16 Vector Calculus 16.1 Vector Fields Definition. A vector field in the plane is a function F( x, y) from a domain D R 2 to the set of vectors in the plane. We write F( x, y)= f 1 ( x, y) f 2 ( x, y) = f 1 ( x, y)i + f 2 ( x, y)j = h f 1 ( x, y), f 2 ( x, y)i f 1 , f 2 are the scalar components of F A vector field F( x, y) consists of a set of arrows: one for every pair ( x, y). The tail of each arrow is at the point ( x, y) and the nose at ( x + f 1 ( x, y), y + f 2 ( x, y) ) . When plotting, choose enough points ( x, y) to make the overall picture clear. Notation and terminology Vector fields, like vectors, are typed in bold. They can be hand-written either underlined F (preferred), or with an arrow ~ F. The magnitude of a vector field is the scalar function |F( x, y)| returning the length of the vector F( x, y) at each point ( x, y). The radial vector field ( x y ) has the common short-hand r. This is congruent with the fact that its magnitude |r| is the scalar quantity r = p x 2 + y 2 . Some authors use x for the same field. Examples For the following, note that the computer typically shrinks the lengths of vectors in order to draw more for clarity. 1. F( x, y)= x/4 1 -2 2 y -4 -2 2 4 x 2. F( x, y)= 1 p x 2 + y 2 x y = 1 r r -2 2 y -4 -2 2 4 x 1

16 Vector Calculus -  · 16 Vector Calculus 16.1 Vector Fields Definition. A vector field in the plane is a function F(x,y) from a domain D R2 to the set of vectors in the

  • Upload
    dinhque

  • View
    303

  • Download
    2

Embed Size (px)

Citation preview

  • 16 Vector Calculus

    16.1 Vector Fields

    Definition. A vector field in the plane is a function F(x, y) from a domain D R2 to the set of vectors in theplane. We write

    F(x, y) =(

    f1(x, y)f2(x, y)

    )= f1(x, y)i + f2(x, y)j = f1(x, y), f2(x, y)

    f1, f2 are the scalar components of F

    A vector field F(x, y) consists of a set of arrows: one for every pair (x, y). The tail of each arrowis at the point (x, y) and the nose at

    (x + f1(x, y), y + f2(x, y)

    ).

    When plotting, choose enough points (x, y) to make the overall picture clear.

    Notation and terminology

    Vector fields, like vectors, are typed in bold. They can be hand-written either underlined F(preferred), or with an arrow~F.

    The magnitude of a vector field is the scalar function |F(x, y)| returning the length of the vectorF(x, y) at each point (x, y).

    The radial vector field ( xy ) has the common short-hand r. This is congruent with the fact thatits magnitude |r| is the scalar quantity r =

    x2 + y2. Some authors use x for the same field.

    Examples For the following, note that the computer typically shrinks the lengths of vectors in orderto draw more for clarity.

    1. F(x, y) =(

    x/41

    )

    2

    2

    y

    4 2 2 4x

    2. F(x, y) =1

    x2 + y2

    (xy

    )=

    1r

    r

    2

    2

    y

    4 2 2 4x

    1

  • 3. F(x, y) =(

    yx

    )

    2

    2

    y

    4 2 2 4x

    4. F(x, y) =1

    x2 + y2

    (yx

    )

    2

    2

    y

    4 2 2 4x

    Note that examples 2. and 4. have domain D = R2 \ {(0, 0)}.

    Vector fields in real life

    Vector fields typically represent one of two physical ideas:

    Velocity Fields A particle at location r has velocity F(r)

    Force Fields A particle at location r experiences a force F(r)

    A map of wind patterns could be interpreted as either: each arrow represents

    1. The wind velocity at a point; how fast the air is moving

    2. The force of the wind on a stationary observer

    Examples Here are three examples of vector fields and associated data being used to usefully sum-marize data

    Ocean Currents

    Wind Patterns

    Animated Wind Patterns

    2

    http://en.wikipedia.org/wiki/File:Ocean_surface_currents.jpghttp://www.wunderground.com/US/Region/US/2xWindSpeed.htmlhttp://hint.fm/wind/

  • Vector Fields in 3D

    Definition. A vector field in three dimensions is a function F(x, y, z) from a domain D R3 to the set ofvectors in 3-space. We write

    F(x, y, z) =

    f1(x, y, z)f2(x, y, z)f3(x, y, z)

    = f1(x, y, z)i + f2(x, y, z)j + f3(x, y, z)k= f1(x, y, z), f2(x, y, z), f3(x, y, z)

    where f1, f2, f3 are the scalar components of F.

    Plotting vector fields in three dimensions is not advisable by hand use a computer package! Whenyou have to visualize a 3D vector field, see if you can build up your understanding by covering up,say, the vertical component: if you know what the field is doing horizontally, then vertically, you canput these together in your mind.

    Notation: Just as in 2D, we have the short-hands r =( x

    yz

    )and r = |r| =

    x2 + y2 + z2: this last is

    what we called when computing spherical polar intergals. In vector calculus, r usually means |r|,regardless of the dimension.Examples

    1. F(x, y, z) =1

    x2 + y2 + 1

    yx1

    Unit vector field.Horizontal (i, j) parts rotating clockwise (comparewith examples 3, 4 above).Vertical (k) part pointing upwards.If a feather was dropped into this vector field, itwould follow an ascending helix.

    2. F(x, y, z) =1

    x2 + y2 + z2

    xyz

    = 1r

    r

    Also a unit vector field.All vectors point away from origin, length 1.Domain excludes origin.

    3

  • Gradient Fields

    Definition. The gradient field of a scalar function f (x, y) is the vector field

    F(x, y) = f (x, y) =(

    fx(x, y)fy(x, y)

    )f is a potential function for F.If F = f for some f we say that F is conservative.

    The definition is similar in 3D: f (x, y, z) =(

    fx(x,y,z)fy(x,y,z)fz(x,y,z)

    )

    Notation is often used in Physics for potential functions.Physicists also typically choose a potential function to be the negative of ours F = f = (agood reason will be given later).

    Examples

    1. (xy) = ( yx )

    2. (x2 cos y sin x) =(

    2x cos ycos xx2 sin y

    )3. Since x (x

    2 + y2)1/2 = 2x 12 (x2 + y2)1/2, etc., we have

    ((x2 + y2)1/2) = (x2 + y2)1/2 ( xy )

    This can be written r = 1r r in polar co-ordinates.

    4. In 3-dimensions

    (x2 + y2 + z2)1/2 = (x2 + y2 + z2)3/2( x

    yz

    )which can be written r1 = 1r3 r (or 1 = 13 r if you prefer).

    Level Curves/Surfaces Recall that the gradient vector f points in the direction of greatest increaseof f . Otherwise said, f points orthogonally to the level curves of f (level surfaces in 3D).

    Example The gradient field(3x2 + y2) =(

    6x2y

    )is orthogonal to the ellipses with equations 3x2 +y2 = C (C > 0 constant).

    2

    2

    y

    4 2 2 4x

    4

  • Are all vector fields conservative? No: in fact most are not! We will see that potential functions playa similar role to that of anti-derivatives with respect to the Fundamental Theorem in single variablecalculus. While any continuous function has an anti-derivative, most continuous vector fields do nothave a potential function. Conservative vector fields are, in a probabilistic sense, very rare. They arehowever, very common in important theories from Physics.

    Example F =(

    xx

    )is not conservative

    If it were conservative, there would exist a function f for which fx = x = fyWe can attempt to partially integrate both of these equations. When integrating with respect tox, the constant of integration g(y) is an arbitrary function: the most general expression whose x-derivative is zero.

    fx = x = f (x, y) =12

    x2 + g(y)

    fy = x = f (x, y) = xy + h(x)

    for some arbitrary functions g, h.If f is to exist, and F is to be conservative, we must be able to choose funcrions g(y), h(x) so that theabove expressions for f are both true. This is clearly impossible, whence F is non-conservative.

    Later we will see a much easier way to show that a vector field is non-conservative.

    5

    Vector CalculusVector Fields

    fd@rm@0: fd@rm@1: