Buckling Load of Simply Supported Beam + Midpoint Transverse Spring

Click For Summary

Discussion Overview

The discussion centers around the calculation of the buckling load for a simply supported beam with a transverse spring located at its midpoint. Participants are exploring the mathematical modeling of the system, including differential equations and boundary conditions, to determine the maximum load before instability occurs. The scope includes theoretical analysis and mathematical reasoning related to beam mechanics and buckling behavior.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant describes the setup of the problem and presents differential equations for the vertical displacement of the beam on either side of the spring.
  • Boundary conditions are established, including displacement and slope conditions at the supports and the midpoint, leading to a matrix equation that the participant struggles to solve.
  • A later post introduces a substitution to simplify the linear system and presents a potential expression for the buckling load, but questions the absence of the spring stiffness, k, in the final expression.
  • Another participant suggests that the critical load may depend on the stiffness ratio between the beam and the spring, indicating that different stiffness values could lead to different buckling modes.
  • Further analysis reveals that the characteristic equation yields multiple solutions for lambda, with distinctions made between antisymmetric and symmetric buckling modes and their dependence on the spring's effect.
  • One participant proposes checking results against known cases of very small and very large k to validate the findings.

Areas of Agreement / Disagreement

Participants express differing views on the role of the spring stiffness in determining the buckling load, with some suggesting that it has a significant impact while others propose that certain modes of buckling are unaffected by the spring. The discussion remains unresolved regarding the exact relationship between the spring stiffness and the buckling load.

Contextual Notes

There are limitations in the assumptions made regarding the stiffness of the spring and its influence on the buckling behavior of the beam. The mathematical steps leading to the matrix equation and the subsequent analysis may depend on specific definitions and conditions that have not been fully resolved.

TheFerruccio
Messages
216
Reaction score
0
Alright, I took a while setting this problem up for you guys, because I am absolutely stumped and have hit a brick wall and have nowhere else to turn for assistance. Please excuse the shoddy diagram. I made it from scratch to try to illustrate the problem better.

Homework Statement


Find the buckling load exactly.

Homework Equations


Here is the diagram.
yirpNxP.png

The beam has a length L, spring is at midpoint. Left support is pinned (no moment). Right support has rollers. The beam is simply supported. The stiffness of the beam is EI. The spring has a stiffness k.
I am supposed to calculate the maximum load P that can occur before the system becomes unstable (buckles).

The Attempt at a Solution



I split the problem into two parts, yielding two differential equations for the vertical displacement.

These are the variables I used for simplification:
##\lambda =\sqrt{\frac{P}{\text{E} \text{I}}}##
##b=v_1({\frac{L}{2}})##
1st: Left of the spring.
Differential equation:
##\frac{P v(x)}{\text{E} \text{I}}+v''(x)=\frac{b k x}{2 \text{E}
\text{I}}##
Solution:
##v_1(x)=A \cos (\lambda x)+\frac{b k x}{2 P}+B \sin (\lambda x)##

2nd: Right of the spring.
Differential Equation:
##\frac{P v(x)}{\text{E} \text{I}}+v''(x)=\frac{b k (L-x)}{2
\text{E} \text{I}}##
Solution:
##v_2(x)=\frac{b k (L-x)}{2 P}+C \cos (\lambda x)+D \sin (\lambda x)##

Now, I apply boundary conditions!
I have 4 unknowns to solve for, so I need 4 boundary conditions.

BC 1: Displacement at left is 0, so A = 0.
BC 2: Displacement at right is 0, so
##C \cos (\lambda L)+D \sin (\lambda L) = 0##
BC 3: Displacements match at L/2, so
##B \sin \left(\frac{\lambda L}{2}\right)=C \cos
\left(\frac{\lambda L}{2}\right)+D \sin \left(\frac{\lambda
L}{2}\right)##
BC 4: Slopes match at L/2, so
##\frac{b k}{2 P}+B \lambda \cos \left(\frac{\lambda
L}{2}\right)=-\frac{b k}{2 P}-C \lambda \sin
\left(\frac{\lambda L}{2}\right)+D \lambda \cos
\left(\frac{\lambda L}{2}\right)##

Put all terms of B, C, D on left hand side, put all the remaining terms on the right hand side, and end up with an equation...

##\left(
\begin{array}{ccc}
0 & \cos (L \lambda ) & \sin (L \lambda ) \\
\sin \left(\frac{L \lambda }{2}\right) & -\cos \left(\frac{L
\lambda }{2}\right) & -\sin \left(\frac{L \lambda }{2}\right)
\\
\lambda \cos \left(\frac{L \lambda }{2}\right) & \lambda \sin
\left(\frac{L \lambda }{2}\right) & -\lambda \cos
\left(\frac{L \lambda }{2}\right) \\
\end{array}
\right)\left(
\begin{array}{c}
B \\
C \\
D \\
\end{array}
\right)=\left(
\begin{array}{c}
0 \\
0 \\
-\frac{k b}{P} \\
\end{array}
\right)##

This is the point where I am stuck. I am not sure where to continue from here. When I attempt to solve for B, C, D, I do not get any possible solution, not even 0. I know I am setting up the problem wrong, somehow. Someone pointed out to me that the matrix on the right hand side should be all 0. That kind of makes sense to me, but I do not see where in the algebra I messed up that would result in this occurring.
 
Last edited:
Physics news on Phys.org
I realized that there is a substitution that I can do, substituting v1(L/2) for b and recombining terms. This is my new linear system that I need to solve for[STRIKE], and, given the complexity of this problem and the propensity for people to get this involved with something, I might just pull this linear system out and post it into the linear algebra section.[/STRIKE]

##\left(
\begin{array}{ccc}
0 & \cos (L \lambda ) & \sin (L \lambda ) \\
\sin \left(\frac{L \lambda }{2}\right) & -\cos \left(\frac{L
\lambda }{2}\right) & -\sin \left(\frac{L \lambda }{2}\right)
\\
\lambda \cos \left(\frac{L \lambda }{2}\right)+\frac{4 \sin
\left(\frac{L \lambda }{2}\right)}{L} & \lambda \sin
\left(\frac{L \lambda }{2}\right) & -\lambda \cos
\left(\frac{L \lambda }{2}\right) \\
\end{array}
\right)##

Solving for P, using the above definitions, results in...

##P=\frac{(4.0575^2) \text{E} \text{I}}{L^2}##

The only problem now stems from the lack of a "k" in my buckling load. Looking over the problem, I think of the problem as behaving like this:

1: k is very small. Thus, the beam will buckle in the first mode, no problem.

2: k is very big. The beam will be compelled to buckle in the second mode.

Isn't this right? If so, then how can I say that the critical buckling load, P, lacks a k in its term? I am thinking I will need a relationship between the beam's stiffness and the spring's stiffness, but something more subtle is going on. Because, for different stiffness ratios, different buckling modes will be induced.
 
Last edited:
Oddly, upon further analysis of the beam itself, it seems that this might be the proper answer for the critical load. The matrix yields multiple solutions for lambda, since the characteristic equation can be expressed as a growing sinusoidal function. The zeroes of the characteristic "function" are the solutions to the characteristic equation. The values for P which correspond to possible antisymmetric buckling modes are unaffected by the spring. The values which correspond to symmetric buckling modes are affected. Even better, the symmetric modes are "pushed" to a higher P value to lesser degrees with subsequent symmetric buckling modes. This makes sense, because, with higher modes, there is less midpoint displacement, so, the spring has a smaller effect.
 
Can you check your results by letting k be very small, and very big, as two extreme cases to which you may know the 'standard' answer?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
466
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
46
Views
7K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K