of the plane?
What did I win.
if the plane is a f-22 raptor, then on paper it evaded the missile.
if the plane is the f-35 joint strike fighter, then it never left the ground.
if the missile is American made, then it never hits the plane even if it's a crop duster.
Am I rite?
5000 / 183.333 = 27.27 seconds.
Break it into two chunks of 15 seconds:
1) missile travels straight up 2750 meters
plane travels 2500 meters
Now they are 3700 meters apart
2) missile travels at an angle 2750 meters
plane travels another 2500 meters
missile at altitude of about 4700
distance is now about 3100 apart
3) the angle becomes negligible so the rest is covering the remaining 3100 meters
since the distance closed is 1000 meters per minute, I give it another 3 minutes and 6 seconds
My answer then is 3 minutes and 36 seconds
I'm so far away from my days of acing the algebra final. I've forgotten what a logarithm is. I think it has something to do with exponents and even those give me pause nowadays. Could you tell me if my guess was within 10%? I can still handle percentages.Quote: WizardNo correct answers so far.
The integral of (1+x^2)^0.5 dx = ln(x + (1+x^2)^0.5) + constant of integration.
For firing torpedoes, a moving launcher [usually a sub of course] launching an underwater guided missile [what a torpedo basically was] to hit another moving object was a tough one, even if the target was staying same heading, same speed. That in WW2 US submarines had a machine on board to quickly calculate what was called "the solution" was top-secret for many many years after the war.
I will try to remember to do a related non-mathematical trivia question once this one runs its course.
Quote: WizardThe missile can travel 11,000 meters per minute.
Even though it's less apparent with a small surface to air missile there is a lag to reaching top speed. (larger example shuttle launch or Saturn 5). So I assume that has to be calculated as well.
Quote: rxwineEven though it's less apparent with a small surface to air missile there is a lag to reaching top speed. (larger example shuttle launch or Saturn 5). So I assume that has to be calculated as well.
For the sake of simplicity, assume the missile always travels at 11,000 meters per minute. The problem is hard enough as it is.
ds/dt=11000 meters/min
dx/dt=10000 meters/min
dy/dt=4582.5757 meters/min
To travel 5000 meters would take 1.09109 minutes or 65.465 seconds
I am not sure that you really need to do the line integral.
Quote: pacomartinI am not sure that you really need to do the line integral.
I first calculated paco's answer as a theoretical minimum amount of time.
Quote: Dicenor33Each minute missle gets ahead of the plane by 1 km when traveled in a straight line. Let's simplify the problem: how far ahead of the plane should the missile be fired vertically in order to hit the plane? It takes 30 seconds to reach the plane if plane is stationary. The missile hasto be ahead of the plane by at least 30 seconds. Plane will travel 5 km in 30 seconds, so the missile has to be ahead of plane at least 5 km. it will need 5 minutes to do that. Now we have to find what is the optimum angle at which the missile has to be fired? Let say 45 degrees it gives us 7 km or 7 minutes.
You're talking about a bullet (without ballistic drop), not a missile.
Quote: CrystalMathIt doesn't make sense, intuitively, to me, but I get:
154.22 seconds
I think that pacomartin made
though I may have misinterpreted his answer.
I wind up with too many variables that I cannot substitute to get fewer. Here are
t=time
s=distance along the missile's path
x=horizontal position of the missile, x=0 at t=0
y=vertical position of the missile, y=0 at t=0 and y=5000 at impact
missile speed = 10000
ds/dt=11000
From the given that the missile is always pointed at the target:
dy/dx=(5000-y)/(10000*t-x) or dx/dy=(10000*t-x)/(5000-y)
ds=(1+(dy/dx)^2)^0.5) dx or ds=(1+(dx/dy)^2)^0.5) dy
I have not been able to figure out how to combine those to get y as just a function of t. When I separate variables (in order to integrate), I can get just y on one side but both x and t on the other.
Brain dead, I guess.
Quote: CrystalMathOops:
157.14 seconds
Bingo! For extra credit:
1. Give an exact form of the answer.
2. Given an equation for the coordinates of the missile.
Quote: Dicenor33Each minute missle gets ahead of the plane by 1 km when traveled in a straight line. Let's simplify the problem: how far ahead of the plane should the missile be fired vertically in order to hit the plane? It takes 30 seconds to reach the plane if plane is stationary. The missile hasto be ahead of the plane by at least 30 seconds. Plane will travel 5 km in 30 seconds, so the missile has to be ahead of plane at least 5 km. it will need 5 minutes to do that. Now we have to find what is the optimum angle at which the missile has to be fired? Let say 45 degrees it gives us 7 km or 7 minutes.
One condition of the problem is that the missile is ALWAYS pointed at the plane. Assuming the missile is launched the exact moment the plane passes overhead, the missile is aimed straight up for a split second, then begins to tilt by fractions of degrees to near (but not quite) horizontal by the moment of impact, because any vector on the true horizontal is wasted optimum tracking.
So you don't get to lead the shot like a duck hunter; the missile has to track along an arc above the hypotenuse (the hypothetical shortest distance to impact), and the length of the arc travelled in seconds is the answer. It would be just slightly more than 1 minute via the hypotenuse route if you could lead it; it's longer because of the constant corrections made while gaining altitude. How much longer, I think, is the question.
Quote: WizardQuote: CrystalMathOops:
157.14 seconds
Bingo! For extra credit:
1. Give an exact form of the answer.
2. Given an equation for the coordinates of the missile.
I was hoping you would provide that. I must confess that my answer is a numerical solution in which the angle was recalculated 1 million times per second. My issue with my first answer was the following declaration:
double missile_speed = 11000/60;
Stupid Java! I changed it to 11000.0/60.0 before arriving at the correct(ish) solution.
My hope was that doing a numerical solution would guide me to being able to do a closed form solution, but then I remembered that I have work to get done :)
Because the missile travels in an arc facing the target at each point and not in a straight line, you have to calculate the point of impact on a curved surface. It's fine to calculate the x and y coordinates of both the missile and the target but I can't quantify how to calculate the path of the missile over time. You can calculate the position of the satellite as a sin and cos function knowing the angular velocity of the satellite. Then perhaps you could make the satellite a stationary body and solve the problem of an approaching object and make the angular space normal space. To the point of view of the satellite, it is stationary while the missile moves in curved space.
I wasted about 90 minutes of worktime trying to figure this out this morning, and if I wasn't going live in 3 days with my work project, I'd spend the whole frickin' day on it.
Interesting.
Quote: WizardFor extra credit:
1. Give an exact form of the answer.
2. Given an equation for the coordinates of the missile.
I guess I was working (unsuccessfully) on the extra credit problem rather than trying to find the (practical) answer by approximation/iteration/numerical methods. Of course, I was taking college calculus back while Kennedy was president -- the brain does atrophy from years of disuse.
I hope I can "see" it in the math, because it sure seems like that's way longer than I would have thought.
Quote: s2dbakerWhen someone figures it out, please post the equation for the flight path of the missile where x=distance downrange y=altitude. I want to plug it into WolframAlpha.
Let
x=horizontal distance from point of firing.
y=vertical distance from earth.
x = (55/2)*[((5-y)/5)^(21/11) - ((5-y)/5)^(1/11)] + (55/21)
Quote: CrystalMathIt doesn't make sense, intuitively, to me, but I get:
154.22 seconds
I don't know where they actually point heat seeking missiles (if this is one), but seems like they would still try to lead the target if possible. If the target is directly overhead I would think it would still be smart to point out ahead of where the plane seems to be going. The tip of the missile in this case is pointing where the plane is definitely not going to be and has to constantly turn to follow. Seems like wasted motion, if you actually fired one that way on purpose.
Quote: rxwineQuote: CrystalMathIt doesn't make sense, intuitively, to me, but I get:
154.22 seconds
I don't know where they actually point heat seeking missiles (if this is one), but seems like they would still try to lead the target if possible. If the target is directly overhead I would think it would still be smart to point out ahead of where the plane seems to be going. The tip of the missile in this case is pointing where the plane is definitely not going to be and has to constantly turn to follow. Seems like wasted motion, if you actually fired one that way on purpose.
I agree. It is far better to track the target for a few moments and estimate where it is going. If you lead the target, you can hit it as fast as paco's answer.
Here is an image of the flight path.
All distances and speeds have been divided by 1,000.
As stated in the problem, the shooter fires directly straight up at the plane. Notice how it takes a pretty sharp turn and then plays catch up with the plane.
Note that the curve ends at 26.2 units, which is where it will hit the plane. Recall the plane travels at 10 units per minute, so it will take 2.62 units of time to reach the plane.
By the way, if anyone knows how to make an animated gif, I'd be happy to provide the coordinates of both the plane and missile, to aid in making one.
Quote: Wizard
Here is an image of the flight path.
All distances and speeds have been divided by 1,000.
As stated in the problem, the shooter fires directly straight up at the plane. Notice how it takes a pretty sharp turn and then plays catch up with the plane.
Note that the curve ends at 26.2 units, which is where it will hit the plane. Recall the plane travels at 10 units per minute, so it will take 2.62 units of time to reach the plane.
I am proud of myself. I got that this would be the image of the flight path pretty quickly and recognized the image as a graph from high school math, unfortunately that is as much as I am capable of :(
Quote: DocI guess I was working (unsuccessfully) on the extra credit problem rather than trying to find the (practical) answer by approximation/iteration/numerical methods. Of course, I was taking college calculus back while Kennedy was president -- the brain does atrophy from years of disuse.
Doc did you ever have a math class with Ben Klein in college? He taught me 10ish years ago as a senior prof and he was a young prof in the early 70's so I thought we might have this overlap. BTW Duke beat the hell out of our beloved 'Cats last week. How often does a 16 point favorite win by (gulp) 44 points in the NCAA? woulda been a good one to do a pleaser card on.
Quote: WizardI am not sure that you got the right answer.
Sorry
I did calculate the most efficient way to close on the target, but I forgot that you said that the missile must always be pointing at the target. I did calculate the theoretical minimum time to intercept. My number assumes you the missile is always pointing ahead of the target (which is realistic).
You do have to do the line integral and have dx/dt go from zero to 11,000 and dy/dt go from 11,000 to zero and dy/dx go from infinity to zero.
Quote: CrystalMathI agree. It is far better to track the target for a few moments and estimate where it is going. If you lead the target, you can hit it as fast as paco's answer.
Since an actual target is trying to do evasive manueauvers you do point ahead of them for a while, but eventually you try to get into a tail chase. As a countermeasure the pilot blows chaff to try and confuse the missile.
If you are chasing a submarine with a torpedo you traditionally hit the screws and disabled the submarine forcing it to surface. Then you had the leisure of taking pot shots until it sank.
Of course that all changed with guided missile or ballistic missile submarines. Just hitting the screws meant that the crew was very motivated to kill as many people as possible before they died. They would fire their whole inventory of missiles once they were incapacitated. If cruise missiles they could take out nearby ships, if they had nuclear missiles they could take out cities.
The nuclear missile scenario was particularly frightening because it is feared that the crew might act on their own rather than waiting for orders. Since nuclear warfare strategy was always dependent on a certain reluctance of the highest level of command to start a nuclear war, the wishes of men who expected to die might change the outcome.
A torpedo strategy that would completely incapacitate a submarine on first strike meant that you had to hit something much more important than the screws. As such you need a much faster torpedo.
Quote: bigfoot66Doc did you ever have a math class with Ben Klein in college? ... BTW Duke beat the hell out of our beloved 'Cats last week.
Nope -- Prof. Klein was after my time.
Also, my wife and I just attended the second loss of the season tonight, though it was a much more even game. Another tough challenge coming up this Saturday, too.
You broke WolframAlpha. Congratulations.Quote: Wizard
Let
x=horizontal distance from point of firing.
y=vertical distance from earth.
x = (55/2)*[((5-y)/5)^(21/11) - ((5-y)/5)^(1/11)] + (55/21)