A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Well-Posed Problems

Graduate Depth 111 in the knowledge graph I know this Set as goal
706prerequisites beneath it
See this on the map →
Condition Number of a Problem
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

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-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 IntroductionSine, Cosine, and Tangent RatiosTrigonometric 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 DefinitionDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsCenter of MassConservation of Linear MomentumElastic CollisionsInelastic CollisionsCoefficient of RestitutionCollision Analysis and Real-World ApplicationsTwo-Body Collisions in the Center-of-Mass FrameReduced Mass and Two-Body ProblemsKinematics in Two DimensionsProjectile MotionCircular Motion: KinematicsSimple Harmonic MotionIntroduction to Differential EquationsEuler's Method for Numerical SolutionsEuler's Method for ODEs (Error Analysis)Runge-Kutta MethodsMultistep Methods: Adams-Bashforth and Adams-MoultonStiff Differential Equations and Stability RegionsStability Regions and A-StabilityNumerical Stability and ConditioningCondition Number of a ProblemWell-Posed Problems

Longest path: 112 steps · 706 total prerequisite topics

Prerequisites (1)

Leads To (0)

No topics depend on this one yet.