3 minute read

This is an exercise for finite element method most likely. Our question is:

Is Robin (read as “rho-bon”) boundary problem well-posed?

Say our equation is:

Δu=fin Ω

with Robin boundary condition for all the boundary Ω:

αu+un=g

where α is a positive constant (α has to be positive a.e. on the boundary), and u/n=un is the normal derivative on boundary. Multiply the equation by a test function vH1,

ΩΔuv=Ωfv

and perform integration by parts:

ΩuvΩ(un)v=Ωfv

plug in the Robin boundary data:

ΩuvΩ(gαu)v=Ωfv

Rearrange:

Ωuv+Ωαuv=Ωfv+Ωgv

The left hand side a(u,v)=Ωuv+Ωαuv, right hand side is the L(v). The proof of continuities of the right hand side and the first term in a(u,v) is natural, just following the proof for Dirichlet and Neumann boundary problems. For second term on the left we would like to use the trace inequality:

ΩαuvαuL2(Ω)vL2(Ω)CαuH1(Ω)vH1(Ω)

thus

a(u,v)CuH1(Ω)vH1(Ω).

The coercivity of a(u,v) is a little bit more difficult to prove. We can use the “compactness argument” for Gelfand’s triple to prove it. The trick is using proof by contradiction, by the compactness argument, “compact sequential compact”:

Suppose a(u,v) is not coercive, then () there exists a sequence vnH1, such that: vnH1(Ω)=1, and a(vn,vn)0.

Now since vn is a bounded sequence in H1 (consider the distance being induced by the H1-norm), then there exists a weakly convergent subsequence vnjv in H1 and vnjv in L2-norm (thanks user33869 for pointing out my previous error). Weak convergence is:

Ω(vvnj)w+Ω(vvnj)w0, for all wH1(Ω).

This implies that:

Ω|v|2=limjΩvnjvlimj(Ω|vnj|2)1/2(Ω|v|2)1/2

This is

|v|H1(Ω)limj|vnj|H1(Ω)

Using another assumption now

a(vn,vn)=Ω|vn|2+Ωαv2n0

This implies that

Ω|vn|20.

By (2), letting nj yields v2=0. Now we have

vH1(Ω)=vL2(Ω).

Now using vnjv in L2-norm, together with (3),

vL2(Ω)=limjvnjL2(Ω)=1

The L2-norm of gradient of v being zero implies v is a constant, The L2-norm of v being 1 implies v=c where the constant c0. However, again by (3):

Ωαv2=limnΩαv2nj=0

together with the positivity assumption on α, this says v=0 on Ω. Constradition.

Therefore there does not exist such sequence satisfying (1). The negation of the statement (1) is: For all sequence in H1(Ω), if |vn|H1(Ω) is bounded, a(vn,vn) is always bounded away from 0. This can be translated to any function v in H1, for we could always find a bounded sequence that goes to v by the completeness of a Hilbert space. Thus the coercivity is proved.

Comments