Vector functions are expressions where each component of the vector depends on a variable, like time or another scalar quantity. They are often used to represent paths or flows in spaces of more than one dimension. In our exercise, the vector function \( \mathbf{u}(t) = \langle 1, t, t^2 \rangle \) maps a scalar \( t \) to a vector in three-dimensional space. Each component of the vector \( \langle 1, t, t^2 \rangle \) uniquely corresponds to the respective dimension, making it easy to model trajectories.
- First component is constant: \( 1 \)
- Second component changes linearly: \( t \)
- Third component changes quadratically: \( t^2 \)
Each of these components may describe a different physical property depending on the context, such as position, velocity, or acceleration when considered with respect to time. To understand vector functions better, consider them as a set of scalar functions, one for each component of the vector.