Well-Posed Problems

Graduate Depth 91 in the knowledge graph I know this Set as goal
well-posed hadamard existence-uniqueness

Core Idea

A problem is well-posed (Hadamard) if (1) a solution exists, (2) it is unique, and (3) it depends continuously on input data. Ill-posed problems violate one or more conditions and are numerically unstable. Understanding well-posedness guides method selection; ill-posed problems may require regularization to be numerically tractable.

Explainer

Your study of the condition number gave you a way to measure how sensitive a problem's output is to small perturbations in its input — a large condition number flags a problem where tiny errors get amplified. Well-posedness is the conceptual layer beneath that: before asking *how much* a solution changes, you need to ask whether the solution framework is sound at all. Hadamard's three conditions define what it means for a mathematical problem to be "solvable in a meaningful sense."

The three conditions address three distinct failure modes. Existence: a solution to the problem must actually exist. If you pose a linear system Ax = b but b lies outside the column space of A, there is no exact solution — numerical methods will chase a mirage. Uniqueness: the solution must be the only one. A linear system with infinitely many solutions (underdetermined or rank-deficient) has no well-defined answer; any numerical method will find a different solution depending on its starting point or floating-point path. Continuous dependence: small changes in the problem data must produce only small changes in the solution. This is the condition that connects directly to what you know about condition numbers — if a problem lacks continuous dependence, it is inherently numerically unstable regardless of the method used.

The classic ill-posed example is numerical differentiation. The mathematical problem — find f'(x) given f — is perfectly well-defined for smooth functions, but as a numerical problem it violates continuous dependence. Adding a small high-frequency oscillation ε·sin(ωx) to f changes the function by ε in L∞ norm, but changes its derivative by εω, which can be enormous. No matter how carefully you implement a finite difference formula, the derivative amplifies measurement noise catastrophically. The problem is ill-posed in the sense that the map from f to f' is not continuously dependent on the data.

Understanding well-posedness tells you *why* certain numerical problems are hard, not just *that* they are hard. When a problem is ill-posed, the cure is usually regularization: modifying the problem by adding a constraint or penalty that restores continuous dependence, at the cost of slightly biasing the solution. Examples include Tikhonov regularization for ill-conditioned linear systems, truncated SVD for rank-deficient matrices, and smoothness priors in inverse problems. Recognizing that your problem is ill-posed is the first step; regularization is the engineering response. Without this conceptual diagnosis, you might keep refining your algorithm and never understand why convergence fails.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionIntegration by PartsSeparable Differential EquationsIntegrating Factor Method for First-Order Linear ODEsFirst-Order Linear Ordinary Differential EquationsSecond-Order Linear Homogeneous Differential EquationsCharacteristic Equation Method for Linear ODEsComplex Roots and Oscillatory SolutionsSpring-Mass Systems and Mechanical VibrationsResonance and Damping in Forced VibrationsRLC Circuit Applications of Differential EquationsIntroduction to Differential EquationsEuler's Method for Numerical SolutionsEuler's Method for ODEs (Error Analysis)Runge-Kutta MethodsStiff Differential Equations and Stability RegionsStability Regions and A-StabilityNumerical Stability and ConditioningCondition Number of a ProblemWell-Posed Problems

Longest path: 92 steps · 433 total prerequisite topics

Prerequisites (1)

Leads To (0)

No topics depend on this one yet.