Weak formulation

Weak formulations are an important tool for the analysis of mathematical equations that permit the transfer of concepts of linear algebra to solve problems in other fields such as partial differential equations. In a weak formulation, an equation is no longer required to hold absolutely (and this is not even well defined) and has instead weak solutions only with respect to certain "test vectors" or "test functions". This is equivalent to formulating the problem to require a solution in the sense of a distribution.

We introduce weak formulations by a few examples and present the main theorem for the solution, the Lax–Milgram theorem.

General concept

Let V be a Banach space. We want to find the solution u \in V of the equation

Au = f,

where A:V\to V' and f\in V', with V' being the dual of V.

Calculus of variations tells us that this is equivalent to finding u\in V such that for all v\in V holds:

[Au](v) = f(v).

Here, we call v a test vector or test function.

We bring this into the generic form of a weak formulation, namely, find u\in V such that

 a(u,v) = f(v) \quad \forall v\in V,

by defining the bilinear form

a(u,v) := [Au](v).

Since this is very abstract, let us follow this by some examples.

Example 1: linear system of equations

Now, let V = \mathbb R^n and A:V\to V a linear mapping. Then, the weak formulation of the equation

Au = f

involves finding u\in V such that for all v\in V the following equation holds:

 \langle Au,v \rangle = \langle f,v \rangle, \,

where \langle \cdot,\cdot \rangle denotes an inner product.

Since A is a linear mapping, it is sufficient to test with basis vectors, and we get

 \langle Au,e_i\rangle = \langle f,e_i\rangle \quad i=1,\ldots,n. \,

Actually, expanding u=\sum_{j=1}^n u_je_j, we obtain the matrix form of the equation

\mathbf A \mathbf u = \mathbf f,

where a_{ij} = \langle Ae_j, e_i\rangle and f_i = \langle f,e_i \rangle .

The bilinear form associated to this weak formulation is

 a(u,v) = \mathbf v^T\mathbf A \mathbf u.

Example 2: Poisson's equation

Our aim is to solve Poisson's equation

-\nabla^2 u = f, \,

on a domain \Omega\subset \mathbb R^d with u=0 on its boundary, and we want to specify the solution space V later. We will use the L^2-scalar product

\langle u,v\rangle = \int_\Omega uv\,dx

to derive our weak formulation. Then, testing with differentiable functions v, we get

 - \int_\Omega ( \nabla^2 u ) v \,dx = \int_\Omega fv \,dx.

We can make the left side of this equation more symmetric by integration by parts using Green's identity:

 \int_\Omega \nabla u \cdot \nabla v \,dx = \int_\Omega f v \,dx.

This is what is usually called the weak formulation of Poisson's equation; what's missing is the space V, which is beyond the scope of this article. The space must allow us to write down this equation. Therefore, we should require that the derivatives of functions in this space are square integrable. Now, there is actually the Sobolev space H^1_0(\Omega) of functions with weak derivatives in L^2(\Omega) and with zero boundary conditions, which fulfills this purpose.

We obtain the generic form by assigning

 a(u,v) = \int_\Omega \nabla u \cdot \nabla v \,dx

and

 f(v) = \int_\Omega f v \,dx.

The Lax–Milgram theorem

This is a formulation of the Lax–Milgram theorem which relies on properties of the symmetric part of the bilinear form. It is not the most general form.

Let V be a Hilbert space and  a( \cdot ,\cdot ) a bilinear form on V, which is

  1. bounded: |a(u,v)| \le C \|u\| \|v\| and
  2. coercive:  a(u,u) \ge c \|u\|^2.

Then, for any f\in V', there is a unique solution u\in V to the equation

a(u,v) = f(v)

and it holds

 \|u\| \le \frac1c \|f\|_{V'}.

Application to example 1

Here, application of the Lax–Milgram theorem is definitely overkill, but we still can use it and give this problem the same structure as the others have.

Additionally, we get the estimate

 \|u\| \le \frac1c \|f\|, \,

where c is the minimal real part of an eigenvalue of A.

Application to example 2

Here, as we mentioned above, we choose V = H^1_0(\Omega) with the norm

\|v\|_V := \|\nabla v\|,

where the norm on the right is the L^2-norm on \Omega (this provides a true norm on  V by the Poincaré inequality). But, we see that |a(u,u)| = \|\nabla u\|^2 and by the Cauchy–Schwarz inequality, |a(u,v)| \le \|\nabla u\|\,\|\nabla v\|.

Therefore, for any f\in [H^1_0(\Omega)]', there is a unique solution u\in V of Poisson's equation and we have the estimate

\|\nabla u\| \le \|f\|_{[H^1_0(\Omega)]'}.

See also

References

External links