When and where do two thrown coconuts collide?

  • Thread starter Thread starter 5.98e24
  • Start date Start date
  • Tags Tags
    Motion Physics
AI Thread Summary
The discussion revolves around calculating the collision point and time of two coconuts, one dropped from a 50-meter cliff and the other thrown upward with an initial velocity of 15 m/s. The approach involves using kinematic equations to determine the positions and velocities of both coconuts over time. Initial calculations suggest that the coconuts do not collide at 1.5 seconds, as they are still 27.475 meters apart. Further analysis indicates a potential collision time of 3.1 seconds, but the exact distance remains uncertain, leading to confusion about the feasibility of the results. The problem highlights the need for a consistent method to equate the positions of both coconuts at the same time to find the collision point accurately.
5.98e24
Messages
30
Reaction score
0

Homework Statement


A monkey is standing on the top of a cliff 50 metres high and drops a coconut. His friend is standing at the base of the cliff and throws a coconut upward with an initial velocity of 15m/s. At what distance and at what time will the two coconuts collide?

Homework Equations


v2 = u2 + 2as

The Attempt at a Solution


Monkey throwing down:
v2 = u2 + 2as
v2 = 2(9.81m/s2)(50m)
v2= 981.m/s
v = 31.m

a = (v2 - v1) / t
a = (31.m/s - 0m/s) / t
a = 31.m/s / t
t = 31.m/s / 9.81m/s2
t = 3.1s

Monkey throwing up:
v2 = u2 + 2as
0m/s = (15m/s)2 + 2(-9.81m/s2)s
0m/s = 225m/s - 19.6m/s2s
-225m/s = -19.6m/s2s
s = 11.5m

a = (v2 - v1) / t
-9.81m/s2 = (0m/s - 15m/s) / t
-9.81m/s2 = -15m/s / t
t = -15m/s / -9.81m/s2
t = 1.5s

I have the initial and final velocities, the distances, the acceleration, and the times for both coconuts. I'm not sure how to find when the balls actually meet and where they meet. At first, I thought you were supposed to subtract the two times but then I realized that doesn't actually give you the time when the coconuts collided. Thank you in advance for your help.
 
Physics news on Phys.org
Welcome to PF!

Hi 5.98e24! Welcome to PF! :smile:
5.98e24 said:
A monkey is standing on the top of a cliff 50 metres high and drops a coconut. His friend is standing at the base of the cliff and throws a coconut upward with an initial velocity of 15m/s. At what distance and at what time will the two coconuts collide?

Homework Equations


v2 = u2 + 2as

Nooo … you need the two coconuts to have the same s at the same t, so you need a constant acceleration equation that involves s and t :wink:
 
It looks like they collide after the coconut going up starts going down, so:

My attempt at the solution

Monkey throwing up coconut 2:
v2 = u2 + 2as
0m/s = (15m/s)2 + 2(-9.81m/s2)s
0m/s = 225m/s - 19.6m/s2s
-225m/s = -19.6m/s2s
s = 11.5m

a = (v2 - v1) / t
-9.81m/s2 = (0m/s - 15m/s) / t
-9.81m/s2 = -15m/s / t
t = -15m/s / -9.81m/s2
t = 1.5s

Monkey dropping down coconut 1:
delta s = vt+.5at^2
delta s = (0)t + -4.9t^2
t = 1.5s
delta = -4.9(1.5)^2
delta s = -11.025 m, meaning the coconuts have not collided by that point 1.5s
50 - 11.025 = 38.975 meters
location of coconut 2 is 11.5 m
distance between the two at 1.5s = 38.975 - 11.5 = 27.475 m

Then, I'll need its velocity at that point, so:
vf^2 = vi^2 + 2as
vf^2 = 0 + 2*9.8*11.025
vf = -14.7 m/s

So, setting up the problem from there:

coconut 2
vi = 0
vf= ?
t = tcollision
delta s = x
a = -9.8

coconut 1
vi = vf (see above) = -14.7 m/s
vf = ?
delta s = x +27.475
t = tcollision
a = -9.8

Combining the two:
delta s = vt+.5at^2
coconut 1
x = 0(t) + 4.9 t^2
coconut 2
x+11.025 = 14.7t + 4.9t^2
x = 14.7t + 4.9t^2 - 27.475

Combine: 4.9t^2 = 4.9t^2 + 14.7t - 27.475
Solve for t, = 1.87 seconds

.75 + 1.5 = 3.36 seconds

Plug in t(1.87) and Solve for x, = 17.1 meters
11.5 - 17.1 meters = - 6, which is impossible

I dunno; Maybe they collide at 3.1 seconds on the ground.
 
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...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top