14.10 The Finite Element Method 663
14.10 The Finite Element Method
Many problems in mathematics, science and engineering are not simple
and cannot be solved by exact closed-form analytical formulas. It is often
necessary to obtain approximate numerical or asymptotic solutions rath er
than exact solutions. Many numerical methods that have evolved over the
years reduce algebraic or differential equations to discrete form which can
be solved easily by computer. However, if the numerical method is not care-
fully chosen, the numerically computed solution may not be anywhere close
to the true solution. Another problem is that the computation for a difficult
problem may take so long that it is impractical for a computer to carry out.
The most commonly used numerical methods are finite differences that give
pointwise approximations of the governing equations. These methods can
be used successfully to solve many fairly difficult problems, but their major
weakness is that they are not suitable f or problems with irregular geome-
tries, curved boundaries or unusual boundary condition s. For example, the
finite difference methods are not particularly effective for a circular d omain
because a circle cannot be accurately partitioned into rectangles. However,
there are other numerical methods including the finite element method and
the boundary element method.
Unlike fin ite difference methods, the finite element method can be used
effectively to determine fairly accurate approximate solutions to a wide
variety of governing equations defined over irregular r egions. The entire so-
lution domain can be modeled analytically or approximated by replacing it
with small, interconnected discrete finite elements (hence the name finite
element). The solution is then approximated by extremely simple functions
(linear fu nction s) on these small elements such as triangles. These small ele-
ments are collected together and requirements of continuity and equilibrium
are satisfied between neighboring elements.
In a nutshell, the basic idea of the finite element method (FEM) con-
sists of decomposing a given domain into a set of finite elements of arbitrary
shape and size. This decomposition is usually called a mesh or a grid with
the restriction that elements cannot overlap nor leave any part of the do-
main uncovered. For each element, a certain number of points is introduced
that can be located on the edges of the elements or inside. These points are
called nodes that are usually vertices of triangles as shown in Figure 14.10.1.
Finally, these nodes are used to approximate a function under consideration
over the whole domain by interpolation in the finite elements.
Historically, the finite element method was developed originally to study
stress fields in complicated aircraft structures in the early 1960s. Subse-
quently, it has been extended and widely applied to find approximate solu-
tions to a wide variety of problems in mathematics, science, and engineering.
It was Richard Courant (1888–1972) who first introduced piecewise contin-
uous functions defined over triangular domains in 1943; he then used these
triangular elements combined with the principle of minimum potential en-