When Do Two Stones Meet in the Air?

  • Thread starter Thread starter Matthematic
  • Start date Start date
  • Tags Tags
    stones
AI Thread Summary
The discussion revolves around a physics problem involving two stones thrown vertically with the same initial velocity. The first stone is thrown at 20.5 m/s, and the second is thrown 4 seconds later. The user consistently calculates the meeting height as 1.84 meters but is informed this is incorrect. After further analysis, it is suggested that using the more precise value of gravity (9.81 m/s²) instead of 9.8 m/s² may yield the correct answer, potentially around 1.80 meters. The user plans to verify this with their professor and share the correct solution for future reference.
Matthematic
Messages
5
Reaction score
0

Homework Statement


Suppose you throw a stone straight up with an initial velocity of 20.5 m/s and, 4.0 s later you throw a second stone straight up with the same initial velocity. The first stone going down will meet the second stone going up. At what height above the point of release do the two stones meet?


Homework Equations



xf = xi + vit + (at2)/(2)

The Attempt at a Solution



So far I have setup an equation for each stone involving 't' and set them equal to find the time the stone meets in the air, and then attempted to solve for the height of either stone at time 't'. My answer in consistently 1.84 meters. I keep getting told this is the wrong answer.

So far I have this
vt-gt^2 = v(t-4) - g(t-4)^2
simplified to:
t = (v/g) + 2
Plug in numbers to get:
t = 4.0918;
plug 't' into the position function for stone 1:
height = 20.5(4.0918)-9.8(4.0918^2) = 1.84 meters.

I'm not sure what's going on, I have also tried using (t+4) for tone #2, but the problem still turns out to be wrong.
 
Physics news on Phys.org
Matthematic said:

Homework Statement


Suppose you throw a stone straight up with an initial velocity of 20.5 m/s and, 4.0 s later you throw a second stone straight up with the same initial velocity. The first stone going down will meet the second stone going up. At what height above the point of release do the two stones meet?


Homework Equations



xf = xi + vit + (at2)/(2)

The Attempt at a Solution



So far I have setup an equation for each stone involving 't' and set them equal to find the time the stone meets in the air, and then attempted to solve for the height of either stone at time 't'. My answer in consistently 1.84 meters. I keep getting told this is the wrong answer.

So far I have this
vt-gt^2 = v(t-4) - g(t-4)^2
simplified to:
t = (v/g) + 2
Plug in numbers to get:
t = 4.0918;
plug 't' into the position function for stone 1:
height = 20.5(4.0918)-9.8(4.0918^2) = 1.84 meters.

I'm not sure what's going on, I have also tried using (t+4) for time #2, but the problem still turns out to be wrong.
(Fixed some typos in Edit.)


Hello Matthematic. Welcome to PF !

Thanks for using the template correctly.

Why would you use t + 4 for anything?


Show some steps in going from

vt - (g/2)t2 = v(t-4) - (g/2)(t-4)2

to

t = (v/g) + 2​

To quickly check your answer, plug the value of t that you get into each side of

vt - (g/2)t2 = v(t-4) - (g/2)(t-4)2

to verify that the result makes sense.
 
Last edited:
Math fun

Why would you use t + 4 for anything?

I thought maybe my mistake was that I should calculate as t=0 for first stone, and t=4 for the second stone (t and t+4). I thought wrong.

Show some steps in going from
Code:
vt-gt[SUP]2[/SUP] = v(t-4) - g(t-4)[SUP]2[/SUP]
to
Code:
t = (v/g) + 2

vt+(-\frac{g}{2})t2=v(t-4)+(-g)(t-4)2
vt - \frac{g}{2}t2=vt - 4v - \frac{g}{2}t2 + 4gt - 8g //expand and distribute.
0 = -4v + 4gt -8g // cancel out terms that exists on both sides.
4v + 8g = 4gt // Move terms over to the other size to isolate the 't'
\frac{v}{g} + 2 = t // divide by 4g.
Put in 20.5 s 'v' and 9.8 as 'g'
t = 4.0918
Now use 't' in the position function to determine what height the stones are at at the time that they are the same height.
s(t) = 20.5(4.0918) - \frac{9.8}{2}(4.09182) = 1.8413 meters. (wrong answer)

At the time of my writing this, I had a thought. Is that function above the velocity function or the position function? I thought it was the position function. Perhaps my error is that I should integrate the function and then plug in t? I'm not to sure, I only have one more try or I get marked wrong for the problem.
 
Matthematic said:
I thought maybe my mistake was that I should calculate as t=0 for first stone, and t=4 for the second stone (t and t+4). I thought wrong.



vt+(-\frac{g}{2})t2=v(t-4)+(-g)(t-4)2
vt - \frac{g}{2}t2=vt - 4v - \frac{g}{2}t2 + 4gt - 8g //expand and distribute.
0 = -4v + 4gt -8g // cancel out terms that exists on both sides.
4v + 8g = 4gt // Move terms over to the other size to isolate the 't'
\frac{v}{g} + 2 = t // divide by 4g.
Put in 20.5 s 'v' and 9.8 as 'g'
t = 4.0918
Now use 't' in the position function to determine what height the stones are at at the time that they are the same height.
s(t) = 20.5(4.0918) - \frac{9.8}{2}(4.09182) = 1.8413 meters. (wrong answer)

At the time of my writing this, I had a thought. Is that function above the velocity function or the position function? I thought it was the position function. Perhaps my error is that I should integrate the function and then plug in t? I'm not to sure, I only have one more try or I get marked wrong for the problem.
Everything looks fine.

Do you get the same answer plugging into
v(t-4) - (g/2)(t-4)2 ?​
 
Alternative formulae

SammyS said:
Everything looks fine.

Do you get the same answer plugging into
v(t-4) - (g/2)(t-4)2 ?​

Yes.

Update:

Using

vf = vi +at2

and

d = ((vi + vf)/2) *t

I have calculated displacement again getting the same answer.

Edit: I think its time to move on. When I get the solution from the professor or a student who got it right, ill post it here for any future googlers who find this tragic story.
 
Last edited:
Could it be as simple as you having to use g = 9.81 m/s2 and then getting something like 1.80 m ?
In which case you've done everything right, but different from what's in the answer book... c.q. the poor computer.
 
Matthematic said:
Yes.

Update:

Using

vf = vi +at2

and

d = ((vi + vf)/2) *t

I have calculated displacement again getting the same answer.

Edit: I think its time to move on. When I get the solution from the professor or a student who got it right, ill post it here for any future googlers who find this tragic story.
How do you know it's the wrong answer.

If this is graded by some website homework service, or the like, it may be as simple as a problem of an incorrect number of significant digits.
 
My professor is doing me a favor because I turned it in early, he said I can still try one more time to get it right. Ill try the more accurate gravity constant. But ill make sure to figure out what went wrong and post it.
 
I made a guess based on the sig-figs of the other numbers and used 1.80 (instead of 1.84) and I got it right. This is going to be a long semester if more stuff like this happens.
 
  • #10
No big deal: you did the right things, only used 9.8 instead of 9.81. Semesters look a lot shorter once you gather some experience with them :smile:
 
Back
Top