
Amos J. answered 09/19/17
Tutor
4.9
(34)
Math and Physics
Hi Gnarls,
I'm assuming that these objects are being thrown upwards from the surface of the earth, so they're affected by gravity?
Here's what I've got. Let's compare.
For the first object, I have the kinematic equation:
y1 = (16m/s)t - (4.9m/s2)t2
For the second object, I have the same kinematic equation, except it's delayed by two seconds, so I'll replace t with (t - 2s):
y2 = (16m/s)(t - 2s) - (4.9m/s2)(t - 2s)2
We want to know when and where the two objects meet, so let's set y1 = y2 and solve for t:
(16m/s)t - (4.9m/s2)t2 = (16m/s)(t - 2s) - (4.9m/s2)(t - 2s)2
(16m/s)t - (4.9m/s2)t2 = (16m/s)t - (32m) - (4.9m/s2)t2 + (19.6m/s)t - (19.6m)
The first and second terms on the left hand side will cancel out the first and third terms on the right hand side:
0 = -(32m) + (19.6m/s)t - (19.6m)
0 = (19.6m/s)t - 51.6m
Solve for t:
t = 51.6m / (19.6m/s)
t = 2.632653s
So that's when they meet. Let's plug t = 2.632653s back into either of the two kinematic equations to find where they meet:
y1 = (16m/s)(2.632653s) - (4.9m/s2)(2.632653s)2
y1 = 8.161224m.
y2 = (16m/s)(2.632653s - 2s) - (4.9m/s2)(2.632653s - 2s)2
y2 = 8.161224m.
Since we've got the same answer from both kinematic equations, we can be pretty sure that this is the right answer.
Hope this has helped!