Curved Beams
Curved Beams
Curved Beams
16)
Examples of curved beam applications
2 CurvedBeams.nb
< 5
a+b
b-a
2
Simplify
(11 a - 9 b) (a - b) > 0
>
b 11
which means that the beam should be considered curved if
● Two main differences between straight (or milled curved) and curved beams
a 9
1) Unlike straight beams, N.A. does not coincide with the centroidal axis of the cross section for curved
beams
2) Bending action produces radial stresses in curved beams (zero for straight beams).
N = 1- -4 Ln
2
a2 a2 b 2
b2 b2 a
σr = 1- Ln - 1- Ln
4M a2 r a2 b
t b2 N b2 a r2 a
σθ = 1- 1 + Ln - 1+ Ln
4M a2 r a2 b
t b2
N b2 a r2 a
a : Internal radius
M (R - r)
σθ = -
A (r - R) r
σθ = the tangential (normal) stress
M = internal bending moment about the centroidal axis, +ve if it
∫ r
A
.
σθ + ∂σθ
∂θ
dθ dr cos dθ
2
- σθ dr cos dθ
2
= 0 (2)
∂σr σr - σθ
+ = 0 (3)
∂r r
∂σθ
= 0 (4)
∂θ
(3) and (4) show that both stresses are functions of r only. How? Assume that the radial and circumferen-
tial stresses are given by
σr = c1 + c2 Log[r / a] + c3 r2 ;
σθ = c4 + c5 Log[r / a] + c6 r2 ;
σr - σθ
SimplifyD[σr, r] +
r
r3
c1 + + c2 Log
c3 r
r2 a
c1 + c2 - + c2 Log
c3 r
r2 a
In order to find the three constants c1, c2 and c3, we will use equilibrium and boundary conditions
From boundary conditions:
eq1 = σr 0 /. r a
c1 + 0
c3
a2
eq2 = σr 0 /. r b
c1 + + c2 Log 0
c3 b
b2 a
4 b2 M Log a
c1 -
b
4 a2 - b2 M
c2 -
t a2 - b2 + 4 a2 b2 Log[a] Log a - 4 a2 b2 Log[b] Log a
,
2 b b
4 a2 b2 M Log a
c3
b
Updating stresses
CurvedBeams.nb 7
σr = Simplify[σr /. constants[[1]]]
σθ = Simplify[σθ /. constants[[1]]]
Check ΣFθ = 0 :
Simplify[t Integrate[σθ, {r, a, b}], {a > 0 && b > 0 && b > a}]
0
Book formulas
N = 1- -4 Log ;
2
a2 a2 b 2
b2 b2 a
σr = 1- Log - 1- Log ;
4M a2 r a2 b
t b2 N b2 a r2 a
σθ = 1- 1 + Log - 1+ Log ;
4M a2 r a2 b
t b2 N b2 a r2 a
NN = 1 - -4 Log ;
2
a2 a2 b 2
b2 b2 a
Remarks
● The above formulation is based on the following sign convention:
● Tangential (normal to the cross section) and radial stresses have a nonlinear distribution across the
beam depth
Stress
σθ
4
2
r
-4
-6
σθa = Simplify[σθ /. r a /. b α a]
σθb = Simplify[σθ /. r b /. b α a]
4 M 1 - α2 + 2 α2 Log[α]
-
a2 t - 1 + α2 + 4 α2 Log[a] Log[α] - 4 α2 Log[α] Log[a α]
2
4 M - 1 + α2 - 2 Log[α]
σθb
ratio = Simplify
σθa
1 - α2 + 2 Log[α]
1 - α2 + 2 α2 Log[α]
CurvedBeams.nb 9
-0.3
-0.4
-0.5
-0.6
-0.7
-0.8
-0.9 2 4 6 8 10
M (R - r)
σθ = -
A (r - R) r
σr = 0
σθ = the tangential (normal) stress
M = internal bending moment about the centroidal axis,
+ve if it
tends to decrease the radius of curvature
10 CurvedBeams.nb
Solved Problems
Problem I
A curved beam (width t = 20 mm) is subjected to a bending moment M = 40 N.m. Compute the tangen-
tial stresses at the top and bottom fibers using the three solutions for the following two cases:
12 CurvedBeams.nb
a) a = 90 mm, b = 110 mm
b) a = 90 mm, b = 180 mm
Case (a)
Elasticity Solution :
NN = 1 - -
1 2 4
α2 α2
Log[α]2 ;
Winkler Solution :
M (R - r)
σθ2a = - /.
A (r - R) r
110 - 90
M 4 × 104 , A 20 (110 - 90), r 0.5 (110 + 90), R , r 90
110
Log
- 32.1331
90
M (R - r)
σθ2b = - /.
A (r - R) r
110 - 90
M 4 × 104 , A 20 (110 - 90), r 0.5 (110 + 90), R , r 110
110
Log 90
28.1089
- 30.
12
CurvedBeams.nb 13
Case (b)
Elasticity Solution :
NN = 1 - -
1 2 4
α2 α2
Log[α]2 ;
Winkler Formula :
M (R - r)
σθ2a = - /.
A (r - R) r
180 - 90
M 4 × 104 , A 20 (180 - 90), r 0.5 (180 + 90), R , r 90
180
Log
- 1.90747
90
M (R - r)
σθ2b = - /.
A (r - R) r
180 - 90
M 4 × 104 , A 20 (180 - 90), r 0.5 (180 + 90), R , r 180
180
Log 90
1.20065
4. × 104 (45)
12
σθ3b =
20 (90)3
- 1.48148
12
1.48148
Winkler Formula :
M (R - r) 150 - 100
Clear["Global`*"]
- 110.707
Flexural Formula :
- 96.
12
Clear["Global`*"]
40. × 6 × 26 + 30 × 6 × 3
r= + 120
40 × 6 + 30 × 6
136.143
R=
A
∫120 r + ∫126 r
126 30 166 6
r r
40 × 6 + 30 × 6
R=
∫120. r + ∫126. r r
126 30 166 6
r
134.704
M (R - r)
Calculate P from : - = 80 at r = 120 mm
A (r - R) r
(- 166.14 P) (134.704 - 120)
- 80
P
420. (136.143 - 134.704) 120
Solve
420.
{{P 2218.25}}
20 × b × 10 + 2 × 60 × 10 × 50
Clear["Global`*"]
r = 60 +
20 b + 2 × 60 × 10
60 000 + 200 b
60 +
1200 + 20 b
M (R - r)
σθA = - /. {A 20 b + 1200, r 60}
A (r - R) r
M (- 60 + R)
-
60 (1200 + 20 b) 60 + - R
60 000+200 b
1200+20 b
M (R - r)
σθB = - /. {A 20 b + 1200, r 140}
A (r - R) r
M (- 140 + R)
-
140 (1200 + 20 b) 60 + - R
60 000+200 b
1200+20 b
σθA
σθB
7 (- 60 + R)
3 (- 140 + R)
σθA
- 1
σθB
Solve
{{R 84}}
R=
A
∫60 r + ∫80 r
80 b 140 20
r r
20 b + 1200
R=
∫60 r + ∫80 r
80 b 140 20
1200 + 20 b
r r
b Log 3 + 20 Log 4
4 7
CurvedBeams.nb 17
1200 + 20 b
84.
b Log 3 + 20 Log 4
Solve
4 7
Solve::ratnz : Solve was unable to solve the system with inexact coefficients.
The answer was obtained by solving a corresponding exact system and numericizing the result.
{{b 62.3835}}
2. The distance OA printed as “d” in the book figure is actually “b” while distance
1. There is a sign mistake in the book R formula used in the below solution.
rb = b + c;
A = π c2 ;
R=
A
2 π rb - rb2 - c2
P = 800;
M = P (a + b + c);
23.9564
M (R - r)
σA = + /. {r b}
P
A (rb - R) r
M (R - r)
A
σB = + /. {r b + d}
P
A A (rb - R) r
75.3976
- 35.9511
σ= +
P Mc
A π c4
4
53.4761
CurvedBeams.nb 19
-
P Mc
A π c4
- 48.3831
4