Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Vector‑Valued Functions and Derivatives
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-vectorvalued-functions-and-derivatives

AP Calculus: Vector‑Valued Functions and Derivatives

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Vector‑Valued Functions and Derivatives


Concept Summary

  • Vector-Valued Function (VVF): A function r(t) = ⟨f(t), g(t), h(t)⟩ that outputs a vector for each input t, modeling motion in 2D/3D space.
  • Derivative of a VVF: The velocity vector r'(t) = ⟨f'(t), g'(t), h'(t)⟩, representing instantaneous rate of change of position with respect to time.
  • Unit Tangent Vector (T(t)): T(t) = r'(t)/||r'(t)||, a normalized velocity vector indicating direction of motion at time t.
  • Smoothness: A VVF is smooth on an interval if r'(t) exists and is continuous there, with r'(t) ≠ 0 (no cusps or corners).
  • Arc Length: The distance traveled along a curve from t=a to t=b is L = ∫ₐᵇ ||r'(t)|| dt, integrating the speed (magnitude of velocity).


Core Questions


WHAT (definitional)

Q: What is a vector-valued function? A: A function r(t) that maps a scalar t to a vector in ℝ² or ℝ³, written as r(t) = ⟨f(t), g(t), h(t)⟩.
⚠️ Trap/Clarification: The components f(t), g(t), h(t) are scalar-valued functions, not vectors themselves.

Q: What does the derivative of a VVF represent? A: The velocity vector r'(t), which gives the instantaneous direction and rate of change of the position vector at time t.
⚠️ Trap/Clarification: The derivative is not the speed (which is ||r'(t)||); it’s a vector, not a scalar.


WHY (causal/explanatory)

Q: Why is the unit tangent vector important? A: T(t) provides the direction of motion at any point, independent of speed, and is used to define curvature and normal vectors.
⚠️ Trap/Clarification: T(t) is not the same as the position vector; it’s derived from the velocity vector, not the original function.

Q: Why must r'(t) ≠ 0 for smoothness? A: If r'(t) = 0, the object is instantaneously at rest, causing a cusp or corner in the path (e.g., a sharp turn), breaking differentiability.
⚠️ Trap/Clarification: A VVF can be continuous at t even if r'(t) = 0, but it’s not smooth there.


HOW (process/application)

Q: How do you compute the derivative of a VVF? A: Differentiate each component of r(t) = ⟨f(t), g(t), h(t)⟩ separately: r'(t) = ⟨f'(t), g'(t), h'(t)⟩.
⚠️ Trap/Clarification: The derivative of a constant vector (e.g., ⟨3, 4, 0⟩) is ⟨0, 0, 0⟩, not the zero scalar.

Q: How is arc length calculated for a VVF? A: Integrate the speed (magnitude of velocity) over the interval: L = ∫ₐᵇ ||r'(t)|| dt = ∫ₐᵇ √[f'(t)² + g'(t)² + h'(t)²] dt.
⚠️ Trap/Clarification: Do not integrate the velocity vector r'(t); arc length requires the scalar speed ||r'(t)||.


CAN (conditions/possibilities)

Q: Can a VVF have a derivative at a point where it’s not continuous? A: No; differentiability implies continuity, so if r'(t) exists at t=c, then r(t) must be continuous at t=c.
⚠️ Trap/Clarification: The converse is false: continuity does not guarantee differentiability (e.g., cusps).

Q: Under what conditions is the unit tangent vector undefined? A: T(t) is undefined when r'(t) = 0 (speed is zero), as division by zero is impossible.
⚠️ Trap/Clarification: Even if r(t) is smooth, T(t) can fail to exist at isolated points where r'(t) = 0.


Quick Facts & Traps

  • Fact: The derivative of a VVF follows the same rules as scalar functions (e.g., product rule, chain rule) but applied component-wise.
  • Trap: Forgetting to normalize r'(t) when finding T(t)Reality: T(t) = r'(t)/||r'(t)||, not just r'(t).
  • Fact: The integral of a VVF is computed component-wise: ∫r(t) dt = ⟨∫f(t) dt, ∫g(t) dt, ∫h(t) dt⟩ + C.
  • Trap: Assuming ||r'(t)|| = 0 implies r(t) is constant → Reality: It only means the speed is zero at that instant; r(t) could still change direction later.
  • Fact: Arc length is independent of parameterization; reparameterizing the curve (e.g., t → 2t) doesn’t change the total length.
  • Trap: Confusing r'(t) (velocity) with r''(t) (acceleration) → Reality: r''(t) is the derivative of r'(t), not the original function.


Rapid-Fire True/False

  • Statement: If r(t) is differentiable, then ||r(t)|| is differentiable.
    Answer: FALSE
    Why the common mistake happens: Students assume vector differentiability implies scalar differentiability, but ||r(t)|| can fail to be differentiable at points where r(t) = 0 (e.g., cusps).

  • Statement: The unit tangent vector T(t) always has a magnitude of 1.
    Answer: TRUE
    Why the common mistake happens: Students forget to normalize r'(t) and assume T(t) = r'(t) has magnitude 1.

  • Statement: If r'(t) = 0 for all t in an interval, then r(t) is a constant vector.
    Answer: TRUE
    Why the common mistake happens: Students confuse r'(t) = 0 (zero velocity) with r(t) = 0 (zero position), but r(t) could be any constant vector.