Gwapo O.
asked 10/02/18Formula that predicts the location of moving enemy
A rocket that explodes not on impact, but explodes on a timer will be shot from myself to the enemy. The timer can only be inputted at the start of the shot. The rocket can only go straight and has a speed of 1500m/s . The enemy is moving in a straight line at a 135 degree angle with a speed of 400m/s. The distance between myself and my enemy is 5000m. I need a formula that predicts the precise time until the rocket should explode so that it will explode directly on my enemy's location.
More
1 Expert Answer
Arturo O. answered 10/03/18
Tutor
5.0
(66)
Experienced Physics Teacher for Physics Tutoring
Assumptions:
All motion occurs in the x-y plane, and it is a horizontal plane.
The rocket launches from the origin (0,0)
Rocket moves only in a straight line at speed v = 1500 m/s
Initial position of target: (x0,y0). In this problem, x0 = 5000, y0 = 0.
Direction target moves: θ (above +x axis). In this problem, θ = 135°.
Speed of target: u. In this problem, u = 400 m/s
You need to solve for the time-to-target t and a launch angle φ for the rocket, above the x-axis. At time t, the rocket and target must arrive at the same point, so
x-coordinate of intercept point:
(v cosφ)t = x0 + (u cosθ)t
y-coordinate of intercept point:
(v sinφ)t = y0 + (u sinθ)t
You have to solve a system of 2 equations in 2 unknowns t and φ:
(v cosφ)t = x0 + (u cosθ)t
(v sinφ)t = y0 + (u sinθ)t
(v sinφ)t = y0 + (u sinθ)t
This is not a linear system, so it may need to be solved by numerical methods or graphing methods.
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Arturo O.
10/02/18