Definition
The theory and analysis of algorithms for approximating solutions to problems from analysis (equations, integrals, eigenproblems), emphasizing error bounds, stability, conditioning and convergence in finite‑precision and discrete settings.

Principle

Principle
Design discretizations and algorithms that are consistent with the continuous problem, stable under perturbations (roundoff, data error), and whose combination via theorems (e.g., Lax equivalence) ensures convergence; analyze condition numbers and backward error to assess reliability.

Demonstration

Demonstration
Use the finite element method to approximate the Poisson equation on a polygonal domain: prove approximation and stability estimates, derive optimal convergence rates in Sobolev norms, and observe the effect of mesh quality on conditioning.

Misapplication

Misapplication
Ignoring stability or conditioning (for example using an ill-conditioned discretization or inappropriate time step) can produce catastrophic errors despite high nominal accuracy; conflating empirical performance on test problems with rigorous guarantees is risky.

Consequence

Consequence
Reliable numerical analysis yields algorithms with provable error and complexity guarantees, informs mesh and timestep choices, guides preconditioning and solver design, and enables trusted computational validation of analytic results.

Reversal

Reversal
In contrast, symbolic or exact methods avoid discretization error but often cannot scale to large or noisy problems; black‑box heuristic approximations (without error control) may be fast but lack reproducible guarantees and can fail silently.

Boundary

Boundary
Focuses on linear and nonlinear problems that admit discretization and finite representation; it does not primarily address computational complexity theory or high-level software engineering, though it overlaps with them in practice and with emerging data‑driven methods when error analysis is provided.

Semantic Tension

Semantic Tension
Tension exists between provable worst-case error bounds and observed practical performance: tight a priori estimates can be pessimistic while heuristic methods perform well empirically; bridging theory and practice is a core task of the field.

Synthesis

Synthesis
Numerical analysis brings approximation theory, stability analysis and algorithm design together to produce computational methods that reliably approximate continuous problems with quantifiable errors, balancing theoretical guarantees with practical efficiency.