Navier’s Solution of Simply-Supported Euler-Bernoulli Beams#
At the core of all solutions provided in this package lies Navier’s classical approach for simply supported Euler-Bernoulli beams [1]. This method forms the foundation for analyzing beam deflections and internal forces under various loading conditions. By leveraging the power of Fourier series expansions, Navier’s solution enables the representation of arbitrary load distributions and corresponding beam responses in a systematic and mathematically rigorous way. This framework not only simplifies the solution process for simply supported beams but also serves as a stepping stone for more advanced structural analysis techniques.
The behaviour of Euler-Bernoulli beams under the effect of static loads#
The Euler-Bernoulli beam theory [2] builds on the following set of assumptions:
Small strains and small displacements.
Linear elastic material behaviour.
Plane sections remain plane and perpendicular to the neutral axis.
On top of these fundamental assumptions, we use the following simplifications:
Constant cross section along the beam axis.
No coupling between bending and torsion effects.
Equilibrium equations#
If we take an infinitesimal beam segment in the $x-y$ plane, and write the equations of static equilibrium, we arrive to the equation
for the moment equilibrium about $z$ at $x$ and
for the vertical equilibrium along the $y$ axis, where
$M_z$ is the moment rotating counter-clockwise around $+x$,
$V_y$ is shear force pointing along $+y$,
$p_{zz}$ is the distributed moment load,
$p_{y}$ is the distributed vertical load,
And the stress resultants $M_z$ and $V_y$ are defined by
and
If we rearrange (1) for $V_y$, take the derivative wrt. $x$ and substitute it into (2), we arrive at the equation
Geometric equations#
We are talking about a beam theory, which means that we use a 1D domain to describe the motion of something that is 3D in essence. This means that we have to provide the mapping between the two systems. If we define a rotation $\vartheta_z$ and define it such that a positive value of it means a positive, counter-clockwise rotation around $+x$, we obtain
According to our assumptions of having small strains, we have
and
for the nonzero engineering-strain components of the small-strain tensor, where we used equation (6) in the right side of (8). According to the Bernoulli hypothesis of planar cross-sections remaining perpendicular to the $x$ axis, we can equate (8) with zero, obtaining the relationship
that we will use a couple of steps later to calculate the rotations after having the unknown function $v(x)$ readily computed.
Material equations#
Assuming a linear elastic material without initial stresses (the undeformed configuration is stress free), the material equation is really nothing more than
where $\sigma_x$ denotes normal stresses along $x$, and $E$ is Young’s modulus of elasticity. If we combine (3) with the material equation (10) and the geometric relationship (7), we obtain the relationship between the bending moment $M_z$ and the curvature $\kappa_x$:
where $I_z = \int_A y^2 \, dA$ is the second moment of inertia about $z$ and $\kappa_x(x)=\left. \frac{d \vartheta_z}{dx}\right|_{x}$ is the curvature about $z$.
Putting it all together#
If we take second derivative of (11) wrt. $x$ and substitute into (5), we arrive at a $4^{th}$ order DE, that fully describes the behaviour of an Euler-Bernoulli beam under the effect of static loads, within the bounds of the assumptions we’ve made.
This DE alongside with the sufficient number of boundary conditions, completes the boundary-value problem (BVP) of an Euler-Bernoulli beam.
BVP of simply-supported Euler-Bernoulli beams#
Equation (12) governs the behaviour of all Euler-Bernoulli beams under the effects of static loads -within the bounds of the assumptions we’ve made-, regardless to the beam being a console, a continous multi-span beam, or something as simple as a simply-supported beam. The difference between these structures comes down to different boundary-conditions, which are constraints posed on the unknowns, at the boundaries. Because the DE is a $4^{th}$ order one, we need 4 conditions. For a simply-supported beam, in the simplest case, these conditions are
specifying zero vertical displacements and curvatures at the boundaries. Equations (12) and (13) together consitute the BVP of a simply-supported Euler-Bernoulli beam.
Navier’s solution of simply-supported Euler-Bernoulli beams#
The starting point of Navier’s solution is to approximate the unknown function $v(x)$ as
where $v_k$ are the coefficients to be determined. The idea behind this move is the recognition, that this form satisfies the boundary conditions of (13) exactly, regardless of the actual values of the unknown coefficients $v_k$. If we disregard the moment loads $p_{zz}$ for a while apply the same trick for the vertical load component $q$, we get
where $q_k$ are coefficients we can calculate for any kind of load. If we substitute both (16) and (14) into (12), we arrive at
and this is where the genious of Navier truly reveals itself. If we now multiply this by $\sin \left( \frac{\pi j x}{L} \right)$ for an arbitrary $j \in \{ 1, \ldots, n \}$ and make use of some trigonometric identities, the equations decouple:
and we can calculate the coefficient of the $j^{th}$ displacement mode as
Repeating this simple calculation for all $j \in \{ 1, \ldots, n \}$, yields the approximation of the solution in the form of (14).
To extend this for distributed moment loads, all we have to do is to take a look at equation (12), which suggests that the moment load $p_{zz}$ needs to be expressed as
and with a similar process as before, we can conclude that the unknown coefficients $v_j$ can be calculated as
If all $v_j$ are calculated, we can compute all quantities of interest:
Series representation of arbitrary loads#
There are a few loads for which the calculation of the coefficients $q_j$ and $r_j$ can be done with closed-form expressions, while for others we have to carry out numerical integration. For distributed vertical loads, the poblem we have is that we have a function $q(x)$ and we want to find the approximation of it as $\overline{q}(x)$, expressed by (16):
The question is how to choose $q_k$ such that $\overline{q}(x)$ is the closest to $q(x)$. This only opens the question of what distance means between two functions. The explanation will be a bit handwavy for mathematicians, but I wanted to avoid using advanced linear algebra and keep it simple enough for people who don’t have that kind of expertise. After all, this library is for engineers.
It’s quite obvious that the equality
doesn’t really mean that $\overline{q}(x)$ and $q(x)$ are the same function. It’s only one measurement after all. However, if we can write enough independent measurements like this, we have enough reason to think that they are close enough. What this practically means is that we have performed a number of experiments on both $\overline{q}(x)$ and $q(x)$, and they responded with the same answer each time. The more the experiments, the greater the confidence that they are equal. Unfortunatelly, this is how far I can go at the moment without advanced math that would probably freak most people out.
We have $n$ number of coefficients to determine, so we need $n$ independent experiments. One way to do that is to write
for all $i \in \{ 1, \ldots, n \}$, where $\phi_{i}(x)= \sin \left( \frac{\pi i x}{L} \right)$. Utilizing some trigonometric identities again, for the $i^{th}$ equation this gives
For distributed moment loads, the procedure is very similar, except that we work with cosine functions and we utilize another set of trigonometric identities. The result of that line of thought is the formula
In some cases, evaluation of the integral expressions (19) and (20) is simple enough to do it a-priori and store the result. In the general case, one can use a good old trapezoidal rule, the Monte-Carlo method or any other numerical integration technique.
Examples#
Concentrated vertical load#
Perhaps the most basic example is a single concentrated load with a value of $F$, located at $x_F$. In this case our load function is
It’s easy to see that expression (19) for the load coefficients yields
Distributed vertical load of constant intensity#
Take a uniformly distributed vertical load now, with an intensity of $\hat{q}$, applied over the interval $[a, b]$:
Expression (19) for the load coefficients yields