Need help with mechanics exercise - Vertical motion of 3 balls

AI Thread Summary
The discussion centers on a mechanics exercise involving three balls with different motions. Ball 1 is accelerated upwards for one second, while Ball 2 is launched upwards with a specific velocity after Ball 1's acceleration stops, and Ball 3 is dropped from a height of 60 meters. The main tasks are to calculate the maximum height (hm) reached by Ball 1 and the time interval between the launch of Ball 2 and the drop of Ball 3. The key to solving the problem lies in expressing the heights and velocities of the balls in terms of the unknown acceleration of Ball 1. Participants provided hints that helped clarify the relationships between the balls' motions, leading to a successful resolution of the exercise.
Joze
Messages
2
Reaction score
0

Homework Statement


So I've been stuck on this exercise for a few hours now, maybe you can help out:

3 balls meet at the same height hm.
Ball 1 is accelerated straight up into the air for 1s from height 0.
When the acceleration stops, ball 2 is launched straight up from height 0 with v2 = 29.358 m/s.
A short time later ball 3 is dropped from height hc=60m.
Each ball has a mass of 1g. The height hm is the maximum height that ball 1 reaches on its flight path.
Friction can be neglected.
1) calculate hm and the acceleration a of ball 1.
2) what is the time between the moment, that ball 2 is launched and the moment ball 3 is dropped from the ceiling hc=60m?

Homework Equations


Kinematic equations for constant acceleration

The Attempt at a Solution


I defined:
t0 as the time that the acceleration of ball 1 stops and ball 2 is launched with v2 = 29.358 m/s
t1 as the time that ball 3 is dropped from the ceiling = ?
t2 as the time at which all balls are at height hm = ?
hm as the height at which all balls meet = ?
h1 as the height at which the acceleration of ball 1 stops = ?
hc as the height of the ceiling = 60m
v1 as the velocity of ball 1 when the acceleration stops = ?
v2 as the initial velocity of ball 2 = 29.358 m/s

Then I tried to come up with kinematic equations for all 3 balls:
- Ball 1:
eq1: hm = h1 + v1*t2 - 0.5*g*t22
eq1.1: v12 = 2*g*(hm-h1)
- Ball 2:
eq2: hm = v2*t2 - 0.5*g*t22
- Ball 3:
eq3: hm = hc - 0.5*g*(t2 - t1)2

I wrote the height of ball 1 as a function of time:
h(t) = -0.5*g*t2 + v1*t +h1

The height at which the balls meet is the max point of the function above so I set the first derivative = 0 and solved for t:
h'(t) = -g*t + v1 = 0
So t = v1/g which should be t2

I tried out plugging that into equation 1 and 2 and I also tried to set eq1 = eq2 to solve for something, but from that point I just went in circles and I just can't figure out how to proceed. Maybe I'm blind to something obvious because I've been trying for so long to solve this.

I would really appreciate any help or hints on how to go on from there.
Thanks in advance for your time.
 
Last edited by a moderator:
Physics news on Phys.org
Joze said:

Homework Statement


So I've been stuck on this exercise for a few hours now, maybe you can help out:

3 balls meet at the same height hm.
Ball 1 is accelerated straight up into the air for 1s from height 0.
When the acceleration stops, ball 2 is launched straight up from height 0 with v2 = 29.358 m/s.
A short time later ball 3 is dropped from height hc=60m.
Each ball has a mass of 1g. The height hm is the maximum height that ball 1 reaches on its flight path.
Friction can be neglected.
1) calculate hm and the acceleration a of ball 1.
2) what is the time between the moment, that ball 2 is launched and the moment ball 3 is dropped from the ceiling hc=60m?

Homework Equations


Kinematic equations for constant acceleration

The Attempt at a Solution


I defined:
t0 as the time that the acceleration of ball 1 stops and ball 2 is launched with v2 = 29.358 m/s
t1 as the time that ball 3 is dropped from the ceiling = ?
t2 as the time at which all balls are at height hm = ?
hm as the height at which all balls meet = ?
h1 as the height at which the acceleration of ball 1 stops = ?
hc as the height of the ceiling = 60m
v1 as the velocity of ball 1 when the acceleration stops = ?
v2 as the initial velocity of ball 2 = 29.358 m/s

Then I tried to come up with kinematic equations for all 3 balls:
- Ball 1:
eq1: hm = h1 + v1*t2 - 0.5*g*t22
eq1.1: v12 = 2*g*(hm-h1)
- Ball 2:
eq2: hm = v2*t2 - 0.5*g*t22
- Ball 3:
eq3: hm = hc - 0.5*g*(t2 - t1)2

I wrote the height of ball 1 as a function of time:
h(t) = -0.5*g*t2 + v1*t +h1

The height at which the balls meet is the max point of the function above so I set the first derivative = 0 and solved for t:
h'(t) = -g*t + v1 = 0
So t = v1/g which should be t2

I tried out plugging that into equation 1 and 2 and I also tried to set eq1 = eq2 to solve for something, but from that point I just went in circles and I just can't figure out how to proceed. Maybe I'm blind to something obvious because I've been trying for so long to solve this.

I would really appreciate any help or hints on how to go on from there.
Thanks in advance for your time.
Ball 1 accelerates at rate ##a## for the first second, so at time ##t=1## is at height ##a/2## and has upward speed ##a##. (Easiest: let ##a## be dimensionless, so the initial acceleration is ##a## m/sec^2, and let time be dimensionless, so that time is ##t## sec.) Anyway, for ##t > 1## the altitude of Ball 1 is ##h_1 = a/2 + a(t-1) - 1/2 g (t-1)^2##. Set the t-derivative to 0 to get ##t_m,## the maximum-height time. You can also get the maximum height ##h_m## by substituting ##t=t_m## into the equation for ##h##. So far, everything will still depend on the unknown acceleration ##a##.

At time ##t > 1## the height of Ball 2 is ##h_2 = v_0 (t-1) - 1/2 g (t-1)^2## (where ##v_0 = 29.358##), and this must equal ##h_m## at ##t = t_m##. That gives you an equation in ##a## which you can solve.
 
  • Like
Likes Joze
Thank you SO much!
Expressing the height and velocity of ball 1 with dependency on a was the missing piece.
Solved it now with your hints :)
Have a nice day!
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top