What Are Vector Functions?

Theory

Vector Functions

A vector function is a function that is written as a vector. It looks like this:

(x (t),y (t))

x (t) is the x-coordinate of the vector written as a function of t, and y (t) is the y-coordinate of the vector also written as a function of t.

An important area of use for vector functions is position, velocity, acceleration and speed. The connection between these hasn’t changed from what you have learned earlier, but now you’re going to look at them as vectors. The only newcomer is speed, but don’t worry, it’s just the length of the velocity vector. If you want to know how fast the acceleration is, you can find that out by calculating the length of the acceleration vector.

Theory

The Vector Functions

The position vector:

r (t) = (x (t),y (t))

The velocity vector:

v (t) = r (t) = (x (t),y (t))

The speed:

|v (t)| = x (t ) 2 + y (t ) 2

The acceleration vector:

a (t) = v (t) = r (t)

The acceleration:

a = |a (t)| = x (t ) 2 + y (t ) 2

Example 1

An insect flying away from a flower is in the position r (t) = (t2, 2t2 t + 1). Find the velocity vector, the speed, the acceleration vector and the size of the acceleration, all when t = 2.

You can find the velocity vector by differentiating the position vector r (t). That gives you

v (t) = (2t, 4t 1) .

Next, you can insert t = 2 into v (t) to find the velocity vector at t = 2.

v(2) = (2 2, 4 2 1) = (4, 7)

From here it’s easy to find the speed as well, as it’s just the length of the velocity vector v (t). That means you have

|v(2)| = | (4, 7)| = 42 + 72 = 16 + 49 = 65.

|v(2)| = | (4, 7)| = 42 + 72 = 16 + 49 = 65.

Moving on, the acceleration is the derivative of the velocity vector v (t). You will see that there are no variables left after you perform this differentiation, which means that the acceleration is constant. This is the result:

a (t) = (2, 4)

The length of that vector is

a = |a (2)| = 22 + 42 = 4 + 16 = 20,

giving you an acceleration of 20.

Want to know more?Sign UpIt's free!