Calculating Jump Landing Position

  • Thread starter Thread starter Bozzy
  • Start date Start date
  • Tags Tags
    Jump Position
AI Thread Summary
To calculate the landing position of a jumper in 3D space, consider the effects of gravity and initial speed. The total time in the air can be determined using the equation T = 2*sqrt(2h/g), where h is the jump height and g is the acceleration due to gravity. This time is then used to calculate the horizontal distance traveled using the equation r = 2v*sqrt(2h/g), where v is the initial velocity. The calculations assume minimal air resistance, allowing for straightforward application of physics principles. Understanding these equations will help in accurately determining the landing position.
Bozzy
Messages
2
Reaction score
0
Hi,

I need a bit of help with the following:

I need to calculate the landing position of a man if he jumped, using his speed, gravity and jump height. This needs to be done in 3D-space.

I would use the template, but I really don't know where to start. I imagine it's something to do with momentum and such, but I'm really struggling to grasp what I need to do.

Any sort of help at all would be great!

Thanks,
Rich
 
Physics news on Phys.org
Why do you need to do it in 3D space for? Is there an associated diagram with the man jumping in (x,y,z) coordinates?
 
Assuming drag force from air is minimal to 0, the time it takes for an object to fall is independent of its speed along the x or z axis (w/o air a bullet and a dropped ball will fall with the same speed.)
Therefore, using his jump height, his initial speed along the y-axis and some basic equations, you can figure out how long he'll be in the air. Therefore, by knowing time (t), and the velocities in the x and z direction determine how far he'll go in each direction.

The problem may be more complex and beyond me (i've only taken AP physics), but i hope this helps.
 
Hi,

Well, that sounds like it's what I want... Can you write the equation I would need? It's easier for me to grasp stuff from equations!

Cheers,
Rich
 
Well the easiest way to do this is to realize that without air resistance or anything interfering with his jump that the total time of the jump is equal to twice the time it would take him to fall from that height. It takes the same time to go up as it does to come down in this case.

So we simply calculate the free-fall time from a height 'h' and multiply it by two giving:
T = 2*sqrt(2h/g)
where T is the total time he spends in the air (including going up), and g is the positive acceleration due to gravity.

The rest is easy since we now know the time simply use the equation v = d/t
and you can see that the position (assuming he lands at a place level with his original surface) is directly in front of him a distance of 'r' :
r = 2v*sqrt(2h/g)
v is his velocity before jumping.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top