Ball rolled off top of stairs - which stair does it hit?

  • Thread starter PhizKid
  • Start date
  • Tags
    Ball
In summary, the problem involves finding which step a ball will hit first when rolled horizontally off the top of a staircase at a given speed. The dimensions of the steps are provided. The solution involves using vector kinematics equations and setting up a quadratic equation to find the time and distance traveled in the horizontal direction. The ball hits the step after traveling a distance greater than the width of the step.
  • #1
PhizKid
477
1

Homework Statement


A ball is rolled horizontally off the top of a staircase at 1.52 m/s. The dimensions of the steps are 20.3cm by 20.3cm in hight and width, respectively. Which step does the ball hit first?


Homework Equations


Vector kinematics equations


The Attempt at a Solution


At first I tried to make the stairs the slope of a line by using slope 20.3 anywhere on the Cartesian plane and then selected a start point where the projectile motion would begin.

I tried to find out an equation for the projectile motion because it's parabolic and then find an intersection point between the parabola and a point on the line, then I'd divide that number accordingly with 20.3 to find which "stair" it hits first.

Unfortunately I'm not sure how to transform a vector form into a quadratic equation. Is there any other way to do this?
 
Physics news on Phys.org
  • #2
PhizKid said:

Homework Statement


A ball is rolled horizontally off the top of a staircase at 1.52 m/s. The dimensions of the steps are 20.3cm by 20.3cm in height and width, respectively. Which step does the ball hit first?

Homework Equations


Vector kinematics equations

The Attempt at a Solution


At first I tried to make the stairs the slope of a line by using slope 20.3 anywhere on the Cartesian plane and then selected a start point where the projectile motion would begin.
Why did you choose a slope of 20.3 ?

A slope of -1 is the appropriate slope.
I tried to find out an equation for the projectile motion because it's parabolic and then find an intersection point between the parabola and a point on the line, then I'd divide that number accordingly with 20.3 to find which "stair" it hits first.

Unfortunately I'm not sure how to transform a vector form into a quadratic equation. Is there any other way to do this?
 
  • #3
Remember that as the ball rolls off the edge the horizontal and vertical components of motion are independent of each other. The next question for you to solve then is this: In the time it will take the ball to fall 20.3 cm, how far will it have traveled in the horizontal direction at 1.52 m/s? If the distance is greater than 20.3 cm, then the ball has cleared the first step.
 
  • #4
SammyS said:
Why did you choose a slope of 20.3 ?

A slope of -1 is the appropriate slope.

Sorry, that's what I meant

kevinmm said:
Remember that as the ball rolls off the edge the horizontal and vertical components of motion are independent of each other. The next question for you to solve then is this: In the time it will take the ball to fall 20.3 cm, how far will it have traveled in the horizontal direction at 1.52 m/s? If the distance is greater than 20.3 cm, then the ball has cleared the first step.

(Assuming the ball starts at height 0 and going down is negative velocity, cm is converted to meters)

0.203 = -(1.52sin0)t - 4.9t^2
4.9t^2 + 0.203 = 0
t = 0.204 s

x - x_0 = 1.52*0.204 + 0(constant velocity)
So 0.310 meters in the horizontal direction, which would mean it's past the first step (since the first step is a horizontal distance of 0.203).

Do I have to keep repeating this until I find the step? Is there a shorter method besides guess and check every additional step?
 
  • #5
Your initial approach, with finding intersection points, was correct.

Take the position equation, [itex]r = \frac{1}{2}at^{2} + v_{0}t + r_{0}[/itex] and split it into two equations, one for the position on the x axis, one for the y.
Now you want to find out at what time does the horizontal distance traveled equal the vertical distance travelled(downwards). x=-y, or y=-x.
You've got now three equations with three variables. You can solve them for t.
Having done that, it should be easy to find numerical value of the horizontal distance, and divide it by the width of a step.
 
  • #6
For the horizontal direction:
[itex]x=x_0+{v_0}_x\,t[/itex]
[itex]=0+1.52\,t\ .[/itex]

In the vertical direction:
[itex]y=y_0+{v_0}_y\,t-\left(\frac{1}{2}\right)g\,t^2[/itex]
[itex]=0+(0)\,t-4.9\,t^2\ .[/itex]

and
[itex]v_y={v_0}_y-g\,t[/itex]
[itex]
=0-9.8\,t\ .[/itex]​
 
  • #7
That's all assuming ball is a point :tongue2:
 
  • #8
How can you solve for t? Normally I'd use the y-component to find the time, but the y-component falls forever because there is no "bottom" to the stairs, therefore the time is infinite in the negative y direction (falling down).
 
  • #9
You find the path equation for the ball...(1, eliminating time)
Then find an equation where points on the equation are the end of the landings...(2)

Find the value of y at the point of intersection of those above equations.
Finallly divide y with the height of the step.
 
  • #10
PhizKid said:
How can you solve for t? Normally I'd use the y-component to find the time, but the y-component falls forever because there is no "bottom" to the stairs, therefore the time is infinite in the negative y direction (falling down).
Where does the ball cross the line, y = -x ?

That tells you which step it lands on.

How far does the ball fall (vertically) to land on that step?
 
  • #11
So for the position coordinates (x,y), we have (1.52t, -4.9t^2) which would mean -4.9t^2 = 1.52t and so the quadratic formula is 0 = 4.9t^2 + 1.52t

Do I even need to solve for time? Can't I just make this into a qudratic formula in terms of t and then find the intersection points with the equation y = -t instead of with respect to x?

Edit: Oh, never mind...the quadratic formula doesn't even make sense physically

So how do I create a quadratic formula with respect to x?
 
Last edited:
  • #12
PhizKid said:
So for the position coordinates (x,y), we have (1.52t, -4.9t^2) which would mean -4.9t^2 = 1.52t and so the quadratic formula is 0 = 4.9t^2 + 1.52t

Do I even need to solve for time? Can't I just make this into a qudratic formula in terms of t and then find the intersection points with the equation y = -t instead of with respect to x?

Edit: Oh, never mind...the quadratic formula doesn't even make sense physically

So how do I create a quadratic formula with respect to x?

You have parametric equation of x and y.
So what is y in term of x?
 
  • #13
PhizKid said:
So for the position coordinates (x,y), we have (1.52t, -4.9t^2) which would mean -4.9t^2 = 1.52t and so the quadratic formula is 0 = 4.9t^2 + 1.52t
Can't you just solve it? It'll give you the two moments in time when the ball trajectory intersect the y=-x slope. Then you just plug the result into the horizontal component of the position equation and voila!
 
  • #14
azizlwl said:
You have parametric equation of x and y.
So what is y in term of x?

Admittedly I'm not that familiar with parametric equations.

Given:

y = -4.9t^2
x = 1.52t

Can I say that y = -4.9(x / 1.52)^2 ?

[and then solve for -x = -4.9(x / 1.52)^2, which results in x = 0 and 0.47 as solutions]
[plugging into the equation I get y = -0.47]
[-0.47 / 0.204 = -2.30 which would indicate it's cleared the 2nd step and about 1/3 way into the 3rd step?]
 
  • #15
Yes.
Since height and length are equal, you can use x value to calculate the steps which anyway you got the same answer.
 
Last edited:
  • #16
We know that if X>Y, making Y in the downward direction positive, then the ball clears the first step, but the same is true for the remaining steps. The point at which X=Y will tell us which step the ball landed on. X=vt and Y=1/2*a*t^2. You now need to solve for t. Knowing t will then give you a value for X. If 0≤X≤20.3 then it will land on the first step. If 20.3<X≤40.6, then it will land on the second step and so on.
 

1. How does the height of the stairs affect the time it takes for the ball to roll down?

The height of the stairs does not affect the time it takes for the ball to roll down. The time it takes for an object to fall is solely determined by the acceleration due to gravity (9.8 m/s²) and the distance it falls. The height of the stairs does not change the distance the ball falls, only the initial potential energy it has.

2. Does the weight or mass of the ball make a difference in which stair it hits?

As long as the ball is rolling without any external forces acting on it, the weight or mass of the ball does not affect which stair it hits. The acceleration due to gravity is constant for all objects, regardless of their mass. However, if there are external forces such as air resistance, then the weight and mass of the ball may play a role in which stair it hits.

3. Will the angle of the stairs affect the speed of the ball as it rolls down?

The angle of the stairs (slope) does affect the speed of the ball as it rolls down. The steeper the slope, the faster the ball will roll. This is because the ball has a greater potential energy at the top of the stairs, which is converted into kinetic energy as it rolls down. The steeper the slope, the greater the potential energy and therefore the greater the speed of the ball.

4. How does the shape or size of the ball affect which stair it hits?

The shape or size of the ball does not affect which stair it hits. As long as the ball is a uniform shape and has a smooth surface, the path it takes as it rolls down the stairs will be the same regardless of its shape or size. This is because the ball's motion is determined by gravity and its initial potential energy, not its shape or size.

5. Is there a way to predict which stair the ball will hit?

Yes, there is a way to predict which stair the ball will hit. This can be done by using the equations of motion and taking into account the height of the stairs, the acceleration due to gravity, and the initial potential energy of the ball. However, this prediction may not be completely accurate if there are external forces acting on the ball, such as air resistance or friction.

Similar threads

  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Introductory Physics Homework Help
Replies
7
Views
1K
  • Introductory Physics Homework Help
Replies
34
Views
676
  • Introductory Physics Homework Help
Replies
1
Views
743
  • Introductory Physics Homework Help
Replies
2
Views
864
  • Introductory Physics Homework Help
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
10
Views
4K
  • Introductory Physics Homework Help
Replies
31
Views
3K
  • Introductory Physics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
24
Views
2K
Back
Top