TheoremComplete

Sobolev Spaces - Applications

Sobolev spaces are indispensable for variational methods, weak formulations, and regularity theory throughout PDE analysis and applications.

TheoremLax-Milgram Theorem and Weak Solutions

Let VV be a Hilbert space and a:V×V→Ra: V \times V \to \mathbb{R} a bilinear form that is:

  • Continuous: ∣a(u,v)βˆ£β‰€Cβˆ₯uβˆ₯Vβˆ₯vβˆ₯V|a(u,v)| \leq C\|u\|_V\|v\|_V
  • Coercive: a(u,u)β‰₯Ξ±βˆ₯uβˆ₯V2a(u,u) \geq \alpha\|u\|_V^2 for some Ξ±>0\alpha > 0

Then for any continuous linear functional f∈Vβ€²f \in V', there exists unique u∈Vu \in V with: a(u,v)=f(v)βˆ€v∈Va(u,v) = f(v) \quad \forall v \in V

Application: For Dirichlet problem βˆ’Ξ”u=f-\Delta u = f in Ξ©\Omega, u=0u = 0 on βˆ‚Ξ©\partial\Omega, use V=H01(Ξ©)V = H^1_0(\Omega) and: a(u,v)=βˆ«Ξ©βˆ‡uβ‹…βˆ‡v dx,f(v)=∫Ωfv dxa(u,v) = \int_\Omega \nabla u \cdot \nabla v\,dx, \quad f(v) = \int_\Omega fv\,dx

Lax-Milgram guarantees existence/uniqueness of weak solutions.

ExampleApplications Across Mathematics
  1. Elasticity: Displacement fields in linear elasticity belong to H1(Ξ©;Rn)H^1(\Omega; \mathbb{R}^n)
  2. Fluid mechanics: Velocity fields for Stokes flow are in H1H^1, pressure in L2L^2
  3. Electromagnetism: Electric fields satisfying Maxwell's equations are in H(curl)H(\text{curl}) (a Sobolev-type space)
  4. Optimal control: State constraints often require Sobolev regularity
  5. Machine learning: Physics-informed neural networks use Sobolev norms in loss functions
TheoremRegularity Theory

Consider βˆ’Ξ”u=f-\Delta u = f in Ξ©\Omega with u=0u = 0 on βˆ‚Ξ©\partial\Omega.

  • If f∈L2(Ξ©)f \in L^2(\Omega), then u∈H2(Ξ©)∩H01(Ξ©)u \in H^2(\Omega) \cap H^1_0(\Omega) (elliptic regularity)
  • If f∈Hk(Ξ©)f \in H^k(\Omega), then u∈Hk+2(Ξ©)u \in H^{k+2}(\Omega) (assuming smooth βˆ‚Ξ©\partial\Omega)
  • If f∈C∞(Ξ©β€Ύ)f \in C^\infty(\overline{\Omega}) and βˆ‚Ξ©\partial\Omega smooth, then u∈C∞(Ξ©β€Ύ)u \in C^\infty(\overline{\Omega})

This "gain of two derivatives" is characteristic of elliptic equations.

Remark

Sobolev spaces in numerics: Finite element methods discretize variational problems in Sobolev spaces. CΓ©a's lemma gives error estimates: βˆ₯uβˆ’uhβˆ₯H1≀Cinf⁑vh∈Vhβˆ₯uβˆ’vhβˆ₯H1\|u - u_h\|_{H^1} \leq C\inf_{v_h \in V_h}\|u - v_h\|_{H^1}

showing convergence depends on approximation properties in Sobolev norms.

TheoremCompensated Compactness

The div-curl lemma: If un⇀uu_n \rightharpoonup u in L2L^2 with div un\text{div}\, u_n bounded in Hβˆ’1H^{-1} and vn⇀vv_n \rightharpoonup v in L2L^2 with curl vn\text{curl}\, v_n bounded in Hβˆ’1H^{-1}, then: unβ‹…vn⇀uβ‹…vΒ inΒ Dβ€²u_n \cdot v_n \rightharpoonup u \cdot v \text{ in } \mathcal{D}'

This powerful tool enables passing to limits in nonlinear PDEs where standard weak convergence fails.

These applications demonstrate that Sobolev spaces provide not just a theoretical framework but practical tools for solving, approximating, and analyzing PDEs.