How can I calculate projectile distance with limited information?

  • Thread starter Thread starter lukus09
  • Start date Start date
  • Tags Tags
    Projectile
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
lukus09
Messages
32
Reaction score
0
i am looking to find the projectile distance if an object (any object) was launched at 50 degrees considering the only information i know is u and v and theta (50)

can someone help me out on the formula i need in order to calculate the range?
 
Physics news on Phys.org
as this is a projectile you also know the accelration in the vertical direction to be gravity. 9.81 m/s^2.

what you want to do is separate this question into vertical and horizontal. so if you konw the inital velocity, u, at an angle of 50 then you can work out the vertical intial velocity using basic trigonometry.

vertical: you now have vertical inital velocity,u, and you know that when it reaches its heighest point its final velocity, v, will be 0. now you have u, v, a and so you can find the time in the air using v = u + at. once you have found t, double it so you have the total time in the air until it hits the floor and you can use this time for you horizontal calculations.

horizontal: you now have time, t, and you can find the inital velocity again using tigonometry and now just you the equation speed = distance/time to find your projectile distance.
sorry its a bit of a long explanation. i hope it helps

i also think there's a range equation that looks a lil somehting like this

R = [v^2sin2(theta)]/g

but I am not 100% sure about that