Solving Elevator Problem: How Long for a Ball to Drop?

  • Thread starter jhson114
  • Start date
  • Tags
    Elevator
In summary, the problem involves a person in an elevator going up at constant speed and dropping a ball from a height of 1.8m. The question asks how long it takes for the ball to hit the elevator floor. The person sets up an equation using the constant speed and acceleration due to gravity, but the hint reveals that the speed of the elevator is irrelevant. After some calculations, the person realizes that the acceleration due to gravity and the height of the ball from the bottom of the elevator are the only factors to consider. A harder variation of the problem is then presented, where the elevator is accelerating upward and the initial speed of the elevator is also given. By adding the two accelerations and using the same equation, the person is able
  • #1
jhson114
82
0
the problem looks pretty straight forward, but i suck at physics and i can't solve it :(

a person is inside an elevator going up at constant speed of 5.7m/s. person drops a ball at height 1.8m. how long does it take the ball to hit the elevator floor?

i set up my equation thingy to 0=1.8 +5.7t + 0.5(-9.8)t^2 but i think its wrong. help please
 
Physics news on Phys.org
  • #2
The hint here is "Constant speed." ANd since the elevator travels in a srtaight line, this also implies "constant velocity."

Whenever something is traveling at a constant velocity, it is said to be in an "inertial reference frame," And anything that happens in this frame will act just as if you wer standing on the ground.

So, what the ball does in the elevator will be identical to what a ball does when you are on the ground.
 
  • #3
i see. so the speed of elevator isn't important in this situation?
 
  • #4
i got it. haha. tricky tricky. thanks :)
 
  • #5
No problem.
 
Last edited:
  • #6
I didn't get this problem,

I tried doing :

x -x0 = vot + 1/2 at^2

constant speed means acc = 0

so, h = 2.1 m and constant speed v0 = 4.6 m/s ( In my case )

Time = 2.1/4.6

= 0.45 sec. which is wrong? Any help
 
  • #7
The only thing to consider for this problem is the acceleration due to gravity and the height of the ball from the bottom of the elevator.

The speed of the elevator is irrelevant because its acceleration is zero.

Use the same equation, but use the following numbers instead:

a = acceleration due to gravity
v0 = velocity right before the ball is released
x0 = the position of the ball above the elevator floor (x = 0)
 
  • #8
Well, I did this :

x -x0 = vot + 1/2 at^2

a = -g = 9.81 m/s^2

v0 = 0 , the velocity of the ball before release is zero.

x0 = 0 , also equal to zero.

x - x0 = h = 2.1 m

So, pluggin in

t = 0.42 s , which is wrong!
 
  • #9
Naeem,

It's t^2, not t.
 
  • #10
b) Now let's try a somewhat harder variation on this problem. Suppose instead that the elevator is accelerating upward with constant acceleration a = 1.2 m/s2 and that the upward speed of the elevator at the instant the ball is dropped, is 4.6 m/s. Now how long does it take the ball to hit the elevator floor, assuming once again that it is dropped from a height of 2.1 m?

Ok, I got part a) ... Now with this part,

I know, need to use the same equation, but how to plug in?
 
  • #11
Ball's position x = x0 + v0t - 1/2gt^2 = 2.1 + 4.6t - 1/2gt^2

Elevator's position y = y0 + v0t + 1/2at^2 = 4.6t + 1/2*1.2t^2

Solve for solve x = y for t
 
  • #12
Imagine you have a camera inside and someone in a room is looking to a TV conected to it.He can not observe if the elevator is in repaos or has a constant speed .He can observe (is possible)only if it has acceleration. So ,in this situation,the time belongs to this equation :h=g*squaret:2 with h=1,8m g=10m/s2 .
 
  • #13
Naeem said:
b) Now let's try a somewhat harder variation on this problem. Suppose instead that the elevator is accelerating upward with constant acceleration a = 1.2 m/s2 and that the upward speed of the elevator at the instant the ball is dropped, is 4.6 m/s. Now how long does it take the ball to hit the elevator floor, assuming once again that it is dropped from a height of 2.1 m?

Ok, I got part a) ... Now with this part,

I know, need to use the same equation, but how to plug in?

You can add the two accelerations. The acceleration due to gravity, of the ball is 9.8 m/s2 (downward) and the elevator is accelerating upward at 1.2 m/s2. The ball is accelerating toward the floor of the elevator at 9.8+ 1.2= 11.0 m/s2. Again the initial speed of the elevator is irrelevant- the ball also has that initial speed.

1.2= (1/2)(11.0)t2.
 
  • #14
Yeah, I got it !
Thanks,,
 

FAQ: Solving Elevator Problem: How Long for a Ball to Drop?

What is the "elevator problem"?

The elevator problem refers to the issue of determining the best algorithm for controlling the movement of elevators in a building to efficiently transport passengers between floors.

Why is the elevator problem important?

The elevator problem is important because it has a significant impact on the efficiency and functionality of buildings, particularly tall or high-traffic ones. A well-designed elevator algorithm can reduce wait times and increase passenger satisfaction.

What are some common solutions to the elevator problem?

Some common solutions to the elevator problem include the First Come First Serve (FCFS) algorithm, where the elevator serves passengers in the order they enter; the Shortest Seek Time First (SSTF) algorithm, where the elevator prioritizes serving the closest passengers; and the Scan algorithm, where the elevator moves up or down the building in a continuous pattern.

What factors should be considered when designing an elevator algorithm?

When designing an elevator algorithm, factors such as building layout, passenger distribution, elevator capacity, and peak traffic times should be considered. These factors can greatly impact the efficiency and effectiveness of the algorithm.

How can technology and data be used to improve elevator algorithms?

Advances in technology and the use of data can greatly improve elevator algorithms. For example, sensors can be used to track passenger traffic and adjust the elevator algorithm accordingly, and machine learning algorithms can be used to continuously optimize elevator performance based on data analysis.

Back
Top