Electrodynamics/Vector Calculus Review

From testwiki
Jump to navigation Jump to search

Template:Electrodynamics

This page is going to review some of the necessary background information in physics and vector calculus.

The Del Operator

The del operator, ∇ is defined as follows:

=x^x+y^y+z^z

This operator, while confusing at first, is the method by which vectors and scalars can be differentiated.

The Gradient

When ∇ operates on a scalar field, like so:

Φ=x^Φx+y^Φy+z^Φz

it simultaneously differentiates the scalar by all 3 axes (x, y, z). The result is called the "Gradient" of the scalar. The gradient is a vector that points in the direction in which the original scalar field is changing most rapidly (has the largest derivative).

The Divergence

The ∇ operator can be loosely treated as a "vector" whose components are the partial differential operators. If we operate on a vector field as a "dot product", we obtain:

A=Axx+Ayy+Azz

This is called the "Divergence" of the vector field.

The Curl

If we cross ∇ onto a vector field, we obtain another important operator:

×A=x^(AzyAyz)+y^(AxzAzx)+z^(AyxAxy)

The resulting vector is the "Curl" of the original vector.

The Laplacian

The gradient ∇Φ introduced above is a vector field. What happens if we take its divergence?

Φ=2Φ=2Φx2+2Φy2+2Φz2

This important operator is known as the "Laplacian". The Laplacian is also defined for vector fields:

2A=x^2Ax+y^2Ay+z^2Az

The Divergence of the Curl

One might also expect to obtain an important operator by taking the divergence of a curl:

(×A)=x(AzyAyz)+y(AxzAzx)+z(AyxAxy)=0

While zero is certainly an important concept, it does not provide us with a useful operator. This identity, however, is interesting in its own right.

The Curl of the Gradient

Likewise,

×Φ=x^(2Φzy2Φyz)+y^(2Φzx2Φxz)+z^(2Φyx2Φxy)=0

Vector Fields

Vector fields are 3 dimensional volumes, for which every point within that volume can be assigned a vector magnitude, based on some given rule. Gravity is one example of a vector field, where every point within a gravitational field is being pulled with some force magnitude towards the center. A vector field is denoted by a 3-dimensional function, such as A(x, y, z). The value of the function for each triplet is the magnitude of the vector field at that point.

Flux

In speaking of vector fields, we will discuss the notion of flux in general, and electric flux specifically. We can define the flux of a given vector field G(x, y, z), through an infinitesimal area dA, which has a normal vector n:

Flux(dA,n)=GndA

Which we read as "The flux passing through dA, in the direction of n". If we integrate this equation with respect to dA, we get the following:

Flux(A,n)=AvdA

We can also show (although the derivation can be long), that the flux traveling through into or out of a given vector field, G, can be given by the divergance of the vector field:

NetFlux=G

Let's say that we have an arbitrary volume, V, in a vector field, G, bounded by a surface, S, with surface-area, A. Gauss' Theorem states that the flux flowing into this volume is equal to the amount of flux flowing through the surface, S.

V(G)dV=S,V(vn)dA

Divergence and Curl

We have shown that the divergence of an arbitrary vector A is given by:

Divergence(A)=A

and likewise, we define an operator called Curl that acts on a vector field and is defined as such:

Curl(A)=×A

We will be using divergence and curl throughout the rest of the chapters on electromagnetism.