There is no evidence that the Patriot, or the Russian S300/S400, ever intercepted anything fast moving.
For example, when the US hit a Syrian airbase defended by Russian AA, not a single relatively-slow Tomawhawk was shot down. Though one could argue that Russia held back for political reasons, but that's very weak - no one could blame Russia for self-defense.
The same goes for CIWS - I don't know of a single instance of US or Russian (or otherwise) CIWS defending a ship from a missile. (With the notable exception of Phalanx, which seems to do ok against mortars).
In fairness, the system deployed in Saudi Arabia — the
Patriot Advanced Capability-2 or PAC-2 — is not well
designed to intercept the Burkan-2 missiles that the
Houthis are firing at Riyadh. The Burkan-2 flies around
600 miles and appears to have a warhead that separates
from the missile itself.
Also worth noting that the MIM-104 original and PAC-2 were developed by Raytheon, and I suspect that the PAC-3 was awarded to Lockheed Martin because the PAC-2's problems were so severe.
"In fairness, the system deployed in Saudi Arabia — the
Patriot Advanced Capability-2 or PAC-2 — is not well
designed to intercept the Burkan-2 missiles that the Houthis
are firing at Riyadh. The Burkan-2 flies around 600 miles
and appears to have a warhead that separates from the
missile itself."
Seriously? The system can't intercept threads it wasn't designed to? That's the article?
It wasn't designed to, but the system keeps being deployed to defend against these threats. Leads to a question: What's the point of continuing to deploy something that, by all (unclassified) accounts, seems to have no real utility?
> What's the point of continuing to deploy something that, by all (unclassified) accounts, seems to have no real utility?
I think the point is that it is better than nothing and may well make a difference. It's not totally useless, like those fake bomb detectors which were being discussed a couple of years ago.
That's how procurement, and especially military procurement, works in most countries which have some degree of corruption. Or at least: when there isn't any good oversight by the stakeholders. Seems like the procurement of Patriot missiles was driven more by a need to "buy from the USA" than as an actual credible way to thwart actual threats. Which is incredibly surprising EVEN after knowing how this works because presumably the Houthis are using Iranian/Iran-derivatives of missile systems and Iran is supposed to be the primary geo-political rival to the Sauds. (Makes me wonder what else won't really work in an actual war).
Let me say that I'm a pacifist 100%; diplomacy comes first and all that but war is really where you can't lie and all your bad decisions are right there in your face and fuck you up completely if you didn't think hard enough through these things. This particular incident reminds me of when the Pakistanis procured the latest F-6 aircrafts from the US but were unable to use them effectively in a war against India (1971) because their pilots were not sufficiently trained in how to handle the advanced aircraft systems.... oops.
Sadly a very accurate statement. US allies are encouraged and sometimes required to buy US weapon systems even if they have no real utility, need, or capability to use them. Often they purchase them directly from the US government (versus the manufacturer), this is one way the US government directly makes money, provides a form of corporate welfare (for the defense industry), and subsidizes its weapon system development.
The problem is that the hardware is not really solving the problem it was procured for. And that bad decision was facilitated by the USG. So the USG is crippling other nations defense capabilities while protecting its own armaments industry. Does that make sense?
> even if they have no real utility, need, or capability to use them.
This is the critical part. The hardware may work as intended, but if no one can operate it what use is it? If it works as intended but is ineffective against the enemies weapons or techniques what use is it? Or if there isn't even an enemy to use these systems against? But to play ball with the US as an ally, nations can be placed in a position where they're making these purchases whether appropriate or not.
You can focus on the failures and call the system useless, or you can focus on the successes and be thankful that occasionally the system works. It's better than nothing, so might as well try.
Per the article the success rate in the first Gulf War (properly adjusted using the Army's actual analytical methods and not wishful thinking) brings it down to a 2% success rate against systems it was essentially designed for.
Various versions of the system are being deployed as countermeasures for missile systems that Patriot is not designed to work against and so likely has a very low success rate. And, if your countermeasures end up turning around and hitting your own city all it does is make the enemy's attack even more effective:
One interceptor explodes catastrophically just after
launch, while another makes a U-turn in midair and then
comes screaming back at Riyadh, where it explodes on the
ground.
I'm optimistic I can catch a falling blade by the handle one time out of a thousand, doesn't mean I want to destroy my hand with those 999 failed attempts.
> but the system keeps being deployed to defend against these threats.
They likely were acquired before PAC-3 became available for international sales.
> Leads to a question: What's the point of continuing to deploy something that, by all (unclassified) accounts, seems to have no real utility?
PAC-2 have utility, they are designed to shutdown enemy aircraft on long distance. PAC-3 in contrast is designed specifically against ballistic missiles, like houthies use in their attacks.
I don't think its any surprise Trump was falsely bragging about the success of a missile being intercepted and shot down. What is slightly more surprising is that other government agencies are also putting out this information giving the public a false sense of security.
Theory: it's a bluff. You want to at least convince the enemy that their missiles are getting shot down. Trying to mislead the enemy via newsmedia is at least a century old (in some ways much older).
Problem: social media, and a very fragmented internet newsmedia sector, make this less effective than before. The Houthis no doubt are aware that the Saudis are not successful.
The mentioned 1991 issues with the Patriot Missile were due to an issue converting integers to floats.
The [system's] prediction of where the Scud will next appear is a function of the Scud's known velocity and the time of the last radar detection.
Velocity is a real number that can be expressed as a whole number and a decimal (e.g., 3750.2563 . . . miles per hour).
Time is kept continuously by the system's internal clock in tenths of seconds but is expressed as an integer or whole number (e.g., 32, 33, 34 . . .).
The longer the system has been running, the larger the number representing time.
To predict where the Scud will next appear, both time and velocity must be expressed as real numbers.
Because of the way the Patriot computer performs its calculations and the fact that its registers are only 24 bits long, the conversion of time from an integer to a real number cannot be any more precise than 24 bits.
This conversion results in a loss of precision causing a less accurate time calculation.
The effect of this inaccuracy on the [system's] calculation is directly proportional to the target's velocity and the length that the system has been running.
Consequently, performing the conversion after the Patriot computer system has been running continuously for extended periods causes the [system's estimated Scud position] to shift away from the center of the target, making it less likely that the target will be successfully intercepted.
There was just a single failure due to the arithmetic bug (and they patched the software the day after it happened). The general bad performance of Patriot missiles in the gulf war was because shooting down ballistic missiles is hard, not because of a discrete bug.
Incidentally, although this is often described as a "floating point bug", the actual arithmetic was 24-bit fixed point. In order to convert from tenths of seconds to seconds they multiplied by 1/10 = 0.00011001100110011001100. If they had used a floating point format with a 24-bit mantissa, they could have multiplied by 2^-3 * 0.110011001100110011001100, giving 4 more bits of precision, which would probably have been enough to intercept the missile! :)
Also perhaps interestingly, the problem only arose because a software upgrade had introduced a new function to do the conversion more accurately, but didn't call it everywhere. If they had used the old inaccurate conversion throughout, the errors would mostly have cancelled out.
Patriot missiles did more damage than Iraqi SCUDs fired at Israel (they are technically responsible for the only Israeli casualty in the war) in 1991 which is why right after Israel went on full steam with the development the Arrow.
One of the main problems with missle defense is probably achieving intercept speed. Ground based means you need to fight gravity.
Why not have high flying solar powered long endurance drones that can swoop down and use gravity to get speed, in addition to rocket fuel? You put the drones up there. Kind of like the smart space rock, but you don't need to put it in orbit. Or you can use balloons to keep them up there. Lasers are just stupid retreads of failed spacewars.
Or maybe balloons that can spread out with nanotubes or strong wires that will slice up an incoming warhead. I've wondered about setting up such things for a cheap anti-aircraft defense for guerilla warfare. Like if you make a huge balloon-lofted array of basically dental floss.
PAC2 is downright dangerous to the people firing the missiles! From failing to intercept, exploding too late, software bugs, the whole system is an engineering joke.
Just wanted to say, for sure there's wrong stuff everywhere (a couple of versions of failed missiles maybe), somewhere in the system, but America is by far one of the best countries in the world to have been born, and I'm not being a crazy fan or something, just stating the facts. I think many people in there just like to critizice a little too much about everything, not usually from objectivity (not knowing how actually difficult is to keep things going ok). Many would like to have half a country like the one you have there. Just saying.
35 comments
[ 3.0 ms ] story [ 82.0 ms ] threadFor example, when the US hit a Syrian airbase defended by Russian AA, not a single relatively-slow Tomawhawk was shot down. Though one could argue that Russia held back for political reasons, but that's very weak - no one could blame Russia for self-defense.
The same goes for CIWS - I don't know of a single instance of US or Russian (or otherwise) CIWS defending a ship from a missile. (With the notable exception of Phalanx, which seems to do ok against mortars).
PAC-3 is much more advanced and the kill vehicle much more accurate.
Seriously? The system can't intercept threads it wasn't designed to? That's the article?
I think the point is that it is better than nothing and may well make a difference. It's not totally useless, like those fake bomb detectors which were being discussed a couple of years ago.
Let me say that I'm a pacifist 100%; diplomacy comes first and all that but war is really where you can't lie and all your bad decisions are right there in your face and fuck you up completely if you didn't think hard enough through these things. This particular incident reminds me of when the Pakistanis procured the latest F-6 aircrafts from the US but were unable to use them effectively in a war against India (1971) because their pilots were not sufficiently trained in how to handle the advanced aircraft systems.... oops.
This is the critical part. The hardware may work as intended, but if no one can operate it what use is it? If it works as intended but is ineffective against the enemies weapons or techniques what use is it? Or if there isn't even an enemy to use these systems against? But to play ball with the US as an ally, nations can be placed in a position where they're making these purchases whether appropriate or not.
You can focus on the failures and call the system useless, or you can focus on the successes and be thankful that occasionally the system works. It's better than nothing, so might as well try.
Various versions of the system are being deployed as countermeasures for missile systems that Patriot is not designed to work against and so likely has a very low success rate. And, if your countermeasures end up turning around and hitting your own city all it does is make the enemy's attack even more effective:
I'm optimistic I can catch a falling blade by the handle one time out of a thousand, doesn't mean I want to destroy my hand with those 999 failed attempts.They likely were acquired before PAC-3 became available for international sales.
> Leads to a question: What's the point of continuing to deploy something that, by all (unclassified) accounts, seems to have no real utility?
PAC-2 have utility, they are designed to shutdown enemy aircraft on long distance. PAC-3 in contrast is designed specifically against ballistic missiles, like houthies use in their attacks.
It _may_ (at the time) have boosted the confidence of allied and US soldiers on the ground.
It _may_ have been deemed necessary to do _anything_ that made the US’es allies think the US didn’t let them handle the threat alone.
If you want to claim to be the policeman of the world, this won’t help your reputation:
https://www.reuters.com/article/us-raytheon-poland-patriot/p...
https://www.bloomberg.com/news/articles/2018-03-28/poland-si...
"The total estimated program cost is $3.2 billion"
The reason for both of these deals seems to be somewhat correlated to Iskander units in Kaliningrad.
Problem: social media, and a very fragmented internet newsmedia sector, make this less effective than before. The Houthis no doubt are aware that the Saudis are not successful.
Incidentally, although this is often described as a "floating point bug", the actual arithmetic was 24-bit fixed point. In order to convert from tenths of seconds to seconds they multiplied by 1/10 = 0.00011001100110011001100. If they had used a floating point format with a 24-bit mantissa, they could have multiplied by 2^-3 * 0.110011001100110011001100, giving 4 more bits of precision, which would probably have been enough to intercept the missile! :)
Also perhaps interestingly, the problem only arose because a software upgrade had introduced a new function to do the conversion more accurately, but didn't call it everywhere. If they had used the old inaccurate conversion throughout, the errors would mostly have cancelled out.
See http://www-users.math.umn.edu/~arnold/disasters/patriot.html
US missile defense was always a mess.
Why not have high flying solar powered long endurance drones that can swoop down and use gravity to get speed, in addition to rocket fuel? You put the drones up there. Kind of like the smart space rock, but you don't need to put it in orbit. Or you can use balloons to keep them up there. Lasers are just stupid retreads of failed spacewars.
Or maybe balloons that can spread out with nanotubes or strong wires that will slice up an incoming warhead. I've wondered about setting up such things for a cheap anti-aircraft defense for guerilla warfare. Like if you make a huge balloon-lofted array of basically dental floss.
Edit: I guess these are called barrage balloons
Patriot: killing allies in the skies and civilians on the ground since 1990.
This quote is nowhere in the article, where did you got it?
http://www.moonofalabama.org/2018/03/two-failures-in-one-day...