How Fast Should the Second Stone Be Thrown to Hit the Ground Simultaneously?

AI Thread Summary
To determine the initial velocity needed for the second stone to hit the ground simultaneously with the first, calculations show that the first stone, dropped from 18.3 m, takes approximately 1.8 seconds to fall 15.8 m. The second stone must cover the full 18.3 m in the same time frame, leading to the equation 18.3 m = Vo(1.8 s) + 1/2(9.8 m/s²)(1.8 s)². Solving this gives an initial velocity of approximately 1.35 m/s for the second stone, with the sign convention indicating that downward acceleration can be treated as positive. The discussion emphasizes the importance of consistent sign conventions in physics problems. Understanding these conventions can help avoid confusion in calculations.
Physicsnoob90
Messages
51
Reaction score
0

Homework Statement


While standing on a bridge 18.3 m above the ground, you drop a stone from rest. When the stone has fallen 2.50 m, you throw a second stone straight down. What initial velocity must you give the second stone if they are both to reach the ground at the same instant? Take the downward direction to be the negative direction.


Homework Equations


Free fall problem


The Attempt at a Solution



1) stone 1:
V0 = 0
a= -9.8 m/s^2
y= 18.3m - 2.50m = 15.8m

Stone 2:
a= -9.8 m/s^2
y= -?
 
Physics news on Phys.org
This is my take on it, but I encourage corrections where there may be mistakes:

Stone 1: Δx=15.8 m
V0= 0 m/s
a= +9.8 m/s2

Use Formula: Δx=V0t + 1/2at2
15.8=4.9t2
3.2=t2
1.8 s=t

Stone 2: Δx= 18.3 m
V0= ?
a= +9.8 m/s2

Use Formula again, substitute t= 1.8 to get 1.3 m/s for V0
 
why is a=+9.8m/s^2? I thought acceleration would be Negative because you are going downward
 
so from where you left off

X= Vo t + 1/2 a t

18.3m = Vo(1.8s) + 1/2(9.8m/s^2) (1.8)^2

Vo = -1.35 m/s
 
Close. Just change the sign to positive so your answer should be 1.35 m/s.
 
Physicsnoob90 said:
why is a=+9.8m/s^2? I thought acceleration would be Negative because you are going downward
The sign convention is arbitrary. You can use any convention as long as you are consistent. When you start a problem, you should state what convention you are using.

For many problems it is convenient to choose the positive direction to be "downwards", in which case you write "+y = down", which means that gravity is positive, so: ag=+9.8m/s/s = g

This also means that a positive initial velocity will be downwards, and positive distances are below the starting height.

You chose to make "+y = up" so that gravity is negative, so: ag=-9.8m/s/s = -g
This probably makes more intuitive sense, but can make mistakes easier.

Basically the acceleration vector points in the same direction as the net force.
 
Back
Top