Solve Staircase Projectile Problem: Find the First Step Hit

  • Thread starter Thread starter asdf1
  • Start date Start date
  • Tags Tags
    Projectile
AI Thread Summary
A ball rolls off a staircase with a horizontal velocity of 5 ft/s, and each step measures 8 inches wide and long. To determine which step the ball will hit first, one approach involves calculating the time it takes for the ball to fall and comparing it with its horizontal distance traveled. The ball follows a parabolic trajectory, and it will strike the step that is directly below the point where it crosses the line connecting the edges of the steps. Using the equations of motion for both horizontal and vertical directions can help find the exact step. This method effectively combines both dimensions to solve the problem accurately.
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:

t_{falling} = \sqrt{\frac{2h}{g}

x_{max} = v_0\sqrt{\frac{2h}{g}

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
 
http://img148.imageshack.us/img148/580/stepssy0.png
 
Last edited by a moderator:
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!
 
Back
Top