Why can so few differential equations be solved in closed form?
Across all differential equations, finding an analytical solution is the exception rather than the rule. Even innocuous-looking equations built from elementary functions either have no closed-form solution or have one so unwieldy that it is useless.
This seems like it ought to have a reason behind it rather than being bad luck. Polynomial equations have a similar story — no general formula past degree four — and that turned out to have a deep explanation.
Is there something comparable here, or is the situation genuinely just messier?
@numeric_noor · 3w ago
The working answer, and the reason none of this is a practical crisis: closed form was never the goal.
What you actually want from a differential equation is usually one of:
All three are available for equations with no closed-form solution whatsoever. A closed form is nice when it exists because it makes the parameter dependence visible at a glance, and that is genuinely valuable. It is a convenience, not the definition of having solved the problem.
Reply
Report