- #1
jambraun
- 12
- 0
Homework Statement
A projectile is fired from a cannon at X-distance of 25m (X=25), height 10m (y=10), and fixed angle (53-degrees). After 3 seconds, the projectile hits its mark at different height 50m (y=50), and at a range of 175m (X=200). Gravity is normal and there is no wind resistance.
What is the original velocity of the projectile, required equations to find the original velocity, and the equation showing the position of the projectile at any value of 'Time'.
Gravity = -9.8m/s
Starting X = 25m
Range (X to target) = 175m
Firing Angle = 53-degrees
Starting height (Y) = 10m
Target/End height (Y) = 50m
Time in air = 3s
Unknowns = Velocity(original X), Velocity (original Y)
I'm looking to apply this to a game I'm programming but haven't been able to make headway on the equations for months now. I've come close with an example from Khan (https://www.khanacademy.org/science...launching-and-landing-on-different-elevations) and a few others but I can't seem to re-write the equations to solve for initial velocity, and then the proper equation to find the position of the projectile at any value of 't' (time), but I think that's a standard equation once I find the original velocity. Any help is much appreciated!