Solve Staircase Projectile Problem: Find the First Step Hit

  • Thread starter Thread starter asdf1
  • Start date Start date
  • Tags Tags
    Projectile
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
7 replies · 5K views
asdf1
Messages
734
Reaction score
0
A ball rolls out from the top of the stair case, with a horizontal velocity of 5 ft/s. Each step is 8 inches wide and 8 inches long. Which step will the ball hit first?

My problem:
I'm stuck on how to handle the problem. Where do you start thinking?
 
Physics news on Phys.org
You could try trial and error.
First, see if the ball will hit the first step.
If not, then see if the ball will hit the second step.
If not, then see if the ball will hit the third step.
...

Useful formulas:

[tex]t_{falling} = \sqrt{\frac{2h}{g}[/tex]

[tex]x_{max} = v_0\sqrt{\frac{2h}{g}[/tex]

Maybe there is a better method to solve the exercise. But that's the only one I see. Hope it helps! :wink:
 
Last edited by a moderator:
See when the ball drops below the line joining the edges of the steps. It will hit the step that is immediately below the point where it crosses that line.
 
0rthodontist said:
See when the ball drops below the line joining the edges of the steps. It will hit the step that is immediately below the point where it crosses that line.

Keep in mind the ball falls in a parabolic motion
 
wow... thanks! how'd you think of that?
 
let it fall on the nth step
v along x=5cos theta
n*8(length of the step)=vcostheta*t
here theta=0(thrown along the x axis)
similarly proceed in y direction and finally equate t in both the eqn
 
Last edited:
thank you very much!