Vector-Valued Functions and Parametric Curves

College Depth 63 in the knowledge graph I know this Set as goal
Unlocks 2 downstream topics
vector-functions curves parametrization

Core Idea

A vector-valued function r(t) = ⟨f(t), g(t), h(t)⟩ traces a curve in space as t varies. The derivative r'(t) is the tangent vector pointing in the direction of motion. Speed is |r'(t)|, and the direction of r'(t) gives the curve's orientation.

Explainer

You already know how to work with vectors in 3D as fixed arrows in space. A vector-valued function r(t) = ⟨f(t), g(t), h(t)⟩ is simply a vector whose components are functions of a parameter t. As t increases, the tip of r(t) traces a path — a curve in ℝ³. Think of t as time and r(t) as the position of a moving particle: f(t), g(t), h(t) give its x, y, and z coordinates at each moment. The curve is the trajectory, and the parameter t gives it an orientation (a sense of direction). This is the geometric content that ordinary scalar functions lack: instead of plotting one output against one input, you are plotting a moving point in space.

Differentiation works component-by-component: r'(t) = ⟨f'(t), g'(t), h'(t)⟩. Geometrically, r'(t) is the velocity vector — a vector tangent to the curve at the point r(t), pointing in the direction of increasing t. Its magnitude |r'(t)| = √(f'(t)² + g'(t)² + h'(t)²) is the speed — how fast the particle is moving. Dividing by speed gives the unit tangent vector T(t) = r'(t)/|r'(t)|, which captures direction only. The distinction between velocity (vector, carries direction and magnitude) and speed (scalar, magnitude only) is the same one you know from single-variable calculus, now extended to curves in space.

The parametrization is not unique: the same curve can be traced by infinitely many different r(t). For instance, r₁(t) = ⟨cos t, sin t, 0⟩ and r₂(t) = ⟨cos 2t, sin 2t, 0⟩ both trace the unit circle in the xy-plane, but r₂ goes twice as fast. Changing the parameter is like changing the clock speed on the same journey. The geometric curve (the set of points) is the same; the parametrization affects velocity and speed but not the shape. When comparing curves or computing arc length, it is often necessary to re-parametrize — for example, using arc length as the parameter so that |r'(t)| = 1 everywhere.

Integration of r(t) also works component-by-component: ∫r(t) dt = ⟨∫f(t) dt, ∫g(t) dt, ∫h(t) dt⟩. If r'(t) is velocity, then ∫₀ᵀ r'(t) dt = r(T) − r(0) is the net displacement from t = 0 to t = T. To find the total distance traveled (arc length), you integrate speed: L = ∫₀ᵀ |r'(t)| dt. This is the direct generalization of arc length for parametric curves in R², and it is the foundation for curvature, which describes how sharply the curve bends at each point.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionLimit Definition of the DerivativePower RuleConstant Multiple and Sum/Difference RulesProduct RuleChain RuleCalculus of Parametric CurvesVector-Valued FunctionsVector-Valued Functions and Parametric Curves

Longest path: 64 steps · 278 total prerequisite topics

Prerequisites (2)

Leads To (1)