Study Guide

Vector-valued functions

AP PrecalculusΒ· AP Precalculus CED β€” Functions Involving Parameters, Vectors, and MatricesΒ· 14 min read

1. Definition of a Vector-valued Functionβ˜…β˜†β˜†β˜†β˜†β± 3 min

A vector-valued function (often shortened to vector function) takes a single scalar input (most commonly time in AP Precalculus problems) and outputs a vector. In AP Precalculus, we almost exclusively work with 2-dimensional vector-valued functions.

πŸ“˜ Definition

2D Vector-valued Function

A function with scalar input and 2D vector output, where and are scalar-valued component functions. When represents time, is called the position function for a moving object.

Example:

has components ,

This topic accounts for ~1-2% of the total AP Precalculus exam score, appearing in both multiple-choice and free-response sections. It is most commonly tested for modeling motion, and unifies prior knowledge of parametric equations and single-variable calculus.

2. Limits and Continuity of Vector-valued Functionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

🚫 No Calculator

All operations on vector-valued functions in AP Precalculus work component-wise: we apply the same rules for single-variable functions to each component separately. For limits, this gives the rule:

limtβ†’ar(t)=⟨lim⁑tβ†’ax(t),lim⁑tβ†’ay(t)⟩lim_{t \to a} \mathbf{r}(t) = \left\langle \lim_{t \to a} x(t), \lim_{t \to a} y(t) \right\rangle

Continuity follows the same definition as single-variable functions: is continuous at if and only if . This means both components must be continuous at , and must be defined.

πŸ“ Worked Example

Find for , and determine if is continuous at .

  1. 1

    Evaluate the limit of the -component first. Factor the numerator: . Cancel for to get .

  2. 2
    lim⁑tβ†’2x(t)=2+2=4\lim_{t \to 2} x(t) = 2 + 2 = 4
  3. 3

    Evaluate the limit of the -component. Factor the numerator: . Cancel for to get .

  4. 4
    lim⁑tβ†’2y(t)=3(2)+4=10\lim_{t \to 2} y(t) = 3(2) + 4 = 10
  5. 5

    Combine the component limits to get the overall limit:

  6. 6
    lim⁑tβ†’2r(t)=⟨4,10⟩\lim_{t \to 2} \mathbf{r}(t) = \langle 4, 10 \rangle
  7. 7

    Check continuity: is undefined because the denominator of both components is zero at . Since , is not continuous at .

Exam tip:

Always confirm that both component limits exist before concluding the vector limit exists; if even one component has no limit, the entire vector limit does not exist.

3. Derivatives, Velocity, and Speedβ˜…β˜…β˜…β˜†β˜†β± 4 min

βœ“ Calculator OK

The derivative of a vector-valued function is defined identically to the single-variable derivative, as the limit of the difference quotient, and simplifies to component-wise differentiation:

rβ€²(t)=lim⁑Δtβ†’0r(t+Ξ”t)βˆ’r(t)Ξ”t=⟨xβ€²(t),yβ€²(t)⟩\mathbf{r}'(t) = \lim_{\Delta t \to 0} \frac{\mathbf{r}(t + \Delta t) - \mathbf{r}(t)}{\Delta t} = \langle x'(t), y'(t) \rangle

Geometrically, is the tangent vector to the parametric curve at parameter , pointing in the direction of increasing . Physically, when is the position function of a moving object:

  • = velocity vector (vector quantity with direction and magnitude)
  • = speed (non-negative scalar, magnitude of velocity)
  • = acceleration vector (derivative of velocity)

πŸ“ Worked Example

Given position function for , find and the speed of the object at .

  1. 1

    Differentiate the -component: , so

  2. 2
    xβ€²(t)=2t+2x'(t) = 2t + 2
  3. 3

    Differentiate the -component using the chain rule: , so

  4. 4
    yβ€²(t)=βˆ’2sin⁑(2t)y'(t) = -2\sin(2t)
  5. 5

    This gives the velocity vector . Evaluate at :

  6. 6
    xβ€²(Ο€4)=Ο€2+2,yβ€²(Ο€4)=βˆ’2x'\left(\frac{\pi}{4}\right) = \frac{\pi}{2} + 2, \quad y'\left(\frac{\pi}{4}\right) = -2
  7. 7

    Calculate speed as the magnitude of the velocity vector:

  8. 8
    Speed=(Ο€2+2)2+(βˆ’2)2=Ο€24+2Ο€+8\text{Speed} = \sqrt{\left(\frac{\pi}{2} + 2\right)^2 + (-2)^2} = \sqrt{\frac{\pi^2}{4} + 2\pi + 8}
πŸ“ Worked Example

A drone has position at time (0 ≀ t ≀ 10, units in meters) given by . Find the velocity vector and speed at seconds, and interpret the components.

  1. 1

    Differentiate component-wise to get velocity:

  2. 2
    v(t)=rβ€²(t)=⟨3,βˆ’0.2t+4⟩\mathbf{v}(t) = \mathbf{r}'(t) = \langle 3, -0.2t + 4 \rangle
  3. 3

    Evaluate at :

  4. 4
    v(5)=⟨3,3⟩ m/s\mathbf{v}(5) = \langle 3, 3 \rangle \text{ m/s}
  5. 5

    Calculate speed as the magnitude:

  6. 6
    ∣v(5)∣=32+32=32β‰ˆ4.24 m/s|\mathbf{v}(5)| = \sqrt{3^2 + 3^2} = 3\sqrt{2} \approx 4.24 \text{ m/s}
  7. 7

    Interpretation: The -component of 3 m/s means the drone's eastward position increases at 3 m/s, and the -component of 3 m/s means northward position also increases at 3 m/s at .

Exam tip:

Always check if the question asks for velocity or speed: velocity is a vector, speed is a scalar magnitude. AP exams regularly test this terminology distinction, so circle the key term before you start working.

4. Vector-valued Functions and Parametric Curvesβ˜…β˜…β˜†β˜†β˜†β± 3 min

Every 2D vector-valued function defines a parametric curve in the -plane, where is the position vector from the origin to the point on the curve. To convert to a Cartesian equation (an equation in and without ), eliminate the parameter using the same techniques as for standard parametric equations.

It is critical to note any restrictions on from the original function, because these translate to restrictions on the domain/range of the Cartesian curve. A restricted will only produce a portion of the full implicit curve.

πŸ“ Worked Example

Find the Cartesian equation of the curve defined by for , and identify the type of curve.

  1. 1

    Set and , then rearrange to isolate the trigonometric terms:

  2. 2
    cos⁑t=x2,sin⁑t=y3\cos t = \frac{x}{2}, \quad \sin t = \frac{y}{3}
  3. 3

    Use the Pythagorean identity and substitute:

  4. 4
    (x2)2+(y3)2=1\left(\frac{x}{2}\right)^2 + \left(\frac{y}{3}\right)^2 = 1
  5. 5

    Simplify and confirm the range: since spans to , and , so this is the full ellipse:

  6. 6
    x24+y29=1\frac{x^2}{4} + \frac{y^2}{9} = 1
βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is the velocity vector and speed of an object moving with position function at ?

    • A) Velocity , speed

    • B) Velocity , speed

    • C) Velocity , speed

    • D) Velocity , speed

    Reveal answer
    A β€”

    Velocity is the component-wise derivative: at , at . Speed is the magnitude: , which matches option A.

Exam tip:

If is restricted, always write the domain restriction for (and , if needed) next to your Cartesian equation; AP multiple-choice questions often include an unrestricted full curve as a distractor.

5. Common Pitfalls

Wrong move:

After canceling to find , you conclude is continuous at .

Why:

You confuse existence of the limit with the requirement for continuity that the limit equals the function's value at .

Correct move:

After finding the limit, explicitly evaluate and confirm it equals the limit before concluding continuity.

Wrong move:

You differentiate as when finding , forgetting the chain rule for the inner function.

Why:

You get comfortable with component-wise differentiation and skip checking composite functions.

Correct move:

After differentiating all components, double-check every composite function to confirm you applied the chain rule.

Wrong move:

When asked for speed, you output the velocity vector instead of its magnitude.

Why:

You mix up the definitions of velocity (vector) and speed (scalar).

Correct move:

Circle the key term "speed" in the question, and always compute the magnitude after finding the velocity vector.

Wrong move:

For , you write the Cartesian equation as , the full parabola.

Why:

You forget that is always positive, so from the original function.

Correct move:

After eliminating the parameter, add any domain restrictions implied by the original domain of .

Wrong move:

You calculate magnitude as instead of using the Pythagorean theorem.

Why:

You confuse component-wise addition with vector magnitude after doing other component-wise operations.

Correct move:

Always use for magnitude, regardless of the components.

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

2D Vector-valued Function

Scalar input (usually time); are scalar components

Limit of Vector-valued Function

Exists only if both component limits exist

Continuity of Vector-valued Function

continuous at iff

Requires defined and both components continuous at

Derivative (Velocity)

Tangent vector to parametric curve; velocity vector if is position

Speed

Non-negative scalar; always output magnitude for speed

Acceleration

Derivative of velocity, second derivative of position

Cartesian Equation from Vector Function

Eliminate from

Add domain restrictions from original domain

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 Β· AP Precalculus

    MCQ speed calculation

  • 2023 Β· AP Precalculus

    FRQ continuity check

Going deeper

What's Next

This topic is the foundation for vector modeling of motion, which you will extend when studying matrix transformations of vectors and parametric projectile motion in the remainder of Unit 4. Without mastering component-wise operations and interpretation of vector-valued functions, you will not be able to correctly analyze transformed parametric curves or solve motion problems that are common on the AP exam. This topic also builds a critical bridge between parametric equations, single-variable calculus, and vector concepts, and prepares you for more advanced study of vector-valued functions in AP Calculus AB/BC, where you will integrate vector functions to find displacement and arc length.