Introduction to Vector-Valued Functions
Welcome to Section 4.9! Up until now, you have learned about parametric equations (where \(x\) and \(y\) depend on a third variable \(t\)) and vectors (which have magnitude and direction). In this chapter, we combine those two concepts into one powerful tool: the Vector-Valued Function.
Think of a vector-valued function as a set of instructions for a vector that changes over time. Imagine holding a laser pointer at the origin \((0,0)\) and moving the red dot across a wall. At any time \(t\), the laser beam itself is a vector, and the path the dot traces is the graph of the function. This is how animators move characters on a screen and how engineers track the flight of a drone!
Note: As part of Unit 4, this topic is not assessed on the AP Precalculus Exam, but it is essential for students moving on to Calculus or Physics.
1. What is a Vector-Valued Function?
A vector-valued function is a function where the input is a scalar (usually a real number \(t\)) and the output is a vector. In this course, we focus on two-dimensional vectors.
The standard form of a vector-valued function is:
\(\vec{r}(t) = \langle x(t), y(t) \rangle\)
Here is the breakdown:
- \(t\): The parameter (often representing time).
- \(x(t)\): The horizontal component function.
- \(y(t)\): The vertical component function.
- \(\vec{r}(t)\): The position vector at time \(t\).
Quick Cross-Reference: This is very similar to Topic 4.1 (Parametric Functions). The main difference is the notation. Instead of writing two separate equations (\(x = f(t)\) and \(y = g(t)\)), we package them together inside a vector.
Key Takeaway
A vector-valued function maps a single number (input) to a vector (output). While a standard function \(f(x)\) tells you a height, a vector-valued function \(\vec{r}(t)\) tells you a position and direction from the origin.
2. Evaluating and Graphing
To evaluate a vector-valued function, you simply plug the value of \(t\) into both the \(x\) and \(y\) component functions. Don't worry if this seems tricky at first—it's just like evaluating two functions at once!
Example:
Given \(\vec{r}(t) = \langle t + 1, t^2 \rangle\), find the position vector at \(t = 3\).
1. Calculate the \(x\)-component: \(x(3) = 3 + 1 = 4\).
2. Calculate the \(y\)-component: \(y(3) = (3)^2 = 9\).
3. The resulting vector is \(\vec{r}(3) = \langle 4, 9 \rangle\).
Visualizing the Graph
When we graph \(\vec{r}(t)\), we usually draw the path traced by the tip of the vector.
- The tail of the vector is always at the origin \((0,0)\).
- As \(t\) increases, the tip of the vector moves, tracing a curve in the plane.
- Orientation: We use arrows on the curve to show the direction the tip moves as \(t\) increases.
Did you know? If \(\vec{r}(t) = \langle \cos(t), \sin(t) \rangle\), the tip of the vector will trace a perfect circle with a radius of \(1\)! This connects directly back to the unit circle concepts you learned in Unit 3.
3. The Domain of Vector-Valued Functions
The domain of \(\vec{r}(t)\) is the set of all values of \(t\) for which both component functions are defined. If a value of \(t\) makes even one component "break" (like a zero in a denominator or a negative in a square root), that \(t\) is not in the domain.
How to find the domain:
1. Find the domain of \(x(t)\).
2. Find the domain of \(y(t)\).
3. Find the intersection (the values they have in common).
Example:
Find the domain of \(\vec{r}(t) = \langle \sqrt{t}, \frac{1}{t-2} \rangle\).
- For \(x(t) = \sqrt{t}\), we need \(t \geq 0\).
- For \(y(t) = \frac{1}{t-2}\), we need \(t \neq 2\).
- Combined Domain: All real numbers \(t\) such that \(t \geq 0\) and \(t \neq 2\).
Key Takeaway
A vector-valued function is only as "strong" as its weakest component. If one part is undefined, the whole vector is undefined!
4. Common Shapes and Applications
Vector-valued functions are often used to describe specific types of motion. You might recognize these from Topic 4.4:
- Lines: \(\vec{r}(t) = \langle x_0 + at, y_0 + bt \rangle\). The tip moves in a straight line starting at \((x_0, y_0)\).
- Circles: \(\vec{r}(t) = \langle r \cos(t), r \sin(t) \rangle\). The tip moves around a circle with radius \(r\).
- Projectile Motion: Often represented as \(\vec{r}(t) = \langle v_x t, h_0 + v_y t - 16t^2 \rangle\). This tracks the position of an object thrown through the air.
Memory Trick: "Inside-Out"
When working with \(\vec{r}(t) = \langle x(t), y(t) \rangle\), remember that the input is a scalar (time) but the output is a vector (position). It’s like a recipe: you put in one ingredient (time) and get out a whole point on a map.
5. Common Mistakes to Avoid
1. Confusing Scalars and Vectors:
Always use the vector brackets \(\langle \dots \rangle\) or the unit vector notation \(x(t)\mathbf{i} + y(t)\mathbf{j}\). Writing \(\vec{r}(t) = x(t) + y(t)\) is incorrect because you cannot add a horizontal value to a vertical value directly without direction.
2. Forgetting Orientation:
When graphing, don't just draw the line or curve. You must include arrows to show which way the "particle" is moving as \(t\) gets bigger.
3. Ignoring the Parameter Interval:
Sometimes a problem will say \(0 \leq t \leq \pi\). If you graph the whole shape (like a full circle) instead of just the part defined by that interval (like a semi-circle), your graph will be incorrect.
Summary Checklist
- Can I evaluate \(\vec{r}(t)\) for a specific value of \(t\)?
- Do I understand that \(\vec{r}(t)\) represents a position vector starting at the origin?
- Can I find the domain by looking at both component functions?
- Do I recognize that the graph is the path traced by the tip of the vector?
Congratulations! You've mastered the basics of Vector-Valued Functions. In the next chapter, we will begin looking at Matrices, which allow us to transform these vectors in exciting ways!