Solving a Kinematics Problem: Throwing a Ball to Clear a Peaked Roof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 5K views
Nishikino Maki
Messages
17
Reaction score
0

Homework Statement


A peaked roof is symmetrical and subtends a right angle, as shown. Standing at a height of distance h below the peak, with what initial speed must a ball be thrown so that it just clears the peak and hits the other side of the roof at the same height?

Diagram: http://imgur.com/bi1efMm

Homework Equations


[itex]x=vcos(\theta)t[/itex]
[itex]y=vsin(\theta)t-\frac{1}{2}gt^2[/itex]
[itex]\frac{1}{2}mv^2=mgh[/itex]

The Attempt at a Solution


This is supposed to be a kinematics problem, but I wasn't too sure how to do it that way so I used energy principles. Using the above equation, I got that the velocity should be [itex]\sqrt{2gh}[/itex] by simply rearranging the variables, however, the answer key says that it's [itex]\sqrt{5/2gh}[/itex].
 
on Phys.org
Nishikino Maki said:
... I used energy principles. Using the above equation, I got that the velocity should be [itex]\sqrt{2gh}[/itex] ...
That equation you used is wrong. It assumes the speed is zero when the height is h.

Give it another shot, then explain your thinking.
 
Does it have something to do with how the vertical speed is 0 but it is still moving horizontally? In that case the vertical speed at the bottom would be [itex]\sqrt(2gh)[/itex], and the horizontal would be (by working backwards from the answer) [itex]\sqrt(1/2gh)[/itex].
 
Nishikino Maki said:
the vertical speed is 0 but it is still moving horizontally?
Yes.
Nishikino Maki said:
and the horizontal would be (by working backwards from the answer) ##\sqrt{\frac 1{2gh}}##.
That would have dimension 1/speed, so cannot be right.
Knowing the vertical launch speed, how long does it take to reach the top? How far has it moved horizontally in that time?
 
Sorry for bad formatting, I meant [itex]\sqrt(1/2) * \sqrt(gh)[/itex].

I decided to do the problem a different way, I used the formula for max height and max range, set max height to half of max range, and solved for the angle. From there I was able to get the max height, which indeed was [itex]\sqrt(5/2)\sqrt(gh)[/itex]. Thanks for your help.