Unit 5 - Notes
MTH166
Unit 5: Vector Calculus I
1. Vector-Valued Functions
A vector-valued function is a rule that assigns a vector in space to each element in a domain of real numbers. It is generally denoted as , mapping a real parameter to a vector.
Standard Form:
where , , and are real-valued component functions.
1.1 Limits of Vector Functions
The limit of a vector function is defined by taking the limits of its component functions.
If , then:
provided the limits of the component functions exist.
1.2 Continuity
A vector function is continuous at a point if:
- is defined.
- exists.
- .
Geometric Interpretation: The curve defined by has no breaks or holes.
1.3 Differentiability
The derivative of a vector function is defined as:
Component-wise Differentiation:
Geometric Interpretation:
The vector is tangent to the curve traced by at the point corresponding to , pointing in the direction of increasing parameter.
differentiation Rules:
Let and be differentiable vector functions, be a scalar, and be a scalar function.
- Sum Rule:
- Scalar Multiplication:
- Product Rule (Scalar Function):
- Dot Product Rule:
- Cross Product Rule: (Order matters!)
2. Length of a Space Curve (Arc Length)
If a curve is defined by for , and the derivatives are continuous, the length of the curve is:
Explicit Formula:
Arc Length Function
The arc length function measures the length of the curve from a fixed point to an arbitrary point :
Note that (speed).
3. Motion of a Body or Particle on a Curve
In kinematics, if represents time, the vector function represents the position of a particle.
3.1 Kinematic Quantities
- Position Vector:
- Velocity Vector: (Tangent to the path)
- Speed: (Scalar quantity)
- Acceleration Vector:
- Unit Tangent Vector:
3.2 Tangential and Normal Components of Acceleration
Acceleration does not always point in the direction of motion. It can be resolved into two orthogonal components:
where is the principal unit normal vector.
- Tangential Component ():
- Responsible for changing the speed of the particle.
- Formula:
- Normal Component ():
- Responsible for changing the direction of the particle.
- Formula:
- (where is curvature).
4. Gradient of a Scalar Field and Directional Derivatives
We now transition from vector functions of a single variable to vector operators on fields.
4.1 The Del Operator ()
The vector differential operator (nabla) is defined as:
4.2 Gradient
Let be a differentiable scalar field (function). The gradient of , denoted or , is a vector field:
Properties of the Gradient:
- Normal to Surfaces: is normal (perpendicular) to the level surface at any point.
- Maximal Increase: The vector points in the direction of the maximum rate of increase of the function .
- Maximal Rate: The maximum rate of increase is .
4.3 Directional Derivatives
The derivative of a scalar field in the direction of a specific vector is called the directional derivative.
Let be the unit vector in the direction of ().
The directional derivative of in the direction of , denoted , is:
Note: If the direction is given by vector , you must normalize it to before taking the dot product.
5. Divergence and Curl of a Vector Field
Let be a vector field.
5.1 Divergence (Scalar Result)
Divergence measures the magnitude of a vector field's source or sink at a given point (rate of expansion/compression). It maps a vector field to a scalar field.
Physical Interpretations:
- : The point is a source (fluid flowing out).
- : The point is a sink (fluid flowing in).
- : The field is Solenoidal (incompressible). No net inflow or outflow.
5.2 Curl (Vector Result)
Curl measures the rotation or angular momentum of the vector field at a point. It maps a vector field to another vector field.
Usually calculated via a symbolic determinant:
Expansion:
Physical Interpretations:
- The direction of is the axis of rotation (Right-Hand Rule).
- The magnitude is related to the speed of rotation.
- : The field is Irrotational.
5.3 Important Vector Identities
For a scalar field and vector field (assuming continuous second partial derivatives):
-
Curl of a Gradient is zero:
(An irrotational field can be expressed as the gradient of a scalar potential). -
Divergence of a Curl is zero:
-
Laplacian Operator ():
For a scalar : .
6. Summary of Operator Input/Output
| Operator | Notation | Input | Output | Physical Meaning |
|---|---|---|---|---|
| Gradient | Scalar Field | Vector Field | Max rate of change; Normal to level surface. | |
| Divergence | Vector Field | Scalar Field | Fluid expansion/compression density. | |
| Curl | Vector Field | Vector Field | Microscopic rotation/circulation. | |
| Directional Derivative | Scalar Field | Scalar Value | Rate of change in specific direction. |