You are on page 1of 4

STRENGTH OF MATERIAL- II

LESSON 4:
EULER BUCKLING METHOD FOR CALCULATION OFYOUNG MODULUS AND
STIFFNESS COEFFICIENT
Buckling There is a good incentive to look for ways to increase the critical
This is a very important mode of failure for a structure, with a buckling load. If the ends of the column are clamped, that is,
remarkable theory prevented from rotating, the buckling curve changes from a
A structure may fail to support its load when a connection half-wavelength sine to a full wavelength cosine, effectively
snaps, or it bends until it is useless, or a member in tension halving the length of the column, and increasing the critical load
either pulls apart or a crack forms that divides it, or a member in by a factor of 4. A brace in the middle of the column that
compression crushes and crumbles, or, finally, if a member in prevents it from moving to one side also halves the buckling
compression buckles, that is, moves laterally and shortens length, and increases the critical load by a factor of 4.
under a load it can no longer support. Of all of these modes of For a short column, P’ will become large, and at some point the
failure, buckling is probably the most common and most compressive strength of the material will be exceeded. Let P” =
catastrophic. Aó be the maximum load for failure by compression. Rankine
Leonhard Euler long ago showed that there was a critical load combined these results empirically to give a maximum load P
for buckling of a slender column. A column, of course, is by the formula 1/P = 1/P’ + 1/P”, which is quite conservative,
simply a common case of a compression member. With any and seems to give good results for columns between five and
smaller load, the column would remain straight and support it. forty diameters long. Note that the critical load using this
With any larger load, the least disturbance would cause the formula will be less than either P’ or P”.
column to bend sideways with an indefinitely large displace- If the column is made from a circular pipe, an effective unit
ment; that is, it would buckle. The simplest case is that of a stress for buckling can be expressed as Y/n2, where n = 2L/d,
column pinned at both ends, that is, free to rotate, under a load where d is the diameter of the pipe. For mild steel, a safe
P. Let x be the distance along the column, and y its displacement compressive stress is about 17 000 psi, and Y = 30 000 000 psi,
to the side. The bending moment at any point x is Py, which so P’ and P” would be about equal at n = 42. A 3" diameter
increases with the displacement, it should be noticed. This pipe with walls 1/4" thick and 10' 6" long could be expected to
means that any buckling merely encourages further buckling, support about 40 000 lb, using a unit stress of 8 500 psi. This is
explaining why such failure is catastrophic. a quite conservative design, with a factor of safety of at least 2
The bending moment is related to the curvature by Py = M = - against buckling.
YI d 2y/dx2, since for small y the second derivative is the If the walls of the pipe are thin, another type of failure can
reciprocal of the radius of curvature. Y is Young’s modulus, occur, local buckling, in which the side of the pipe under
and I is the moment of inertia of area of the cross-section of compression when it deflects slightly buckles over a short
the column. I is the sum of elements of area times the square distance, which is not surprising in view of the ratio of length
of their distances from the neutral axis, as in the bending of a to thickness. This was also found to occur in the upper flange
beam. The differential equation is easy to solve, with the result of I-beams when there was too little support for a broad
that y = A sin ax + B cos ax, where a2 = P/YI. B = 0, since y(0) flange. Provision was made for this in the standard design
= 0, and the condition A sin aL = 0 must also be satisfied, procedure. Attempts to save material by making thin members
where L is the length of the column. This means that aL = ð, of strong materials risks failure by local buckling.
2ð, ... , or the smallest value of P is given by P’ = ð2YI/L2. The The moment of inertia of a rectangular cross-section is I =
constant A itself remains indeterminate. bh3/12, and for buckling b is taken as the larger of the two
The interpretation of this result is that for P < P’ the column dimensions. For a solid circular cylinder, I = ðd4/32. The
remains straight and A = 0. For P > P’, the column is unstable dimensions and moments of inertia for rolled sections are
and buckles. P’ is the critical load for buckling. It is found from given in handbooks.
practice that this theory gives good results for columns that are Euler Buckling Method for Calculating Youngs
more than 30 times longer than wide. P’ is proportional to 1/ Modulus and Stiffness Coefficient
L2, so the supporting capacity of a column decreases rapidly In late January of 1998 Bernard Hunt offered an interesting
with an increase in length. We also notice that an eccentric load method of extracting the finest wood from your local hobby
will cause a decrease in strength, since there will be a bending shop. His thoughts, and method, are presented here, so that we
moment and a curvature from the start. The column will be might all build more successful models.
stable under sideways impacts and will return to straightness BH - I am addicted to buying wood for my indoor models
when such load is removed. The moment of inertia I will be from our local model shop. I have bought hundreds of sheets
different for different directions of buckling if the cross-section over the years.
is not axially symmetrical. The direction with the minimum I
I am afraid it is not enough simply to weigh it and calculate the
will be the critical one.
density as most of it is has poor mechanical properties. I now

© Copy Right: Rai University


18 7.253
test the wood for Youngs modulus right there in the shop and to average.

STRENGTH OF MATERIAL- II
only take the stuff that has the right density and stiffness. There density = 3.8*bw/(bl*bb*bd) in lb/cuft
are several ways of measuring wood stiffness but the one I SC = e *2500/(density^2*13000000)
prefer uses Euler buckling and only takes a few seconds if you An SC <90 is poor, 90-100 is average, 110 is good and >120 is
have a programmable pocket computer to calculate the results. super.
With this method, you hold the sheet vertically on a digital
A listing for a simple basic program to do calculations follows
kitchen scale and then press on the top end until the sheet
below. This can also easily be adopted to your favorite spread-
buckles sideways - you calculate the properties of the wood
sheet.
from its dimensions, weight and the buckling load. I have
published the method in several newsletters but I could try and input “load (grams) =”; load
put it on a web page so internet folks can access it. The best input “balsa length (inches)=”; bl
wood selected by this method is more than 30% stiffer than input “balsa breadth (inches)=”; bb
your average wood from IMS, model shops or wherever and input “balsa depth (inches)=”; bd
this makes a fantastic difference to EZB sticks and my unbraced input “balsa weight (grams)=”; bw
F1D wing spars. e = 0.188 * bl ^ 2 * (load - bw) / (bb * bd ^ 3)
density = 3.8 * bw / (bl * bd * bb)
The test method and calculation is described very briefly below.
sc = e * 2500 / (density ^ 2 * 13000000)
If you have a good digital kitchen scales which weighs to greater
print “load =”; load
than 2kg (5lb) max load you can test 1/8" and 3/16" x 3" x 36"
print “balsa length =”; bl
wood easily and soft 1/4" at a pinch. 4" wide sheets thicker than
print “balsa breadth =”; bb
1/8" are better split in two for testing. Some scales are accurate
print “balsa depth =”; bd
enough for weighing the wood and measuring the buckling
print “balsa weight =”; bw
loads but you may have to use a separate smaller scales for the
print “density =”; .01 * int(100 * density)
weighing. The best results for indoor stock is obtained by
print “youngs mod =”; .1 * int(.00001 * e); “x 10^6 gcm^-2 or
cutting the wood down to 1/8" x 1/4" x 18" pieces which
approx “; 1420 * int(.00001 * e); “ psi”
avoids the big density variations of sheets and is a handy size
print “stiff coefft =”; cint(sc); “ (<90 =poor,90-100 =average,
for stripping or sanding to spars or sticks. The really great wood
110 = good, 120 =super)”
for indoor use is 5-6lb density with a stiffness coefficient of
stop
about 130. This stuff is stiff and tough but rare.
Bernie Hunt (Yorkshire England) If you are as lazy as most of us, you can take advantage of the
Euler Buckling Method for Calculating Youngs Modulus industry of a couple FFML members. Please be sure to read
and Stiffness Coefficient by Bernard Hunt Based on Bernard Hunt’s article, as well as the comments and concerns, so
method by Hewitt Philips published in SAM86 Speaks as to fully appreciate how these efforts will result in better
When a slender sheet or strip of balsa is loaded on its end then models.
it ‘does not deflect until the load reaches a critical value’ known Buckling of Slender Struts
as Euler’s Buckling Load.
Introduction
Beyond this point the sheet buckles laterally and its length A type of failure that is sometimes overlooked for a body
shortens ‘whilst the load remains constant.’ subject to compressive loading, is that due to instability, called
For sheets of balsa load may differ from one direction to the buckling. The longer and more slender the column is, the lower
other so measure the load both ways and use the average. This the safe compressive stress that it can stand. The slenderness of
can be done by holding a sheet vertically on a kitchen scales and a column is measured by the slenderness ratio, L/k, where L is
then pressing on the end until the sheet buckles and noting the the length of the column and (lower case) k = (I/A)0.5 the
reading. radius of gyration of the cross sectional area about the
The formula for the buckling load is ... centroidal axis. The minimum radius of gyration is the one to
buckling load = pi^2*e*bb*bd^3/(12*bl^2) be considered. This corresponds to the minimum value of I,
pi^2=9.87 the second moment of area of the section. A is the cross
e = youngs modulus of elasticity. section area.
So we can calculate youngs modulus from the buckling load and A link to a ‘buckling load calculator’ based on the thoeory
the sheet dimensions if ... below, is given at the bottom of this page.
bb= balsa breath (width) Eulers Formula
bd= balsa depth (thickness) Euler analysis applies to slender columns, the formula, for the
bl= balsa length in inches critical axial concentric load that causes the column to be on the
and load and balsa sheet weight (bw) in grams point of collapse for frictionless pinned ends (no bending
the formula becomes moment at the ends) is given below.
youngs modulus e= 0.188*bl^2*(load-bw)/(bb*bd^3) in
gcm^-2
we can also calculate density and stiffness coefficient.
stiffness coefficient, SC, tells how good your wood is compared

© Copy Right: Rai University


7.253 19
For a particular column cross section and length, the load Further reading: ‘Design of Machine Elements’, by V M Faires,
STRENGTH OF MATERIAL- II

capacity Fc depends only upon the modulus of elasticity E. Collier Macmillan, 1965, chapter 7.
Since there is little variation in E among diferent grades of steel, It should be noted that sheets and plates may suffer buckling.
there is no advantage in using an expensive, high strength alloy Where a fabricated ‘I’ section beam has an insufficiently thick
steel instead of structural steel for columns with L/k greatcr web, this can also suffer from buckling. Standard sections are
than about l20. sized so this is unlikely to be a problem.
Effective Length David J Grieve, Amended, 1st March 2004, original dated 27th
Eulers equation as written can be applied to a column with ends August 1999.
fixed in any manner if the length is taken as that between
Radius of Gyration & Buckling
sections of zero bending moment. This length is called the
The radius of gyration (r) describes the way in which the area of
effective length, Le and is equal to KL (upper case) K, where L is
a cross-section is distributed around its centroidal axis. If the
the actual length and K is a constant dependent upon the end
area is concentrated far from the centroidal axis it will have a
fixings. Theoretical values for different types of column ends
greater value of r and a greater resistance to buckling. A cross-
are shown below. It should be noted that design codes issued
section can have more than one radius of gyration and most
by some organisations often recommend values that are
sections have at least two. If this is the case, the section tends to
somewhat different to these theoretical values, see right hand
buckle around the axis with the smallest value. The radius of
column.
gyration is defined as:
A typical factor of safety, or design factor, for Euler structural
r = sqrt (I/A)
columns is between 2 and 3.5, but this is based on the critical
load, not on the yield or ultimate strength of the material. where
r = radius of gyration
I = moment of inertia
A = area of the cross section
End Fixings Theoretical K value Practical K value
All things being equal, a circular pipe is the
pinned frictionless ends: K=1 K=1 most efficient column section to resist
fixed ends: K=0.5 K=0.65 buckling. This is because it has an equal
fixed - p i n n e d a n d g u i d e d : K=0.7 K=0.8 radius of gyration in all directions and it
fixed - f r e e : K=2 K=2.1 has the its area distributed as far away as
possible from the centroid.
The steel columns shown below all have areas of 3-1/8 in2. The
If the long column remains straight and the load concentric, the safe loads for an 8 ft length are shown. The only difference
average stress in the column at the point of collapse is s c = Fc/ between them is the way in which the cross-sectional area is
A and it is local buckling at some point where the stress is distributed about the centroid.
below the yield stress of the material that leads to failure.
Short and Intermediate Columns
If Le/k is below a certain value for a particular material, the
Euler formula gives a critical load which causes a stress greater
than the yield stress of the material. Collapse in these cases is
probably due to a combination of buckling and plastic action.
For very short columns the yield stress (with appropriate design
factor) can be used. For columns that are not short, but where
the Euler formula gives stress above the yield stress, empirical
methods of design are used. One popular equation in use since
the early 1900s is the Johnson formula which can be used for
columns with slenderness ratios below a transition slenderness
ratio or column constant, Cc. Click here for further explanation.
The value of Le/k that indicates the transition slenderness ratio

isgivenby: and when Le/k is below Cc, the


Johnson formula can be applied:
Buckling
Buckling is very similar to bending. Thus, the shape of the
cross-section is very important. The shape of the column also
As a very rough guide, for steel, the Euler buckling formula is
only applicable for columns with Le/k exceeding about 100,
depending upon the yield stress.

© Copy Right: Rai University


20 7.253
effects the way in which it will buckle. Imagine for a moment a

STRENGTH OF MATERIAL- II
single sheet of paper (A4 or 8.5 x 11). If one would try to
simply stand it on edge it would be impossible unless the paper
was folded. This simple act of folding the paper actually
increases the cross-sectional moment of Inertia and thus the
stiffness of the newly formed column. The stiffness of another
paper column could be futher increased by taking the paper and
taping the long edges together to create a tube. Now, the paper
will be very stiff since the material of the paper is distributed
evenly as far away from the neutral axis as possible.
The load at which a column will begin to buckle is known as the
Critical Buckling Load (or critical load). A number of qualities
of the column must be known in order to determine this value.
The Swiss mathematician Leonard Euler (1707 - 1783) derived a
formula in 1744 (known as the Euler Buckling Formula) to
determine the load at which a perfect column will buckle. It was
a very important step in the history of technology and remains
important for column design today. The equation is only
accurate for columns which approach the perfect conditions for
which he derrived the equation.
Ncr = ¼ 2E I / (l k2)
In which the terms are defined as follows:
Ncr = Critical Buckling Load
E = Modulus of Elasticity
I = Moment of Inertia
lk = Effective Buckling Length The magnitude of the internal forces is important to know in
order to size a column. A small amount of tensile stress has
This equation can be modified by dividing both sides by the little effect on a wood or steel column, but could cause prob-
area of the column so that the stress at which the column will lems in a concrete or masonry column.
buckle can be determined:
Questions for Thought
fcr = sigmacr = Ncr / A
What are the relationships between the various columnar
= ¼ 2 E I /A(lk2)
elements within the human skeleton? What are the various end
now, knowing that r2 = I/A, this equation becomes:
conditions? What is the buckling length of the columns in a
= ¼ 2 E /(lk/r) 2
fassade near you?
Lambda, or the slenderness ratio is a value with which one can
gage the relative resistance of a column cross-section to Additional Reading
buckling. Or, stated otherwise, the relative ease in which a Schodeck, Daniel. “Structures.” Chapter 7.
column WILL buckle. It is defined as
lambda = lk / r
Where lk is the buckling length and r is the radius of gyration.
Thus, the critical buckling stress can be expressed as,
fcr= ¼ 2 E / (lambda)2
The buckling length of a column depends on its physical length
and its end conditions. Euler discovered that if a column is
hinged at both ends it will buckle in the form of a sine curve
with the inflection points at the hinges. This would be the case
in which the buckling length of a column is identical to its
length. This is not the case if the ends of the column are both
fixed. The determination of the buckling lengths for various
column end conditions and frames is given below:

© Copy Right: Rai University


7.253 21

You might also like