Weak Formulation of the Poisson Problem
The strong form of the Poisson problem — find satisfying pointwise in together with boundary conditions on — requires to be twice continuously differentiable. This regularity is often unavailable for domains or data that arise in practice, and it is also inconvenient for the finite element method. The weak formulation (also called the variational formulation) relaxes this requirement and provides the correct mathematical framework for approximation.
The idea is to multiply the equation by a smooth test function and integrate over :
The left-hand side involves second derivatives of , which is precisely what we want to avoid. Applying Green's first identity (integration by parts in multiple dimensions),
where is the unit outward normal and is the outward normal derivative. Combining with the right-hand side,
Now the boundary conditions come into play. We choose the test function to vanish on the Dirichlet boundary: on . This makes the Dirichlet part of the boundary integral disappear. On the Neumann boundary the flux is prescribed as , so that part of the boundary integral is known. Moving it to the right-hand side gives
This is the weak form of the Poisson problem. Two things are worth noting. First, the equation now involves only first derivatives of both and , which considerably widens the class of admissible functions. Second, the Neumann condition has entered naturally: it was not imposed explicitly but appeared as a boundary integral from the integration-by-parts step. For this reason Neumann conditions are often called natural boundary conditions in the finite element literature.
To state the weak problem precisely we need to specify the function spaces. The natural space is the Sobolev space , consisting of all square-integrable functions whose first-order partial derivatives are also square-integrable. We define the trial space
and the test space
The weak formulation then reads: find such that
The boundary values are said to be imposed essentially (they restrict the space ), while the Neumann data appear in the right-hand side and are imposed naturally. When (pure Dirichlet problem) and , the two spaces coincide: .
Well-posedness of this problem — existence and uniqueness of and continuous dependence on and — follows from the Lax–Milgram theorem, a fundamental result in functional analysis. The left-hand side is a bounded, coercive bilinear form on and the right-hand side is a bounded linear functional, so the theorem applies. The coercivity here ultimately rests on the Poincaré inequality, which guarantees that controls for functions vanishing on . A concise account of these results can be found in Evans, Partial Differential Equations (AMS, 2010), Chapter 6.
The weak formulation is the starting point for the finite element method. Instead of seeking in the infinite-dimensional space , we will restrict attention to a finite-dimensional subspace — spanned by carefully chosen basis functions defined on a mesh — and solve the resulting linear system. This is the subject of the next posts.