Mathematics IUnit 911 min read
Vectors & Vector Calculus: Dot/Cross Products, Planes, Derivatives, Tangents
Unit 9 of Mathematics I covers 3D vectors (dot/cross products, angles, planes), vector-valued functions, derivatives of vectors, unit tangent vectors, and their applications in physics/engineering with solved examples and exam strategies.
1. Introduction to Vectors in 3D Space
1.1 Definition and Representation
A vector in 3D space is a quantity with both magnitude and direction, represented as: where are components along the -axes, respectively.
Key Properties
- Magnitude (Length):
- Unit Vector:
- Vector Addition/Subtraction: Component-wise: .
Worked Example 1
Given and :
- Find :
- Find :
2. Dot Product and Cross Product
2.1 Dot Product (Scalar Product)
Definition: where is the angle between and .
Properties
| Property | Formula |
|---|---|
| Commutative | |
| Distributive | |
| Orthogonality |
Worked Example 2
Find the angle between and :
2.2 Cross Product (Vector Product)
Definition: For and ,
Properties
| Property | Description |
|---|---|
| Anticommutative | |
| Magnitude | |
| Orthogonality | is perpendicular to both and . |
| Applications | Used in physics (torque, angular momentum), finding normal vectors to planes. |
Worked Example 3
Given and , find : Note: .
3. Equations of Planes and Normal Vectors
3.1 Plane Equation from 3 Points
Given three points , , and :
- Find two vectors in the plane:
- Compute the normal vector .
- The plane equation is:
Worked Example 4
Find a vector perpendicular to the plane through , , and :
- : Simplified: (divided by -5).
4. Vector-Valued Functions and Derivatives
4.1 Vector-Valued Functions
A vector-valued function maps a scalar to a vector: where are component functions.
Derivative of
The derivative is computed component-wise:
Worked Example 5
Given , find :
4.2 Unit Tangent Vector
The unit tangent vector is:
Worked Example 6
Find the unit tangent vector at for :
- Compute :
- Evaluate at :
- Compute :
- Unit tangent vector:
5. Applications of Vectors
| Application | Vector Concept Used | Example |
|---|---|---|
| Physics (Force, Work) | Dot product () | Work done by a force: |
| Engineering (Torque) | Cross product () | Torque on a wrench: |
| Computer Graphics | Cross product (normal vectors) | Lighting calculations in 3D rendering |
| Navigation | Vector addition, unit vectors | Path planning in robotics |
| Fluid Dynamics | Vector fields () | Modeling airflow around an object |
6. Common Mistakes and Exam Tips
6.1 Dot vs. Cross Product
- Dot product yields a scalar (use for angles, projections).
- Cross product yields a vector (use for normals, torque).
- Never mix them up in problems requiring perpendicularity or area.
6.2 Plane Equation Pitfalls
- Normal vector direction: gives one of two possible normals (the other is ).
- Simplify: Always simplify the normal vector (e.g., divide by GCD of components).
- Point inclusion: Ensure the plane equation satisfies all three given points.
6.3 Derivatives of Vector Functions
- Component-wise differentiation: Differentiate each component separately.
- Chain rule: Apply carefully to composite functions (e.g., ).
- Unit tangent: Forgetting to normalize is a common error.
6.4 Exam Strategies
- Show all steps: Partial credit is often given for correct intermediate steps.
- Label vectors clearly: Use or boldface to avoid confusion with scalars.
- Practice cross products: Memorize the determinant formula or use the "right-hand rule" for direction.
- Check units: In applied problems, ensure answers have consistent units (e.g., radians for angles).
- Time management: Allocate ~10 minutes for vector problems (they often have multiple parts).
6.5 Past Exam Patterns
- Definition-based questions: Always define dot/cross products before solving.
- Numerical problems: Expect computations involving magnitudes, angles, or derivatives.
- Geometric interpretation: Questions may ask for physical meanings (e.g., "Find the angle between two forces").
- Vector calculus: Derivatives and unit tangents are frequently tested in combination with limits/continuity concepts from Unit 2.
6.6 Quick Revision Checklist
| Topic | Key Formula/Concept | Example |
|---|---|---|
| Dot Product | Projection, work | |
| Cross Product | Normal vectors, torque | |
| Plane Equation | 3D geometry problems | |
| Derivative of | Component-wise differentiation | Velocity, acceleration in physics |
| Unit Tangent Vector | Path curvature, motion analysis |
6.7 Final Worked Example (Exam-Style)
Problem: Given and :
- Find the angle between and .
- Find a vector perpendicular to both and .
- Find the equation of the plane passing through the origin with normal vector .
Solution:
Angle:
Perpendicular vector:
Plane equation: Using and point :
Based on the TU BSc CSIT syllabus for Mathematics I (MTH117), unit 9.
Discussion
Loading…