You are on page 1of 10

INSTRUCTOR'S SOLUTIONS MANUAL

TO ACCOMPANY

A FIRST COURSE IN THE

FINITE
ELEMENT
METHOD
FIFTH EDITION

DARYL L. LOGAN
Contents
Chapter 1 1

Chapter 2 3

Chapter 3 23

Chapter 4 127

Chapter 5 183

Chapter 6 281

Chapter 7 319

Chapter 8 338

Chapter 9 351

Chapter 10 371

Chapter 11 390

Chapter 12 414

Chapter 13 432

Chapter 14 473

Chapter 15 492

Chapter 16 518

Appendix A 550

Appendix B 555

Appendix D 561
Chapter 1

1.1. A finite element is a small body or unit interconnected to other units to model a larger
structure or system.
1.2. Discretization means dividing the body (system) into an equivalent system of finite
elements with associated nodes and elements.
1.3. The modern development of the finite element method began in 1941 with the work of
Hrennikoff in the field of structural engineering.
1.4. The direct stiffness method was introduced in 1941 by Hrennikoff. However, it was not
commonly known as the direct stiffness method until 1956.
1.5. A matrix is a rectangular array of quantities arranged in rows and columns that is often
used to aid in expressing and solving a system of algebraic equations.
1.6. As computer developed it made possible to solve thousands of equations in a matter of
minutes.
1.7. The following are the general steps of the finite element method.
Step 1
Divide the body into an equivalent system of finite elements with associated
nodes and choose the most appropriate element type.
Step 2
Choose a displacement function within each element.
Step 3
Relate the stresses to the strains through the stress/strain law—generally
called the constitutive law.
Step 4
Derive the element stiffness matrix and equations. Use the direct equilibrium
method, a work or energy method, or a method of weighted residuals to
relate the nodal forces to nodal displacements.
Step 5
Assemble the element equations to obtain the global or total equations and
introduce boundary conditions.
Step 6
Solve for the unknown degrees of freedom (or generalized displacements).
Step 7
Solve for the element strains and stresses.
Step 8
Interpret and analyze the results for use in the design/analysis process.
1.8. The displacement method assumes displacements of the nodes as the unknowns of the
problem. The problem is formulated such that a set of simultaneous equations is solved
for nodal displacements.
1.9. Four common types of elements are: simple line elements, simple two-dimensional
elements, simple three-dimensional elements, and simple axisymmetric elements.
1.10 Three common methods used to derive the element stiffness matrix and equations are
(1) direct equilibrium method
(2) work or energy methods
(3) methods of weighted residuals
1.11. The term ‘degrees of freedom’ refers to rotations and displacements that are associated
with each node.

1
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
1.12. Five typical areas where the finite element is applied are as follows.
(1) Structural/stress analysis
(2) Heat transfer analysis
(3) Fluid flow analysis
(4) Electric or magnetic potential distribution analysis
(5) Biomechanical engineering
1.13. Five advantages of the finite element method are the ability to
(1) Model irregularly shaped bodies quite easily
(2) Handle general load conditions without difficulty
(3) Model bodies composed of several different materials because element equations
are evaluated individually
(4) Handle unlimited numbers and kinds of boundary conditions
(5) Vary the size of the elements to make it possible to use small elements where
necessary

2
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Chapter 2

2.1
(a)

Ë k1 0 – k1 0Û
Ì
0 0 0 0Ü
[k(1)] = Ì Ü
Ì – k1 0 k1 0Ü
Ì Ü
Í 0 0 0 0Ý

Ë0 0 0 0 Û
Ì
0 0 0 0 Ü
[k(2)] = Ì Ü
Ì0 0 k2 – k2 Ü
Ì Ü
Í0 0 – k2 k2 Ý

Ë0 0 0 0 Û
Ì
0 k3 0 – k3 Ü
[k 3(3)] = Ì Ü
Ì0 0 0 0 Ü
Ì Ü
Í0 – k3 0 k3 Ý
[K] = [k(1)] + [k(2)] + [k(3)]
Ë k1 0 – k1 0 Û
Ì
0 k3 0 – k3 Ü
[K] = Ì Ü
Ì – k1 0 k1  k2 – k2 Ü
Ì Ü
Í 0 – k3 – k2 k2  k3 Ý
(b) Nodes 1 and 2 are fixed so u1 = 0 and u2 = 0 and [K] becomes

Ëk1  k2 – k2 Û
[K] = Ì
Í – k2 k 2  k3 ÜÝ
{F} = [K] {d}
Î F3 x Þ Ëk1  k2 – k2 Û Îu3 Þ
Ï ß= Ì Ï ß
ÐF4 x à Í – k2 k 2  k3 ÜÝ Ðu4 à

Î 0 Þ Ë k1  k2 – k2 Û Îu3 Þ
⇒ Ï ß= Ì Ï ß
ÐP à Í – k 2 k2  k3 ÜÝ Ðu4 à
{F} = [K] {d} ⇒ [K –1] {F} = [K –1] [K] {d}
⇒ [K –1] {F} = {d}
Using the adjoint method to find [K –1]
C11 = k2 + k3 C21 = (– 1)3 (– k2)
C12 = (– 1)1 + 2 (– k2) = k2 C22 = k1 + k2

3
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Ë k  k3 k2 Û Ë k  k3 k2 Û
[C] = Ì 2 Ü and CT = Ì 2
Í k2 k1  k2 Ý Í k2 k1  k2 ÜÝ
det [K] = | [K] | = (k1 + k2) (k2 + k3) – ( – k2) (– k2)
⇒ | [K] | = (k1 + k2) (k2 + k3) – k22
[C T ]
[K –1] =
det K
Ëk 2  k 3 k2 Û Ë k2  k3 k2 Û
Ì k k1  k2 ÝÜ Ì k1  k2 ÜÝ
[K –1] = Í 2 = Í k2
( k1  k2 ) ( k2  k3 ) – k2 2 k1 k2  k1 k3  k2 k3

Ëk2  k3 k2 Û Î 0 Þ
Ì Ï ß
Îu3 Þ Í k2 k1  k2 ÜÝ Ð Pà
Ï ß=
Ðu4 à k1 k2  k1 k3  k2 k3
k2 P
⇒ u3 =
k1 k 2  k1 k3  k2 k3
(k1  k2 ) P
⇒ u4 =
k1 k 2  k1 k3  k2 k3
(c) In order to find the reaction forces we go back to the global matrix F = [K] {d}
Î F1x Þ Ë k1 0  k1 0 Û Îu1 Þ
ÑF Ñ Ì 0 k3 Ü Ñu Ñ
Ñ 2x Ñ Ì
Ï ß=
k3 0
Ü ÑÏ 2 Ñß
F
Ñ 3x Ñ Ì  k1 0 k1  k2 k2 Ü Ñu3 Ñ
Ì
ÑÐ F4 x Ñà Í 0 k3 k2 ÜÑ Ñ
k2  k3 ÝÐ u4 à
k2 P
F1x = – k1 u3 = – k1
k1 k2  k1 k3  k2 k3
k1 k2 P
⇒ F1x =
k1 k2  k1 k3  k2 k3
( k1  k2 ) P
F2x = – k3 u4 = – k3
k1 k 2  k1 k3  k 2 k3
k3 (k1  k2 ) P
⇒ F2x =
k1 k 2  k1 k3  k 2 k3
2.2

lb
k1 = k2 = k3 = 1000
in.
(1) (2) (2) (3)
Ë k k Û (1) Ë k k Û (2)
[k(1)] = Ì ; [k(2)] =
Í k k ÜÝ (2) ÌÍ k k ÜÝ (3)
By the method of superposition the global stiffness matrix is constructed.
4
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
(1) (2) (3)
Ë k k 0 Û (1) Ë k k 0Û
Ì
[K] = k k  k k Ü (2) ⇒ [K] = Ì k 2k k Ü
Ì Ü Ì Ü
ÌÍ 0 k k ÜÝ (3) ÌÍ 0 k k ÜÝ
Node 1 is fixed ⇒ u1 = 0 and u3 = δ
{F} = [K] {d}
ÎF1x ? Þ Ë k k 0 Û Îu1 0 Þ
Ñ Ñ Ì Ü Ñu Ñ
ÏF2 x 0ß = Ì
k 2k k
Ü
Ï 2 ?ß
ÑF Ñ k ÜÝ Ñ EÑ
Ð 3x ? à ÌÍ 0 k Ðu3 à
Î 0 Þ Ë 2k  k Û Îu2 Þ Î 0 2k u2  kE Þ
⇒ Ï ß = Ì Ï ßÀÏ ß
Ð F3 x à Í k k ÜÝ Ð E à Ð F3 x  k u2  kE à
kE E 1 in.
⇒ u2 = = = ⇒ u2 = 0.5″
2k 2 2
F3x = – k (0.5″) + k (1″)
lb lb
F3x = (– 1000 ) (0.5″) + (1000 ) (1″)
in. in.
F3x = 500 lbs
Internal forces
Element (1)
ÎÑ f1x (1) ÞÑ Ë k k Û Îu1 0 Þ
Ï (2) ß = Ì Ï ß
ÐÑ f 2 x àÑ Í k k ÜÝÐu2 0.5”à

lb
⇒ f1x (1) = (– 1000 ) (0.5″) ⇒ f1x (1) = – 500 lb
in.
lb
f 2x (1) = (1000 ) (0.5″) ⇒ f 2x (1) = 500 lb
in.
Element (2)

ÎÑ f 2 x (2) ÞÑ Ë k k Û Îu2 0.5”Þ f 2 x (2) – 500 lb


Ï (2) ß = Ì Ï ß ⇒
ÐÑ f 3 x àÑ Í k k ÜÝÐu3 1” à f 3 x (2) 500 lb
2.3

Ë k k Û
(a) [k(1)] = [k(2)] = [k(3)] = [k(4)] = Ì
Í k k ÜÝ
By the method of superposition we construct the global [K] and knowing {F} = [K] {d}
we have
ÎF1x ? Þ Ë k k 0 0 0 Û Îu1 0 Þ
ÑF Ñ Ì ÜÑ Ñ
ÑÑ 2 x 0 ÑÑ Ì k 2k k 0 0 Ü ÑÑu2 ÑÑ
ÏF3 x P ß = Ì 0 k 2k k 0 Ü Ïu3 ß
ÑF Ñ Ì 0 0 k 2k k Ü Ñu Ñ
Ñ 4x 0 Ñ Ì ÜÑ 4 Ñ
ÑÐF5 x ? Ñà ÌÍ 0 0 0 k k ÜÝ ÑÐu5 0 Ñà

5
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Î0 Þ Ë 2 k k 0 Û Îu2 Þ 0 2 ku2  ku3
Ñ Ñ
(b) ÏP ß = Ì k
Ñ Ñ
Ì 2k k ÜÜ Ïu3 ß À P ku2  2ku3  ku4
Ñ0 Ñ Ì 0
Ð à Í k 2k ÜÝ Ñ
Ðu4 Ñà 0 ku3  2ku4
u3 u
⇒ u2 = ; u4 = 3
2 2
Substituting in the equation in the middle
P = – k u2 + 2k u3 – k u4
u3 Ø È u3 Ø
⇒ P = – k ÈÉ Ù + 2k u3 – k É Ù
Ê 2 Ú Ê 2Ú

⇒ P = k u3
P
⇒ u3 =
k
P P
u2 = ; u4 =
2k 2k
(c) In order to find the reactions at the fixed nodes 1 and 5 we go back to the global
equation {F} = [K] {d}
P P
F1x = – k u2 = – k ⇒ F1x = 
2k 2
P P
F5x = – k u4 = – k ⇒ F5x = 
2k 2
Check
ΣFx = 0 ⇒ F1x + F5x + P = 0
P È PØ
⇒  + É Ù +P=0
2 Ê 2Ú
⇒0=0
2.4

Ë k k Û
(a) [k(1)] = [k(2)] = [k(3)] = [k(4)] = Ì
Í k k ÜÝ
By the method of superposition the global [K] is constructed.
Also {F} = [K] {d} and u1 = 0 and u 5 = δ

Î F1x ? Þ Ë k  k 0 0 0 Û Îu1 0 Þ
ÑF 0 Ñ Ì
ÑÑ Ì k 2k k 0 0 Ü Ñu2 ? Ñ
ÑÑ 2 x Ü ÑÑ ÑÑ
Ï F3 x 0 ß = Ì 0  k 2k k 0 Ü Ïu3 ? ß
ÑF 0Ñ Ì 0
Ì Ü
0  k 2k k Ü Ñu4 ? Ñ
Ñ 4x Ñ Ñ Ñ
ÐÑ F5 x ? àÑ ÌÍ 0 0 0 k k ÜÝ ÐÑu5 E àÑ

6
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
(b) 0 = 2k u2 – k u3 (1)
0 = – ku2 + 2k u3 – k u 4 (2)
0 = – k u3 + 2k u4 – k δ (3)
From (2)
u3 = 2 u2
From (3)
E  2 u2
u4 =
2
Substituting in Equation (2)
E  2 E2 x Ø
⇒ – k (u2) + 2k (2 u2) – k È
Ê 2 Ú

E E
⇒ – u2 + 4 u2 – u2 – = 0 ⇒ u2 =
2 4
E E
⇒ u3 = 2 ⇒ u3 =
4 2
E  2 E4 3E
⇒ u4 = ⇒ u4 =
2 4
(c) Going back to the global equation
{F} = [K] {d}
E kE
F1x = – k u2 = k ⇒ F1x = 
4 4
3EØ
F5x = – k u4 + k δ = – k ÈÉ Ù +kδ
Ê 4 Ú

kE
⇒ F5x =
4
2.5
kip kip
2 3
in. in.
2
1 2 3 4 5
1 3 x
kip kip
1 4 5
in. in.
kip
4
in.

d1 d2 d2 d4
Ë 1 1Û Ë 2  2Û
[k (1)] = Ì Ü ; [k (2)] = Ì
Í 1 1Ý Í 2 2 ÜÝ
d2 d4 d2 d4
Ë 3  3Û Ë 4  4Û
[k (3)] = Ì Ü ; [k (4)] = Ì
Í  3 3Ý Í  4 4 ÜÝ
d4 d3
Ë 5  5Û
[k (5)] = Ì
Í  5 5ÜÝ
7
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Assembling global [K] using direct stiffness method

Ë1 1 0 0 Û
Ì 1 1  2  3  4 0  2 3 4 Ü
[K] = Ì Ü
Ì0 0 5 5 Ü
Ì 0  2  3  4  5 2  3  4  5Ü
Í Ý
Simplifying

Ë 1 1 0 0 Û
Ì 1 10 0  9 Ü kip
[K] = Ì Ü
Ì 0 0 5  5 Ü in.
Ì 0  9  5 14 Ü
Í Ý
2.6 Now apply + 2 kip at node 2 in spring assemblage of P 2.5.
∴ F2x = 2 kip
[K]{d} = {F}
[K] from P 2.5

Ë 1 1 0 0 Û Îu1 0 Þ Î F1 Þ
Ì 1 10 0  9 Ü ÑÑu Ñ Ñ Ñ
Ì Ü Ï 2 Ñß = ÑÏ2 Ñß (A)
Ì 0 0 5  5 Ü Ñu3 0 Ñ Ñ F3 Ñ
Ì 0  9  5 14 Ü Ñu
Í Ý Ð 4 Ñà ÑÐ0 Ñà
where u 1 = 0, u 3 = 0 as nodes 1 and 3 are fixed.
Using Equations (1) and (3) of (A)

Ë 10  9 Û Îu2 Þ Î 2 Þ
ÌÍ  9 14 ÜÝÐÏu ßà = ÏÐ 0 ßà
4

Solving
u2 = 0.475 in., u4 = 0.305 in.
2.7

conv.

f1x = C, f2x = – C
f = – kδ = – k(u2 – u1)
∴ f1x = – k(u2 – u1)
f2x = – (– k) (u2 – u1)

Î f1x Þ Î k –k Þ Îu1 Þ
Ï ß = Ï ß Ï ß
Ð 2x à
f Ð –k kà Ðu 2 à

Î k –k Þ same as for
∴ [K] = Ï ß
Ð –k k à tensile element

8
© 2012 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.

You might also like