Finding the maximum height of a projectile

In summary, the two solutions to the problem are depending on the assumption that the vertical component of the water's velocity will be zero when it hits the wall. If that assumption is incorrect, then the book takes the lower of the two heights that one finds after solving the system of equations.
  • #1
Qube
Gold Member
468
1
Homework Statement
Find the maximum height on the wall to which the firefighter can project water from his hose. The speed of the water from the hose is 65 ft/s. The height at which the hose is held is 3 feet.
Relevant Equations
All the kinematic equations for constant acceleration:

vf=vi+at
vf^2=vi^2-2a*s
sf=si+vi*t+0.5at^2
1592245077433.png


Using the equations for constant acceleration, we can write the following set of equations for this problem:

1592245095709.png


We have the following known physical constraints:

1592245109540.png


Solving the above system of equations and constraints with a computer algebra system:

1592245125806.png


So, all the solutions I found make physical sense. It's not as any of the solutions are saying that the firefighter is holding the hose backwards with respect to the wall or something.

My teacher said the answer is:

1592245175280.png


And my teacher made no note of the other solution set.

Why is it that this problem, even when set up with the proper equations and reasonable physical constraints, yields two unique solution sets?
 
Physics news on Phys.org
  • #2
Why are you assuming that the vertical component of the water's velocity will be zero when it hits the wall?
 
  • Like
Likes Qube
  • #3
That's a great question, and from my discussions and research, I was told that this assumption is incorrect in this problem.

That being said, the book's solution manual makes that assumption, and so does my Dynamics professor:

1592249263172.png


But it seems that even if we take this assumption as valid (which it is not), the book chooses the lower of the two heights that one finds after solving the system of equations I presented.

Why is it that the book takes the lower of the two heights?

What should the takeaway be here? What is the pedagogial value of this problem?
 
Last edited:
  • #4
Qube said:
That's a great question, and from my discussions and research, I was told that this assumption is incorrect in this problem.
I agree that that assumption is incorrect. Making that (incorrect) assumption turns the problem into solving for the angle of the hose so that when the water hits the wall it is at the maximum height of its trajectory.

Given that assumption, there are two solutions. Picking either is arbitrary. But if you wanted to imagine you are finding the maximum height (which you are not, given the mistaken assumption), why not pick the second solution?
 
  • #5
Qube said:
What should the takeaway be here? What is the pedagogial value of this problem?
My advice: Solve the actual problem as stated. Find the maximum height on the wall that the water can reach.

Present that solution to your instructor and see what he says.
 
  • Like
Likes Qube
  • #6
Doc Al said:
My advice: Solve the actual problem as stated. Find the maximum height on the wall that the water can reach.

It seems that to solve the problem as stated would actually involve finding an equation relating the angle, theta, and the height on the wall, h. And then you would take the partial derivative of height equation with respect to theta to find the extrema.

Present that solution to your instructor and see what he says.

I'm currently awaiting a response :).
 
  • #7
Qube said:
It seems that to solve the problem as stated would actually involve finding an equation relating the angle, theta, and the height on the wall, h. And then you would take the partial derivative of height equation with respect to theta to find the extrema.
Sounds good to me.

Qube said:
I'm currently awaiting a response :).
:cool:
 
  • #8
I got a non-response response, so I guess I'll just chalk this up to YET another case of bottom-barrel textbook editors doing bottom-barrel work in writing questions and solutions. Book in question is Hibbeler's Dynamics, 14th edition. I used Hibbeler's Statics text last semester, and the professor warned me: there are lots of things that are just plain wrong in all of his textbooks.
 
  • #9
Interesting puzzle.
Using the erroneous assumption that it coincides with the peak of the arc, I get the greater of the two solutions as 27.63 ft, rather less than your 30.63ft, but with the same 61.5 degree angle. That would be the solution to choose, not the lower one.
Using your correct approach I get 29.5ft, so only a little more. Angle 67.3 degrees.
In fact, keeping it entirely algebraic, the correct solution in general only beats the higher top-of-arc solution in a fourth order term.
Correct: ##\frac{v^2}{2g}-\frac{gx^2}{2v^2}##
Higher top-of-arc: ##\frac{v^2}{4g}(1+\sqrt{1-\frac{4g^2x^2}{v^2}})##
 
Last edited:
  • Like
Likes Qube and Doc Al
  • #10
I get the same results as @haruspex (which means it's correct :wink:).

And I know the frustration of poorly edited textbooks.
 
  • Like
Likes Qube
  • #11
Let me add to this discussion my take of what might be going on. First, I too confirm the results of @haruspex. What follows is a clarification for @Qube.

By eliminating time from the two kinematic equations, the equation referred to by OP in post #6 can be written as (I don't think I am giving anything away at this point)$$y=x \tan\theta-\frac{1}{2}g\left(\frac{x}{v_0\cos\theta}\right)^2$$With the substitutions ##u=\tan\theta## and ##\dfrac{1}{\cos^2\theta}=u^2+1##, this becomes$$y=xu-\frac{g(u^2+1)x^2}{2 v_0^2}.$$In most projectile problems the angle and hence ##u## is fixed and we have a parabola ##y(x)## where ##x## is the independent variable. Here the range ##x## is fixed, ##u## is the independent variable and we have a parabola ##y(u)##. The two parabolas have different values for ##y_{max}## unless (a) one is confused about what one is doing or (b) ##u^2>>1## in which case $$y\approx xu-\frac{gx^2u^2}{2 v_0^2}.$$In this approximation, the two parabolas have the same maximum value ##y_{max}=\dfrac{v_0^2}{2g}## at ##xu=x\tan\theta=v_0^2/g.## This is the exact expression for the maximum height when the projectile is shot straight up and is the limiting value in the "large angle approximation" regime, ##u^2=\tan^2\theta >>1##.
 
  • Like
Likes Qube
  • #12
Can we alternatively use energy methods to solve for the height of the water?
 
  • #13
Qube said:
Can we alternatively use energy methods to solve for the height of the water?
The equation ##2ay=v_{fy}^2-v_{iy}^2## can be transformed into the work-energy theorem. If you multiiply both sides by ##\frac{m}{2}##, you have ##may=\frac{1}{2}mv_{fy}^2-\frac{1}{2}mv_{iy}^2##. With ##a=g##, you get ##mgy=K_f-K_i##. So in a sense you already have used energy methods except that this doesn't buy you much. You don't know ##v_{fy}## and we have already established that you cannot assume that it is zero.
 
  • Like
Likes Qube
  • #14
I don't suppose it will be of much interest to the math whizzes, but just for my own peace of mind, I plotted a few graphs.
FWIW? Here are a set of three which show me what's going on. (As usual when the algebra got messy, sorry, I just did an iterative numerical approximation.)
I did angles much closer to the optimum, but spread them out to show the peak at 30 jet.
Fireman.png
 
  • Like
  • Informative
Likes gmax137, Qube, Doc Al and 1 other person

1. How do you calculate the maximum height of a projectile?

To calculate the maximum height of a projectile, you will need to know the initial velocity, launch angle, and acceleration due to gravity. The formula for calculating maximum height is h = (v2sin2θ)/2g, where h is the maximum height, v is the initial velocity, θ is the launch angle, and g is the acceleration due to gravity.

2. What is the significance of finding the maximum height of a projectile?

Finding the maximum height of a projectile is important in understanding the trajectory and motion of the object. It can also be used to determine the range and time of flight of the projectile.

3. Can the maximum height of a projectile be greater than the initial height?

Yes, the maximum height of a projectile can be greater than the initial height if the launch angle is greater than 45 degrees. This means that the projectile will reach its maximum height at a distance from the launch point, rather than directly above it.

4. How does air resistance affect the maximum height of a projectile?

Air resistance can decrease the maximum height of a projectile by slowing down its upward motion. This is because air resistance creates a force that acts in the opposite direction of the projectile's motion, causing it to lose some of its initial velocity.

5. Is the maximum height of a projectile affected by the mass of the object?

No, the maximum height of a projectile is not affected by the mass of the object. This is because the formula for calculating maximum height does not include the mass of the object, only the initial velocity and launch angle.

Similar threads

  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
2K
Replies
5
Views
2K
  • Introductory Physics Homework Help
Replies
5
Views
880
  • Introductory Physics Homework Help
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
1K
  • Introductory Physics Homework Help
Replies
12
Views
8K
  • Introductory Physics Homework Help
Replies
7
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
4K
Back
Top