A CT scanner never actually sees a slice of your body. It fires X-rays straight through you from hundreds of angles and measures how much each ray dims — and then a computer must work backwards from those shadows to the picture of what is inside. That backwards step is an inverse problem, and it is treacherous in a way the forward direction never is. Radar, sonar, oil prospecting, image deblurring, and reconstructing a signal from a blurry sensor are all the same shape: you measure an effect and try to recover the cause.
Why is going backwards so much harder than going forwards? Around 1900, Jacques
Every question you could ask about "which cause produced this data?" must survive three checks before the answer means anything:
A problem that passes all three is well-posed. Miss even one and it is ill-posed — and the way it fails tells you exactly what you must do to rescue it.
For the linear problem
The first two can be repaired by the
Suppose two hidden numbers
Does a solution exist? Certainly —
Now a system with a genuine, one-and-only solution. Two nearly-identical measurements:
Solve it exactly and you get
A change of
Drag the slider below: a well-posed problem passes data wobble through unchanged (slope 1); an ill-posed one multiplies it by a large factor, so a tiny horizontal step becomes a towering vertical one.
Existence and uniqueness announce themselves loudly: no solution, or too many. You notice at once. Instability hides. The computer hands you a single, precise-looking vector of numbers and never warns you that those numbers are mostly amplified noise. This is why an inverse problem can have a beautiful closed-form solution that a careful student derives perfectly — and still produce garbage when you feed it real data. The danger isn't in the algebra; it's in the sensitivity.
That single realisation reshapes the whole subject. Instead of asking "what is the exact solution?"
we learn to ask "what is a stable approximate solution that is close enough to the truth
and doesn't amplify the noise?" — which is the job of
When someone calls a problem ill-posed, they almost always mean the stability condition fails — not existence and not uniqueness. This trips people up constantly. A textbook formula for the solution may exist, may be provably unique, and may be written on the board in one clean line — and still be practically worthless, because it amplifies measurement noise into meaningless static.
The moral: naïvely "solving an inverse problem exactly" is often the wrong thing to do.
The exact solution is precisely the one that trusts every last digit of your noisy data, and that
trust is fatal. Deliberately solving it less exactly — stabilising it — is what recovers
a sensible answer. If your reconstruction looks like pure noise, don't hunt for an algebra bug;
suspect instability, and reach for
When Hadamard laid down his three conditions, he believed that ill-posed problems were mathematical curiosities that could not describe real nature. Physics, he reasoned, is well-posed: a real cause produces a definite effect that depends smoothly on the conditions, so any equation modelling reality must be well-posed too. Ill-posed problems, to him, were unphysical — artefacts of sloppy modelling, not descriptions of the world.
History demolished that view. It turned out that some of the most important technologies of the twentieth century are precisely ill-posed inverse problems: CT scanning (reconstructing a body from its X-ray shadows), radar and sonar imaging, seismic exploration for oil, deblurring telescope and microscope images. These aren't unphysical at all — they are how we see inside the human body and under the ground. Engineers simply had to learn to tame ill-posedness rather than wish it away. The entire modern field of regularization exists because Hadamard's "unphysical curiosities" turned out to run half of medical imaging.