jagomart
digital resources
picture1_Vector Analysis Notes 173126 | Vector Analysis


 105x       Filetype PDF       File size 0.68 MB       Source: folk.ntnu.no


File: Vector Analysis Notes 173126 | Vector Analysis
vector analysis abstract these notes present some background material on vector analysis except for the material related to proving vector identities including einstein s summation conven tion and the levi ...

icon picture PDF Filetype PDF | Posted on 27 Jan 2023 | 2 years ago
Partial capture of text on file.
                                               Vector analysis
                                                              Abstract
                          These notes present some background material on vector analysis. Except for the
                      material related to proving vector identities (including Einstein’s summation conven-
                      tion and the Levi-Civita symbol), the topics are discussed in more detail in Griffiths.
                Contents
                1 Scalars and vectors. Fields. Coordinate systems                                                    1
                2 The ∇ operator                                                                                     2
                    2.1   The gradient, divergence, curl, and Laplacian        . . . . . . . . . . . . . . . . .     3
                3 Vector identities                                                                                  3
                    3.1   Proving the vector identities . . . . . . . . . . . . . . . . . . . . . . . . . . .        5
                4 Some integral theorems                                                                             8
                    4.1   The divergence theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . .           9
                    4.2   Stokes’ theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .        9
                5 Some results involving the Dirac delta function                                                    9
                    5.1   The Dirac delta function . . . . . . . . . . . . . . . . . . . . . . . . . . . . .         9
                    5.2   Some useful results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .       10
                1 Scalars and vectors. Fields. Coordinate systems
                Scalars and vectors are two important concepts in this course. A scalar f is a quantity that
                is a real number (although not all real-numbered quantites are scalars; see below), while a
                vector v is a quantity that has both a magnitude and a direction (usually thought of as an
                arrow with a certain length, pointing in a certain direction).
                    Quantities that can be defined at each point r in space (and that can generally vary with
                r) are commonly called fields. We will encounter both scalar fields f(r) and vector fields
                v(r) in this course. In general these may depend on time as well: f(r,t) and v(r,t). An
                example of a scalar field is the electric charge density ρ. Examples of vector fields are the
                electric field E and magnetic field B. Note that we will often not write the dependence on
                r and t explicitly, thus writing just f and v instead of f(r,t) and v(r,t).
                    Although in principle vectors can be analyzed independently of any coordinate system,
                it is in practice often very useful to represent a vector in terms of its components with
                respect to a particular coordinate system. Focusing here on 3-dimensional vectors, we will
                                                                   1
                                                        ˆ   ˆ   ˆ
              use coordinate systems with basis vectors e , e , e which have unit length, are mutually
                                                         1   2   3
              orthogonal and span a right-handed coordinate system. In other words,
                           ˆ   ˆ          ˆ   ˆ          ˆ   ˆ
                           e ·e =1,       e ·e =1,       e ·e =1,     (unit length)
                            1   1          2   2          3   3
                           ˆ   ˆ          ˆ   ˆ          ˆ   ˆ
                           e ·e =0,       e ·e =0,       e ·e =0,     (orthogonality)                (1)
                            1   2          2   3          3   1
                          ˆ    ˆ    ˆ    ˆ    ˆ    ˆ    ˆ    ˆ    ˆ
                          e ×e =e , e ×e =e , e ×e =e . (righthandedness)
                           1    2    3    2    3    1    3    1    2
              An arbitrary vector v can then be expressed as
                                                           3
                                                         X ˆ
                                                     v =     viei                                    (2)
                                                          i=1
                                                                     ˆ
              where the components v in this basis are given by v = e ·v, i.e. the projections of v along
                                      i                          i    i
              the basis vectors. Thus if we switch to a different coordinate system (e.g. one with its axes
              rotated with respect to those of the original one), the vector’s components will change. Also
              note that a scalar is more precisely defined as a quantity that is not affected by a change of
              coordinates. Thus although vector components are real numbers, they are not scalars.
                 In this course we will use the cartesian, spherical and cylindrical coordinate systems (see
                                  1
              Table 1 and Fig. 1). One should pick the coordinate system that is most convenient for the
              particular problem one wishes to solve. For generic problems the cartesian coordinate system
              is often the most convenient one. The spherical and cylindrical coordinate systems can be
              more convenient if the problem under consideration has spherical or cylindrical symmetry,
              respectively.2
                                                                                   ˆ ˆ ˆ
                          Coordinate system   Coordinates x ,x ,x     Basis vectors e ,e ,e
                                                            1  2   3                1   2  3
                                                                              ˆ ˆ ˆ
                              Cartesian               x,y,z                   x,y,z
                                                                              ˆ ˆ ˆ
                              Spherical               r,θ,φ                   r,θ,φ
                                                                              ˆ ˆ ˆ
                              Cylindrical             s,φ,z                   s,φ,z
                 Table 1: Coordinates and basis vectors for the coordinate systems (see also Fig. 1).
              2 The ∇ operator
              As we will analyze quantities varying in space, the vector operator ∇ (called the nabla, del
              or gradient operator) will play a central role. In the cartesian coordinate system ∇ is given
              by
                                                    ˆ ∂    ˆ ∂    ˆ ∂
                                              ∇=x∂x+y∂y+z∂z.                                         (3)
                 1For the cylindrical coordinate system, the radial coordinate in the xy plane is commonly denoted by ρ.
              However, we will use s instead, as the letter ρ will be reserved for the charge density.
                 2                            ˆ ˆ ˆ                                ˆ ˆ ˆ ˆ
                 Note that, unlike the basis vectors x,y,z which are constant, the basis vectors r,θ,φ,s vary from point
              to point in space. Thus when working in spherical or cylindrical coordinates, one must keep in mind that
              spatial derivatives of vector functions will get contributions not just from the vector components, but also
              from the basis vectors.
                                                          2
              Figure 1: Coordinates of, and basis vectors at, an arbitrary point in space: Cartesian (left),
              spherical (middle), cylindrical (right).
              2.1    The gradient, divergence, curl, and Laplacian
              The most important quantities involving ∇(’s) acting in various ways on scalar functions
              f(r) or vector functions v(r) include the gradient, divergence, curl and Laplacian. Some of
              their basic properties are listed in Table 2. See Fig. 2 for expressions for these quantities
              in the various coordinate systems. The expressions take their simplest form in the cartesian
              coordinate system, where they follow quite straightforwardly from using the expression (3)
              and the standard definitions of the scalar (dot) and vector (cross) product. For a derivation
              of the expressions applicable to all three coordinate systems, see e.g. Appendix A in Griffiths.
              Alternatively, expressions can be converted from one coordinate system to another with help
              from the chain rule.
                   Quantity    Alternative notation     Name              Type of mapping
                      ∇f              grad f           gradient            scalar → vector
                     ∇·v               div v          divergence           vector → scalar
                    ∇×v               curl v             curl              vector → vector
                  ∇2f (∇2v)                           Laplacian   scalar → scalar (vector → vector)
              Table 2: The most important quantities involving ∇(’s) acting on scalar functions f(r) and
              vector functions v(r). The Laplacian is the divergence of the gradient: ∇2 ≡ ∇ · ∇.
              3 Vector identities
              Alist of vector identities3 is given in Fig. 3. Here f and g are arbitrary scalar fields (including
              constantscalarsasaspecialcase), andA, B, C arearbitraryvectorfields(includingconstant
              vectors as a special case). These quantities may depend on additional variables as well, e.g.
              time.
                 3Although some of the identities are for dot products and therefore scalars, not vectors, all identities
              involve vectors, so for simplicity we refer to all of them collectively as vector identities.
                                                          3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ✮
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             ✛                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ✜                                                                                                                                                                              ✾                                                                            ✿                                                                                   ❀                                                                                                                                   ✾                                                                                                                                                                                            ❄                                                                                                                                                                                                                       ✾                                                                                           ✢                                                                             ❇                                                                                                                                                                                                                                      ✾                                                                                                                                                                ❉         ❊                                                         ❋                                                                                                                                                                            ✾                                                                                                                                                                                                   ❀                                                        ✣                                                                             ✾                                                                                                                                                                             ✾                                                                                                                                                               ✯      ✾                                                                                                         ✰                                                                                                               ✱                                                                                                                ✲                                                                                                         ✳                                                                                                           ✙             ✴                                                                                                                                                         ✵                                                                                                                   ✰                                                                                                            ✶                                                                                                                                                                                ✯                                                                                            ✷                                                                                                      ✸                                                                                                      ✹                                                               ✺                              ✚                                                                                    ✰                                                                                                         ✻
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ✼                                                                                                                                                                                                                                                                         ❑                                                                                                ▲                                        ▼                                                                      ◆                                                                            ✽         P                  ◗                                                                                                                            ❙                                                                                      ❚                                                                                                                                                                                                             ❁                                                                                                                                                                                                                ❂                                                                                                   ❃                                                               ❙                                         ❅                                                                                                                                               ❲                                                      ❆                                                                                                                  ❏                                                                         ❨         ❅            ❩                                                                  ❙                                                                                                             ❭            ❈                                                                                                                                                      ●                                                                     ❫                  ❩                                                                ❴                                                                                            ❇            ❍                                                                                                            ■                                                                                                                            ❵               ❩                                                                   ❙  ❂                                                                                      ❉         ❛                                                                         ❆                                                                                                                                                                         ❈
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ❖                                                                                         ❘                                                                                                                                                            ❯                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ❱                                                                                                                                                                                                                                                                                                ❳                                                                                                                                                                                                                                                             ❩                                                            ❜                                                                                                                      ❬                                                                                                   ❪                                                                                                                                                      ❩                                                               ❝                                                                                                                                                                                                                   ❪                                                                                                                                                      ❩                                                               ❞
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ❢                   ❣                                                                            ◗                                                            ▲                                                                                                            ◗                                                                                                                            ❥                                                            ◗                                                                                                      ❦                                                                                                                                                                                                                                                                                                                                                                                       ❧                                                         ♠                                                                                                                                                                                                             ♥                                                                                                                                                                                                                                                      ♦         ❩                                                                      ♣                                                        q                                                                                                                                                                                                                                                                 r        ❩                                                                      ♣                                                            s                                                                                                                                                                                                                                                             t         ❩                                                                     ♣                                                            ✉
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ❡        ①                                                                                                                                ❤                     ▲                                                                                                                                         ④   ✐                                                                                                                            ❘                                                                                                                                                                                                                                      ❚                                                                                                                                                                                                                                          ❱                                                                               ⑤                                                                                                                      ⑥                                                                                                                                                                                                             ❀                                                                                                                                                                                                                                                         ⑦                                ❩                                                            ❜                                                                         ♣                                                        ⑧                         ❅                                                                                                                                                                                   ❩                                                            ❝                                                            ♣                                                         ⑨                                  ❅                                         ⑩                                                                                                                                         ❩         ❶                                                      ✈                                  ❷                                                                                                                                                   ⑦                                                                               ✇                                                                                      ♣                                                      ❸                                                                                                                                                                                                                                                                                                                                                   ♣                                                         ⑧                                                                   ⑩                                                                                                                                      ❇                                                                                                                                                                                                                                                         ⑦                                                                                                                                                                      ♣                                                         ⑨                                                                                                                                                                                                                                                                                                                                                 ♣                                                        q                                                                                ⑩                                                                                                                                   ❉           ❛
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ❀                                                                                                                                                                                                                                                                                                                                             ❹            ❩                                                                                                                                                                                                                                         ❺                                                                                                                                          ❻        ❩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ❼         ❩                                                                                                                                                                                                                                                      ❺                                                                                                                                             ❽     ❩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ❼            ❩                                                                                                                                                                                                                                                      ❾                                                                                                                                         ❿         ❩
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ➅                                                                                                   ②                                  ➆                                                                                ③                               ▼                                                     ❧               ❥                                                            ❢               P               ▼                                                                                                                                                                                       ❧                                                                                                                                                                                                                                         ❱                                                                                                                                                                                                                                ➁                                                            ❙                                                                                                                                                                                          ➀                                                                                                                                                                                                                                                                                                                                             ➂                                  ❩                      ❙                                     ❝                                                                                                                                                                                                                                                                                                          ➃                               ❩                         ❙                                         ❞                                                                  ❷                                                                                                                                                                                   ❬                                            ➄                                                      ❙                                                                                                                                                                                                                                                                                   ❩                                                                ❞                                                                                                                                                                                                                                                                                                                             ❩                                                            ❜                                                                                                                                                                                                                                                                                                                                                                ❪                                                                                                                                                                                                                                                                             ❩                                                            ❜                                                                                                                                                                                                                                                                                                                                                 ❩                                                            ❝
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ❀                                                                                                                                                                                                                                                                         ❩                                                                                                                                                                                                                                                                                                                                                                                                           ❩                                                                                                                                                                                                                                                                                                                                                                                       ❹               ❩
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ➊                                                                                                                                                                                                                                                                             ➌                                                                                                                                      ③                         ➏                                                                                                                                                                                                                                             ❘                                                                                         ◆                         ❧                                               ✿                                                                                  ❀                                                                                                                                      ◆                                                                            ▲                   ➇                                                                         ❭                                                                                     ❷                                                                                                                                   ➒                                                   ❀                               ◆                                                                                                                                                                         ➔                  →                      ➈         ❩                                                            ❜                                                                                                                         ▲                                                               ❪                     ➣                                                                                      ↕                            ➈            ❩                                                               ❝                                                                                ◆                                                                                                                                                                                                                                                         ❩                         ❧                                      ✈                                                            ➃                                                                         ◆                                                                                  ➝                                                                                                            ➑                                                                                                                                          ➒                                                               ➃                                                                               ➣                                                                                   ↕                                                                                                                                                                                         ◆                                                                            ▲                                                                                      ◆                                                                                                                                                                         ◆
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           ➉                                                                                                                                                                                                                                                                            ❑                ➋                                                                               ▲            ➍                               ▼                            ➎                                     ◆                                                                   ➐  ❢               ❧                  ◗                                                                                                                             ❙                                                                                         P                                                                                                                                                                                            ➑                                                                                                                                                                                                                                                                                                          ➋                                                                                      ❙                                                                                                                                                                                         ❀                                                                                                                ➓                                                                                                                                      ➟               ❩                                               ❪               ❙                                                                                            ➠         ➡                                                                                                                                                   ↔                                                                               ➢               ➤                               ➓                                                   ➥                  ❩                                                                   ❙                               ➙                                                               ➔                  ➦                   ➛                                                                                               ➜                                                                                                                   ➧                                                                                                                                                      ➤                                                                                                  ➞                                                                                                                      ➨                         ❩                                                                  ❙                                                                                                                      ↔                                                                                                                                ➓                                                                                                                                                                                                                                                                                                                                             ➓                                                                                                                                                                         ➙
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ❢                  P                                                                            ◗                                                            ▲                                                                                                               ◗         ❘                                                                                                                   ❥                                         ❧               ◗                                                                                                     ➫                                                                                                                                                                                                                                                                                                                                                                 ❱                                                                                   ⑥                                                                                                                                                                                                            ❀                                                                                                                                                                                                                                                                ❩                               ➤                                ▲                                                                                                                                                                                                   ❪                                     ➲                                            ▲                                                            ➁   ▲                                                                                                     ❩                                                                ➓        ➵                                                                                                                                                                                                                ❪                                                                                                                                                ▲                     ➺                                                                ➣                                               ➩                                  ↕                                                                                            ➓                                                                                                             ❩                                     ➻                            ➙            ➣                                                  ➼      ➽                            ↕                  ➛                                                                                                                                                                                                                                                                                                       ➵                                                                                                                                                                                                                                                                                                                                                                                       ➤                                                                                                                                                                                                                                                                                                         ♣                                                         ➪
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ➫                                                                                                                                                                                                                                                                                                                                                                                       ❚                                                                                                                                                                                                                                                                          ➭                                                                                                                                                                                                                                                   ➯                                                                   ➃                                                                                      ❵                                     ❩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ➸                                                                                                                                                                                                                                                                                                                                                                                 ❫                                            ❩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ➾                                                                                                                                                                                                                                                                                                ➸                                                                                                                                                                                                                                                                                                                                                                                 ➚     ❩
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ❡        ➹                                                                                                                                   ❤                     ▲                                                                                                                                      ❯   ✐                                                                                                                            ❘                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ❱                                                                            ⑤                                                                                                                      ⑥                                                                                                                                                                                                             ❀  ❀                                                                                                                                                                                                                                                   ➸   ▲                                                                                                                                                  ➷         ❩                                                                   ▲                                                                                                                                                                                                                                         ➮                   ♣                        ❩                                   ➳                                                                                        ➲                                            ➣   ❅                                                                                  ↕                                                            ▲                                                                                      ➶                                               ➼         ❣                         ↕               ➪                                                                         ➵  ➓                                                                                  ❺                         ❩                                                                   ➓                                            ❻        ❩                                                                      ➱                                                            ➾                                                                            ✃                                                      ➓                                        ➠      ❶                                                  ♣                                                                                                                                                                                                          ❪                                                                                                                                                   ▲                                                                                     ➣                                                ↔                                  ↕                                                                                               ➓                                                                                                                                   ❩                                                               ➙
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ②                                                                                                                      ➘                                                                                  ④                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ➴                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ➑                                                                                                                                                                                                                                             ❪            ▲                                                                                     ➣                                            ❐   ➼  ▲     P  ❒                      ↕                                                                                      ❮     ➓                                                            ❰     ➣         ⑦                                      ➼        P   ➬                        ↕               ❒                                   ❩                                        ➓                         ➓                                                                         Ï         ❩     ❙         ❩                                                     ♣      ⑩  ➙                      ↔                            ➳                                                                                                     ➓   ❾                                                                                               ♣                                         Ð        ❩                                ❩                               ▲                                                                        Û            ➲                                         ▲                                                                      ♣                                                         ➪            ❩                                                            ➵  ➙                                            Ñ                                                                                            ➔                  Ò                               ⑦                                                      ❅                                                                                                                                             Ó  ▲            ➤                                                                                                            ❮                                                                      ❵     ❩                               ❩                                  ▲                                                                                   ➲                                            ▲                                                                      ♣                                                         ➾                                                               Ô                                                                                  Õ                                                                                                         ➤                                ❹        ❩                      ❩                                               ♣                  ➓                                         ➳                                                                      Ö                                                                                         ➛                                                                                            ❙
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ×                                                                                                                                   ➆                                                                                                                ▼                                                                     ❥                                                            ❢               ❧                ▼                                                                                                                                                                                      ❧                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ➃                                                        ❙                                                                                                                                                                                          ➑                                                                                                                                                                                                                                                                                             Ù                                                                                                                                                      Ú                                                                                                                                                                                                                                ▲                                                            ➁                                                                                         ❩                                                                                                                                                                                                                                                                                                                                                                                                                à                                                                   ➃                                                                                                                                                                                                                                                                                                                                                                                                                    ❩                                                                                                                                                                                                                                      ➣                                                   ➼     ❧                            ↕                                                                                                                                                                                                      ❩                                                                ❴                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     ❩                                                                   ➂
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       æ                                                                         ç                                                                            è                                                                         ➠                                                         é                                ③                                                                                                                                  ê                                      ë                                                                                            ❘                                                                                                                   P                                                                            ◆                                                                            ê                                                                               ❀                                                                                                                                Ø     ◆                                                                            ì                                                                                      ❭                                                                                                                                                                             Ý                                     î                                                                                   ◆                                                                                                                         Þ  ▲                                                                               →                                                                      ß                                                                         ▲                                                                            ◆                                                                            ❞                                                                                ❉        ð                                                            ➽                   ß                                                                         ▲                                                                                  ◆                                                                               ➝                                      ❪                                                                         ❳                                                                      ▲                                                               î                                                                               ➣  ◆                                                ➼     ❧                      î     ↕                                                                         ◆                  ➓                                                                                                   á                                                                                                                                            ❞                                                                                                                                                                                                                                                                                                                          ➓                                                                                      á                                                                                                                                                                   Ü                                                                                                                         ❪                                                                                                                                            â   ▲                                                            ➁                                                                                  ➣                                                   ä     P                            ↕                                                                   ➁                                                                                  ➓                                                                                                   ã        ❩                                                                ➙                                                                                  ➁
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ✼                                                                                            å                                                                                                                                                                            ❑                                                                                                ▲                                                                                                               ◆   ➍                                                            ➎                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ❀                                                                                                                                                                                                                                                                                                       í                                                                                      ❪                                                                                                                                                                                                                                                                                             ➙                                                                                                         ï                     ❴                                                                                                ❪                                                                               ❷                                                                                                                                                                ➺                                                                               ó                                  ñ                                                         ❙                                                                                                                                                                                                                             ❷                                                                                         ❳                                                                                                                                      ❙                                                                                                  ô                                                                                                                                                                                                                          ➙                                                                                                      ò
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ▼                                                                                                                                         ❢               P                  ◗                                                                                                                             ❙                                                                                         ④                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ❙                                                                                                                                                                                         ❀                                                                                                                                                                                                                                                       ❵            ❩                                                                                                                                                                   ❛                                                                                                                                                                                                                                                                                                                                                          ❩                                                                                                                                                                                                                                                                                                                                                                                                                                             ❵               ❩                                                                                                                                                             ❉
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           õ                                                                                                      ❢               P                                                                            ◗                                                            ▲                                                                                                                ◗        ❘                                                                                                                ❥                                            ④               ◗                                                                                                      ❋                                                                                                                                                                                                                                                                                                                                                                ❱                                                                                   ⑥                                                                                                                                                                                                            ❀                                                                                                                                                                                                                                                                ❩   ➤                                                            î                                                                                               í                                                                                   ➲                                        î                                                                                                      Ó      î                                                                     ➵                                ❩                                                               ➙                                                                                                                      ➛                        ➤                                                                                ö                                                                                  ♣                                                         ➪                         ❩                                                               ❞                                                                                                                                                                                                                                                             ♣                                                            ø
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ➽                                                                                                                                                                                                                                                                         ❀                                                                                                                                                                                                                                                                                                                                                       ❵                                      ❩                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ❩                                                                                                                                                                                                                                                                                                                                                                                                                ❩
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 ➹                                                                                                                                ❤                         ▲                                                                                                                                     ❯   ✐                                                                                                                            ❘                                                                                                                                                                                                                                      ❋                                                                                                                                                                                                                                             ❱                                                                            ⑤                                                                                                                      ⑥                                                                                                                                                                                                             ❀  ù                                                                                                                                                                                                                                                   Ó   û  î                                                                               ü                      ❩                                                               î     ❩                                                                      ➱                                                            ⑧                                                      ♣                                                  ❾      ú                                                                                                                                  ➚      ❅  ❩                                                                      ➱                                                         ➪        Ó      î                                                                         ý                                                  ❩                                            ❭                  ➙                                                                                                                                                                ❪                                                                                                                      ❹        ❩                ÷                                  ❩                  ♣                                               ❞         ÿ                                                                                                                                                                                                                                                      ❽      ❩                                                                         ♣                                                            ✉                                                                  ý                                                                                                                                                                                                                                                                                                                                                                                ➤                                                                                                                                                                                ❵                                     ❩                                                                                                                      ➲                                         ì                                                                                                                            ➪                                                                                                                                                                ❾                                                                                                                                         Ï         ❩                                                                     ♣                                                         ÿ                                                                      ý                                                                                         ❉         ✁
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ✠                                                                                                ②                                  ✡                                                                                ☛  ③                                                                                  ❚                                                                                                ④                                                                                                                                                                                                                                                                                                                                                                                                                                                 ➴                                                                                                                                                                                                                                ✆                                                                                                                                                                                                                                                   ■                                                                                                                                                                                                                                                                      ✝                                                         ✂  ì                                                                                             ✄                        ❩                                                                ➙                                                                                                  ì                                                                         ✔            ✟                                                                  ❙                                                                   ⑩                  ❩                                                                   ✈                                                                                                                                                                                                                í               ✝                                                                      ❅                                                           ✟                                                                   ✆               þ                                         ❙                                                               ❩                                                                   ✈                                                                                                                                            ☎                                                                  ✆                                                         ❙                                                   ❩                                                               ì                                                                                                                                                                                                                                                                                                                                ❪                                                                                                                                             Ó     î                                                                                                                      þ                                                                            ❩                                                                î                                                                                                                                                                                               ♣                                                                                                                                   Ô                                                                                                                                                                                                                                                          ❩                                                               ➙
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ✌                                                            ✍                                                                                                                                                                                                                       ❯                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ❙                                                                                                                                                                                          ✏                                                                                                                                                                                                                                                      ✒                                                                                                ✓                                        ❩                                                                                                                                                   ✞                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Ï            ❩
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ☞                                                                                                                                                                   ☞                                                                  ✎                                                                                                                   ❯                                                                                                                                                                                                                                                                                                                                                                             ➇                                                                                                                                                                                                                                                                                                                                                    ✑                                                                                                                                                                                                                                                         ì                                                                                                      ✟                                                                ì                                                                                                                                                                                                                                                                            ✟                                                                   ✖                                                                                                                                                                                                         ❅                                                                                                                                          Þ  ì                                                                                                                                                   ✕        ✟                                                                ✗                                                                                     ✆                                                                                                         ❅                                                                                                                                                      ✟                                                                   ✘                                                            ✆
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Figure 2: Expressions for the gradient, divergence, curl, and Laplacian in the cartesian,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  spherical, and cylindrical coordinate systems (copy from Griffiths).
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               4
The words contained in this file might help you see if this file matches what you are looking for:

...Vector analysis abstract these notes present some background material on except for the related to proving identities including einstein s summation conven tion and levi civita symbol topics are discussed in more detail griths contents scalars vectors fields coordinate systems operator gradient divergence curl laplacian integral theorems theorem stokes results involving dirac delta function useful two important concepts this course a scalar f is quantity that real number although not all numbered quantites see below while v has both magnitude direction usually thought of as an arrow with certain length pointing quantities can be dened at each point r space generally vary commonly called elds we will encounter general may depend time well t example eld electric charge density examples e magnetic b note often write dependence explicitly thus writing just instead principle analyzed independently any system it practice very represent terms its components respect particular focusing here di...

no reviews yet
Please Login to review.