Unit 4: Functions Involving Parameters, Vectors & Matrices
Vector-Valued Functions
Representing and operating on vectors and vector-valued functions.
A Parametric Curve's Position, as a Single Object
A parametric curve's (x(t), y(t)) pair already tracks a moving point's position at every instant t. Before reading on: what would it mean to treat that whole pair — not just its two separate coordinate functions — as one mathematical object with its own magnitude and direction?
Definition — Vector and Vector-Valued Function
Worked Example — Vector Operations
Worked Example — Average Rate of Change of a Vector-Valued Function
Tip
Common Mistakes
Adding two vectors' magnitudes instead of adding their components.
|u| + |v| is not |u + v| in general — combine vectors by adding matching components first (⟨2,−2⟩ above), and only take a magnitude afterward if a magnitude is actually what's needed.
Finding a direction angle with arctan alone and skipping the quadrant check.
arctan(vy/vₓ) only returns a reference angle in (−90°, 90°) — as with polar coordinates, the vector's actual quadrant (from the signs of vₓ and vy) determines whether that angle needs adjusting.
Key Takeaways
- A vector ⟨vₓ, vy⟩ has magnitude √(vₓ² + vy²) and a direction angle found from its components, with the correct quadrant.
- A vector-valued function r(t) = ⟨x(t), y(t)⟩ generalizes a parametric curve, treating position as a single vector quantity.
- Average rate of change of a vector-valued function is the displacement vector divided by the change in t — a vector result, with its own magnitude and direction.
Summary
Vectors describe position, displacement, and direction as single objects. The final lesson of this course studies matrices — mathematical objects that act on vectors and points as functions in their own right, transforming the entire plane at once.
Sign in to track your progress and mark this lesson complete.
Track your progress