The transformation from strong form to weak form is the mathematical key that makes finite element analysis possible. This lesson explains why we can't directly solve the strong form and how the weak form opens the door to numerical solutions.
The Strong Form: What Physics Demands
Consider a simple 1D problem: a bar fixed at one end, with a distributed load along its length.
The equilibrium equation (balance of forces) in differential form is:
Sponsored
Gaurav Jadhav is now a CAE Engineer
Practical projects and mock interviews made the difference
This is the strong form — a differential equation that must be satisfied at every point in the domain.
Sponsored
April batch closing soon — only 42 seats remaining
Join 3,000+ engineers who got placed at top companies
Reserve Your Seat
Why "Strong"?
The strong form demands:
The solution $u(x)$ must be twice differentiable (smooth enough for second derivatives)
The equation must hold exactly at every point
Boundary conditions must be satisfied exactly
For simple geometries (uniform bar, constant load), we can solve this analytically. But for complex geometries, variable cross-sections, or multiple materials — analytical solutions don't exist.
The Problem with Direct Numerical Solution
Why not just discretize the strong form directly using finite differences?
Sponsored
3,000+ engineers placed at Mahindra, Bosch, TATA ELXSI
Including Continental, Capgemini, Ola Electric & 500+ more companies
For an exact solution, $R(x) = 0$ everywhere. For an approximation, $R(x) \neq 0$.
Making the Residual Small
Instead of making $R(x) = 0$ everywhere (impossible for most approximations), we make the weighted integral of the residual zero:
$$\int_0^L w(x) \cdot R(x) \, dx = 0$$
Different choices of weight function $w(x)$ give different methods.
Compare different weighted residual methods. See how the choice of weight function affects where the residual is minimized.
Types of Weighted Residual Methods
Method
Weight Function
How It Works
Collocation
$w(x) = \delta(x - x_i)$
Force $R = 0$ at specific points
Subdomain
$w(x) = 1$ in subregions
Average residual = 0 in each subdomain
Least Squares
$w(x) = \frac{\partial R}{\partial a_i}$
Minimize $\int R^2 dx$
Galerkin
$w(x) = N_i(x)$
Use same functions as trial functions
The Galerkin Method
In the Galerkin method, we choose the weight functions to be the same as the shape functions used to approximate $u$:
$$\tilde{u}(x) = \sum_j N_j(x) \cdot u_j$$
$$w_i(x) = N_i(x)$$
This is the foundation of the finite element method. The Galerkin method produces symmetric stiffness matrices (for self-adjoint problems), which are computationally efficient to solve.
Physical Interpretation
The weak form has a beautiful physical meaning. Consider:
$$\int_0^L EA\frac{du}{dx}\frac{dv}{dx} \, dx = \int_0^L v \cdot f \, dx + v(L) \cdot F_L$$
Right side: External virtual work (work done by loads)
$$\text{External Work} = \int f \cdot \delta u \, dx + F \cdot \delta u|_{\text{boundary}}$$
The weak form is equivalent to the Principle of Virtual Work:
For a body in equilibrium, the virtual work done by internal stresses equals the virtual work done by external forces for any admissible virtual displacement.
This is energy balance, and it's why FEA works!
From Weak Form to Matrix Equation
Here's the crucial step that leads to FEA:
Approximate $u(x)$ using shape functions: $u(x) = \sum_j N_j(x) u_j$
Choose $v(x) = N_i(x)$ (Galerkin method)
Substitute into the weak form
Rearrange to get: $\sum_j \left[\int EA \frac{dN_i}{dx}\frac{dN_j}{dx} dx\right] u_j = \int N_i f \, dx + N_i(L) F_L$
This is the matrix equation:
$$[K]\{u\} = \{F\}$$
Where:
$K_{ij} = \int EA \frac{dN_i}{dx}\frac{dN_j}{dx} dx$ — Stiffness matrix
$F_i = \int N_i f \, dx + N_i(L) F_L$ — Force vector
We'll derive this explicitly in Lesson 4.
Essential vs. Natural Boundary Conditions
The weak form reveals two types of boundary conditions:
Essential (Dirichlet) Boundary Conditions
Prescribed values of the primary variable (displacement)
Example: $u(0) = 0$ (fixed end)
Must be explicitly enforced on the solution space
Test functions must satisfy $v = 0$ where $u$ is prescribed
Automatically satisfied through the boundary integral term
"Natural" because they appear naturally in the weak form
This distinction is fundamental in FEA:
Essential BCs: Modify the system by removing/constraining DOFs
Natural BCs: Add terms to the force vector
Key Takeaways
Strong form requires pointwise satisfaction of the PDE — hard for complex problems
Weak form requires integral (average) satisfaction — enables numerical methods
The transformation uses integration by parts to move derivatives to test functions
Galerkin method: Choose test functions = shape functions
Weak form = Virtual Work Principle — energy balance
Essential BCs (prescribed values) are enforced explicitly
Natural BCs (prescribed forces) appear automatically in the weak form
What's Next
In the next lesson, we'll introduce shape functions — the polynomial functions used to approximate the field variable within each element. Shape functions are the practical tool that turns the weak form into a computable system.
Career Growth
3,000+ Engineers Placed in Top Companies
Join the ranks of successful engineers at Bosch, Tata, L&T, and 500+ hiring partners.