Paul's Online Notes
Paul's Online Notes
Home / Calculus II / 3-Dimensional Space / Velocity and Acceleration
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 12.11 : Velocity and Acceleration

In this section we need to take a look at the velocity and acceleration of a moving object.

From Calculus I we know that given the position function of an object that the velocity of the object is the first derivative of the position function and the acceleration of the object is the second derivative of the position function.

So, given this it shouldn’t be too surprising that if the position function of an object is given by the vector function \(\vec r\left( t \right)\) then the velocity and acceleration of the object is given by,

\[\vec v\left( t \right) = \vec r'\left( t \right)\hspace{0.25in}\hspace{0.25in}\hspace{0.25in}\vec a\left( t \right) = \vec r''\left( t \right)\]

Notice that the velocity and acceleration are also going to be vectors as well.

In the study of the motion of objects the acceleration is often broken up into a tangential component, \({a_T}\), and a normal component, \({a_N}\). The tangential component is the part of the acceleration that is tangential to the curve and the normal component is the part of the acceleration that is normal (or orthogonal) to the curve. If we do this we can write the acceleration as,

\[\vec a = {a_T}\vec T + {a_N}\vec N\]

where \(\vec T\) and \(\vec N\) are the unit tangent and unit normal for the position function.

If we define \(v = \left\| {\vec v\left( t \right)} \right\|\) then the tangential and normal components of the acceleration are given by,

\[{a_T} = v' = \frac{{\vec r'\left( t \right)\centerdot \vec r''\left( t \right)}}{{\left\| {\vec r'\left( t \right)} \right\|}}\hspace{0.75in}{a_N} = \kappa {v^2} = \frac{{\left\| {\vec r'\left( t \right) \times \vec r''\left( t \right)} \right\|}}{{\left\| {\vec r'\left( t \right)} \right\|}}\]

where \(\kappa \) is the curvature for the position function.

There are two formulas to use here for each component of the acceleration and while the second formula may seem overly complicated it is often the easier of the two. In the tangential component, \(v\), may be messy and computing the derivative may be unpleasant. In the normal component we will already be computing both of these quantities in order to get the curvature and so the second formula in this case is definitely the easier of the two.

Let’s take a quick look at a couple of examples.

Example 1 If the acceleration of an object is given by \(\vec a = \vec i + 2\vec j + 6t\vec k\) find the object’s velocity and position functions given that the initial velocity is \(\vec v\left( 0 \right) = \vec j - \vec k\) and the initial position is \(\vec r\left( 0 \right) = \vec i - 2\vec j + 3\vec k\).
Show Solution

We’ll first get the velocity. To do this all (well almost all) we need to do is integrate the acceleration.

\[\begin{align*}\vec v\left( t \right) & = \int{{\vec a\left( t \right)\,dt}}\\ & = \int{{\vec i + 2\vec j + 6t\vec k\,dt}}\\ & = t\,\vec i + 2t\,\vec j + 3{t^2}\,\vec k + \vec c\end{align*}\]

To completely get the velocity we will need to determine the “constant” of integration. We can use the initial velocity to get this.

\[\vec j - \vec k = \vec v\left( 0 \right) = \vec c\]

The velocity of the object is then,

\[\begin{align*}\vec v\left( t \right) & = t\,\vec i + 2t\,\vec j + 3{t^2}\,\vec k + \vec j - \vec k\\ & = t\,\vec i + \left( {2t + 1} \right)\,\vec j + \left( {3{t^2} - 1} \right)\,\vec k\end{align*}\]

We will find the position function by integrating the velocity function.

\[\begin{align*}\vec r\left( t \right) & = \int{{\vec v\left( t \right)\,dt}}\\ & = \int{{t\,\vec i + \left( {2t + 1} \right)\,\vec j + \left( {3{t^2} - 1} \right)\,\vec k\,dt}}\\ & = \frac{1}{2}{t^2}\,\vec i + \left( {{t^2} + t} \right)\vec j + \left( {{t^3} - t} \right)\vec k + \vec c\end{align*}\]

Using the initial position gives us,

\[\vec i - 2\vec j + 3\vec k = \vec r\left( 0 \right) = \vec c\]

So, the position function is,

\[\vec r\left( t \right) = \left( {\frac{1}{2}{t^2} + 1} \right)\,\vec i + \left( {{t^2} + t - 2} \right)\vec j + \left( {{t^3} - t + 3} \right)\vec k\]
Example 2 For the object in the previous example determine the tangential and normal components of the acceleration.
Show Solution

There really isn’t much to do here other than plug into the formulas. To do this we’ll need to notice that,

\[\begin{align*}\vec r'\left( t \right) & = t\,\vec i + \left( {2t + 1} \right)\,\vec j + \left( {3{t^2} - 1} \right)\,\vec k\\ \vec r''\left( t \right) & = \vec i + 2\vec j + 6t\vec k\end{align*}\]

Let’s first compute the dot product and cross product that we’ll need for the formulas.

\[\vec r'\left( t \right)\centerdot \vec r''\left( t \right) = t + 2\left( {2t + 1} \right) + 6t\left( {3{t^2} - 1} \right) = 18{t^3} - t + 2\] \[\begin{align*}\vec r'\left( t \right) \times \vec r''\left( t \right) & = \left| {\begin{array}{*{20}{c}}{\vec i}&{\vec j}&{\vec k}\\t&{2t + 1}&{3{t^2} - 1}\\1&2&{6t}\end{array}} \right|\,\,\,\,\,\begin{array}{*{20}{c}}{\vec i}&{\vec j}\\t&{2t + 1}\\1&2\end{array}\\ & = \left( {6t} \right)\left( {2t + 1} \right)\vec i + \left( {3{t^2} - 1} \right)\vec j + 2t\vec k - 6{t^2}\vec j - 2\left( {3{t^2} - 1} \right)\vec i - \left( {2t + 1} \right)\vec k\\ & = \left( {6{t^2} + 6t + 2} \right)\vec i - \left( {3{t^2} + 1} \right)\vec j - \vec k\end{align*}\]

Next, we also need a couple of magnitudes.

\[\begin{align*}\left\| {\vec r'\left( t \right)} \right\| & = \sqrt {{t^2} + {{\left( {2t + 1} \right)}^2} + {{\left( {3{t^2} - 1} \right)}^2}} = \sqrt {9{t^4} - {t^2} + 4t + 2} \\ \left\| {\vec r'\left( t \right) \times \vec r''\left( t \right)} \right\| & = \sqrt {{{\left( {6{t^2} + 6t + 2} \right)}^2} + {{\left( {3{t^2} + 1} \right)}^2} + 1} = \sqrt {45{t^4} + 72{t^3} + 66{t^2} + 24t + 6} \end{align*}\]

The tangential component of the acceleration is then,

\[{a_T} = \frac{{18{t^3} - t + 2}}{{\sqrt {9{t^4} - {t^2} + 4t + 2} }}\]

The normal component of the acceleration is,

\[{a_N} = \frac{{\sqrt {45{t^4} + 72{t^3} + 66{t^2} + 24t + 6} }}{{\sqrt {9{t^4} - {t^2} + 4t + 2} }} = \sqrt {\frac{{45{t^4} + 72{t^3} + 66{t^2} + 24t + 6}}{{9{t^4} - {t^2} + 4t + 2}}} \]