Vector-Valued Functions
students, imagine a moving object on a map ππ. At every moment, it has a location, a direction, and maybe even a changing speed. A vector-valued function is a tool that helps us describe that motion using vectors. Instead of giving just one output number, it gives a vector as the output.
In this lesson, you will learn how vector-valued functions work, why they are useful, and how they connect to the bigger unit on functions involving parameters, vectors, and matrices. You will also see how these ideas help describe real motion in the world, such as the path of a drone, a soccer ball, or a roller coaster π’.
Objectives
- Explain the main ideas and terminology behind vector-valued functions.
- Apply AP Precalculus reasoning related to vector-valued functions.
- Connect vector-valued functions to functions involving parameters, vectors, and matrices.
- Summarize how vector-valued functions fit into the larger topic.
- Use examples to show how vector-valued functions work in AP Precalculus.
What Is a Vector-Valued Function?
A regular function takes an input and gives one output. For example, $f(x)=x^2$ takes a number $x$ and returns a number. A vector-valued function takes an input, usually called $t$, and returns a vector.
A common form is
$$\mathbf{r}(t)=\langle f(t),g(t)\rangle$$
in two dimensions, or
$$\mathbf{r}(t)=\langle f(t),g(t),h(t)\rangle$$
in three dimensions.
Here, the input $t$ is often time. The output is a vector that tells you position. That is why vector-valued functions are often used to describe motion.
For example, if
$$\mathbf{r}(t)=\langle 2t, t^2\rangle,$$
then when $t=3$,
$$\mathbf{r}(3)=\langle 6,9\rangle.$$
This means the point is at $(6,9)$ at time $t=3$.
Think of it like a GPS tracker on a delivery truck π. The truck is not just βat a number.β It is at a position in the plane, and that position can change over time.
A vector-valued function is not the same as a function with a vector input. Here, the input is still a single variable such as $t$, but the output is a vector.
How Vector-Valued Functions Describe Motion
One of the most important uses of vector-valued functions is to describe the path of an object. The vector tells you where the object is at each moment.
Suppose
$$\mathbf{r}(t)=\langle t, t^2\rangle.$$
This means the objectβs $x$-coordinate is $t$, and its $y$-coordinate is $t^2$. If we make a table, we get:
- When $t=0$, $\mathbf{r}(0)=\langle 0,0\rangle$
- When $t=1$, $\mathbf{r}(1)=\langle 1,1\rangle$
- When $t=2$, $\mathbf{r}(2)=\langle 2,4\rangle$
- When $t=3$, $\mathbf{r}(3)=\langle 3,9\rangle$
These points form a curve, not just a single line segment. The object moves along the parabola $y=x^2$.
This is a key idea: the vector-valued function gives the position of a moving point, and the graph of those positions shows the path.
If you change the function, you change the path. For example,
$$\mathbf{r}(t)=\langle 3\cos t, 3\sin t\rangle$$
describes a circle of radius $3$ centered at the origin. As $t$ changes, the point moves around the circle. This is useful for modeling orbits, rotating wheels, and circular motion βοΈ.
Components, Domain, and Meaning
A vector-valued function is made of component functions. In
$$\mathbf{r}(t)=\langle f(t),g(t)\rangle,$$
the functions $f(t)$ and $g(t)$ are called the components.
The domain of the vector-valued function is the set of all $t$ values for which both components are defined. If one component is undefined, then the whole vector-valued function is undefined there.
For example,
$$\mathbf{r}(t)=\left\langle \frac{1}{t-2}, \sqrt{t+1} \right\rangle.$$
The first component requires $t\ne 2$, and the second requires $t\ge -1$. So the domain is all $t\ge -1$ except $t=2$.
That means you must check every component carefully. This is a common AP Precalculus reasoning step: the full function depends on all its parts.
The output of a vector-valued function can also be interpreted as a position vector. A position vector starts at the origin and ends at the point $(x,y)$ or $(x,y,z)$. So if
$$\mathbf{r}(t)=\langle 4,-1\rangle,$$
then the point is located at $(4,-1)$.
Graphing and Interpreting Vector-Valued Functions
Graphing a vector-valued function usually means plotting several output points and connecting them in order of increasing $t$. The order matters because it shows direction of motion.
For example, let
$$\mathbf{r}(t)=\langle t,2-t\rangle$$
for $0\le t\le 2$. Then:
- $\mathbf{r}(0)=\langle 0,2\rangle$
- $\mathbf{r}(1)=\langle 1,1\rangle$
- $\mathbf{r}(2)=\langle 2,0\rangle$
The path is a line segment from $(0,2)$ to $(2,0)$, and the direction is from left-up to right-down.
This direction information is important. Two objects may follow the same path but move in opposite directions. Vector-valued functions capture that difference.
Another useful interpretation is that the curve is traced out over time. So a vector-valued function can represent both the shape of a path and the way an object moves along it.
Sometimes the path may be the same as a familiar graph, such as a line or parabola. Other times the path may be a more interesting curve. The parameter $t$ helps describe motion without needing to solve for one variable in terms of another.
Real-World Connections and Examples
Vector-valued functions show up in many real situations π.
A drone flying in a field might have position
$$\mathbf{r}(t)=\langle 5t, 10\rangle$$
for $0\le t\le 4$. This means it moves horizontally while staying at the same height. The path is a horizontal line.
A ball thrown upward and forward could be modeled by
$$\mathbf{r}(t)=\langle 20t, -4.9t^2+15t+2\rangle.$$
Here, the horizontal motion is steady, while the vertical motion changes because of gravity. This is a classic example of splitting motion into components.
A boat moving in a river might be modeled by a vector-valued function that combines its own steering with the current. In this kind of model, each component has a real meaning.
These examples show why vector-valued functions matter: they let us model motion in a way that is easy to interpret and analyze.
Connection to Parameters, Vectors, and Matrices
This topic fits into the larger AP Precalculus unit because it connects several big ideas.
First, vector-valued functions use parameters. The variable $t$ acts as a parameter that controls the position.
Second, they use vectors. The output is a vector such as $\langle x,y\rangle$ or $\langle x,y,z\rangle$.
Third, they relate to matrices because vectors can be transformed by matrix multiplication. For example, a matrix can rotate or stretch the points produced by a vector-valued function.
If a vector-valued function gives a path, a matrix can change that path. For instance, a transformation might turn a circle into an ellipse or reflect a curve across an axis. This shows how vector-valued functions fit into the broader study of functions involving parameters, vectors, and matrices.
A helpful way to think about the unit is this: parameters create motion, vectors represent position, and matrices transform those positions.
Example: From Formula to Path
Consider
$$\mathbf{r}(t)=\langle 1+2t, 3-t\rangle$$
for $0\le t\le 3$.
To understand the motion, evaluate several values:
- $\mathbf{r}(0)=\langle 1,3\rangle$
- $\mathbf{r}(1)=\langle 3,2\rangle$
- $\mathbf{r}(2)=\langle 5,1\rangle$
- $\mathbf{r}(3)=\langle 7,0\rangle$
These points lie on a line. The object moves from $(1,3)$ to $(7,0)$.
You can also see the pattern by solving for the parameter. Since $x=1+2t$, we get
$$t=\frac{x-1}{2}.$$
Substitute into $y=3-t$:
$$y=3-\frac{x-1}{2}.$$
This gives the rectangular equation of the path. However, the vector-valued form still gives more information because it tells the direction of motion.
Conclusion
Vector-valued functions are a powerful way to describe moving points in the plane or in space. students, you should remember that they take one input, often time $t$, and return a vector such as $\langle f(t),g(t)\rangle$ or $\langle f(t),g(t),h(t)\rangle$. They help describe paths, directions, and positions in a clear and organized way.
This topic connects directly to parameters, vectors, and matrices because it combines them into one structure. Parameters control the motion, vectors show position, and matrices can transform the results. Even though vector-valued functions are not assessed on the AP Exam, they strengthen your understanding of how algebra and geometry work together.
Study Notes
- A vector-valued function has a vector as its output.
- A common form is $\mathbf{r}(t)=\langle f(t),g(t)\rangle$ or $\mathbf{r}(t)=\langle f(t),g(t),h(t)\rangle$.
- The variable $t$ is often a parameter, especially time.
- The component functions determine the coordinates of the output.
- The domain must work for every component function.
- The graph of a vector-valued function is the path traced by its output points.
- The order of points shows direction of motion.
- Vector-valued functions are useful for modeling movement in real life.
- They connect parameters, vectors, and matrices into one topic.
- A matrix can transform the vectors produced by a vector-valued function.
- Remember: the same path can be traveled in different directions depending on the parameterization.
