MTH3008 Lecture 5
Having covered the combinations of the Gradient, Divergence, and Curl in previous lectures, we now look at how these operators apply to products of functions, and then begin exploring coordinate systems and transformations.
Operations on Products of Functions
Using Suffix Notation, we can compute operations on products of functions, such as scalar products (), vector products (), and combinations of the two ().
Gradient of a Scalar Product
The gradient of a scalar product is essentially an extension of the product rule for differentiation:
Hence, .
Divergence of a Scalar Vector Product
Applying the product rule to the divergence of :
Hence, .
Curl of a Scalar Vector Product
Using the Alternating Tensor definition of the cross product:
Hence, .
Divergence of a Vector Product
For the divergence of :
Hence, .
Curl of a Vector Product
The curl of a vector product is slightly more complex. Expanding using the Kronecker Delta substitution :
To simplify this, we define a new operator: . Substituting this back in gives the final identity:
.
Coordinate Systems
Coordinate systems are defined by a set of basis vectors () that must satisfy two conditions:
- Linearly Independent: is only true when .
- Span the Space: Every vector can be written as a linear combination .
A coordinate system is orthogonal if its basis vectors intersect at angles ( for ).
It is orthonormal if it is orthogonal and its basis vectors have a magnitude of 1 (). A standard example is the Cartesian coordinate system: .
Generalised Coordinate Systems
Generalised coordinate systems do not necessarily have orthogonal bases. For example, are linearly independent and span the space, but they are not orthogonal since .
2D Local Coordinate Transforms
If we define a 2D coordinate system by the plane , we can rotate these axes by an angle to obtain a new coordinate system . Any point transforms via:
In matrix form, this defines the Rotation Matrix :
Using suffix notation, this transformation is written compactly as .
Properties of the Rotation Matrix
The rotation matrix has several important properties:
- Inverse is the Transpose: . This is because the inverse operation is simply a rotation by .
- Orthogonality: Since , we have and . In suffix notation: and .
- Determinant is 1: .
Because of these properties, we can easily find the inverse transformation. Multiplying by yields:
Hence, the inverse transformation is .
Pre-Lecture Notes from University Notes
- Recap of combinations of grad, div, and curl on vector and scalar fields (div grad, curl grad, grad div, div curl, curl curl).
- Application of differential operators to products of functions using suffix notation:
- Gradient of a scalar product: .
- Divergence of a scalar vector product: .
- Curl of a scalar vector product: .
- Divergence of a vector product: .
- Curl of a vector product: requires expanding with Kronecker delta and defining the operator .
- Gradient of a dot product (from practical questions): .
- Introduction to Chapter 3: Local Coordinate Transforms.
- Coordinate systems require basis vectors that are linearly independent and span the space.
- Definitions of orthogonal (intersect at 90 degrees) and orthonormal (orthogonal and magnitude of 1) coordinate systems.
- Cartesian system is an example of an orthonormal system.
- Generalised coordinate systems do not need to be orthogonal.
- 2D coordinate system rotations:
- Rotating axes by angle generates a transformation matrix .
- The new coordinates are defined by .
- Properties of rotation matrix : , , and .
- The inverse transformation can be easily found using the transpose: .
- Next lecture will expand rotating coordinate systems into 3D space.