Andromeda
Note

Vector-Valued Functions

Definition

A vector-valued function r(t)\mathbf{r}(t) maps a real number tt (often representing time) to a vector in space. It is the primary tool for describing curves and trajectories in multi-dimensional space.

  • How to read: “Vector-valued function r of t.”
  • Meaning: Input is a scalar parameter; output is a position vector tracing a curve through space.

Why It Matters

Objects don’t just exist at points; they follow paths through time. Vector functions map these paths. Without them, we couldn’t track an orbit or a missile trajectory, leaving us unable to predict where something will be based on where it was.

Core Concepts

  • Component Form: r(t)=f(t)i+g(t)j+h(t)k\mathbf{r}(t) = f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}, where f,g,f, g, and hh are real-valued component functions.
    • How to read: “r of t equals f of t i plus g of t j plus h of t k.”
    • Meaning: Each component gives one coordinate as a function of tt; differentiate or integrate component-wise.
  • Continuity: A vector function r(t)\mathbf{r}(t) is continuous at t0t_0 if and only if each of its component functions is continuous at t0t_0.
  • Limits: limtt0r(t)\lim_{t \to t_0} \mathbf{r}(t) is the vector whose components are the limits of f,g,f, g, and hh as tt approaches t0t_0.
    • How to read: “Limit as t approaches t-zero of r of t.”
    • Meaning: Limits apply coordinate-by-coordinate; the curve has no jumps if all components are continuous.

Connected Concepts