Suppose you are designing a fountain that will shoot jets of water. The water jets will emerge from nozzles at the same level as the pool they fall into. If you want the jets to reach a height of 4.0 feet above the water's surface and to travel 6.0 feet horizontally (ignoring air resistance), with what velocity should the water leave the nozzles?
Solution
Toggle Cloak
id
sys
System:
Cloak
id
sys
We will imagine breaking the stream of water up into small pieces (think of water droplets making up the stream). We will examine the trajectory of one of the pieces, treating it as a .
Toggle Cloak
id
int
Interactions:
Cloak
id
int
The system is in freefall (influenced only by the earth's gravity).
Toggle Cloak
id
mod
Model:
Cloak
id
mod
Projectile Motion : One-Dimensional Motion with Constant Velocity in the horizontal direction and One-Dimensional Motion with Constant Acceleration in the vertical direction.
Toggle Cloak
id
app
Approach:
Cloak
id
app
Toggle Cloak
id
givens
Understand the Givens
Cloak
id
givens
We choose a coordinate system where the stream travels in the + x direction and the + y direction points upward. Further, we choose the surface of the fountain pool to be at the level y = 0 m and the nozzle to be at the point x = 0 m. We also choose t = 0 s at the instant of launch from the nozzle. We immediately run into a problem, however. The difficulty here is that we have information about three separate points.
We use the fact that the vertical velocity goes to zero when the water reaches the maximum height to analyze one-dimensional freefall. You can see that this is still true for two-dimensional projectile motion by making a plot of y versus time. Note that the slope goes to zero (the curve is horizontal) at the maximum height. It is important to remember, however, that the x velocity is not zero at any point in 2-D projectile motion (it is a constant).
One way that we can solve the problem is to separate the vertical and horizontal motions and treat them independently, as functions of time..
Cloak
givens
givens
Toggle Cloak
id
part1
Decompose the Problem
Cloak
id
part1
We first analyze the motion from the launch point up to max height. For this portion of the motion, we can summarize our givens:
Now we have to find the x velocity. The most direct way to do this is to now consider the entire motion as one part. If we take the whole trajectory, we have the givens:
Note that it is the fact that both y and yi are 0 m for the full trajectory which forced us to first consider the upward portion.
We would like to find vx, but we must first solve for the time by using the equation of motion in the y direction. The most direct way to obtain the time is to use:
This reduced version can be solved without appealing to the quadratic equation (simply factor out a t):
Latex
\begin{large}\[ t = \mbox{0 s}\qquad\mbox{or}\qquad t = -\frac{2v_{y,{\rm i}}}{a_{y}} = \mbox{1.0 s} \] \end{large}
We can rule out the t = 0 s solution, since that is simply reminding us that the water was launched from the level of the pool at t = 0 s. The water will return to the level of the pool 1.0 s after launch. With this information, we can solve for vx:
Latex
\begin{large}\[ x = x_{\rm i} + v_{x} (t-t_{\rm i}) \]\end{large}