- #1
yrjosmiel
- 53
- 5
Let's say there are two objects. One is thrown directly downward at v0 and the other is thrown horizontally (90 degrees) at v0, both from height h. Which object will have a higher speed by the time they hit the ground? Would they have the same speed?
For the object thrown downward...
h = (vf2 - v02)/2a
vfy axis = sqrt(v02 + 2ah)
final speed = sqrt(v02 + 2ah)
For the object thrown horizontally
vy axis = sqrt(2ah)
vx axis = v0
add the two vectors
vftotal = sqrt(v02 + 2ah)
Is this right? Or have I miscalculated something in the way?
For the object thrown downward...
h = (vf2 - v02)/2a
vfy axis = sqrt(v02 + 2ah)
final speed = sqrt(v02 + 2ah)
For the object thrown horizontally
vy axis = sqrt(2ah)
vx axis = v0
add the two vectors
vftotal = sqrt(v02 + 2ah)
Is this right? Or have I miscalculated something in the way?