Macaulay's Method 0809
Macaulay's Method 0809
Macaulay's Method 0809
2008/9
1 Dr. C. Caprani
Structural Analysis III
Contents
1. Introduction ......................................................................................................... 3
1.1 General............................................................................................................. 3
1.2 Background...................................................................................................... 4
1.3 Discontinuity Functions................................................................................... 9
1.4 Modelling of Load Types .............................................................................. 14
1.5 Analysis Procedure ........................................................................................ 18
2. Determinate Beams ........................................................................................... 21
2.1 Example 1 – Point Load ................................................................................ 21
2.2 Example 2 – Patch Load................................................................................ 28
2.3 Example 3 – Moment Load ........................................................................... 32
2.4 Example 4 – Beam with Overhangs and Multiple Loads.............................. 35
2.5 Example 5 – Beam with Hinge...................................................................... 43
2.6 Problems ........................................................................................................ 53
3. Indeterminate Beams ........................................................................................ 56
3.1 Basis............................................................................................................... 56
3.2 Example 6 – Propped Cantilever with Overhang.......................................... 57
3.3 Example 7 – Indeterminate Beam with Hinge .............................................. 62
3.4 Problems ........................................................................................................ 74
4. Indeterminate Frames....................................................................................... 77
4.1 Introduction.................................................................................................... 77
4.2 Example 8 – Simple Frame ........................................................................... 78
4.3 Problems ........................................................................................................ 86
5. Appendix ............................................................................................................ 87
5.1 References...................................................................................................... 87
2 Dr. C. Caprani
Structural Analysis III
1. Introduction
1.1 General
Macaulay’s Method is a means to find the equation that describes the deflected shape
of a beam. From this equation, any deflection of interest can be found.
Before Macaulay’s paper of 1919, the equation for the deflection of beams could not
be found in closed form. Different equations for bending moment were used at
different locations in the beam.
Macaulay’s Method enables us to write a single equation for bending moment for the
full length of the beam. When coupled with the Euler-Bernoulli theory, we can then
integrate the expression for bending moment to find the equation for deflection.
Before looking at the deflection of beams, there are some preliminary results needed
and these are introduced here.
Some spreadsheet results are presented in these notes; the relevant spreadsheets are
available from www.colincaprani.com.
3 Dr. C. Caprani
Structural Analysis III
1.2 Background
1 M
=
R EI
where:
• R is the radius of curvature of the point, and 1 R is the curvature;
• M is the bending moment at the point;
• E is the elastic modulus;
• I is the second moment of area at the point.
1 d2y
=
R dx 2
Where y is the deflection at the point, and x is the distance of the point along the
beam. Hence, the fundamental equation in finding deflections is:
d2y Mx
=
dx 2 EI x
In which the subscripts show that both M and EI are functions of x and so may
change along the length of the beam.
4 Dr. C. Caprani
Structural Analysis III
Illustrative Example
For this and subsequent problems, we need to know how to determine the flexural
rigidity, EI, whilst being aware of the unit conversions required:
bd 3 200 ⋅ 6003
I= = = 36 × 108 mm 4
12 12
( 30 ) ( 36 × 10 )
8
EI = 6
= 108 × 103 kNm 2
10
⎛ kN ⎞
2 ⎟ (
⎜ ⋅ mm 4 )
EI = ⎝ 6 ⎠2
mm
= kNm 2
(10 mm per m ) 2
To find the deflection, we need to begin by getting an equation for the bending
moments in the beam by taking free body diagrams:
5 Dr. C. Caprani
Structural Analysis III
M ( x ) − 40 x = 0
M ( x ) = 40 x
M ( x ) − 40 x + 80 ( x − 4 ) = 0
M ( x ) = 40 x − 80 ( x − 4 )
6 Dr. C. Caprani
Structural Analysis III
⎧ 40 x 0 ≤ x ≤ 4 ( portion AB )
M ( x) = ⎨
⎩40 x − 80 ( x − 4 ) 4 ≤ x ≤ 8 ( portion BC )
The equations differ by the −80 ( x − 4 ) term, which only comes into play once we are
beyond B where the point load of 80 kN is.
d 2 y M ( x) M ( x)
= ⇒ y = ∫∫ dx
dx 2 EI EI
But since we have two equations for the bending moment, we will have two different
integrations and four constants of integration.
7 Dr. C. Caprani
Structural Analysis III
Though it is solvable, every extra load would cause two more constants of
integration. Therefore for even ordinary forms of loading, the integrations could be
quite involved.
The solution is to have some means of ‘turning off’ the −80 ( x − 4 ) term when x ≤ 4
and turning it on when x > 4 . This is what Macaulay’s Method allows us to do. It
recognizes that when x ≤ 4 the value in the brackets, ( x − 4 ) , is negative, and when
x > 4 the value in the brackets is positive. So a Macaulay bracket, [⋅] , is defined to be
zero when the term inside it is negative, and takes its value when the term inside it is
positive:
⎧ 0 x≤4
[ x − 4] = ⎨
⎩x − 4 x > 4
[ x − 4] = max ( x − 4,0 )
The above is the essence of Macaulay’s Method. The idea of the special brackets is
routed in a strong mathematical background which is required for more advanced
understanding and applications. So we next examine this background, whilst trying
no to loose sight of its essence, explained above.
8 Dr. C. Caprani
Structural Analysis III
Background
This section looks at the mathematics that lies behind Macaulay’s Method. The
method relies upon special functions which are quite unlike usual mathematical
functions. Whereas usual functions of variables are continuous, these functions have
discontinuities. But it is these discontinuities that make them so useful for our
purpose. However, because of the discontinuities these functions have to be treated
carefully, and we will clearly define how we will use them. There are two types.
Notation
However (and this is a big one), we will use square brackets to represent our
discontinuity functions. This is because in handwriting they are more easily
distinguishable than the angled brackets which can look similar to numbers.
9 Dr. C. Caprani
Structural Analysis III
Macaulay Functions
Macaulay functions represent quantities that begin at a point a. Before point a the
function has zero value, after point a the function has a defined value. So, for
example, point a might be the time at which a light was turned on, and the function
then represents the brightness in the room: zero before a and bright after a.
Mathematically:
⎧⎪ 0 when x ≤ a
Fn ( x ) = [ x − a ] = ⎨
n
⎧0 when x ≤ a
F0 ( x ) = [ x − a ] = ⎨
0
⎩1 when x > a
10 Dr. C. Caprani
Structural Analysis III
For n = 1 , we have:
⎧ 0 when x ≤ a
F1 ( x ) = [ x − a ] = ⎨
1
⎩ x − a when x > a
For n = 2 , we have:
⎧⎪ 0 when x ≤ a
F1 ( x ) = [ x − a ] = ⎨
2
11 Dr. C. Caprani
Structural Analysis III
Singularity Functions
Mathematically:
⎧ 0 when x ≠ a
Fn ( x ) = [ x − a ] = ⎨
n
⎩∞ when x = a
where n = −1, −2, −3,...
⎡ 1 ⎤ ⎧ 0 when x ≠ a
F−1 ( x ) = ⎢ =⎨
⎣ x − a ⎦⎥ ⎩∞ when x = a
12 Dr. C. Caprani
Structural Analysis III
Macaulay functions ( n ≥ 0 ):
Fn+1 ( x ) [ x − a]
n +1
x x
∫0 Fn ( x ) = n + 1 ∫ [ x − a] =
n
i.e.
0 n +1
x x
∫ Fn ( x ) = Fn+1 ( x ) ∫ [ x − a] = [ x − a]
n n +1
i.e.
0 0
13 Dr. C. Caprani
Structural Analysis III
Basis
Since our aim is to find a single equation for the bending moments along the beam,
we will use discontinuity functions to represent the loads. However, since we will be
taking moments, we need to know how different load types will relate to the bending
moments. The relationship between moment and load is:
dV ( x ) dM ( x )
w( x ) = and V ( x) =
dx dx
Thus:
d 2M ( x )
w( x ) =
dx 2
M ( x ) = ∫∫ w ( x ) dx
14 Dr. C. Caprani
Structural Analysis III
Moment Load
M ( x ) = ∫∫ M [ x − a ] dx = M [ x − a ]
−2 0
Point Load
M ( x ) = ∫∫ P [ x − a ] dx = P [ x − a ]
−1 1
A UDL of value w, beginning at point a and carrying on to the end of the beam, is
equation as:
w
M ( x ) = ∫∫ w[ x − a ] dx = [ x − a]
0 2
15 Dr. C. Caprani
Structural Analysis III
Patch Load
If the UDL finishes before the end of the beam – sometimes called a patch load – we
have a difficulty. This is because a Macaulay function ‘turns on’ at point a and never
turns off again. Therefore, to cancel its effect beyond its finish point (point b say), we
turn on a new load that cancels out the original load, giving a net load of zero, as
shown:
16 Dr. C. Caprani
Structural Analysis III
And finally mathematically we represent the patch load that starts at point a and
finishes at point b as:
w[ x − a ] − w[ x − b ]
0 0
{ 0 0
}
M ( x ) = ∫∫ w[ x − a ] − w[ x − b ] dx =
w
2
2 w
[ x − a ] − [ x − b]
2
2
17 Dr. C. Caprani
Structural Analysis III
Steps in Analysis
1. Draw a free body diagram of the member and take moments about the cut to
obtain an equation for M ( x ) .
d2y
2. Equate M ( x ) to EI 2 - this is Equation 1.
dx
3. Integrate Equation 1 to obtain an expression for the rotations along the beam,
dy
EI - this is Equation 2, and has rotation constant of integration Cθ .
dx
4. Integrate Equation 2 to obtain an expression for the deflections along the beam,
EIy - this is Equation 3, and has deflection constant of integration Cδ .
5. Us known displacements at support points to calculate the unknown constants
of integration, and any unknown reactions.
6. Substitute the calculated values into the previous equations:
a. Substitute for any unknown reactions;
b. Substitute the value for Cθ into Equation 2, to give Equation 4;
c. Substitute the value for Cδ into Equation 3, giving Equation 5.
7. Solve for required displacements by substituting the location into Equation 4 or
5 as appropriate.
18 Dr. C. Caprani
Structural Analysis III
dy
know from calculus that y reaches a maximum at the location where = 0 . This is
dx
dy
no different in our case where y is now deflection and is the rotation. Therefore:
dx
The term local maximum indicates that there may be a few points on the deflected
shape where there is zero rotation, or local maximum deflections. The overall biggest
deflection will be the biggest of these local maxima. For example:
Lastly, to find the location of the maximum deflection we need to find where θ = 0 .
Thus we need to solve the problem’s Equation 4 to find an x that gives θ = 0 .
Sometimes this can be done algebraically, but often it is done using trial and error.
Once the x is found that gives θ = 0 , we know that this is also a local maximum
deflection and so use this x in Equation 5 to find the local maximum deflection.
19 Dr. C. Caprani
Structural Analysis III
Sign Convention
When it comes to frame members at an angle, we just imagine the above diagrams
rotated to the angle of the member.
20 Dr. C. Caprani
Structural Analysis III
2. Determinate Beams
Step 1
The appropriate free-body diagram is:
Note that in this diagram we have taken the cut so that all loading is accounted for.
Taking moments about the cut, we have:
21 Dr. C. Caprani
Structural Analysis III
M ( x ) − 40 x + 80 [ x − 4] = 0
In which the Macaulay brackets have been used to indicate that when x ≤ 4 the term
involving the 80 kN point load should become zero. Hence:
M ( x ) = 40 x − 80 [ x − 4]
Step 2
Thus we write:
d2y
M ( x ) = EI = 40 x − 80 [ x − 4] Equation 1
dx 2
Step 3
Integrate Equation 1 to get:
dy 40 2 80
= x − [ x − 4] + Cθ
2
EI Equation 2
dx 2 2
Step 4
Integrate Equation 2 to get:
40 3 80
EIy = x − [ x − 4] + Cθ x + Cδ
3
Equation 3
6 6
Notice that we haven’t divided in by the denominators. This makes it easier to check
for errors since, for example, we can follow the 40 kN reaction at A all the way
through the calculation.
22 Dr. C. Caprani
Structural Analysis III
Step 5
To determine the constants of integration we use the known displacements at the
supports. That is:
• Support A: located at x = 0 , deflection is zero, i.e. y = 0 ;
40 3 80
EI ( 0 ) = ( 0 ) − [0 − 4] + Cθ ( 0 ) + Cδ
3
6 6
40 3 80
EI ( 0 ) = ( 0 ) − [0 − 4] + Cθ ( 0 ) + Cδ
3
6 6
0 = 0 − 0 + 0 + Cδ
Therefore:
Cδ = 0
40 3 80
EI ( 0 ) = ( 8) − [8 − 4] + Cθ (8) + 0
3
6 6
Since the term in the Macaulay brackets is positive, we keep its value. Note also that
we have used the fact that we know Cδ = 0 . Thus:
23 Dr. C. Caprani
Structural Analysis III
20480 5120
0= − + 8Cθ
6 6
48Cθ = −15360
Cθ = −320
Step 6
Now with the constants known, we re-write Equations 2 & 3 to get Equations 4 & 5:
dy 40 2 80
= x − [ x − 4] − 320
2
EI Equation 4
dx 2 2
40 3 80
EIy = x − [ x − 4] − 320 x
3
Equation 5
6 6
With Equations 4 & 5 found, we can now calculate any deformation of interest.
Rotation at A
dy
We are interested in θ A ≡ at x = 0 . Thus, using Equation 4:
dx
40 2 80
EIθ A = ( 0 ) − [0 − 4] − 320
2
2 2
EIθ A = −320
−320
θA =
EI
24 Dr. C. Caprani
Structural Analysis III
−320
θA = = −0.003 rads
108 × 103
Rotation at C
dy
We are interested in θ C ≡ at x = 8 . Again, using Equation 4:
dx
40 2 80
EIθC = (8) − [8 − 4] − 320
2
2 2
EIθC = 1280 − 640 − 320
+320
θC =
EI
= +0.003 rads
25 Dr. C. Caprani
Structural Analysis III
40 2 80
EIθ B = ( 4 ) − [ 4 − 4] − 320
2
2 2
EIθ B = 320 − 0 − 320
θB = 0
26 Dr. C. Caprani
Structural Analysis III
Maximum Deflection
Substituting x = 4 , the location of the zero rotation, into Equation 5:
40 3 80
EI δ B = ( 4 ) − [ 4 − 4] − 320 ( 4 )
3
6 6
2560
EI δ B = − 0 − 1280
6
−853.33
δB =
EI
−853.33
δB = = −7.9 × 10−3 m
108 × 10 3
= −7.9 mm
27 Dr. C. Caprani
Structural Analysis III
Step 1
Since we are dealing with a patch load we must extend the applied load beyond D
(due to the limitations of a Macaulay bracket) and put an upwards load from D
onwards to cancel the effect of the extra load. Hence the free-body diagram is:
28 Dr. C. Caprani
Structural Analysis III
Again we have taken the cut far enough to the right that all loading is accounted for.
Taking moments about the cut, we have:
20 20
M ( x ) − 40 x + [ x − 2] − [ x − 6] = 0
2 2
2 2
Again the Macaulay brackets have been used to indicate when terms should become
zero. Hence:
20 20
M ( x ) = 40 x − [ x − 2] + [ x − 6]
2 2
2 2
Step 2
Thus we write:
d2y 20 20
M ( x ) = EI = − [ − ] + [ − ]
2 2
40 x x 2 x 6 Equation 1
dx 2 2 2
Step 3
Integrate Equation 1 to get:
dy 40 2 20 20
= x − [ x − 2] + [ x − 6] + Cθ
3 3
EI Equation 2
dx 2 6 6
Step 4
Integrate Equation 2 to get:
40 3 20 20
EIy = x − [ x − 2] + [ x − 6] + Cθ x + Cδ
4 4
Equation 3
6 24 24
29 Dr. C. Caprani
Structural Analysis III
Step 5
The boundary conditions are:
• Support A: y = 0 at x = 0 ;
• Support B: y = 0 at x = 8 .
40 3 20 20
EI ( 0 ) = ( 0 ) − [0 − 2] + [0 − 6] + Cθ ( 0 ) + Cδ
4 4
6 24 24
Cδ = 0
40 3 20 4 20 4
EI ( 0 ) = (8) − ( 6 ) + ( 2 ) + 8Cθ
6 24 24
Cθ = −293.33
Step 6
Insert constants into Equations 2 & 3:
dy 40 2 20 20
= x − [ x − 2] + [ x − 6] − 293.33
3 3
EI Equation 4
dx 2 6 6
40 3 20 20
EIy = x − [ x − 2] + [ x − 6] − 293.33 x
4 4
Equation 5
6 24 24
30 Dr. C. Caprani
Structural Analysis III
To compare the effect of smearing the 80 kN load over 4 m rather than having it
concentrated at midspan, we calculate the midspan deflection:
40 3 20 4 20
EI δ max = ( 4 ) − ( 2 ) + [ 4 − 6] − 293.33( 4 )
4
6 24 24
= −760
Therefore:
−760 −760
δ max = = = −0.00704 m
EI 108 × 203
δ max = −7.04 mm
Problem:
• Verify that the maximum deflection occurs at the centre of the beam;
• Calculate the end rotations.
31 Dr. C. Caprani
Structural Analysis III
Step 1
The free-body diagram is:
32 Dr. C. Caprani
Structural Analysis III
M ( x ) + 10 x − 80 [ x − 4] = 0
0
Notice a special point here. We have used our knowledge of the singularity function
representation of a moment load to essentially locate the moment load at x = 4 in the
equations above. Refer back to page 15 to see why this is done. Continuing:
M ( x ) = −10 x + 80 [ x − 4]
0
Step 2
d2y
M ( x ) = EI 2 = −10 x + 80 [ x − 4]
0
Equation 1
dx
Step 3
dy 10
= − x 2 + 80 [ x − 4] + Cθ
1
EI Equation 2
dx 2
Step 4
10 3 80
EIy = − x + [ x − 4] + Cθ x + Cδ
2
Equation 3
6 2
Step 5
We know y = 0 at x = 0 , thus:
10 3 80
EI ( 0 ) = − ( 0 ) + [0 − 4] + Cθ ( 0 ) + Cδ
2
6 2
Cδ = 0
33 Dr. C. Caprani
Structural Analysis III
y = 0 at x = 8 , thus:
10 3 80 2
EI ( 0 ) = − (8) + ( 4 ) + 8Cθ
6 2
80
Cθ = +
3
Step 6
dy 10 80
= − x 2 + 80 [ x − 4] +
1
EI Equation 4
dx 2 3
10 3 80 80
EIy = − x + [ x − 4] + x
2
Equation 5
6 2 3
10 3 80 80
EI δ C = − ( 4 ) + [ 4 − 4] + ( 4 )
2
6 2 3
EI δ C = 0
Problem:
• Verify that the rotation at A and B are equal in magnitude and sense;
• Find the location and value of the maximum deflection.
34 Dr. C. Caprani
Structural Analysis III
⎧ ⎛2 ⎞⎫
− ( 40 ⋅ 2 ) + ⎨(10 ⋅ 2 ) ⋅ ⎜ + 2 ⎟ ⎬ − 8VE + 40 = 0
⎩ ⎝2 ⎠⎭
VE = +2.5 kN i.e. ↑
35 Dr. C. Caprani
Structural Analysis III
VB + 2.5 − 40 − ( 2 ⋅ 10 ) = 0
VB = +57.5 kN, i.e. ↑
With the reactions calculated, we begin by drawing the free body diagram for
Macaulay’s Method:
36 Dr. C. Caprani
Structural Analysis III
10 10
M ( x ) + 40 x − 57.5[ x − 2] + [ x − 4] − [ x − 6] − 2.5[ x − 10] = 0
2 2
2 2
So we have Equation 1:
d2y 10 10
M ( x ) = EI 2 = −40 x + 57.5[ x − 2] − [ x − 4] + [ x − 6] + 2.5[ x − 10]
2 2
dx 2 2
dy 40 57.5 10 10 2.5
= − x2 + [ x − 2] − [ x − 4] + [ x − 6] + [ x − 10] + Cθ
2 3 3 2
EI
dx 2 2 6 6 2
40 3 57.5 10 10 2.5
EIy = − x + [ x − 2] − [ x − 4] + [ x − 6] + [ x − 10] + Cθ x + Cδ
3 4 4 3
6 6 24 24 6
40 3 57.5 10 10 2.5
EI ( 0 ) = − ( 2) + [ 2 − 2] − [ 2 − 4] + [ 2 − 6] + [ 2 − 10] + 2Cθ + Cδ
3 4 4 3
6 6 24 24 6
Thus:
160
2Cθ + Cδ = (a)
3
37 Dr. C. Caprani
Structural Analysis III
40 57.5 3 10 4 10 2.5
EI ( 0 ) = − (10 ) + ( 8) − ( 6 ) + ( 4 ) + [10 − 10] + 10Cθ + Cδ
3 4 3
6 6 24 24 6
Hence:
6580
10Cθ + Cδ = (b)
3
6420
8Cθ = ⇒ Cθ = +267.5
3
And:
160
2 ( 267.5 ) + Cδ = ⇒ Cδ = −481.7
3
dy 40 57.5 10 10 2.5
= − x2 + [ x − 2] − [ x − 4] + [ x − 6] + [ x − 10] + 267.5
2 3 3 2
EI
dx 2 2 6 6 2
And Equation 5:
40 3 57.5 10 10 2.5
EIy = − x + [ x − 2] − [ x − 4] + [ x − 6] + [ x − 10] + 267.5 x − 481.7
3 4 4 3
6 6 24 24 6
38 Dr. C. Caprani
Structural Analysis III
Since we are interested in finding the maximum deflection, we solve for the shear,
bending moment, and deflected shape diagrams, in order to better visualize the
beam’s behaviour:
So examining the above, the overall maximum deflection will be the biggest of:
• δ A - the deflection of the tip of the cantilever at A – found from Equation 5
using x = 0 ;
• δ F - the deflection of the tip of the cantilever at F – again got from Equation 5
using x = 11 ;
• δ max BE - the largest upward deflection somewhere between the supports – its
location is found solving Equation 4 to find the x where θ = 0 , and then
substituting this value into Equation 5.
39 Dr. C. Caprani
Structural Analysis III
dy 40 2 57.5 2 10 3 10 2.5
=− ( 6) + ( 4 ) − ( 2 ) + [6 − 6] + [6 − 10] + 267.5
3 2
EI
dx x =6 2 2 6 6 2
= −5.83
dy 40 57.5 10 10 2.5
=− ( 5.8) + ( 3.8) − (1.8) + [5.8 − 6] + [5.8 − 10] + 267.5
2 2 3 3 2
EI
dx x =5.8 2 2 6 6 2
= +0.13
Since the sign of the rotation has changed, zero rotation occurs between x = 5.8 and
x = 6 . But it is apparent that zero rotation occurs close to x = 5.8 . Therefore, we will
use x = 5.8 since it is close enough (you can check this by linearly interpolating
between the values).
40 57.5 10 10 2.5
EI δ max BE = − ( 5.8) + ( 3.8) − (1.8) + [5.8 − 6] + [5.8 − 10]
3 3 4 4 3
6 6 24 24 6
+267.5 ( 5.8 ) − 481.7
EI δ max BE = +290.5
Thus we have:
40 Dr. C. Caprani
Structural Analysis III
290.5 290.5
δ max BE = + =+ = +0.01453 m
EI 20 × 103
= +14.53 mm
Deflection at A
Substituting x = 0 into Equation 5 gives:
40 3 57.5 10 10 2.5
EI δ A = − ( 0) + [0 − 2] − [0 − 4] + [0 − 6] + [0 − 10]
3 4 4 3
6 6 24 24 6
+267.5 ( 0 ) − 481.7
EI δ A = −481.7
Hence
481.7 481.7
δA = − =− = −0.02409 m
EI 20 × 103
= −24.09 mm
Since the result is negative the deflection is downward. Note also that the deflection
at A is the same as the deflection constant of integration, Cδ . This is as mentioned
previously on page 18.
Deflection at F
Substituting x = 11 into Equation 5 gives:
40 57.5 3 10 10 4 2.5 3
EI δ F = − (11) + ( 9 ) − ( 7 ) + ( 5) + (1)
3 4
6 6 24 24 6
+267.5 (11) − 481.7
EI δ F = −165.9
41 Dr. C. Caprani
Structural Analysis III
Giving:
165.9 165.9
δF = − =− = −0.00830 m
EI 20 × 103
= −8.30 mm
42 Dr. C. Caprani
Structural Analysis III
This beam is made of two members: AB and BE. The Euler-Bernoulli deflection
equation only applies to individual members, and does not apply to the full beam AB
since there is a discontinuity at the hinge, B. The discontinuity occurs in the rotations
at B, since the ends of members AB and BE have different slopes as they connect to
43 Dr. C. Caprani
Structural Analysis III
the hinge. However, there is also compatibility of displacement at the hinge in that
the deflection of members AB and BE must be the same at B – there is only one
vertical deflection at the hinge. From the previous examples we know that each
member will have two constant of integration, and thus, for this problem, there will
be four constants in total. However, we have the following knowns:
• Deflection at A is zero;
• Rotation at A is zero;
• Deflection at D is zero;
• Deflection at B is the same for members AB and BE;
Thus we can solve for the four constants and the problem as a whole. To proceed we
consider each span separately initially.
Span AB
The free-body diagram for the deflection equation is:
Note that even though it is apparent that there will be tension on the top of the
cantilever, we have retained our sign convention by taking M ( x ) as tension on the
bottom. Taking moments about the cut:
20 2
M ( x ) + 360 − 130 x + x =0
2
44 Dr. C. Caprani
Structural Analysis III
d2y 20 2
M ( x ) = EI 2
= 130 x − 360 − x Equation (AB)1
dx 2
dy 130 2 20
EI = x − 360 x − x 3 + Cθ Equation (AB)2
dx 2 6
130 3 360 2 20 4
EIy = x − x − x + Cθ x + Cδ Equation (AB)3
6 2 24
At x = 0 , y = 0 :
130 3 360 2 20 4
EI ( 0 ) = ( 0 ) − ( 0 ) − ( 0 ) + Cθ ( 0 ) + Cδ ⇒ Cδ = 0
6 2 24
dy
At x = 0 , θ A = = 0:
dx
130 2 20 3
EI ( 0 ) = ( 0 ) − 360 ( 0 ) − ( 0 ) + Cθ ⇒ Cθ = 0
2 6
dy 130 2 20
EI = x − 360 x − x 3 Equation (AB)4
dx 2 6
130 3 360 2 20 4
EIy = x − x − x Equation (AB)5
6 2 24
45 Dr. C. Caprani
Structural Analysis III
Span BE
The relevant free-body diagram is:
Thus:
M ( x ) + 100 [ x − 2] − 50 x − 50 [ x − 4] = 0
d2y
M ( x ) = EI 2 = 50 x + 50 [ x − 4] − 100 [ x − 2] Equation (BE)1
dx
dy 50 2 50 100
= x + [ x − 4] − [ x − 2] + Cθ
2 2
EI Equation (BE)2
dx 2 2 2
50 3 50 100
EIy = x + [ x − 4] − [ x − 2] + Cθ x + Cδ Equation (BE)3
3 3
6 6 6
At B, we can calculate the deflection from member AB’s Equation (AB)5. Thus:
46 Dr. C. Caprani
Structural Analysis III
130 3 360 2 20 4
EI δ B = ( 4) − ( 4) − ( 4)
6 2 24
−1707
δB =
EI
This is a downward deflection and must also be the deflection at B for member BE, so
from Equation (BE)3:
⎛ −1707 ⎞ 50 3 50 100
⎟ = (0) + [0 − 4] − [0 − 2] + Cθ ( 0 ) + Cδ
3 3
EI ⎜
⎝ EI ⎠ 6 6 6
Cδ = −1707
Notice that again we find the deflection constant of integration to be the value of
deflection at the start of the member.
50 3 50 100 3
EI ( 0 ) = ( 4 ) + [ 4 − 4] − ( 2 ) + Cθ ( 4 ) − 1707
3
6 6 6
Cθ = +327
dy 50 2 50 100
= x + [ x − 4] − [ x − 2] + 327
2 2
EI
dx 2 2 2
50 3 50 100
EIy = x + [ x − 4] − [ x − 2] + 327 x − 1707
3 3
6 6 6
47 Dr. C. Caprani
Structural Analysis III
130 2 20 3
EIθ BA = ( 4 ) − 360 ( 4 ) − ( 4 )
2 6
−613
θ BA =
EI
50 2 50 100
EIθ BE = ( 0 ) + [0 − 4] − [0 − 2] + 327
2 2
2 2 2
+327
θ BE =
EI
Again the constant of integration is the starting displacement of the member. The
positive sign indicates clockwise movement from the x-axis:
48 Dr. C. Caprani
Structural Analysis III
Deflection at B
Calculated previously to be δ B = −1707 EI .
50 3 50 3 100 3
EI δ E = ( 6 ) + ( 2 ) − ( 4 ) + 327 ( 6 ) − 1707
6 6 6
+1055
δE =
EI
And this is an upwards displacement which is smaller than that of the movement at B.
To find the maximum deflection between B and D, we must identify the position of
zero rotation. Since at the start of the member (i.e. at B) we know the rotation is
positive ( θ BE = + 327 EI ), zero rotation can only occur if the rotation at the other end
49 Dr. C. Caprani
Structural Analysis III
50 2 50 100 2
EIθ D = ( 4 ) + [ 4 − 4] − ( 2 ) + 327
2
2 2 2
+527
θD =
EI
Since this is positive, there is no point at which zero rotation occurs between B and D
and thus there is no position of maximum deflection. Therefore the largest deflections
occur at the ends of the member, and are as calculated previously:
50 2 50 100
EI ( 0 ) = x + [ x − 4] − [ x − 2] + 327
2 2
2 2 2
50 50 100 2
0 = x 2 + ⎡⎣ x 2 − 8 x + 16 ⎤⎦ − ⎡ x − 4 x + 4 ⎤⎦ + 327
2 2 2 ⎣
50 Dr. C. Caprani
Structural Analysis III
Since this is not possible, there is no solution to the above problem. That is, there is
dy
no position x at which = 0 , and thus there is no maximum deflection between B
dx
and D. Thus the largest movement of member BE is the deflection at B, −1707 EI :
As an aside, we can check our calculation for the deflection at E using the S = Rθ
rule for small displacements. Thus:
527 1054
δE = 2 ⋅ =
EI EI
This solution has been put into Excel to give plots of the deflected shape, as follows:
51 Dr. C. Caprani
Structural Analysis III
Rotation - (dy/dx)/EI
1.00 1.00 -3.00 -298.3 -159.2 552.0 -2913.0
1.25 1.25 -2.75 -354.9 -241.0 516.1 -2779.6 200.0
1.50 1.50 -2.50 -405.0 -336.1 483.3 -2654.7
0.0
1.75 1.75 -2.25 -448.8 -442.9 453.6 -2537.7
0.00 2.00 4.00 6.00 8.00 10.00
2.00 2.00 -2.00 -486.7 -560.0 427.0 -2427.7 -200.0
2.25 2.25 -1.75 -518.9 -685.8 403.6 -2323.9
-400.0 dy/dx for AB
2.50 2.50 -1.50 -545.8 -819.0 383.3 -2225.6
2.75 2.75 -1.25 -567.8 -958.3 366.1 -2132.0 dy/dx for BE (4<x<10)
3.00 3.00 -1.00 -585.0 -1102.5 352.0 -2042.3 -600.0
dy/dx for BE (x<4)
3.25 3.25 -0.75 -597.9 -1250.4 341.1 -1955.8
-800.0
3.50 3.50 -0.50 -606.7 -1401.1 333.3 -1871.5
Distance Along Beam (m)
3.75 3.75 -0.25 -611.7 -1553.5 328.6 -1788.9
4.00 4.00 0.00 -613.3 -1706.7 327.0 -1707.0
4.25 0.25 328.6 -1625.1 2000.0
4.50 0.50 333.3 -1542.5
4.75 0.75 341.1 -1458.2
5.00 1.00 352.0 -1371.7 1000.0
5.25 1.25 366.1 -1282.0
5.50 1.50 383.3 -1188.4
0.0
Deflection -y/EI
5.75 1.75 403.6 -1090.1
0.00 2.00 4.00 6.00 8.00 10.00
6.00 2.00 427.0 -986.3
6.25 2.25 450.4 -876.6 -1000.0
6.50 2.50 470.8 -761.4
6.75 2.75 487.9 -641.5
-2000.0
7.00 3.00 502.0 -517.7
7.25 3.25 512.9 -390.7 y for AB
7.50 3.50 520.8 -261.5 -3000.0 y for BE (4<x<10)
7.75 3.75 525.4 -130.6 y for BE (x<4)
8.00 4.00 527.0 1.0
-4000.0
8.25 4.25 527.0 132.8
Distance Along Beam (m)
8.50 4.50 527.0 264.5
8.75 4.75 527.0 396.3
9.00 5.00 527.0 528.0 Equation used in the Cells
9.25 5.25 527.0 659.8 dy/dx AB = 130*x^2/2-360*x-20*x^3/6
9.50 5.50 527.0 791.5 y AB = 130*x^3/6-360*x^2/2-20*x^4/24
9.75 5.75 527.0 923.3 dy/dx BE = 50*x^2/2+50*MAX(x-4,0)^2/2-100*MAX(x-2,0)^2/2+327
10.00 6.00 527.0 1055.0 y BE = 50*x^3/6+50*MAX(x-4,0)^3/6-100*MAX(x-2,0)^3/6+327*x-1707
52 Dr. C. Caprani
Structural Analysis III
2.6 Problems
1. (DT004/3 A’03) Determine the rotation and the deflection at C for the
following beam. Take E = 200 kN/mm 2 and I = 8 × 108 mm 4 . (Ans. 4.46 mm,
0.0775 rads).
15 kN/m 40 kN
A C
B
6m 2m
50 kN
20 kN/m
A C B
4m 2m 2m
3. (DT004/3 A’04) Determine the deflection at C, for the following beam. Check
your answer using δ C = 5wL4 384 EI + PL3 48 EI . Take E = 200 kN/mm 2 and
I = 8 × 108 mm 4 . The symbols w, L and P have their usual meanings. (Ans. 5.34
mm).
50 kN
12 kN/m
A B
C
6m
53 Dr. C. Caprani
Structural Analysis III
4. (DT004/3 S’05) Determine the deflection at B and D for the following beam.
Take E = 200 kN/mm 2 and I = 8 × 108 mm 4 . (Ans. 2.95 mm ↑ , 15.1 mm ↓ ).
50 kN
12 kN/m
A B D
C
3m 3m 3m
5. (DT004/3 A’05) Verify that the rotation at A is smaller than that at B for the
following beam. Take E = 200 kN/mm 2 and I = 8 × 108 mm 4 . (Ans.
θ A = −186.67 EI ; θ B = −240 EI ; δ C = −533.35 EI ).
20 kN/m
A C B
4m 4m
15 kN/m
A 80 kNm
B C
3m 3m 2m
54 Dr. C. Caprani
Structural Analysis III
15 kN/m 40 kN
A B C
6m 2m
80 kN
20 kN/m
A B
C
6m
55 Dr. C. Caprani
Structural Analysis III
3. Indeterminate Beams
3.1 Basis
In solving statically determinate structures, we have seen that application of
Macaulay’s Method gives two unknowns:
1. Rotation constant of integration;
2. Deflection constant of integration.
These unknowns are found using the known geometrically constraints (or boundary
conditions) of the member. For example, at a pin or roller support we know the
deflection is zero, whilst at a fixed support we know that both deflection and rotation
are zero. Form what we have seen we can conclude that in any stable statically
determinate structure there will always be enough geometrical constraints to find the
two knowns – if there isn’t, the structure simply is not stable, and is a mechanism.
Considering indeterminate structures, we will again have the same two unknown
constants of integration, in addition to the extra unknown support reactions.
However, for each extra support introduced, we have an associated geometric
constraint, or known displacement. Therefore, we will always have enough
information to solve any structure. It simply falls to us to express our equations in
terms of our unknowns (constants of integration and redundant reactions) and apply
our known displacements to solve for these unknowns, thus solving the structure as a
whole.
This is best explained by example, but keep in mind the general approach we are
using.
56 Dr. C. Caprani
Structural Analysis III
Before starting the problem, consider the qualitative behaviour of the structure so that
we have an idea of the reactions’ directions and the deflected shape:
Since this is a 1˚ indeterminate structure we must choose a redundant and the use the
principle of superposition:
57 Dr. C. Caprani
Structural Analysis III
Next, we express all other reactions in terms of the redundant, and draw the free-body
diagram for Macaulay’s Method:
Proceeding as usual, we take moments about the cut, being careful to properly locate
the moment reaction at A using the correct discontinuity function format:
M ( x ) − ( 6 R − 900 ) [ x ] − (100 − R ) x − R [ x − 6] = 0
0
Since x will always be positive we can remove the Macaulay brackets for the moment
reaction at A, and we then have:
d2y
M ( x ) = EI 2 = ( 6 R − 900 ) x 0 + (100 − R ) x + R [ x − 6] Equation 1
dx
From which:
dy (100 − R ) x 2 + R x − 6 2 + C
EI = ( 6 R − 900 ) x + [ ] θ Equation 2
dx 2 2
And:
58 Dr. C. Caprani
Structural Analysis III
( 6 R − 900 ) x (100 − R ) x R
EIy = + + [ x − 6] + Cθ x + Cδ
2 3 3
Equation 3
2 6 6
Thus we have three unknowns to solve for, and we have three knowns we can use:
1. no deflection at A – fixed support;
2. no rotation at A – fixed support;
3. no deflection at B – roller support.
As can be seen the added redundant support both provides an extra unknown
reaction, as well as an extra known geometric condition.
( 6 R − 900 ) (100 − R ) R
EI ( 0 ) = ( 0) + ( 0) + [0 − 6] + Cθ ( 0 ) + Cδ
2 3 3
2 6 6
Cδ = 0
dy
Applying the second boundary condition, at x = 0 , = 0:
dx
(100 − R ) R
EI ( 0 ) = ( 6 R − 900 )( 0 ) + ( 0) + [0 − 6] + Cθ
2 2
2 2
Cθ = 0
( 6 R − 900 ) (100 − R ) R
EI ( 0 ) = ( 6) + ( 6) + [ 6 − 6]
2 3 3
2 6 6
0 = (108 R − 16200 ) + ( 3600 − 36 R )
59 Dr. C. Caprani
Structural Analysis III
0 = 72 R − 12600
R = 175 kN ↑
The positive answer means the direction we assumed initially was correct. We can
now solve for the other reactions:
dy −75 2 175
= 150 x + x + [ x − 6]
2
EI
dx 2 2
2 6 6
Finally to find the maximum deflection, we see from the qualitative behaviour of the
structure that it will either be at the tip of the overhang, C, or between A and B. For
the deflection at C, where x = 9 , we have, from Equation 5:
This is downwards as expected. To find the local maximum deflection in Span AB,
we solve for its location using Equation 4:
60 Dr. C. Caprani
Structural Analysis III
−75 2 175
EI ( 0 ) = 150 x + x + [ x − 6] since x ≤ 6
2
2 2
0 = 150 − 37.5 x
150
x= =4m
37.5
2 6 6
+400
δ max AB =
EI
61 Dr. C. Caprani
Structural Analysis III
This is a 1 degree indeterminate beam. Once again we must choose a redundant and
express all other reactions (and hence displacements) in terms of it. Considering first
the expected behaviour of the beam:
The shear in the hinge, V, is the ideal redundant, since it provides the obvious link
between the two members:
62 Dr. C. Caprani
Structural Analysis III
42
∑ M about A = 0 M A − 20 ⋅ 2
− 4V = 0 ∴ M A = 160 + 4V
∑F y
=0 VA − 20 ⋅ 4 − V = 0 ∴VA = 80 + V
Thus all reactions are known in terms of our chosen redundant. Next we calculate the
deflection curves for each member, again in terms of the redundant.
Member AB
The relevant free-body diagram is:
20 2
M ( x ) + (160 + 4V ) x 0 − ( 80 + V ) x + x =0
2
63 Dr. C. Caprani
Structural Analysis III
d2y 20 2
M ( x ) = EI 2
= ( 80 + V ) x − (160 + 4V ) x 0 − x
dx 2
dy ( 80 + V ) 2 20
EI = x − (160 + 4V ) x1 − x 3 + Cθ
dx 2 6
EIy =
(80 + V ) x 3
−
(160 + 4V ) x 2
−
20 4
x + Cθ x + Cδ
6 2 24
dy
Using the boundary conditions, x = 0 , we know that = 0 . Therefore we know
dx
Cθ = 0 . Also, since at x = 0 , y = 0 we know Cδ = 0 . These may be verified by
substitution into Equations 2 and 3. Hence we have:
dy ( 80 + V ) 2 20
EI = x − (160 + 4V ) x1 − x 3 Equation (AB)4
dx 2 6
EIy =
(80 + V ) x 3
−
(160 + 4V ) x 2
−
20 4
x Equation (AB)5
6 2 24
Member BE
Drawing the free-body diagram, as shown, and taking moments about the cut gives:
M ( x ) + 100 [ x − 2] − Vx − ( 200 − 3V ) [ x − 4] = 0
64 Dr. C. Caprani
Structural Analysis III
d2y
M ( x ) = EI = Vx + ( 200 − 3V ) [ x − 4] − 100 [ x − 2]
dx 2
dy V 2 ( 200 − 3V ) 100
= x + [ x − 4] − [ x − 2] + Cθ
2 2
EI
dx 2 2 2
V 3 ( 200 − 3V ) 100
EIy = x + [ x − 4] − [ x − 2] + Cθ x + Cδ
3 3
6 6 6
V ( 200 − 3V ) 4 − 4 3 − 100 2 3 + 4C + C
EI ( 0 ) = ( 4) + [ ] ( )
3
θ δ
6 6 6
65 Dr. C. Caprani
Structural Analysis III
Which gives:
32 400
4Cθ + Cδ + V− =0 (a)
3 3
EI ( 0 ) =
V ( 200 − 3V ) 2 3 − 100 4 3 + 6C + C
( 6) + ( ) ( )
3
θ δ
6 6 6
Thus:
64 2000
2Cθ + 0 + V− =0
3 3
32 1000
Cθ = − V+
3 3
⎛ 32 1000 ⎞
6⎜ − V + ⎟ + Cδ + 32V − −800 = 0
⎝ 3 3 ⎠
Cδ = 32V − 1200
66 Dr. C. Caprani
Structural Analysis III
dy V 2 ( 200 − 3V )
[ x − 4] − [ x − 2] + ⎛⎜ − V +
100 32 1000 ⎞
= x +
2 2
EI ⎟
dx 2 2 2 ⎝ 3 3 ⎠
V 3 ( 200 − 3V )
[ x − 4] − [ x − 2] + ⎛⎜ − V +
100 32 1000 ⎞
EIy = x + ⎟ x + ( 32V − 1200 )
3 3
6 6 6 ⎝ 3 3 ⎠
Thus both sets of equations for members AB and BE are ion terms of V – the shear
force at the hinge. Now we enforce compatibility of displacement at the hinge, in
order to solve for V.
For member AB, the deflection at B is got from Equation (AB)5 for x = 4 :
(80 + V ) (160 + 4V ) 20 4
EI δ BA = ( 4) − ( 4) − ( 4)
3 2
6 2 24
2560 32 640
= + V − 1280 − 32V −
3 3 3
64
= − V − 640
3
And for member BE, the deflection at B is got from Equation (BE)5 for x = 0 :
V ( 200 − 3V ) 0 − 4 3 − 100 0 − 2 3 + C 0 + C
EI δ BE = ( 0) + [ ] [ ] θ( ) δ
3
6 6 6
= Cδ
= 32V − 1200
Since δ BA ≡ δ BE ≡ δ B , we have:
67 Dr. C. Caprani
Structural Analysis III
64
− V − 640 = 32V − 1200
3
160
− V = −560
3
V = +10.5 kN
The positive answer indicates we have chosen the correct direction for V. Thus we
can work out the relevant quantities, recalling the previous free-body diagrams:
• M A = 160 + 4 (10.5 ) = 202 kNm
• VA = 80 + 10.5 = 90.5 kN ↑
• VE = 100 − 2 (10.5 ) = 79 kN ↓
EI δ B = −864
−864
δB =
EI
Which is a downwards deflection as expected. The rotation at the hinge for member
AB is got from Equation (AB)4
68 Dr. C. Caprani
Structural Analysis III
90.5 2 20 3
EIθ BA = ( 4 ) − 202 ( 4 ) − ( 4 )
2 6
−297.3
θ BA =
EI
32 1000
Cθ = − (10.5) + = +221.3
3 3
2 2 2
+221.3
θ BE =
EI
69 Dr. C. Caprani
Structural Analysis III
2 2 2
+105.3
θD =
EI
Therefore since the deflection at both B and D are positive there is no point of zero
rotation between B and D, and thus no local maximum deflection. Examining the
deflected shape, we see that we must have a point of zero rotation between D and E
since the rotation at E must be negative:
70 Dr. C. Caprani
Structural Analysis III
We are interested in the location x where we have zero rotation between D and E.
Therefore we use Equation (BE)4, with the knowledge that 4 ≤ x ≤ 6 :
2 2 2
( x − 8 x + 16 ) − ( x − 4 x + 4 ) + 221.3
10.5 2 168.5 2 100 2
0= x +
2 2 2
⎛ 10.5 168.5 100 ⎞ 2 ⎛ 168.5
( −8) + ⋅ 4 ⎞⎟ x
100
0=⎜ + − ⎟x +⎜
⎝ 2 2 2 ⎠ ⎝ 2 2 ⎠
⎛ 168.5
(16 ) − ⋅ 4 + 221.3 ⎞⎟
100
+⎜
⎝ 2 2 ⎠
0 = 39.5 x 2 − 474 x + 1369.3
Since 7.155 m is outside the length of the beam, we know that the zero rotation, and
hence maximum deflection occurs at x = 4.845 m . Using Equation (BE)5:
6 6 6
+40.5
δ max DE =
EI
71 Dr. C. Caprani
Structural Analysis III
This solution has been put into Excel to give plots of the deflected shape, as follows:
72 Dr. C. Caprani
Structural Analysis III
Rotation - (dy/dx)/EI
100.0
1.00 1.00 -3.00 -160.1 -86.8 268.6 -1575.2
1.25 1.25 -2.75 -188.3 -130.4 261.0 -1509.1
0.0
1.50 1.50 -2.50 -212.4 -180.6 254.1 -1444.7
0.00 2.00 4.00 6.00 8.00 10.00
1.75 1.75 -2.25 -232.8 -236.3 247.9 -1381.9
-100.0
2.00 2.00 -2.00 -249.7 -296.7 242.3 -1320.7
2.25 2.25 -1.75 -263.4 -360.9 237.4 -1260.7
-200.0
2.50 2.50 -1.50 -274.3 -428.1 233.1 -1201.9
2.75 2.75 -1.25 -282.6 -497.8 229.5 -1144.1 dy/dx for AB
-300.0
3.00 3.00 -1.00 -288.8 -569.3 226.6 -1087.1
dy/dx for BE (4<x<10)
3.25 3.25 -0.75 -293.0 -642.0 224.3 -1030.7
-400.0
3.50 3.50 -0.50 -295.6 -715.6 222.6 -974.9
Distance Along Beam (m)
3.75 3.75 -0.25 -297.0 -789.7 221.7 -919.4
4.00 4.00 0.00 -297.3 -864.0 221.3 -864.0
4.25 0.25 0.0 0.0 221.7 -808.6
100.0
4.50 0.50 0.0 0.0 222.6 -753.1
4.75 0.75 0.0 0.0 224.3 -697.3 0.0
5.00 1.00 0.0 0.0 226.6 -640.9 -100.00.00 2.00 4.00 6.00 8.00 10.00
5.25 1.25 0.0 0.0 229.5 -583.9
-200.0
5.50 1.50 0.0 0.0 233.1 -526.1
Deflection -y/EI
5.75 1.75 0.0 0.0 237.4 -467.3 -300.0
6.00 2.00 0.0 0.0 242.3 -407.3 -400.0
6.25 2.25 0.0 0.0 244.8 -346.3
6.50 2.50 0.0 0.0 241.6 -285.4 -500.0
6.75 2.75 0.0 0.0 232.9 -226.0 -600.0
7.00 3.00 0.0 0.0 218.6 -169.4
-700.0
7.25 3.25 0.0 0.0 198.7 -117.2
-800.0 y for AB
7.50 3.50 0.0 0.0 173.1 -70.6
7.75 3.75 0.0 0.0 142.0 -31.1 y for BE (4<x<10)
-900.0
8.00 4.00 0.0 0.0 105.3 0.0
-1000.0
8.25 4.25 0.0 0.0 68.3 21.6
Distance Along Beam (m)
8.50 4.50 0.0 0.0 36.2 34.5
8.75 4.75 0.0 0.0 9.0 40.1
9.00 5.00 0.0 0.0 -13.2 39.5 Equation used in the Cells
9.25 5.25 0.0 0.0 -30.5 33.9 dy/dx AB = (80+V)*x^2/2-(160+4*V)*x-20*x^3/6
9.50 5.50 0.0 0.0 -42.8 24.7 y AB = (80+V)*x^3/6-(160+4*V)*x^2/2-20*x^4/24
9.75 5.75 0.0 0.0 -50.2 12.9 dy/dx BE = V*x^2/2+(200-3*V)*MAX(x-4,0)^2/2-100*MAX(x-2,0)^2/2+const1
10.00 6.00 0.0 0.0 -52.7 0.0 y BE = V*x^3/6+(200-3*V)*MAX(x-4,0)^3/6-100*MAX(x-2,0)^3/6+const1*x+const2
73 Dr. C. Caprani
Structural Analysis III
3.4 Problems
1. (Summer 2007) For the beam shown using Macaulay’s Method:
(i) Determine the vertical reaction at joint B;
(ii) Show that the moment reaction at joint A is wL2 8 .
(Ans. R = 3wL 8 )
A w B
MA
L
R
100 kN
A B C
9m 3m
74 Dr. C. Caprani
Structural Analysis III
3. For the beam shown, find the reactions and draw the bending moment, shear
force, and deflected shape diagrams. Determine the maximum deflection and
rotation at B in terms of EI.
4. For the beam shown, find the reactions and draw the bending moment, shear
force, and deflected shape diagrams. Determine the maximum deflection and
rotation at B in terms of EI.
5. For the beam shown, find the reactions and draw the bending moment, shear
force, and deflected shape diagrams. Determine the maximum deflection and
rotation at B in terms of EI.
75 Dr. C. Caprani
Structural Analysis III
6. For the beam shown, find the reactions and draw the bending moment, shear
force, and deflected shape diagrams. Determine the maximum deflection and
the rotations at A, B, and C in terms of EI.
7. For the beam shown, find the reactions and draw the bending moment, shear
force, and deflected shape diagrams. Determine the maximum deflection and
the rotations at A, B, and C in terms of EI.
8. (Summer 2008) For the prismatic beam of Fig. Q3(b), using Macaulay’s
Method, find the vertical deflection at C in terms of EI.
(Ans. 20 EI )
20 kN/m
A B C
6m 2m
76 Dr. C. Caprani
Structural Analysis III
4. Indeterminate Frames
4.1 Introduction
Macaulay’s method is readily applicable to frames, just as it is to beams. Both
statically indeterminate and determinate frames can be solved. The method is applied
as usual, but there is one extra factor:
In practice, Macaulay’s Method is only applied to basic frames because the number
of equations gets large otherwise. For more complex frames other forms of analysis
can be used (such as moment distribution, virtual work, Mohr’s theorems, etc.) to
determine the bending moments. Once these are known, the defections along
individual members can then be found using Macaulay’s method applied to the
member itself.
77 Dr. C. Caprani
Structural Analysis III
78 Dr. C. Caprani
Structural Analysis III
M A + 100 ⋅ 3 − 6 R = 0
M A = 6 R − 300
And we can now draw a free-body diagram for member AB, in order to apply
Macaulay’s Method to AB:
M ( x ) − ( 6 R − 300 ) [ x ] + Rx = 0
0
79 Dr. C. Caprani
Structural Analysis III
Thus:
d2y
M ( x ) = EI = ( 6 R − 300 ) [ x ] − Rx
0
2
Equation 1
dx
Giving:
dy R
= ( 6 R − 300 ) [ x ] − x 2 + Cθ
1
EI Equation 2
dx 2
( 6 R − 300 ) R 3
EIy = [ x] − x + Cθ x + Cδ
2
Equation 3
2 6
dy
Applying y = 0 and = 0 at x = 0 gives us Cθ = 0 and Cδ = 0 . Therefore:
dx
dy R
= ( 6 R − 300 ) [ x ] − x 2
1
EI Equation 4
dx 2
( 6 R − 300 ) R 3
EIy = [ x] −
2
x Equation 5
2 6
EI ( 0 ) =
( 6 R − 300 ) R 3
( 6) − (6)
2
2 6
0 = 3R − 150 − R
R = +75 kN i.e. ↑
80 Dr. C. Caprani
Structural Analysis III
81 Dr. C. Caprani
Structural Analysis III
δθ B = 3θ B
75 2
EIθ B = 150 ( 6 ) − (6)
2
−450
θB =
EI
82 Dr. C. Caprani
Structural Analysis III
⎛ 450 ⎞
δθ B = 3 ⎜ ⎟
⎝ EI ⎠
1350
=
EI
Note that we don’t need to worry about the sign of the rotation, since we know that C
is moving to the right, and that the rotation at B is aiding this movement.
The cantilever deflection of member BC can be got from standard tables as:
We can also get this using Macaulay’s Method applied to member BC:
83 Dr. C. Caprani
Structural Analysis III
M ( x ) + 300 [ x ] − 100 x = 0
0
d2y
M ( x ) = EI 2 = 100 x − 300 [ x ]
0
dx
dy 100 2
= x − 300 [ x ] + Cθ
1
EI
dx 2
100 3 300 2
EIy = x − [ x ] + Cθ x + Cδ
6 2
dy
But we know that y = 0 and = 0 at x = 0 so Cθ = 0 and Cδ = 0 . Therefore:
dx
100 3 300 2
EIy = x − [ x]
6 2
84 Dr. C. Caprani
Structural Analysis III
100 3 300 2
EI δ canti = ( 3) − ( 3)
6 2
−900
δ canti =
EI
This is the same as the standard table result, as expected. Further, since a negative
answer here means a deflection to the right, the total deflection to the right at C is:
δ Cx = δθ B + δ canti
1350 900
= +
EI EI
2250
=
EI
85 Dr. C. Caprani
Structural Analysis III
4.3 Problems
1. For the prismatic frame shown, find the reactions and draw the bending
moment, shear force, and deflected shape diagrams. Verify the following
displacements: θ B = 80 EI ; δ Dy = 766.67 EI ↓ ; δ Bx = 200 EI (direction not
2. For the prismatic frame shown, find the reactions and draw the bending
moment, shear force, and deflected shape diagrams. Verify the following
displacements: θC = 200 EI ; δ By = 666.67 EI ↓ ; δ Dx = 400 EI (again
86 Dr. C. Caprani
Structural Analysis III
5. Appendix
5.1 References
The basic reference is the two-page paper which started it all:
• Macaulay, W. H. (1919), ‘Note on the deflection of the beams’, Messenger of
Mathematics, 48, pp. 129-130.
87 Dr. C. Caprani