Author Topic: Calculating Time on Target Salvoes  (Read 1891 times)

0 Members and 1 Guest are viewing this topic.

Offline NihilRex (OP)

  • Lieutenant
  • *******
  • N
  • Posts: 188
  • Thanked: 2 times
Calculating Time on Target Salvoes
« on: April 07, 2014, 06:55:31 PM »
I am currently running into situations where it is possible (in fact it already happened by accident,) for slow moving long range torpedoes to enter the targets defense zone at the same time as shorter ranged, faster moving missiles that were fired later.

The problem I am having is figuring out how to do this on purpose.  Google isn't much help, mostly telling me about y=mx+b.

So, how do I figure out intercept time given my bearing\speed, enemy speed, bearing to target, missile speed\speeds.  Assume a constant intercept plot by enemy target.
 

Offline sublight

  • Pulsar 4x Dev
  • Captain
  • *
  • s
  • Posts: 592
  • Thanked: 17 times
Re: Calculating Time on Target Salvoes
« Reply #1 on: April 07, 2014, 07:56:01 PM »
Assuming you and the target are either flying directly towards each other or directly away from each other then:

D = Distance
VT = Target Velocity (speed)
VY = Your Velocity
VSm = Slow Missile Velocity
VFm = Fast Missile Velocity
T = Time
FD = Fire Delay

D + VT * T = VSm * T = VFm * (T - FD) + VY * FD

Solving the right left equation for Time T:
T = D / (VSm - VT)

Now we solve the right equation for Fire_Delay FD:
VSm * T = VFm * T - VFm * FD + VY * FD
T * (VSm - VFm) = FD (VY -  VFm)
FD = [ D / (VS - VT) ] * [(VSm - VFm) / (VY - VFm)]

And there you have it.  8)
If your ship and the target aren't heading directly toward/away each other then a few trig terms appear, but same idea.
 

Offline NihilRex (OP)

  • Lieutenant
  • *******
  • N
  • Posts: 188
  • Thanked: 2 times
Re: Calculating Time on Target Salvoes
« Reply #2 on: April 07, 2014, 08:12:32 PM »
Thank you very much!

I have that in  Excel now, and the pesky PD blanket will no longer require so many missiles to penetrate!

My previous solution to the ToT problem that worked marginally well, was to draw a line between TF and target, and place a WP on it, then stack several torpedo launches on the WP.  When the target entered the torpedoes' active seeking range, they swarmed en masse and took out several engines and (probably) turrets, allowing the next flight of Thunderbolt missiles to start slaughtering contacts.
 

Offline niflheimr

  • Lieutenant
  • *******
  • n
  • Posts: 164
Re: Calculating Time on Target Salvoes
« Reply #3 on: April 08, 2014, 01:49:09 AM »
Take in mind that if you or the target make course or velocity changes it gets complicated fast . Still , ToT missions are the best solution I found for penetrating heavy PD/interceptor umbrellas . A salvo of massive , armored warheads ( if they are MIRV the better) followed at 5s by a few dozen salvoes of ECMed MIRVs will go through most defenses easily - if you can afford the missile cost.