PHYS 170

Lecture 03 - Motion in Two or More Dimensions

Introduction

Do not use the one dimensional equations of motion to a two dimensional problem without treating the \(x\) and \(y\) directions separately.

Simulation - Projectile Motion (click to hide)

Canvas not supported
After pressing the reset button, drag the arrow to change the velocity.
Drag the ball to inspect the trajectory.
Observe how the vertical and horizonatal directions evolve indpendently of each other.

In the simulation above, you could see the horizontal projection (the "shadow" on the horizontal axis) of the ball travels with a constant velocity, while the vertical projection (the "shadow" on the vertical axis) is affected by the force of gravity which acts vertically.

the motion of the horizontal projection is in 1d, therefore it can be described by the one dimensional equations of motion. The same is true for the vertical projection. By calculating the motion of the horizonta and vertical projections separately, one could then deduce the two-dimensional motion of the ball.

Decoupling the Dimensions

Out of the four equations you learned in Chapter 2b, just two of them (the "\(s\)" and the "\(v\)" equations) will suffice for this chapter: $$ \begin{eqnarray} s-s_0&=& v_0 t + \frac{1}{2} a t^2 \\ v &=& v_0 + at \end{eqnarray} $$ The two equations are for one-dimensional problems only. To apply to a two-dimensional problem, one must treat the \(x\) and the \(y\) directions separately. This turns the above two equations in to two almost identical copies:

\(x\) direction \(y\) direction
\(s_x-s_{0x} = v_{0x} t + \frac{1}{2} a_x t^2\) \(s_y-s_{0y} = v_{0y} t + \frac{1}{2} a_y t^2\)
\(v_x = v_{0x} + a_xt \) \(v_y = v_{0y} + a_y t \)

They of course differ from the appearance of the subscripts "\(x\)" and "\(y\)" for the two independent directions.

Some students have a very nasty habit of ignoring subscripts. They are in these equations to serve a very important purpose: it indicates you have split a two-dimensional problem into 2 separate one-dimensional problems (one problem along the \(x\) direction, one problem along the \(y\) direction). Without this crucial step, one often mixes up the two directions and get the wrong answer in the end.

Projectile Motion

In this section we will focus on one particular type of two dimensional called "projectile motion". It is the motion of an object flying under free fall (i.e. under the influence of gravity only). You will encounter some other two dimensional motions (such as circular motion, oscillations) in later chapters.

During free fall, the only force is gravity, which acts vertically. On the other hand, there are no forces in the horizontal direction (we ignore fiction and air resistance). As a result the acceleration along the horizontal and the vertical directions are not the same, and are given by (pay close attention to the minus sign in front of \(g\), indicating the vertical acceleration is downward): $$ \begin{eqnarray} a_x &=& 0 \\ a_y &=& - g = -9.8m/s^2 \end{eqnarray} $$ Remember \(g = 9.8m/s^2 \), not \(- 9.8m/s^2 \). If you mistakenly put in a negative value for \(g\), your \(a_y\) will have the wrong sign (and hence points up instead of down).

Furthermore, we will use the following convention: $$ \begin{eqnarray} s_{0x} &=& 0 \\ s_{0y} &=& 0 \end{eqnarray} $$ which amounts to setting the origin of the coordinate system to be at the initial postion of the object. In other words, it does not matter whether the projectile started from the ground, on the top of a cliff, in the greatest depth of a cave, in this convention we will always set the initial position to be the origin. Above the it \(s_y >0\), and below it \(s_y<0\).

Putting all these assumptions (\(a_x=0, a_y=-g, s_{0x}=s_{0y}=0\)) into the two-dimensional equations from the last section, we get:

\(x\) direction \(y\) direction
\(s_x = v_{0x} t \) \(s_y = v_{0y} t - \frac{1}{2} g t^2\)
\(v_x = v_{0x} \) \(v_y = v_{0y} -g t \)

These two equations will be sufficient in solving all the problems on projectile motion you encounter in this chapter.

First we have to decompose the initial velocity into its \(x\) and \(y\) components because the two directions will evolve separately as if they are 2 one-dimensional problems.

From the figure of the left, one can read off the components: $$ \begin{eqnarray} v_{0x}&=& 40 \cos 50^\circ = 25.71m/s \\ v_{0y}&=& 40 \sin 50^\circ = 30.64m/s \end{eqnarray} $$

Finding the position means finding \(s_x\) and \(s_y\), so we can use the equations for projectile motion we find earlier, namely: $$ \begin{eqnarray} s_x&=& v_{0x} t\\ s_y &=& v_{0y}t - \frac{1}{2} g t^2 \end{eqnarray} $$ Knowing \(v_{0x}, v_{0y}\), and \(t=2s\), just substitute everything into the equations above to get: $$ \begin{eqnarray} s_x&=& v_{0x} t = (25.71)(2) = 51.42m\\ s_y &=& v_{0y}t - \frac{1}{2} g t^2 = (30.64)(2) - \frac{1}{2} (9.8)(2^2) = 41.68m \end{eqnarray} $$

Substitute the time and the initial velocity components into the equations for \(v_x\) and \(v_y\) will give us the velocity vector at \(2s\). $$ \begin{eqnarray} v_x &=& v_{0x} = 25.71m/s \\ v_y &=& v_{0y} - gt = 30.64 - (9.8)(2) = 11.04m/s \end{eqnarray} $$ Note that \(v_x\) remains constant as expected, and one could also see how the \(-gt\) term is making the \(v_y\) more negative over time. To summarize, the components above are equivalent to the following velocity vector at \(2s\): $$ \begin{eqnarray} \vec v &=& (25.71 \hat i + 11.04 \hat j) m/s \end{eqnarray} $$ We can now work out the magnitude and direction (angle) with what we learned in Chapter 1: $$ \begin{eqnarray} |\vec v| &=& \sqrt{25.71^2 + 11.04^2} = 27.98m/s \\ \theta &=& \tan^{-1} \frac{11.04}{25.71} + 0^\circ = 23.24^\circ \end{eqnarray} $$

"Height" obviously means \(s_y\). However, looking at the equation \(s_y = v_{0y}t - \frac{1}{2} g t^2\), which depends on \(t\), tells us we will need the time \(t_{top}\) when the ball reaches the maximum height.

Before trying to write down any equations, you must ask yourself: what do we know about the maximum point? What is the special characteristic of that point that will allow us to find the time?

The key point is this: \(v_y=0\) at the top.

The vertical velocity is changing direction at that point, switching from "up" (positive \(v_y\)) to "down" (negative \(v_y\)). Therefore at the turning point, its value must pass through 0. This gives: $$ \begin{eqnarray} 0&=& v_{y} = v_{0y} - g t_{top}\\ \Rightarrow t_{top}&=& \frac{v_{0y}}{g} = \frac{30.64}{9.8} = 3.13s \end{eqnarray} $$

Putting the time into the equation of \(s_y\), we get: $$ \begin{eqnarray} s_y &=& v_{0y} t_{top} -\frac{1}{2} g t_{top}^2 \\ &=& (30.64)(3.13) -\frac{1}{2} (9.8) (3.13^2) = 47.90m \end{eqnarray} $$

The horizontal range \(R\) is really the horizontal displacement \(s_x\), but its equation again depends on \(t\), so we will need to first figure out when the ball hits the ground. Similar to the last part, we have to ask, what is the special characteristic of the point of impact on the ground?

The key point is this: \(s_y=0\) when the ball hits the ground.

This makes sense because in getting the projectile equations we chose to put \(s_{0x} = s_{0y} = 0\) (therefore setting the orgin to be at the starting point), so when the ball comes back to the ground, the height \(s_y\) will become 0 once again. This gives: $$ \begin{eqnarray} 0&=& s_y = v_{0y}t - \frac{1}{2} g t^2 \\ \Rightarrow t(v_{0y} - \frac{1}{2} g t) &=& 0 \\ \Rightarrow v_{0y} - \frac{1}{2} g t &=& 0 \text{ or } t = 0 \text{ (rejected)}\\ \Rightarrow t_{ground} &=& \frac{2 v_{0y}}{g} = \frac{2 (30.64)}{9.8} = 6.25s \end{eqnarray} $$

Putting the time \(t_{ground}\) into \(s_x\) then gives the range \(R\): $$ \begin{eqnarray} R &=& s_x = v_{0x} t_{ground} \\ &=& (25.71)(6.25) = 160.77m \end{eqnarray} $$

The key in solving the last two problems is in identifying the special characteristics of the points specified:

  • At the top: \(v_y = 0\)
  • At the ground level: \(s_y = 0\)

Try It Yourself (click to show)

$$ \begin{eqnarray} v_{0x} &=& 15 \cos 30^\circ = 12.99m/s \\ v_{0y} &=& -15 \sin 30^\circ = -7.5m/s \end{eqnarray} $$
$$ \begin{eqnarray} s_x &=& v_{0x} t = (12.99)(2) = 25.98m \\ s_y &=& v_{0y} t - \frac{1}{2} g t^2 = (-7.5)(2) - \frac{1}{2} (9.8) (2^2) = -34.6m \end{eqnarray} $$
$$ \begin{eqnarray} v_x &=& v_{0x} = 12.99 m/s \\ v_y &=& v_{0y} - g t = -7.5 - (9.8)(2) = -27.1m/s\\ \Rightarrow \vec v &=& (12.99\hat i -27.1\hat j)m/s \\ \Rightarrow |\vec v| &=& \sqrt{12.99^2 + 27.1^2} = 30.06m/s \\ \Rightarrow \theta &=& \tan^{-1} \frac{-27.1}{12.99} + 0^\circ = -64.37^\circ \end{eqnarray} $$
In our convention, when deriving the projectile equations we chose to put \(s_{0x} = s_{0y} = 0\), hence setting the orgin to be at the starting point (at the top of the cliff). The final position is \(50m\) below the cliff, so should be \(s_y = -50m\).

From the last problem, we learned that \(s_y=-50m\) at the bottom. Now we will substitute this into the equation of \(s_y\): $$ \begin{eqnarray} s_y &=& v_{0y} t - \frac{1}{2} g t^2 \\ \Rightarrow \frac{1}{2} g t^2 - v_{0y} t + s_y &=& 0 \\ \Rightarrow 4.9 t^2 + 7.5 t - 50 &=& 0 \end{eqnarray} $$

Because of the \(s_y \) term, it is not possible to factorize \(t\) out directly (unlike what we did in Projectile on a Flat Surface 4), we will use the quadratic formula: $$ \begin{eqnarray} t&=& \frac{-7.5 \pm \sqrt{7.5^2 - 4(4.9)(-50)}}{2(4.9)}\\ t &=& 2.52s \text{ or } t = -4.05s \text{ (rejected)} \end{eqnarray} $$

From the last problem, we have \(t_{bottom} = 2.52s\). Put into the equation of \(s_x\): $$ \begin{eqnarray} s_x &=& v_{0x} t_{bottom} = (12.99)(2.52) = 32.73m \end{eqnarray} $$