Vector-Valued Functions: Differentiation and Integration
Core Titles
Key headlines and terms for quick recall- Vector-valued function
- Domain, Range — set of parameter values, image curve
- Limit, Continuity — componentwise
- Derivative — tangent vector
- Velocity, Speed, Acceleration in motion
- Integration — componentwise
- Product rules (dot, cross, scalar)
Basic Idea
What it is, why it matters, how it worksWhat is a vector-valued function?
A function that maps a scalar parameter to a vector: As varies, the tip of traces a curve in space.
Examples.
- Straight line: .
- Circular helix: .
- Parabola in plane: .
Limits and continuity
is continuous at iff all components are continuous.
Derivative (tangent vector)
Geometrically, is tangent to the curve at (when non-zero).
Unit tangent .
Motion
If is position:
- Velocity
- Speed
- Acceleration
Product rules
- — order matters!
Integration
Why this matters in Data Science
Continuous trajectories in motion-tracking, robotics, time-series of vector embeddings, paths through optimisation landscapes.
Mind Map
Visual structure of the conceptVECTOR-VALUED FUNCTIONS
├── r(t) = ⟨f(t), g(t), h(t)⟩
├── Curve in space
├── Limits / continuity: componentwise
├── Derivative r'(t)
│ ├── Tangent vector
│ ├── Unit tangent T(t) = r'/‖r'‖
│ └── Velocity, speed, acceleration
├── Product rules
│ ├── (u·v)' = u'·v + u·v'
│ └── (u×v)' = u'×v + u×v' (order!)
└── Integration: componentwise
Exam Q&A
Part A (2 marks) and Part B (20 marks) style questionsPart A (2 marks each)
Q1. Define a vector-valued function. A function whose value at each is a vector — e.g., .
Q2. State the derivative of . .
Q3. Differentiate . .
Q4. What is the unit tangent vector? .
Part B (20 marks)
Q. Define vector-valued functions and their derivatives. State product rules for vector derivatives. For the curve , find the velocity, speed, acceleration, and unit tangent at .
Definitions. A vector-valued function assigns each scalar a position vector . Its derivative is It is tangent to the curve at .
Product rules. For differentiable and scalar :
- (preserve order — cross product is non-commutative).
Helix .
Velocity: .
Speed: — constant.
Acceleration: .
Unit tangent: .
At . , speed . . .
Note that — velocity and acceleration are perpendicular (characteristic of helical motion at constant speed).