Kinematics: falling stone question

Click For Summary

Homework Help Overview

The problem involves kinematics, specifically analyzing the motion of a stone thrown upward from a building's roof and its subsequent fall to the ground. The original poster seeks to determine the time the stone is in the air and its impact velocity, given initial conditions and gravitational acceleration.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss various methods to calculate the time the stone is in the air, including breaking the motion into upward and downward phases. Some express confusion over the original poster's calculation of time and suggest alternative approaches.

Discussion Status

There is ongoing exploration of different methods to solve for time, with some participants questioning the assumptions made in the original calculations. Guidance has been offered regarding the need to consider the stone's upward motion before it begins to fall.

Contextual Notes

Participants note the importance of maintaining precision in calculations and the potential impact of rounding errors. There is also mention of the need to account for the stone's initial upward velocity when determining the total time in the air.

AStupidHippo
Messages
11
Reaction score
1

Homework Statement


While standing at the edge of the roof of a building, you throw a stone upward with an initial speed of 6.91 m/s. The stone subsequently falls to the ground, which is 16.5 m below the point where the stone leaves your hand. At what speed does the stone impact the ground? How much time is the stone in the air? Ignore air resistance and take g = 9.81 m/s2.

I solved for impact velocity fairly easily. v=19.2 m/s

I'm having trouble with finding time. I have to use an online HW submitter (Sapling Learning), but it keeps saying I'm wrong.

Homework Equations


v^2 = u^2 +2as
v=u+at

The Attempt at a Solution

[/B]

19.2 = 6.91 + 9.81(t)
12.29=9.81(t)
t=1.25 seconds
Apparently this is wrong: http://prntscr.com/cdptl8
 
Physics news on Phys.org
Greetings.

Could you show how you come up with t = 1.25s?

I tried the problem myself, and I do get a different answer, using your formula: v = v0 + at
You have to make the formula be based on t instead, which gives you: t = (v - v0) / a

Now I did the calculation twice: once for figuring out the air-time the stone uses to the top of the upward throw, and one for calculating the amount of time the stone takes from the top of the throw all the way to the bottom.

The first calculation has v0 = 6.91
The second calculation has v0 = 0

In the first calculation, a will be negative (assuming we've set a positive direction upwards)
In the second calculation, a will be positive.

This gives you two numbers you should be able to add together to see the total amount of air time. There's probably a better method of doing this in one calculation.
 
Hans Herland said:
Greetings.

Could you show how you come up with t = 1.25s?

I tried the problem myself, and I do get a different answer, using your formula: v = v0 + at
You have to make the formula be based on t instead, which gives you: t = (v - v0) / a

Now I did the calculation twice: once for figuring out the air-time the stone uses to the top of the upward throw, and one for calculating the amount of time the stone takes from the top of the throw all the way to the bottom.

The first calculation has v0 = 6.91
The second calculation has v0 = 0

In the first calculation, a will be negative (assuming we've set a positive direction upwards)
In the second calculation, a will be positive.

This gives you two numbers you should be able to add together to see the total amount of air time. There's probably a better method of doing this in one calculation.

Hi!

So this is what I did: (Impact velocity - initial velocity)/a = t
(19.2-6.91)/9.81=t
This gave me t=1.25
 
AStupidHippo said:
Hi!

So this is what I did: (Impact velocity - initial velocity)/a = t
(19.2-6.91)/9.81=t
This gave me t=1.25

This should give you the time it would take for the stone to drop if it was thrown directly towards the ground. Since the stone is thrown upwards, you'll need to find the time it takes for the stone to travel with initial velocity of 6.91, to impact velocity of 0 (where the stone starts dropping).
 
Hans Herland said:
This should give you the time it would take for the stone to drop if it was thrown directly towards the ground. Since the stone is thrown upwards, you'll need to find the time it takes for the stone to travel with initial velocity of 6.91, to impact velocity of 0 (where the stone starts dropping).

Ok. So I should make v= 0 and solve for time with this: 0=6.91-9.81t
t=.7
And then I add it it to 1.25? So the answer is 1.25+.7= 1.95
 
AStupidHippo said:
Ok. So I should make v= 0 and solve for time with this: 0=6.91-9.81t
t=.7
And then I add it it to 1.25? So the answer is 1.25+.7= 1.95

You should re-check the 1.25 number, since that's still based on the time it would have taken for the stone to drop at the height it was thrown in. Remember that it now drops from a higher altitude, making the drop longer than before, and the initial velocity of the drop is 0.

Since the stone was thrown up into the air, it accelerated downwards due to gravity, making it slow down and eventually "stop". When this happens, the stones velocity starts accelerating again, but this time the velocity also points downwards.

I got 0.7 seconds as well when calculating the time it takes for the stone to reach the top of the throw.
 
  • Like
Likes   Reactions: AStupidHippo
Hans Herland said:
You should re-check the 1.25 number, since that's still based on the time it would have taken for the stone to drop at the height it was thrown in. Remember that it now drops from a higher altitude, making the drop longer than before, and the initial velocity of the drop is 0.

Since the stone was thrown up into the air, it accelerated downwards due to gravity, making it slow down and eventually "stop". When this happens, the stones velocity starts accelerating again, but this time the velocity also points downwards.

I got 0.7 seconds as well when calculating the time it takes for the stone to reach the top of the throw.

Yes. It's 1.25+.7+.7=2.6. This is the correct answer. Thank you!
 
  • Like
Likes   Reactions: Hans Herland
Alternatively you could use the v=vo +at formula, but have v0 be negative, because at the bottom you are moving the oppositve way of the intitial throw. If you have movement in two different different directions one of the values has to be negative.
 
  • Like
Likes   Reactions: AStupidHippo
LogarithmLuke said:
Alternatively you could use the v=vo +at formula, but have v0 be negative, because at the bottom you are moving the oppositve way of the intitial throw. If you have movement in two different different directions one of the values has to be negative.
Indeed, this is the correct way to solve the problem. Since acceleration is constant throughout, it is quite unnecessary to break it into separate upward and downward stages.
 
  • Like
Likes   Reactions: AStupidHippo
  • #10
how did you find the impact velocity?
 
  • Like
Likes   Reactions: Delta2
  • #11
needhelppls said:
how did you find the impact velocity?
See the relevant equations in post #1.
 
  • #12
I think OP's original solution was fine - just need to be careful not to round off answers too early.
 
  • #13
neilparker62 said:
I think OP's original solution was fine - just need to be careful not to round off answers too early.
As in post #1? The correct answer is given in post #7.
 
  • #14
haruspex said:
As in post #1? The correct answer is given in post #7.

Apologies. Had OP used -6.91 as initial velocity instead of 6.91, the approach would have been correct. Although he should probably use the non-rounded answer to the first part (impact velocity). Or at least maintain all calculations correct to 2 dp consistent with g=9.81 m/s^2.

As you've said there was no real need to break the time problem into two parts but many students seem to prefer doing things that way.

One could also use ## v_{av}Δt=16.5## where ##v_{av}=\frac{-6.91+19.27}{2}##
 

Similar threads

Replies
23
Views
3K
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 24 ·
Replies
24
Views
2K
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K