2. Lines, Planes, and Vector-Valued Functions

Motion In Space

Motion in Space πŸš€

students, imagine tracking a drone, a planet, or a basketball as it moves through 3D space. Instead of describing motion with just one number, we use three coordinates at once: $x$, $y$, and $z$. This lesson explains how multivariable calculus describes motion in space using vector-valued functions, position, velocity, acceleration, and arc length.

Learning goals

By the end of this lesson, students, you should be able to:

  • explain the key ideas and vocabulary for motion in space,
  • represent motion with a vector-valued function,
  • find and interpret velocity and acceleration,
  • connect motion in space to lines, planes, and vector-valued functions,
  • compute the distance traveled along a space curve.

Motion in space is used in physics, engineering, computer graphics, GPS tracking, and robotics. For example, a satellite does not move along a flat line on a map; it moves in three dimensions, often changing direction and speed at the same time 🌍.

1. Describing motion with vectors

When an object moves in space, we track its position with a vector-valued function

$$\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle.$$

Here, $t$ usually represents time. The vector $\mathbf{r}(t)$ points from the origin to the object’s location at time $t$. Each coordinate function tells part of the story:

  • $x(t)$ tells how far the object moves left or right,
  • $y(t)$ tells how far it moves forward or backward,
  • $z(t)$ tells how high or low it moves.

A position vector is like a β€œwhere is it now?” arrow. If a ball has position

$$\mathbf{r}(t)=\langle t, t^2, 3t\rangle,$$

then at time $t=2$ its position is

$$\mathbf{r}(2)=\langle 2,4,6\rangle.$$

That means the ball is at the point $(2,4,6)$ in 3D space.

Example

Suppose a particle moves according to

$$\mathbf{r}(t)=\langle \cos t,\sin t,t\rangle.$$

This motion forms a spiral called a helix. The $x$ and $y$ parts make a circle, while the $z$ value keeps increasing. So the particle goes upward while circling around an axis πŸŒ€.

This is a great example of how vector-valued functions combine several motions at once.

2. Velocity and acceleration

Motion is not just about where something is. It is also about how it changes. The most important derivatives in this lesson are velocity and acceleration.

The velocity vector is the derivative of position:

$$\mathbf{v}(t)=\mathbf{r}'(t).$$

The acceleration vector is the derivative of velocity, or the second derivative of position:

$$\mathbf{a}(t)=\mathbf{v}'(t)=\mathbf{r}''(t).$$

If

$$\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle,$$

then

$$\mathbf{v}(t)=\langle x'(t),y'(t),z'(t)\rangle$$

and

$$\mathbf{a}(t)=\langle x''(t),y''(t),z''(t)\rangle.$$

What velocity means

Velocity tells both speed and direction. Its magnitude is the speed:

$$|\mathbf{v}(t)|=\sqrt{(x'(t))^2+(y'(t))^2+(z'(t))^2}.$$

If the velocity vector changes direction quickly, the object may be turning sharply. If its magnitude changes, the object is speeding up or slowing down.

What acceleration means

Acceleration measures how velocity changes. A particle can accelerate even if its speed stays the same, as long as its direction changes. This happens in circular motion. For example, a car moving around a curved track at constant speed still has acceleration because its direction keeps changing.

Example

Let

$$\mathbf{r}(t)=\langle t^2,3t,2\rangle.$$

Then

$$\mathbf{v}(t)=\langle 2t,3,0\rangle$$

and

$$\mathbf{a}(t)=\langle 2,0,0\rangle.$$

At $t=1$, the velocity is

$$\mathbf{v}(1)=\langle 2,3,0\rangle,$$

so the particle is moving in the direction of that vector. The acceleration is constant, meaning the motion changes steadily in the $x$-direction.

3. Speed, direction, and tangency

At any instant, a moving object travels in the direction of its velocity vector. That means the velocity vector is tangent to the path of motion.

If a particle follows a curve in space, the tangent line at a point gives the best local linear approximation to the path. This connects motion in space to the earlier topics of lines and vector equations.

For a position vector $\mathbf{r}(t)$, the tangent line at $t=t_0$ can be written as

$$\mathbf{L}(s)=\mathbf{r}(t_0)+s\mathbf{r}'(t_0).$$

Here, $\mathbf{r}(t_0)$ is a point on the curve and $\mathbf{r}'(t_0)$ gives the direction of the line.

Example

If

$$\mathbf{r}(t)=\langle \cos t,\sin t,t\rangle,$$

then

$$\mathbf{r}'(t)=\langle -\sin t,\cos t,1\rangle.$$

At $t=0$,

$$\mathbf{r}(0)=\langle 1,0,0\rangle$$

and

$$\mathbf{r}'(0)=\langle 0,1,1\rangle.$$

So the tangent line is

$$\mathbf{L}(s)=\langle 1,0,0\rangle+s\langle 0,1,1\rangle.$$

This line shows the direction the particle is moving at that instant.

Real-world idea

Imagine a roller coaster car. The track curves through space, but at each instant, the car moves in the tangent direction. Its velocity vector points along the track, while acceleration describes changes in speed or direction 🎒.

4. Arc length: how far the object travels

Position tells where an object is, but sometimes we want to know how far it has traveled along its path. That distance is the arc length.

If a particle moves along $\mathbf{r}(t)$ from $t=a$ to $t=b$, then the arc length is

$$s=\int_a^b |\mathbf{r}'(t)|\,dt.$$

Since $|\mathbf{r}'(t)|$ is the speed, this formula says:

distance traveled = sum of speed over time.

If

$$\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle,$$

then

$$s=\int_a^b \sqrt{(x'(t))^2+(y'(t))^2+(z'(t))^2}\,dt.$$

Example

Suppose

$$\mathbf{r}(t)=\langle t,2t,2\rangle$$

for $0\le t\le 3$. Then

$$\mathbf{r}'(t)=\langle 1,2,0\rangle$$

and

$$|\mathbf{r}'(t)|=\sqrt{1^2+2^2+0^2}=\sqrt{5}.$$

So the arc length is

$$s=\int_0^3 \sqrt{5}\,dt=3\sqrt{5}.$$

This makes sense because the particle moves in a straight line at constant speed.

Important distinction

  • Displacement is the change in position:

$$\mathbf{r}(b)-\mathbf{r}(a).$$

  • Distance traveled is the length along the path:

$$\int_a^b |\mathbf{r}'(t)|\,dt.$$

These are not the same unless the path is a straight line and the motion does not change direction.

5. How motion in space connects to lines and planes

Motion in space fits naturally into the bigger topic of lines, planes, and vector-valued functions.

A line in space can be written as

$$\mathbf{r}(t)=\mathbf{r}_0+t\mathbf{v},$$

which is also a vector-valued function. So a straight-line motion is a special case of motion in space.

Planes also help describe motion because a moving object may lie in a plane or move relative to a plane. For example, if the $z$-coordinate is constant, such as $z=2$, then the motion stays in a horizontal plane.

Example

Let

$$\mathbf{r}(t)=\langle 1+2t,3-t,4\rangle.$$

Because the $z$-coordinate is always $4$, the motion stays in the plane $z=4$. The particle moves along a straight line inside that plane.

This shows a useful idea: vector-valued functions can describe curves in space, and some of those curves are special cases like lines or curves lying in planes.

6. Why these ideas matter together

Motion in space brings together several calculus ideas:

  • position as a vector-valued function,
  • velocity as the derivative,
  • acceleration as the second derivative,
  • speed as the magnitude of velocity,
  • arc length as total distance traveled.

These ideas are powerful because they let us describe motion precisely. A weather balloon, for example, does not just move north or east; it may rise, drift, and curve through the air all at once. The vector approach captures all of that in one formula 🌀️.

When students studies later topics in multivariable calculus, these same tools will help with curvature, unit tangent vectors, and motion along space curves.

Conclusion

Motion in space is the study of how objects move through three dimensions using vector-valued functions. The position vector $\mathbf{r}(t)$ tells where the object is, the velocity vector $\mathbf{r}'(t)$ tells how it moves, and the acceleration vector $\mathbf{r}''(t)$ tells how the motion changes. Arc length measures how far the object travels along its path. Together, these ideas connect directly to lines, planes, and the broader study of vector-valued functions. Understanding them gives students a strong foundation for future multivariable calculus topics.

Study Notes

  • A position function in space is written as $\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle$.
  • The velocity vector is $\mathbf{v}(t)=\mathbf{r}'(t)$.
  • The acceleration vector is $\mathbf{a}(t)=\mathbf{r}''(t)$.
  • Speed is the magnitude of velocity: $|\mathbf{v}(t)|$.
  • The velocity vector is tangent to the path of motion.
  • A tangent line at $t=t_0$ is $\mathbf{L}(s)=\mathbf{r}(t_0)+s\mathbf{r}'(t_0)$.
  • Arc length from $t=a$ to $t=b$ is $\int_a^b |\mathbf{r}'(t)|\,dt$.
  • Displacement is $\mathbf{r}(b)-\mathbf{r}(a)$, while distance traveled is arc length.
  • Straight-line motion is a special case of a vector-valued function.
  • Motion in space connects directly to the study of lines, planes, and vector-valued functions.

Practice Quiz

5 questions to test your understanding