0% found this document useful (0 votes)
17 views14 pages

Cantilever Beam Response to Base Excitation

This technical report presents a modal analysis of a cantilever beam subjected to vertical base excitation using the Euler–Bernoulli model. It includes derivations of governing equations, modal ODEs, and numerical examples, demonstrating the dynamic response of the beam under various excitation frequencies. Key findings highlight the significant amplification of tip displacement at resonance and provide engineering recommendations for design considerations.

Uploaded by

tonoyalam39
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views14 pages

Cantilever Beam Response to Base Excitation

This technical report presents a modal analysis of a cantilever beam subjected to vertical base excitation using the Euler–Bernoulli model. It includes derivations of governing equations, modal ODEs, and numerical examples, demonstrating the dynamic response of the beam under various excitation frequencies. Key findings highlight the significant amplification of tip displacement at resonance and provide engineering recommendations for design considerations.

Uploaded by

tonoyalam39
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Dynamic Response of a Cantilever Beam

Under Base Excitation


(Euler–Bernoulli model)

Detailed technical report — modal reduction & numerical example

Author: [Your Name]


Date: December 1, 2025
Contents

1 Introduction 2

2 Governing equation and boundary conditions 3

3 Relative displacement and transformed PDE 4

4 Modal expansion and eigenvalue problem 5

5 Modal orthogonality and modal ODEs 6

6 Numerical example: geometry, material, and base motion 7

7 Computed modal parameters (numerical quadrature) 8

8 Modal ODEs and harmonic forcing 9

9 Time-domain numerical integration and results 10

10Discussion and engineering recommendations 11

A Reproducible notes and numerical pseudocode 12

B References 13

1
Chapter
1
Introduction

This report derives and demonstrates the modal analysis of a uniform Euler–Bernoulli
cantilever beam excited by a prescribed vertical base motion. We present the full derivation
from the governing PDE to modal ODEs, derive the modal forcing due to base acceleration,
perform numerical modal integrals (mass normalization and modal participation factors) for
the first three modes, and compute time-domain responses to harmonic base motion for three
excitation frequencies near the first natural frequency.

Scope and assumptions

• Euler–Bernoulli beam theory (no shear deformation or rotary inertia).

• Uniform prismatic beam of length L.

• Small transverse deflections (linear geometric kinematics).

• Viscous modal damping with modal damping ratios ζn (here ζ = 0.01 used in the
example).

• Modal truncation to N = 3 modes for the example.

2
Chapter
2
Governing equation and
boundary conditions

Consider transverse displacement w(x, t) in an inertial frame. The Euler–Bernoulli PDE is


∂[ ∂[
EI ]wx4 + ρA ]wt2 = q(x, t), (2.1)
∂4 ∂2
with q(x, t) an external distributed load. For free vibration with base motion (no explicit
distributed load), the clamped base (x = 0) is prescribed to follow yb(t):

w(0, t) = yb(t), wx(0, t) = 0.

At the free tip (x = L):


wxx(L, t) = 0, wxxx(L, t) = 0.

3
Chapter
3
Relative displacement
and transformed PDE

Define the motion relative to the base,

v(x, t) = w(x, t) − yb(t).


Then v(0, t) = 0 and vx(0, t) = 0, i.e., homogeneous clamped BCs at the base.
Differentiating in time, ∂[ ∂[ 2
]wt2 = ]vt + y¨ (t).
b
∂2 ∂2
Substitute into (2.1) with q = 0:

EIv′′′′(x, t) + ρAv¨(x, t) = −ρA y¨b (t). (3.1)


Note the right-hand side is spatially uniform (depends only on time).
Boundary conditions for v:

v(0, t) = 0, vx(0, t) = 0, vxx(L, t) = 0, vxxx(L, t) = 0.

4
Chapter
4
Modal expansion and eigenvalue
problem

Assume a modal expansion using eigenfunctions ϕn(x) which satisfy


EI ϕ′′′′(x) − ρAω2ϕn(x) = 0,
n n

with clamped–free BCs. Writing k = ρAω /EI the standard cantilever eigenfunctions are
4 2
n n
! "
ϕn(x) = cosh(knx) − cos(knx) −cosh(k L) + cos(k L) sinh(knx) − sin(knx) .
n n
(4.1)
sinh( ) + sin( )
k nL k nL
Eigenvalues satisfy
cosh(βnL) cos(βnL) + 1 = 0,
with the first three roots (standard, tabulated):

β1L ≈ 1.87510407, β2L ≈ 4.69409113, β3L ≈ 7.85475744.

The natural angular frequencies read


3 42 ó
βn EI
ωn = L ρA .

5
Chapter
5
Modal orthogonality and modal
ODEs

Expand

Σ
v(x, t) = qn(t) ϕn(x).
n=1

Using orthogonality with weight ρA,


∫ L

0
ρA ϕmϕn dx = Mnδmn,

multiply (3.1) by ρAϕm and integrate to obtain for each mode

Mnq¨n + Cnq˙n + Knqn = −Γn y¨b (t), (5.1)

with
∫ L
2 2
Mn = ρA ϕn dx, Kn = ωnMn, Cn = 2ζnωnMn,
0
and the modal participation factor
∫ L
Γn = ρA ϕn( x) dx.
0

If modes are mass-normalized such that Mn = 1, the modal ODE simplifies to

q¨n + 2ζnωnq˙n + ωn2qn = −Γn y¨b (t).

6
Chapter
6
Numerical example:
geometry, material, and
base motion

The geometry and material values (as confirmed from your table) are:

Table 6.1: Beam geometry and material (example)

Parameter Value
Length, L 1.0 m
Width, b 0.02 m
Thickness, h 0.005 m
Cross-sectional area, A = bh 1 .0 × 10−4 m2
Second moment of area, I = bh3/12 5.208 333 × 10−10 m4
Young’s modulus, E 210 × 109 Pa
Density, ρ 7800 kg/m3
ρA 0.78 kg/m
Base amplitude, Y0 5 mm = 0.005 m
Modal damping (used) ζn = 0.01 (1%)

We retain the first three modes (N = 3) for all numerical results below.

7
Chapter
7
Computed modal parameters
(numerical quadrature)

The standard cantilever eigenvalues βnL (given above) yield the computed natural angular
frequencies (using the values above):

Table 7.1: Natural frequencies (first three modes)

Mode n ωn (rad/s) fn = ωn/(2π) (Hz)


1 26.33252349 4.19095128
2 165.02310738 26.26424326
3 462.06947988 73.54064177

Using numerical quadrature (fine spatial grid and trapezoidal integration) we evaluated
un-normalized modal masses
∫ L
M˜ n = ρA ϕ2 dx, n
0
ñ
then mass-normalized each mode: ϕn(x) ← ϕn(x)/ M˜ n so that Mn = 1 for each retained
mode. The computed raw modal integrals (before normalization) were approximately M˜ n ≈
0.78 (consistent across the first three computed shapes); after normalization Mn ≡ 1.
The modal participation factors (mass-normalized modes) computed numerically are:

Γ1 ≈ 0.69151957, Γ2 ≈ 0.38324148, Γ3 ≈ 0.22470248.

The normalized mode values at the tip (x = L) used for reconstruction are:

ϕ1(L) ≈ +2.26455381, ϕ2(L) ≈ −2.26455316, ϕ3(L) ≈ +2.26455259.

(Stage signs alternate due to mode shape parity; these are the mass-normalized amplitudes at
the tip.)

8
Chapter
8
Modal ODEs and harmonic
forcing

With mass-normalized modes (Mn = 1) and uniform modal damping ζ = 0.01, the modal
ODEs become
q¨n + 2ζωnq˙n + nω2qn = −Γn y¨b (t). (8.1)
For harmonic base motion
yb(t) = Y0 sin(ωexct),
we have
y¨b (t) = sin(ωexct),
ex
−Y0ω2 c

so the modal forcing (right-hand side) becomes


sin(ωexct).
Fn(t) = ΓnY0ω2
exc

The steady-state amplitude for mode n under harmonic forcing is


Γn Y0 ω 2
Qn,steady = √ exc
.
(ω2n − ex )2 + (2ζωn ex )2
ω2 c ω

9
Chapter
9
Time-domain numerical
integration and results

We integrated the first three modal ODEs simultaneously with initial rest conditions (qn(0) =
q˙n(0) = 0) over the time span t ∈ [0, 10] s using a high-accuracy ODE integrator (adaptive
Runge–Kutta). We examined three excitation cases:

• Case A: ωexc = 0.95 ω1,

• Case B: ωexc = ω1,

• Case C: ωexc = 1.05 ω1.

Base amplitude: Y0 = 5 × 10−3 m; damping ζ = 0.01.


After integration we reconstructed the absolute tip displacement
3
Σ
w(L, t) = qn(t) ϕn(L) + yb(t).
n=1

We recorded the maximum absolute tip amplitude within the final 20% of the simulation
interval (to represent steady-state peak amplitude). The computed results are:

Table 9.1: Steady-state tip amplitudes (computed numerically)

Case ωexc (rad/s) f (Hz) Max tip amplitude (m)


A (0.95 ω1) 25.01590032 3.98140372 0.07912001
B (ω1) 26.33252349 4.19095128 0.36267122
C (1.05 ω1) 27.64914966 4.40049884 0.08256888

Interpretation. On-resonance (Case B) the tip amplitude reaches ≈ 0.3627 m, i.e.


around 72× the base amplitude (5 mm). This large amplification is expected for low
damping and highlights that the small-deflection assumption may be violated in this
resonant case; geometric nonlinearities and contact would need to be considered in a real
design if such motions occurred.

10
Chapter
10
Discussion and engineering
recommendations

• Modal truncation: For low-frequency harmonic base motion, the first mode
dominates; three modes were sufficient here. If excitation energy extends to higher
frequencies, include more modes.

• Damping: Low damping (1%) yields large resonance peaks. Design options: increase
structural damping, add tuned dampers, or stiffen the beam to shift natural frequencies.

• Validity of linear theory: The resonant tip amplitude here is large — if


predictions exceed small-deflection limits, include geometric nonlinearities (von
Kármán), or use a nonlinear FE time-step solver.

• Further work: compute frequency response (sweep) curves, perform parametric studies
on damping and geometry, and validate with an experimental modal test.

11
Appendix
A
Reproducible notes and
numerical pseudocode

Numerical computations were performed by:

1. Evaluating ϕn(x) (Eqn. 4.1) on a dense grid x ∈ [0, L].


∫ L
2. Computing raw modal masses M˜ n = 0 ρAϕ 2
n dx (trapezoidal rule).
ñ
3. Mass-normalizing modes ϕn ← ϕ n / M˜ n (so Mn = 1).

L
4. Computing Γn = 0
ρAϕn dx.
5. Integrating modal ODEs with an ODE solver (e.g., Matlab ode45 or Python SciPy
solve_ivp) with forcing Fn(t) = ΓnY0ω2 ex
sin(ωexct).
c
6. Reconstructing w(L, t) and measuring steady-state amplitude.

MATLAB-style pseudocode

% Define geometry & material (exact values from table) L=1.0;


b=0.02; h=0.005;
A=b*h; I=b*h^3/12; E=210e9; rho=7800; rhoA=rho*A; betaL
= [1.87510407,4.69409113,7.85475744];

% Build phi_n(x) on fine grid, compute raw modal masses Mtilde,


% mass-normalize modes, compute Gamma_n = integral(rhoA*phi_n).
% Compute omega_n from betaL.

% Set base amplitude Y0=5e-3, damping zeta=0.01


% Loop cases: wexc = [0.95,1.0,1.05]*omega1
% For each case create forcing Fn(t) = Gamma_n * Y0 * wexc^2 * sin(wexc*t)
% Integrate modal ODEs: qdd + 2*zeta*omega*qdot + omega^2*q = Fn(t)
% Reconstruct tip: wtip(t) = sum_n q_n(t)*phi_n(L) + Y0*sin(wexc*t)
% Compute max abs wtip in last 20% of t for steady-state amplitude.

12
Appendix
B
References

• Meirovitch, L., Fundamentals of Vibrations, McGraw–Hill, 2001.

• Timoshenko, S., Young, D.H., Weaver, W., Vibration Problems in Engineering,


John Wiley.

• Rao, S.S., Mechanical Vibrations, 5th ed., Pearson.

13

Common questions

Powered by AI

Performing a numerical example for cantilever beams involves several challenges and considerations. The geometry must be accurately defined in terms of dimensions and cross-sectional properties to establish the moment of inertia and area. Material properties like Young's modulus and density are crucial for dynamic response characteristics, influencing stiffness and inertia. Careful consideration is required for the damping ratio since it significantly impacts resonance behavior. Numerical integration of the modal ODEs needs fine spatial discretization and accurate time-stepping to capture the varying dynamic responses under different base excitation frequencies. Convergence and stability of the results must be ensured, often requiring trial runs and parameter adjustments. Such simulations often necessitate assumptions like small deflections and linear damping, which must be validated by comparing with physical constraints and potential geometric nonlinearities .

Computed modal parameters, including mass normalization, are crucial in the modal analysis process as they ensure the modes are orthogonal and can be solved independently. Mass normalization involves adjusting modal shapes so that each mode has a unit modal mass, which simplifies the coupling between modes and reduces computational complexity, allowing for clearer interpretation of the system's dynamic properties. This process affects the accuracy in calculating response amplitudes and frequencies as well as ensures the correct amplification factor under dynamic loading. Errors in these computations could lead to incorrect predictions of system behavior, impacting the validity of engineering decisions and design effectiveness .

Harmonic base excitation affects the steady-state response of a cantilever beam by introducing periodic external forces that can align with the beam's natural frequencies, potentially leading to resonance. When the excitation frequency ωexc is near a natural frequency ωn, even small base motions can result in large amplitude responses (resonance), as the dynamic amplification becomes significant. The steady-state amplitude of the beam's response is determined by balancing the energy input from the base motion with the energy dissipated by damping, modeled by the expression for Qn,steady, which depends on the differences between ωexc and ωn and the modal damping. Near resonance, the response amplitude can grow significantly if damping is low, highlighting potential issues with linear assumptions and pointing to the need for revised designs if significant nonlinearities are present .

In the dynamic analysis of cantilever beams, modal truncation implies limiting the number of modes considered in the response analysis to a manageable number, commonly the first few, to reduce computational complexity while capturing the dominant dynamic behavior. This is suitable when the majority of the system's energy resides in the lower frequencies, such as for low-frequency excitation. However, if the structure is excited by higher frequency content or if higher precision is needed in prediction, additional modes become necessary to accurately simulate the dynamic response. Insufficient modes can lead to inaccurate predictions of resonance or transient responses, affecting the design and safety assessments. For a system subject to complex or broadband loading, neglecting higher modes can fail to capture critical response features .

The numerical integration process of modal ODEs involves solving the set of ordinary differential equations that describe each mode’s dynamic behavior. This process typically employs high-accuracy numerical solvers, such as adaptive Runge–Kutta methods, to integrate over a specified time span, starting from initial rest conditions. By inputting the modal ODEs, including forcing terms derived from harmonic base excitation, the method calculates the time-dependent modal coordinates. This allows for the reconstruction of the total deflection response at any point along the beam by summing the contributions from all considered modes. Accurate numerical integration is critical to capturing transient and steady-state behaviors, which influence engineering assessments and design recommendations .

To handle non-uniform base excitation, the method involves defining the motion relative to the moving base using relative displacement v(x, t) = w(x, t) − yb(t), where yb(t) is the base motion. This results in homogeneous boundary conditions at the base for v(x, t). The governing PDE is transformed by substituting the relative displacement and time derivatives into the original PDE to derive an equation that uniformly incorporates the base acceleration as a forcing term on the right-hand side. This allows for modal separation and orthogonal projection onto eigenfunction bases .

Modal decomposition in the analysis of cantilever beams involves expressing the beam's deflection response as a sum of mode shapes, each multiplied by a time-dependent modal coordinate. The eigenfunctions, derived from solving the eigenvalue problem associated with the governing PDE, represent the mode shapes that naturally satisfy the cantilever beam's boundary conditions. Each mode's contribution is orthogonal to others when integrated over the beam's length, allowing the problem to be reduced to a set of uncoupled ordinary differential equations (ODEs) in terms of the modal coordinates. This makes it possible to independently analyze the dynamic response of each mode .

For cantilever beams subjected to large resonant responses, several design recommendations can enhance system performance. Increasing structural damping or adding tuned dampers can mitigate large response amplitudes by dissipating excess vibrational energy. Modifying the beam’s geometry, such as increasing thickness, can stiffen the structure and shift natural frequencies away from excitation frequencies, reducing resonance risk. Including geometric nonlinearities in the analysis can provide more accurate predictions under large deflections, ensuring that designs account for potential overestimations of linear models. These considerations help maintain structural integrity and serviceability while enhancing safety margins against dynamic loading conditions, thereby optimizing the overall design .

The Euler–Bernoulli beam theory is applied to the dynamic analysis of a cantilever beam by considering the beam to be prismatic and undergoing small transverse deflections. It simplifies the modeling by omitting the effects of shear deformation and rotary inertia, assuming the deflections remain linear and within the small angle approximation. Governing the dynamic response is a partial differential equation (PDE) relating flexural bending moments (modeled by EI, the product of Young's modulus and the second moment of area) and distributed inertia forces (characterized by the product ρA of density and cross-sectional area) to an external load, q(x, t). The base motion adds a key excitation factor, prescribed through specific boundary conditions .

Modal damping is incorporated into the modal analysis of cantilever beams as a proportional damping model where each mode has its damping ratio, typically assumed to be constant for simplicity. It manifests in the modal ODEs as a term 2ζnωn multiplied by the time derivative of the modal coordinate q˙n. The damping ratio ζn affects the amplitude of vibrations, especially near resonant frequencies, and influences the rate at which transient vibrations decay. Uniform modal damping is commonly applied across modes, simplifying the analysis. The choice of damping ratio is crucial; low damping can lead to large resonance peaks, necessitating careful evaluation during design, possibly through increased structural damping or added tuned dampers .

You might also like