Rahul Sharma (Editor)

Weak formulation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Weak formulations are important tools 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.

Contents

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 V of the equation

A u = f ,

where A : V V and f V , with V being the dual of V .

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

[ A u ] ( 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 V such that

a ( u , v ) = f ( v ) v V ,

by defining the bilinear form

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

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

Example 1: linear system of equations

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

A u = f

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

A u , v = f , v ,

where , denotes an inner product.

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

A u , e i = f , e i i = 1 , , n .

Actually, expanding u = j = 1 n u j e j , we obtain the matrix form of the equation

A u = f ,

where a i j = A e j , e i and f i = f , e i .

The bilinear form associated to this weak formulation is

a ( u , v ) = v T A u .

Example 2: Poisson's equation

Our aim is to solve Poisson's equation

2 u = f ,

on a domain Ω 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

u , v = Ω u v d x

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

Ω ( 2 u ) v d x = Ω f v d x .

We can make the left side of this equation more symmetric by integration by parts using Green's identity and assuming that v = 0 on Ω :

Ω u v d x = Ω f v d x .

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 0 1 ( Ω ) of functions with weak derivatives in L 2 ( Ω ) and with zero boundary conditions, which fulfills this purpose.

We obtain the generic form by assigning

a ( u , v ) = Ω u v d x

and

f ( v ) = Ω f v d x .

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 ( , ) a bilinear form on V , which is

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

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

a ( u , v ) = f ( v )

and it holds

u 1 c f V .

Application to example 1

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

  • Boundedness: all bilinear forms on R n are bounded. In particular, we have | a ( u , v ) | A u v
  • Coercivity: this actually means that the real parts of the eigenvalues of A are not smaller than c . Since this implies in particular that no eigenvalue is zero, the system is solvable.
  • Additionally, we get the estimate

    u 1 c 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 0 1 ( Ω ) with the norm

    v V := v ,

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

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

    u f [ H 0 1 ( Ω ) ] .

    References

    Weak formulation Wikipedia


    Similar Topics