All courses › Finite Element Method › Weak form

Weak form

Differential equations often demand more smoothness than simple elements can provide. By multiplying with a test function ww and integrating by parts, one derivative is shifted onto the test function. This gives the weak form, which requires less smoothness and fits naturally with the shape functions.

∫Ωw(−ddx(kdudx))dx=∫Ωwf dx\int_\Omega w\left(-\dfrac{d}{dx}\left(k\dfrac{du}{dx}\right)\right)dx = \int_\Omega wf\,dxstrong form, before integrating by parts

Symbols

wwtest function
uuunknown field (e.g. displacement)
Ω\Omegaelement domain

Example

Integrating by parts moves one derivative from uu to ww,

so only first derivatives of both are needed, not second derivatives of uu.

The weak form is therefore less strict than the original (strong) differential equation.
Practise weak form and shape functions for free →

← Shape functions · Gauss quadrature →

Part of Finite Element Method: Weak form and shape functions.