SlideShare a Scribd company logo
1 of 7
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 579
FOURTH - ORDER IMPROVED FINITE DIFFERENCE APPROACH TO
PURE BENDING ANALYSIS OF LINE CONTINUUM.
O.M. Ibearugbulem1
, J. C. Ezeh2
, U.O. Okpara3
1, 2, 3
Department of Civil Engineering, Federal University of Technology, Owerri, Nigeria.
Abstract
Analytical Methods provides exact solutions which have restrictions due to their inherent difficulties. On the other hand,
Numerical methods provide approximate solution to governing differential equations. In this research, Improved Finite Difference
Method (IFDM) using Polynomial series was used to develop a finite difference pattern. The patterns were applied in analyzing
pure bending of line continuum with various boundary conditions. The results obtained from this numerical method were
compared with those from exact method to check the accuracy of the solution. The results were found to be identical and very
close to the exact results, with percentage difference ranging from 0 – 0.02%. Hence, Improved Finite Difference Method
provides simple and approximate solution that are close to the exact value for pure bending analysis of line continuum.
Key Words: Improved Finite Difference, Polynomial Series, Linear continuum, Numerical Methods…
--------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
The behavior of flexural linear continuum was defined by
formulating governing differential equations. These
problems were solved by means of various analytical
approaches to obtain exact solution (Chaje, 1974). Due to
their inherent difficulties, such analytical and exact solutions
have restrictions (Ibearugbulem et al., 20I3; Iyengar, 1988).
In areas of considerable practical interest, they are either
difficult or impossible to obtain. Hence, numerical methods
are engaged to obtain approximate solutions (Ugural, 1999).
Thus Finite Difference Method is regarded as a numerical
method that has its merit due to its straight forward approach
and minimum requirement on hardware.
1.1 FINITE DIFFERENCE METHOD
The Finite Difference Method is one of the most general
numerical techniques. It refers to the process of replacing the
partial derivatives by finite difference quotient and then
obtaining solution of resulting system of algebraic equations
(Yoo and Lee, 2011). In applying this method, the
derivatives in the governing differential equation under
consideration are replaced by differences at selected nodes.
These nodes make the finite difference mesh.
The first order expansion gives the form
𝑓𝑖
𝐼
𝑥 =
𝑓 𝑖+1 −𝑓 𝑖
∆𝑥
…………….. (1)
Equation (1) is known as the First Forward Difference and
𝑓𝑖
𝐼
𝑥 =
𝑓 𝑖− 𝑓 𝑖−1
∆𝑥
………… (2)
Equation (2) is known as the First Backward Difference
Where ∆x means grid spacing/ length of segments along
member; i means station number.
Hence, the Central Difference is given as
𝑓𝑖
𝐼
𝑥 =
𝑓 𝑖+1− 𝑓 𝑖−1
2∆𝑥
…………. (3)
2. POLYNOMIAL SERIES.
Many numerical methods are based on Polynomial series
expansion which is given as a function, f(x)
𝑓 𝑥 = 𝑓 𝑥𝑖 +
𝑥−𝑥 𝑖
𝑘 𝑖
∞
𝑘=𝑖 𝑓 𝑘
(𝑥𝑖) ..………. (4)
Where f (k)
= k th
derivative of the function.
Equation (4) can be re-written as
𝑓 𝑥 = 𝑓 𝑥𝑖 +
𝑥 − 𝑥𝑖
1!
𝑓 𝐼
𝑥𝑖 +
𝑥 − 𝑥𝑖
2
2!
𝑓 𝐼𝐼
𝑥𝑖 +
… … . . +
𝑥 – 𝑥𝑖
𝑛
𝑛!
𝑓 𝑛
𝑥𝑖 … … … … … … .. (5)
Applying equation (5) to expand the function f(x) at points
(x+1) and (x-1) yields
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 580
𝑓 𝑥+1 = 𝑓 𝑥𝑖 +
∆𝑥
1!
𝑓 𝐼
𝑥𝑖 +
∆𝑥 2
2!
𝑓 𝐼𝐼
𝑥𝑖 +
∆𝑥 3
3!
𝑓 𝐼𝐼𝐼
𝑥𝑖 +
∆𝑥 4
4!
𝑓 𝐼𝑉
𝑥𝑖 + ⋯
+
∆𝑥 𝑛
𝑛!
𝑓 𝑛
𝑥𝑖 … … (6)
𝑓 𝑥−1 = 𝑓 𝑥𝑖 −
∆𝑥
1!
𝑓 𝐼
𝑥𝑖 +
∆𝑥 2
2!
𝑓 𝐼𝐼
𝑥𝑖
−
∆𝑥 3
3!
𝑓 𝐼𝐼𝐼
𝑥𝑖 +
∆𝑥 4
4!
𝑓 𝐼𝑉
𝑥𝑖 − ⋯
+
−∆𝑥 𝑛
𝑛!
𝑓 𝑛
𝑥𝑖 … … . . … (7)
3. IMPROVED FINITE DIFFERENCE
FORMULATION.
For the derivation of improved derivatives, the polynomial
series is applied once the grid parts are evenly spaced.
Figure 1 schematically indicates the grid parts for central
differences.
Figure 1: Computational grid for finite difference
approximation
h is the grid spacing / segment length.
Taking y3 as the pivotal point and expanding the function y3
using the series and truncating at the fourth-order derivative
yIV
gave;
𝑦4 = 𝑦3 + ℎ𝑦3
𝐼
+
ℎ2
2
𝑦3
𝐼𝐼
+
ℎ3
6
𝑦3
𝐼𝐼𝐼
+
ℎ4
24
𝑦3
𝐼𝑉
… … (8)
𝑦2 = 𝑦3 − ℎ𝑦3
𝐼
+
ℎ2
2
𝑦3
𝐼𝐼
−
ℎ3
6
𝑦3
𝐼𝐼𝐼
+
ℎ4
24
𝑦3
𝐼𝑉
… … (9)
Subtracting equations (9) from equation (8) gave:
𝑦4 − 𝑦2 = 2ℎ𝑦3
𝐼
+
ℎ3
3
𝑦3
𝐼𝐼𝐼
. That is
𝑦3
𝐼
=
𝑦4
2ℎ
−
𝑦2
2ℎ
−
ℎ2
6
𝑦3
𝐼𝐼𝐼
… … … … (10)
Adding equations (8) and (9) gave:
𝑦4 + 𝑦2 = 2𝑦3 + ℎ2
𝑦3
𝐼𝐼
+
ℎ4
12
𝑦3
𝐼𝑉
. That is
𝑦3
𝐼𝐼
=
1
ℎ2
𝑦2 − 2𝑦3 + 𝑦4 −
ℎ2
12
𝑦3
𝐼𝑉
… … … … (11)
Taking differences between nodes y3 and y5 and y3 and y1
equations (8) and (9) shall give:
𝑦5 = 𝑦3 + 2ℎ𝑦3
𝐼
+
4ℎ2
2
𝑦3
𝐼𝐼
+
8ℎ3
6
𝑦3
𝐼𝐼𝐼
+
16ℎ4
24
𝑦3
𝐼𝑉
… (12)
𝑦1 = 𝑦3 – 2ℎ𝑦3
𝐼
+
4ℎ2
2
𝑦3
𝐼𝐼
−
8ℎ3
6
𝑦3
𝐼𝐼𝐼
+
16ℎ4
24
𝑦3
𝐼𝑉
… (13)
Subtracting equation (13) from equation (12) gives:
𝑦5 − 𝑦1 = 4ℎ𝑦3
𝐼
+
8ℎ3
3
𝑦3
𝐼𝐼𝐼
… … … (14)
Adding equations (12) and (13) gives:
𝑦3 + 𝑦1 = 2𝑦3 + 4ℎ2
𝑦3
𝐼𝐼
+
16ℎ4
12
𝑦3
𝐼𝑉
… … (15)
From equation (14), we have:
𝑦3
𝐼
=
1
4ℎ
𝑦5 + 𝑦1 −
2ℎ2
3
𝑦3
𝐼𝐼𝐼
… … … (16)
From equation (15), we have:
𝑦3
𝐼𝐼
=
1
4ℎ2
𝑦5 + 𝑦1 − 2𝑦3 −
4ℎ2
12
𝑦3
𝐼𝑉
… … (17)
Subtracting equation (16) from equation (10) gave:
0 =
𝑦4
2ℎ
−
𝑦5
4ℎ
−
𝑦2
2ℎ
+
𝑦1
4ℎ
−
ℎ2
6
𝑦3
𝐼𝐼𝐼
+
2ℎ2
3
𝑦3
𝐼𝐼𝐼
That is;
0 = 3
𝑦4
ℎ
− 3
𝑦5
2ℎ
− 3
𝑦2
ℎ
+ 3
𝑦1
2ℎ
− ℎ2
𝑦3
𝐼𝐼𝐼
+ 4ℎ2
𝑦3
𝐼𝐼𝐼
4 5 6
y
h h h h h h0 1 2 3 4 5 6
y0
h h h h h h
yy1
y2
yy3
yy4
yy5
6
0 1 2 3
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 581
.
This implies;
3ℎ2
𝑦3
𝐼𝐼𝐼
=
−3𝑦1
2ℎ
+
3𝑦2
ℎ
−
3𝑦4
ℎ
+
3𝑦5
2ℎ
∴ 𝑦3
𝐼𝐼𝐼
=
1
2ℎ3
−𝑦1 + 2𝑦2 − 2𝑦4 + 𝑦5 … … … (18)
Subtracting equation (17) from equation (11) gives:
0 =
𝑦2
ℎ2
−
2𝑦3
ℎ2
+
𝑦4
ℎ2
−
ℎ2
𝑦3
𝐼𝑉
12
−
𝑦5
4ℎ2
+
2𝑦3
4ℎ2
+
4ℎ2
12
𝑦3
𝐼𝑉
That is;
0 = 12𝑦2 − 24𝑦3 + 12𝑦4 − ℎ4
𝑦3
𝐼𝑉
− 3𝑦5 − 3𝑦1 + 6𝑦3
+ 4ℎ4
𝑦3
𝐼𝑉
This implies;
3ℎ4
𝑦3
𝐼𝑉
= 3𝑦1 − 12𝑦2 + 18𝑦3 − 12𝑦4 + 3𝑦5
∴ 𝑦3
𝐼𝑉
=
1
ℎ4
𝑦1 − 4𝑦2 + 6𝑦3 − 4𝑦4 + 𝑦5 … … … (19)
Substituting equations (18) into equation (10) gives:
𝑦3
𝐼
=
𝑦4
2ℎ
−
𝑦2
2ℎ
−
ℎ2
6
1
2ℎ3
−𝑦1 + 2𝑦2 − 2𝑦4 + 𝑦5
That is;
𝑦3
𝐼
=
𝑦4
2ℎ
−
𝑦2
2ℎ
+
𝑦1
12ℎ
−
𝑦2
6ℎ
+
𝑦4
6ℎ
−
𝑦5
12ℎ
∴ 𝒚 𝟑
𝑰
=
𝟏
𝟏𝟐𝒉
𝒚 𝟏 − 𝟖𝒚 𝟐 + 𝟖𝒚 𝟒 − 𝒚 𝟓 … … … … (20)
Equation (20) shows the first derivative of the improved
finite difference.
Substituting equation (19) into equation (11) gives:
𝑦3
𝐼𝐼
=
𝑦2
ℎ2
−
2𝑦3
ℎ2
+
𝑦4
ℎ2
−
ℎ2
12
1
ℎ4 𝑦1 − 4𝑦2 + 6𝑦3 − 4𝑦4
+ 𝑦5
That is;
𝑦3
𝐼𝐼
=
𝑦2
ℎ2
−
2𝑦3
ℎ2
+
𝑦4
ℎ2
−
𝑦1
12ℎ2
+
𝑦2
3ℎ2
−
𝑦3
2ℎ2
+
𝑦4
3ℎ2
−
𝑦5
12ℎ2
∴ 𝒚 𝟑
𝑰𝑰
=
𝟏
𝟏𝟐𝒉 𝟐
−𝒚 𝟏 + 𝟏𝟔𝒚 𝟐 − 𝟑𝟎𝒚 𝟑 + 𝟏𝟔𝒚 𝟒
− 𝒚 𝟓 … … (21)
Equation (21) shows the second derivatives of the improved
finite difference.
From equation (8), we can obtain:
𝑦4
𝐼
= 𝑦3
𝐼
+ ℎ𝑦3
𝐼𝐼
+
ℎ2
2
𝑦3
𝐼𝐼𝐼
+
ℎ3
6
𝑦3
𝐼𝑉
+
ℎ4
24
𝑦3
𝑉
… … … (22)
From equation (9), we can obtain:
𝑦2
𝐼
= 𝑦3
𝐼
− ℎ𝑦3
𝐼𝐼
+
ℎ2
2
𝑦3
𝐼𝐼𝐼
−
ℎ3
2
𝑦3
𝐼𝑉
+
ℎ4
24
𝑦3
𝐼𝑉
… … … (23)
Subtracting equation (23) from equation (22) gives:
𝑦4
1
− 𝑦2
1
= 2ℎ𝑦3
𝐼𝐼
+
𝑦 𝐼𝐼
3
𝑦3
𝐼𝑉
∴ 𝑦3
𝐼𝐼
=
1
2ℎ
𝑦4
𝐼
− 𝑦2
𝐼
−
ℎ2
6
𝑦3
𝐼𝑉
… … … … . (24)
Adding equation (22) and equation (23) gives:
𝑦4
𝐼
+ 𝑦2
𝐼
= 2𝑦3
𝐼
+ ℎ2
𝑦3
𝐼𝐼𝐼
+
ℎ4
12
𝑦3
𝑉
∴ 𝑦3
𝐼𝐼𝐼
=
1
ℎ2
𝑦2
𝐼
− 2𝑦3
𝐼
+ 𝑦4
𝐼
−
ℎ2
12
𝑦3
𝑉
… … … (25)
From equation (12) and equation (13), we have:
𝑦5
𝐼
= 𝑦3
𝐼
+ 2ℎ𝑦3
𝐼𝐼
+
4ℎ2
2
𝑦3
𝐼𝐼𝐼
+
8ℎ3
6
𝑦3
𝐼𝑉
+
16ℎ4
24
𝑦3
𝑉
… … (26)
𝑦1
𝐼
= 𝑦3
𝐼
− 2ℎ𝑦3
𝐼𝐼
+
4ℎ2
2
𝑦3
𝐼𝐼𝐼
−
8ℎ3
6
𝑦3
𝐼𝑉
+
16ℎ4
24
𝑦3
𝑉
… … … (27)
Subtracting equation (27) from equation (26) gives:
𝑦5
𝐼
− 𝑦1
𝐼
= 4ℎ𝑦3
𝐼𝐼
+
8ℎ3
3
𝑦3
𝐼𝑉
… … … . (28)
Adding equation (26) and equation (27) gives:
𝑦5
𝐼
+ 𝑦1
𝐼
= 2𝑦3
𝐼
+ 4ℎ𝑦2
𝑦3
𝐼𝐼𝐼
+
16ℎ4
12
𝑦3
𝑉
… … … … (29)
From equation (28), we can obtain:
𝑦3
𝐼𝐼
=
1
4ℎ
𝑦5
𝐼
− 𝑦1
𝐼
−
2ℎ2
3
𝑦3
𝐼𝑉
… … … . . (30)
From equation (29), we can obtain:
𝑦3
𝐼𝐼𝐼
=
1
4ℎ2
𝑦1
𝐼
− 2𝑦3
𝐼
+ 𝑦5
𝐼
−
4ℎ2
12
𝑦3
𝑉
… … (31)
Subtracting equation (30) from equation (24) gives:
0 =
𝑦4
𝐼
2ℎ
−
𝑦2
𝐼
2ℎ
−
ℎ2
6
𝑦3
𝐼𝑉
−
𝑦5
𝐼
4ℎ
+
𝑦1
𝐼
4ℎ
+
2ℎ2
3
𝑦3
𝐼𝑉
That is;
0 =
6𝑦4
𝐼
ℎ3
−
6𝑦2
𝐼
ℎ3
− 2𝑦3
𝐼𝑉
−
3𝑦5
𝐼
ℎ3
+
3𝑦1
𝐼
ℎ3
+ 8𝑦3
𝐼𝑉
This implies that
6𝑦3
𝐼𝑉
=
1
ℎ3
−3𝑦1
𝐼
+ 6𝑦2
𝐼
− 6𝑦4
𝐼
+ 3𝑦5
𝐼
∴ 𝑦3
𝐼𝑉
=
1
2ℎ3
−𝑦1
𝐼
+ 2𝑦2
𝐼
− 2𝑦4
𝐼
+ 𝑦5
𝐼
… … … (32)
Subtracting equation (31) from equation (25) gives:
0 =
𝑦2
𝐼
ℎ2
−
2𝑦3
𝐼
ℎ2
+
𝑦4
𝐼
ℎ2
−
ℎ4
12
𝑦3
𝑉
−
𝑦1
𝐼
4ℎ2
+
2𝑦3
𝐼
4ℎ2
−
𝑦5
𝐼
4ℎ2
+
4ℎ2
12
𝑦3
𝑉
That is
ℎ2
𝑦3
𝑉
=
𝑦1
𝐼
ℎ2
−
4𝑦2
𝐼
ℎ2
+
6𝑦5
𝐼
ℎ2
−
4𝑦4
𝐼
ℎ2
+
𝑦5
𝐼
ℎ2
∴ 𝑦3
𝐼
=
1
ℎ4
𝑦1
𝐼
− 4𝑦2
𝐼
+ 6𝑦3
𝐼
− 4𝑦4
𝐼
+ 𝑦5
𝐼
… … … (33)
Substituting equation (32) into equation (24), we have:
𝑦3
𝐼𝐼
=
1
2ℎ
𝑦4
𝐼
− 𝑦2
𝐼
−
ℎ2
6
1
2ℎ3
− 𝑦1
𝐼
+ 2𝑦2
𝐼
− 2𝑦4
𝐼
+ 𝑦5
𝐼
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 582
That is;
=
𝑦4
𝐼
2ℎ
−
𝑦2
𝐼
2ℎ
+
1
12ℎ
𝑦1
𝐼
−
1
6ℎ
𝑦2
𝐼
+
1
6ℎ
𝑦4
𝐼
−
1
12ℎ
𝑦5
𝐼
∴ 𝑦3
𝐼𝐼
=
1
12ℎ
𝑦1
𝐼
− 8𝑦1
𝐼
+ 8𝑦4
𝐼
− 𝑦5
𝐼
… … … (34)
Substituting equation (33) into equation (25), we have:
𝑦3
𝐼𝐼𝐼
=
1
ℎ2
𝑦2
𝐼
− 2𝑦3
𝐼
+ 𝑦4
𝐼
−
ℎ2
12
1
ℎ4
𝑦1
𝐼
− 4𝑦2
𝐼
+ 6𝑦3
𝐼
− 4𝑦4
𝐼
+ 𝑦5
𝐼
That is;
=
1
ℎ2
𝑦2
𝐼
− 2𝑦3
𝐼
+ 𝑦4
𝐼
−
1
12ℎ2
𝑦1
𝐼
− 4𝑦2
𝐼
+ 6𝑦3
𝐼
− 4𝑦4
𝐼
+ 𝑦5
𝐼
∴ 𝑦3
𝐼𝐼𝐼
=
1
12ℎ2
𝑦1
𝐼
− 16𝑦2
𝐼
− 30𝑦3
𝐼
+ 16𝑦4
𝐼
− 𝑦5
𝐼
… … … (35)
Ignoring higher order term in equation (10) gives:
𝑦3
𝐼
=
1
2ℎ
𝑦4 − 𝑦2 … … … … … (36)
Similarly;
𝑦2
𝐼
=
1
2ℎ
𝑦3 − 𝑦1 … … … … … (37)
𝑦1
𝐼
=
1
2ℎ
𝑦2 − 𝑦2 … … … … … (38)
𝑦4
𝐼
=
1
2ℎ
𝑦5 − 𝑦3 … … … … … (39)
𝑦5
𝐼
=
1
2ℎ
𝑦6 − 𝑦4 … … … … … (40)
Substituting equations (36) to (34) into equation (35) gives:
𝑦3
𝐼𝐼𝐼
=
1
24ℎ3
(– 𝑦2 + 𝑦0 + 16𝑦3 − 16𝑦1 − 30𝑦4
+ 30𝑦2 + 16𝑦5 − 16𝑦3 − 𝑦6 + 𝑦4)
That is;
=
1
24ℎ3
𝑦0 − 16𝑦1 + 29𝑦2 − 29𝑦4 + 16𝑦5 − 𝑦6
∴ 𝒚 𝟑
𝑰𝑰𝑰
=
𝟏
𝟐𝟒𝒉 𝟑
(𝒚 𝟎 − 𝟏𝟔𝒚 𝟏 + 𝟐𝟗𝒚 𝟐 + 𝟎𝒚 𝟑 − 𝟐𝟗𝒚 𝟒
+𝟏𝟔𝒚 𝟓 − 𝒚 𝟔) …. (41)
Equation (41) shows the third derivatives of the improved
finite difference.
From equation (22) and (23), we can obtain:
𝑦4
𝐼𝐼
= 𝑦3
𝐼𝐼
+ ℎ𝑦3
𝐼𝐼𝐼
+
ℎ2
2
𝑦3
𝐼𝑉
+
ℎ3
6
𝑦3
𝑉
+
ℎ4
24
𝑦3
𝑉𝐼
… … (42)
𝑦2
𝐼𝐼
= 𝑦3
𝐼𝐼
− ℎ𝑦3
𝐼𝐼𝐼
+
ℎ2
2
𝑦3
𝐼𝑉
−
ℎ3
6
𝑦3
𝑉
+
ℎ4
24
𝑦3
𝑉𝐼
… … (43)
Adding equations (42) and (43) gives:
𝑦4
𝐼𝐼
+ 𝑦2
𝐼𝐼
= 2𝑦3
𝐼𝐼
+ ℎ2
𝑦3
𝐼𝑉
+
ℎ4
12
𝑦3
𝑉𝐼
This implies that
𝑦3
𝐼𝑉
=
1
ℎ2
𝑦2
𝐼𝐼
− 2𝑦3
𝐼𝐼
+ 𝑦4
𝐼𝐼
−
ℎ2
12
𝑦3
𝑉𝐼
… … … (44)
From equations (26) and (27), we can obtain;
𝑦5
𝐼𝐼
= 𝑦3
𝐼𝐼
+ 2ℎ𝑦3
𝐼𝐼𝐼
+
4ℎ2
2
𝑦3
𝐼𝑉
+
8ℎ3
6
𝑦3
𝑉
+
16ℎ2
24
𝑦3
𝑉𝐼
… … . (45)
𝑦1
𝐼𝐼
= 𝑦3
𝐼𝐼
− 2ℎ𝑦3
𝐼𝐼𝐼
+
4ℎ2
2
𝑦3
𝐼𝑉
−
8ℎ3
6
𝑦3
𝑉
+
16ℎ4
24
𝑦3
𝑉𝐼
… … . (46)
Adding equations (45) and (46) gives:
𝑦5
𝐼𝐼
+ 𝑦1
𝐼𝐼
= 2𝑦3
𝐼𝐼
+ 4ℎ2
𝑦3
𝐼𝑉
+
16ℎ4
12
𝑦3
𝑉𝐼
This implies that:
𝑦3
𝐼𝑉
=
1
4ℎ2
𝑦1
𝐼𝐼
− 2𝑦3
𝐼𝐼
+ 𝑦5
𝐼𝐼
−
4ℎ2
12
𝑦3
𝑉𝐼
… … . . (47)
Subtracting equation (47) from equation (44) gives:
𝑦2
𝐼𝐼
ℎ2
−
2𝑦3
𝐼𝐼
ℎ2
+
𝑦4
𝐼𝐼
ℎ2
−
ℎ2
12
𝑦3
𝑉𝐼
−
𝑦1
𝐼𝐼
4ℎ2
+
2𝑦3
𝐼𝐼
4ℎ2
−
𝑦5
𝐼𝐼
4ℎ2
+
4ℎ2
12
𝑦3
𝑉𝐼
= 0
This implies that:
𝑦3
𝑉𝐼
= −
4𝑦2
𝐼𝐼
ℎ4
+
6𝑦3
𝐼𝐼
ℎ4
−
4𝑦4
𝐼𝐼
ℎ4
+
𝑦1
𝐼𝐼
ℎ4
+
𝑦5
𝐼𝐼
ℎ4
∴ 𝑦3
𝑉𝐼
=
1
ℎ4
𝑦1
𝐼𝐼
− 4𝑦2
𝐼𝐼
+ 6𝑦3
𝐼𝐼
− 4𝑦4
𝐼𝐼
+ 𝑦5
𝐼𝐼
… (48)
Substituting equation (48) into equation (47) gives:
𝑦3
𝐼𝑉
=
1
4ℎ2
𝑦1
𝐼𝐼
− 2𝑦3
𝐼𝐼
+ 𝑦5
𝐼𝐼
−
4ℎ2
12
1
ℎ4
𝑦1
𝐼𝐼
− 4𝑦2
𝐼𝐼
+ 6𝑦3
𝐼𝐼
− 4𝑦4
𝐼𝐼
+ 𝑦5
𝐼𝐼
That is;
=
𝑦1
𝐼𝐼
4ℎ2
−
2𝑦3
𝐼𝐼
4ℎ2
+
𝑦5
𝐼𝐼
4ℎ2
−
𝑦1
𝐼𝐼
3ℎ2
+
4𝑦2
𝐼𝐼
3ℎ2
−
6𝑦3
𝐼𝐼
3ℎ2
+
4𝑦4
𝐼𝐼
3ℎ2
−
𝑦5
𝐼𝐼
3ℎ2
That is;
=
−𝑦1
𝐼𝐼
12ℎ2
+
4𝑦2
𝐼𝐼
3ℎ2
−
5𝑦3
𝐼𝐼
2ℎ2
+
4𝑦4
𝐼𝐼
3ℎ2
−
𝑦5
𝐼𝐼
12ℎ2
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 583
∴ 𝑦3
𝐼𝑉
=
1
12ℎ2
−𝑦1
𝐼𝐼
+ 16𝑦2
𝐼𝐼
− 30𝑦3
𝐼𝐼
+ 16𝑦4
𝐼𝐼
− 𝑦5
𝐼𝐼
… . . (49)
Ignoring higher order term in equation (11) gives:
𝑦3
𝐼𝐼
=
1
ℎ2
𝑦2 − 2𝑦3 + 𝑦4 … … … (50)
Similarly;
𝑦2
𝐼𝐼
=
1
ℎ2
𝑦1 − 2𝑦2 + 𝑦3 … … … (51)
𝑦1
𝐼𝐼
=
1
ℎ2
𝑦0 − 2𝑦1 + 𝑦2 … … … (52)
𝑦4
𝐼𝐼
=
1
ℎ2
𝑦3 − 2𝑦4 + 𝑦5 … … … (53)
𝑦5
𝐼𝐼
=
1
ℎ2
𝑦4 − 2𝑦5 + 𝑦6 … … … (54)
Substituting equations (50) to (54) into equation (49) gives:
𝑦3
𝐼𝑉
=
1
12ℎ4
(– 𝑦0 + 2𝑦1 − 𝑦2 + 16𝑦1 − 32𝑦2
+16𝑦3 − 30𝑦2 + 60𝑦3 − 30𝑦4 + 16𝑦3
−32𝑦4 + 16𝑦5 − 𝑦4 + 2𝑦5 − 𝑦6)
That is;
=
1
12ℎ4
−𝑦0 + 18𝑦1 − 63𝑦2 + 92𝑦3 − 63𝑦4 + 18𝑦5
− 𝑦6
∴ 𝒚 𝟑
𝑰𝑽
=
𝟏
𝟏𝟐𝒉 𝟒
−𝒚 𝟎 + 𝟏𝟖𝒚 𝟏 − 𝟔𝟑𝒚 𝟐 + 𝟗𝟐𝒚 𝟑 − 𝟔𝟑𝒚 𝟒
+ 𝟏𝟖𝒚 𝟓 − 𝒚 𝟔 … (𝟓𝟓)
Equation (55) shows the fourth derivative of the improved
finite difference.
The coefficients of the corresponding function values in the
improved finite difference expressions of the first-order,
second-order, third-order and fourth-order derivatives as
given in equations (20), (21), (41) and (55) are used to
develop finite difference patterns and are schematically
given on table 1.
Table -1: Schematic representation of Higher order
Finite Difference Expression.
4. BASIC EQUATION FOR PURE BENDING.
The fourth – order differential equation of a bent line
continuum was given by Ugural (Ugural, 1999) as:
𝐸𝐼
𝑑4
𝑤
𝑑𝑥4
= 𝑃
Where w is the deflection and P is the applied uniformly
distributed load per meter length of the continuum.
5. LINEAR CONTINUUM WITH VARIOUS
BOUNDARY CONDITIONS.
Three line continua with different boundary conditions were
studied in this work namely: Pin – Roller supports (P – R),
Clamped – Clamped supports (C – C) and Clamped – Roller
supports (C – R). Their boundary conditions are shown in
table 2. Also, the line continua were studied using 3
different cases namely:
Case 1: Dividing the linear continuum into 4 equal lengths
Case 2: Dividing the linear continuum into 6 equal lengths
Case 3: Dividing the linear continuum into 8 equal lengths
𝒚 𝟑
𝒏
COEFFICIENTS
𝟏𝟐𝒉 𝟐
𝒚 𝟑
𝑰𝑰
𝟏𝟐𝒉𝒚 𝟑
𝑰
𝟐𝟒𝒉 𝟑
𝒚 𝟑
𝑰𝑰𝑰
𝟏𝟐𝒉 𝟒
𝒚 𝟑
𝑰𝑽
1 -8 0 8 -1
-1 16 -1-30 16
029-1 16 -1-29 16
92-63-1 18 -1-63 18
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 584
Table -2: Line continua and their boundary conditions.
Linear Continuum Boundary Conditions
Pin – Roller Linear
Continuum ( P – R)
𝑤 0 = 0,
𝑑2
𝑤 0
𝑑𝑥2
= 𝑤 0
𝐼𝐼
= 0;
𝑤 𝑙 = 0,
𝑑𝑤 𝐿
𝑥𝑑2
= 𝑤 𝐿
𝐼𝐼
= 0.
Clamped - Clamped
Linear Continuum (C – C)
𝑤 0 = 0,
𝑑𝑤 0
𝑑𝑤
= 𝑤 0
𝐼
= 0;
𝑤 𝐿 = 0,
𝑑2
𝑤 𝐿
𝑑𝑥2
= 𝑤 𝐿
𝐼
= 0
Clamped – Roller Linear
Continuum (C – R)
𝑤 0 = 0,
𝑑𝑤 0
𝑑𝑤
= 𝑤 0
𝐼
= 0;
𝑤 𝐿 = 0,
𝑑𝑤(𝐿)
𝑑𝑥
= 𝑤(𝐿)
𝐼
= 0.
6. APPLICATION AND RESULT OF IMPROVED
FINITE DIFFERENCE ANALYSIS
The derived coefficients and patterns are applied to the
governing equation at each node using the 3 different cases
with the appropriate boundary conditions being satisfied to
generate the required matrix equations, from which the
deflections at each node were determined. The results of the
pure bending analysis are presented on table 3. Exact result
obtained from previous analysis is also shown in the table
for comparison.
Table -3a: Result data for case 1 and exact values
Linear
continuum
Exact result
Case 1
( n =3)
P-R 5𝑃𝐿4
384𝐸𝐼
0.013048𝑃𝐿4
𝐸𝐼
(0.21% Diff)
C-C 𝑃𝐿4
384𝐸𝐼
0.003348𝑃𝐿4
𝐸𝐼
(28.6% Diff)
C-R 2𝑃𝐿4
384𝐸𝐼
0.005896𝑃𝐿4
𝐸𝐼
(13.2% Diff)
Table -3b: Result data for case 2 and exact values
Linear
continuum
Exact result
Case 2
(n=5)
P-R 5𝑃𝐿4
384𝐸𝐼
0.013026𝑃𝐿4
𝐸𝐼
(0.04% Diff)
C-C 𝑃𝐿4
384𝐸𝐼
0.002919𝑃𝐿4
𝐸𝐼
(12.2% Diff)
C-R 2𝑃𝐿4
384𝐸𝐼
0.005499𝑃𝐿4
𝐸𝐿
(5.6% Diff)
Table -3c: Result data for case 3 and exact values
Linear
continuum
Exact result
Case 3
(n=7)
P-R 5𝑃𝐿4
384𝐸𝐼
0.013021𝑃𝐿4
𝐸𝐼
(0% Diff)
C-C 𝑃𝐿4
384𝐸𝐼
0.002779𝑃𝐿4
𝐸𝐼
(6.7% diff)
C-R 2𝑃𝐿4
384𝐸𝐼
0.005371𝑃𝐿4
𝐸𝐼
(3.13% Diff)
7. CONCLUSIONS
The result for the pure bending analysis of line continua of
three boundary conditions using Improved Finite Difference
are presented on table 3. It can be seen from the analysis that
the results from P-R boundary condition are virtually the
same as exact results. Results emerging from C-C boundary
condition shows a percentage difference ranging from 6.7%
- 28.6% while that of C-R boundary condition ranges from
3.13% - 13.2% from the exact result.
Also, these results suggest that as the number of nodes (or
division) increases, the more accurate the result becomes.
Finally, the results from the pattern developed from this
improved finite difference analysis are effective and is
recommended for use in structural engineering.
REFERENCES
[1]. Alexander Chajes (1974). Structural Stability Theory
New Jersey. Prentice – Hall, Inc.
[2]. Awele, M., Ayodele, J.C., and Osaisai, F.E. (2003).
Numerical Methods for Scientists and Engineers.
Ibadan. Beaver Publications.
[3]. Ibearugbulem, O. M., Ettu, L. O., Ezeh, J. C. and Anya,
U. C. (2013). New Shape function for
Analysis of Line continuum by Direct Variational
Calculus. International Journal of Engineering &
Science, Vol. 2, issue 3; Pp. 66 – 71, ISBN 2319 –
1805.
[4]. Goodwine, B. (2010). Engineering Differential
Equations: Theory and Applications. New York:
Springer Science + Business Media, LLC2011.
[5]. Szilard, R. (2004). Theories and Application of Plate
Analysis. New Jersey: John Wiley and Sons Inc.
[6]. Ugural, A.C (1999). Stress in Plates and Shells
(2nd
Ed.).Singapore: McGraw-Hill.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 585
[7]. Yoo, H.C. and Lee, C.S. (2011). Stability of Structures.
Principles and Applications. USA:
Butterworth- Heinemann. Elsevier Inc.

More Related Content

What's hot

A study on mhd boundary layer flow over a nonlinear
A study on mhd boundary layer flow over a nonlinearA study on mhd boundary layer flow over a nonlinear
A study on mhd boundary layer flow over a nonlineareSAT Publishing House
 
Sixth order hybrid block method for the numerical solution of first order ini...
Sixth order hybrid block method for the numerical solution of first order ini...Sixth order hybrid block method for the numerical solution of first order ini...
Sixth order hybrid block method for the numerical solution of first order ini...Alexander Decker
 
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONS
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONSEDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONS
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONSmathsjournal
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...QUESTJOURNAL
 
Two algorithms to accelerate training of back-propagation neural networks
Two algorithms to accelerate training of back-propagation neural networksTwo algorithms to accelerate training of back-propagation neural networks
Two algorithms to accelerate training of back-propagation neural networksESCOM
 
optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...INFOGAIN PUBLICATION
 
A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...Alexander Decker
 
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...IJECEIAES
 
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...A study on mhd boundary layer flow over a nonlinear stretching sheet using im...
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...eSAT Journals
 
College algebra 7th edition by blitzer solution manual
College algebra 7th edition by blitzer solution manualCollege algebra 7th edition by blitzer solution manual
College algebra 7th edition by blitzer solution manualrochidavander
 
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...IRJET Journal
 
76201932
7620193276201932
76201932IJRAT
 
Calculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plCalculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plIAEME Publication
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 

What's hot (17)

A study on mhd boundary layer flow over a nonlinear
A study on mhd boundary layer flow over a nonlinearA study on mhd boundary layer flow over a nonlinear
A study on mhd boundary layer flow over a nonlinear
 
Sixth order hybrid block method for the numerical solution of first order ini...
Sixth order hybrid block method for the numerical solution of first order ini...Sixth order hybrid block method for the numerical solution of first order ini...
Sixth order hybrid block method for the numerical solution of first order ini...
 
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONS
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONSEDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONS
EDGE-NEIGHBOR RUPTURE DEGREE ON GRAPH OPERATIONS
 
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
Block Hybrid Method for the Solution of General Second Order Ordinary Differe...
 
Two algorithms to accelerate training of back-propagation neural networks
Two algorithms to accelerate training of back-propagation neural networksTwo algorithms to accelerate training of back-propagation neural networks
Two algorithms to accelerate training of back-propagation neural networks
 
optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...optimal solution method of integro-differential equaitions under laplace tran...
optimal solution method of integro-differential equaitions under laplace tran...
 
A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...A class of three stage implicit rational runge kutta schemes for approximatio...
A class of three stage implicit rational runge kutta schemes for approximatio...
 
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...
New Watermarking/Encryption Method for Medical ImagesFull Protection in m-Hea...
 
Ijetcas14 483
Ijetcas14 483Ijetcas14 483
Ijetcas14 483
 
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...A study on mhd boundary layer flow over a nonlinear stretching sheet using im...
A study on mhd boundary layer flow over a nonlinear stretching sheet using im...
 
College algebra 7th edition by blitzer solution manual
College algebra 7th edition by blitzer solution manualCollege algebra 7th edition by blitzer solution manual
College algebra 7th edition by blitzer solution manual
 
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...
IRJET- On the Homogeneous Ternary Quadratic Diophantine Equation 3(X+Y)2-2xy=...
 
76201932
7620193276201932
76201932
 
Ijciet 10 02_085
Ijciet 10 02_085Ijciet 10 02_085
Ijciet 10 02_085
 
Calculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated plCalculation of the undetermined static reactions for the articulated pl
Calculation of the undetermined static reactions for the articulated pl
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
synopsis_divyesh
synopsis_divyeshsynopsis_divyesh
synopsis_divyesh
 

Viewers also liked

Content writing services by goigi
Content writing services by goigiContent writing services by goigi
Content writing services by goigigoiginivedita
 
Indian spices and its antifungal activity
Indian spices and its antifungal activityIndian spices and its antifungal activity
Indian spices and its antifungal activityeSAT Publishing House
 
Intrusion detection system for manets a secure eaack
Intrusion detection system for manets a secure eaackIntrusion detection system for manets a secure eaack
Intrusion detection system for manets a secure eaackeSAT Publishing House
 
Ev ent-anglement with pix
Ev ent-anglement with pixEv ent-anglement with pix
Ev ent-anglement with pixEveEntanglement
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniqueseSAT Publishing House
 
20140908 bpv nieuwe_media
20140908 bpv nieuwe_media20140908 bpv nieuwe_media
20140908 bpv nieuwe_mediaLennart de Ruig
 
Experimental investigation on circular hollow steel
Experimental investigation on circular hollow steelExperimental investigation on circular hollow steel
Experimental investigation on circular hollow steeleSAT Publishing House
 
7.ilma asking questions
7.ilma asking questions7.ilma asking questions
7.ilma asking questionsTri Ilma
 
An overview of technological advancements and
An overview of technological advancements andAn overview of technological advancements and
An overview of technological advancements andeSAT Publishing House
 
HIPAA: Week 1 Discussion 2
HIPAA: Week 1 Discussion 2HIPAA: Week 1 Discussion 2
HIPAA: Week 1 Discussion 2Kelly Castle
 
A novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmA novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmeSAT Publishing House
 
Issues and challenges with renewable energy in oman
Issues and challenges with renewable energy in omanIssues and challenges with renewable energy in oman
Issues and challenges with renewable energy in omaneSAT Publishing House
 
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...A photomultiplier high voltage power supply irtcorporating a ceramic transfor...
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...Love Kiss
 
Leah Velasquez Resume R
Leah Velasquez Resume RLeah Velasquez Resume R
Leah Velasquez Resume RLeah Velasquez
 
Vc2014 final report_g
Vc2014 final report_gVc2014 final report_g
Vc2014 final report_gejw1346
 
TroubleShooting as a Service
TroubleShooting as a ServiceTroubleShooting as a Service
TroubleShooting as a ServiceSagi Brody
 
Rookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUGRookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUGEmily Kund
 

Viewers also liked (20)

Content writing services by goigi
Content writing services by goigiContent writing services by goigi
Content writing services by goigi
 
Indian spices and its antifungal activity
Indian spices and its antifungal activityIndian spices and its antifungal activity
Indian spices and its antifungal activity
 
Intrusion detection system for manets a secure eaack
Intrusion detection system for manets a secure eaackIntrusion detection system for manets a secure eaack
Intrusion detection system for manets a secure eaack
 
Ev ent-anglement with pix
Ev ent-anglement with pixEv ent-anglement with pix
Ev ent-anglement with pix
 
NORMAS ICONTEC
NORMAS ICONTECNORMAS ICONTEC
NORMAS ICONTEC
 
Effectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniquesEffectual citizen relationship management with data mining techniques
Effectual citizen relationship management with data mining techniques
 
20140908 bpv nieuwe_media
20140908 bpv nieuwe_media20140908 bpv nieuwe_media
20140908 bpv nieuwe_media
 
Experimental investigation on circular hollow steel
Experimental investigation on circular hollow steelExperimental investigation on circular hollow steel
Experimental investigation on circular hollow steel
 
7.ilma asking questions
7.ilma asking questions7.ilma asking questions
7.ilma asking questions
 
Belleza y realidad
Belleza y realidadBelleza y realidad
Belleza y realidad
 
An overview of technological advancements and
An overview of technological advancements andAn overview of technological advancements and
An overview of technological advancements and
 
HIPAA: Week 1 Discussion 2
HIPAA: Week 1 Discussion 2HIPAA: Week 1 Discussion 2
HIPAA: Week 1 Discussion 2
 
A novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithmA novel approach for georeferenced data analysis using hard clustering algorithm
A novel approach for georeferenced data analysis using hard clustering algorithm
 
Issues and challenges with renewable energy in oman
Issues and challenges with renewable energy in omanIssues and challenges with renewable energy in oman
Issues and challenges with renewable energy in oman
 
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...A photomultiplier high voltage power supply irtcorporating a ceramic transfor...
A photomultiplier high voltage power supply irtcorporating a ceramic transfor...
 
Leah Velasquez Resume R
Leah Velasquez Resume RLeah Velasquez Resume R
Leah Velasquez Resume R
 
Vc2014 final report_g
Vc2014 final report_gVc2014 final report_g
Vc2014 final report_g
 
TroubleShooting as a Service
TroubleShooting as a ServiceTroubleShooting as a Service
TroubleShooting as a Service
 
Blended e-learning, evaluation and emerging scenarios
Blended e-learning, evaluation and emerging scenariosBlended e-learning, evaluation and emerging scenarios
Blended e-learning, evaluation and emerging scenarios
 
Rookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUGRookie Mistakes and Resources AARP TUG
Rookie Mistakes and Resources AARP TUG
 

Similar to Fourth order improved finite difference approach to pure bending analysis of line continuum.

On The Numerical Solution of Picard Iteration Method for Fractional Integro -...
On The Numerical Solution of Picard Iteration Method for Fractional Integro -...On The Numerical Solution of Picard Iteration Method for Fractional Integro -...
On The Numerical Solution of Picard Iteration Method for Fractional Integro -...DavidIlejimi
 
Adaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmAdaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmeSAT Publishing House
 
Evaluation of 6 noded quareter point element for crack analysis by analytical...
Evaluation of 6 noded quareter point element for crack analysis by analytical...Evaluation of 6 noded quareter point element for crack analysis by analytical...
Evaluation of 6 noded quareter point element for crack analysis by analytical...eSAT Publishing House
 
Modeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscousModeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscouseSAT Publishing House
 
On generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialsOn generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialseSAT Journals
 
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...theijes
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andeSAT Publishing House
 
Numerical modeling to evaluate pile head deflection under the lateral load
Numerical modeling to evaluate pile head deflection under the lateral loadNumerical modeling to evaluate pile head deflection under the lateral load
Numerical modeling to evaluate pile head deflection under the lateral loadeSAT Journals
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...eSAT Publishing House
 
Risk assessment of a hydroelectric dam with parallel
Risk assessment of a hydroelectric dam with parallelRisk assessment of a hydroelectric dam with parallel
Risk assessment of a hydroelectric dam with paralleleSAT Publishing House
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...eSAT Publishing House
 
Effect of elements on linear elastic stress analysis
Effect of elements on linear elastic stress analysisEffect of elements on linear elastic stress analysis
Effect of elements on linear elastic stress analysiseSAT Journals
 
Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Alexander Decker
 
Graph Summarization with Quality Guarantees
Graph Summarization with Quality GuaranteesGraph Summarization with Quality Guarantees
Graph Summarization with Quality GuaranteesTwo Sigma
 
Optimization of a 2D localization system of a moving object based on the prop...
Optimization of a 2D localization system of a moving object based on the prop...Optimization of a 2D localization system of a moving object based on the prop...
Optimization of a 2D localization system of a moving object based on the prop...IRJET Journal
 
A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...Alexander Decker
 
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...Normalization Cross Correlation Value of Rotational Attack on Digital Image W...
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...Komal Goyal
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...IRJET Journal
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andeSAT Publishing House
 

Similar to Fourth order improved finite difference approach to pure bending analysis of line continuum. (20)

On The Numerical Solution of Picard Iteration Method for Fractional Integro -...
On The Numerical Solution of Picard Iteration Method for Fractional Integro -...On The Numerical Solution of Picard Iteration Method for Fractional Integro -...
On The Numerical Solution of Picard Iteration Method for Fractional Integro -...
 
Adaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmAdaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithm
 
Evaluation of 6 noded quareter point element for crack analysis by analytical...
Evaluation of 6 noded quareter point element for crack analysis by analytical...Evaluation of 6 noded quareter point element for crack analysis by analytical...
Evaluation of 6 noded quareter point element for crack analysis by analytical...
 
Modeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscousModeling of the damped oscillations of the viscous
Modeling of the damped oscillations of the viscous
 
On generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomialsOn generating functions of biorthogonal polynomials
On generating functions of biorthogonal polynomials
 
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
Numerical Solution Of Delay Differential Equations Using The Adomian Decompos...
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms and
 
Numerical modeling to evaluate pile head deflection under the lateral load
Numerical modeling to evaluate pile head deflection under the lateral loadNumerical modeling to evaluate pile head deflection under the lateral load
Numerical modeling to evaluate pile head deflection under the lateral load
 
04_AJMS_299_21.pdf
04_AJMS_299_21.pdf04_AJMS_299_21.pdf
04_AJMS_299_21.pdf
 
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
Ech a novel multilevel thresholding technique for minutiae based fingerprint ...
 
Risk assessment of a hydroelectric dam with parallel
Risk assessment of a hydroelectric dam with parallelRisk assessment of a hydroelectric dam with parallel
Risk assessment of a hydroelectric dam with parallel
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
 
Effect of elements on linear elastic stress analysis
Effect of elements on linear elastic stress analysisEffect of elements on linear elastic stress analysis
Effect of elements on linear elastic stress analysis
 
Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...Measures of different reliability parameters for a complex redundant system u...
Measures of different reliability parameters for a complex redundant system u...
 
Graph Summarization with Quality Guarantees
Graph Summarization with Quality GuaranteesGraph Summarization with Quality Guarantees
Graph Summarization with Quality Guarantees
 
Optimization of a 2D localization system of a moving object based on the prop...
Optimization of a 2D localization system of a moving object based on the prop...Optimization of a 2D localization system of a moving object based on the prop...
Optimization of a 2D localization system of a moving object based on the prop...
 
A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...A note on estimation of population mean in sample survey using auxiliary info...
A note on estimation of population mean in sample survey using auxiliary info...
 
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...Normalization Cross Correlation Value of Rotational Attack on Digital Image W...
Normalization Cross Correlation Value of Rotational Attack on Digital Image W...
 
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...Cauchy’s Inequality based study of the Differential Equations and the Simple ...
Cauchy’s Inequality based study of the Differential Equations and the Simple ...
 
Numerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit andNumerical simulaton of axial flow fan using gambit and
Numerical simulaton of axial flow fan using gambit and
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

Fourth order improved finite difference approach to pure bending analysis of line continuum.

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 579 FOURTH - ORDER IMPROVED FINITE DIFFERENCE APPROACH TO PURE BENDING ANALYSIS OF LINE CONTINUUM. O.M. Ibearugbulem1 , J. C. Ezeh2 , U.O. Okpara3 1, 2, 3 Department of Civil Engineering, Federal University of Technology, Owerri, Nigeria. Abstract Analytical Methods provides exact solutions which have restrictions due to their inherent difficulties. On the other hand, Numerical methods provide approximate solution to governing differential equations. In this research, Improved Finite Difference Method (IFDM) using Polynomial series was used to develop a finite difference pattern. The patterns were applied in analyzing pure bending of line continuum with various boundary conditions. The results obtained from this numerical method were compared with those from exact method to check the accuracy of the solution. The results were found to be identical and very close to the exact results, with percentage difference ranging from 0 – 0.02%. Hence, Improved Finite Difference Method provides simple and approximate solution that are close to the exact value for pure bending analysis of line continuum. Key Words: Improved Finite Difference, Polynomial Series, Linear continuum, Numerical Methods… --------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION The behavior of flexural linear continuum was defined by formulating governing differential equations. These problems were solved by means of various analytical approaches to obtain exact solution (Chaje, 1974). Due to their inherent difficulties, such analytical and exact solutions have restrictions (Ibearugbulem et al., 20I3; Iyengar, 1988). In areas of considerable practical interest, they are either difficult or impossible to obtain. Hence, numerical methods are engaged to obtain approximate solutions (Ugural, 1999). Thus Finite Difference Method is regarded as a numerical method that has its merit due to its straight forward approach and minimum requirement on hardware. 1.1 FINITE DIFFERENCE METHOD The Finite Difference Method is one of the most general numerical techniques. It refers to the process of replacing the partial derivatives by finite difference quotient and then obtaining solution of resulting system of algebraic equations (Yoo and Lee, 2011). In applying this method, the derivatives in the governing differential equation under consideration are replaced by differences at selected nodes. These nodes make the finite difference mesh. The first order expansion gives the form 𝑓𝑖 𝐼 𝑥 = 𝑓 𝑖+1 −𝑓 𝑖 ∆𝑥 …………….. (1) Equation (1) is known as the First Forward Difference and 𝑓𝑖 𝐼 𝑥 = 𝑓 𝑖− 𝑓 𝑖−1 ∆𝑥 ………… (2) Equation (2) is known as the First Backward Difference Where ∆x means grid spacing/ length of segments along member; i means station number. Hence, the Central Difference is given as 𝑓𝑖 𝐼 𝑥 = 𝑓 𝑖+1− 𝑓 𝑖−1 2∆𝑥 …………. (3) 2. POLYNOMIAL SERIES. Many numerical methods are based on Polynomial series expansion which is given as a function, f(x) 𝑓 𝑥 = 𝑓 𝑥𝑖 + 𝑥−𝑥 𝑖 𝑘 𝑖 ∞ 𝑘=𝑖 𝑓 𝑘 (𝑥𝑖) ..………. (4) Where f (k) = k th derivative of the function. Equation (4) can be re-written as 𝑓 𝑥 = 𝑓 𝑥𝑖 + 𝑥 − 𝑥𝑖 1! 𝑓 𝐼 𝑥𝑖 + 𝑥 − 𝑥𝑖 2 2! 𝑓 𝐼𝐼 𝑥𝑖 + … … . . + 𝑥 – 𝑥𝑖 𝑛 𝑛! 𝑓 𝑛 𝑥𝑖 … … … … … … .. (5) Applying equation (5) to expand the function f(x) at points (x+1) and (x-1) yields
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 580 𝑓 𝑥+1 = 𝑓 𝑥𝑖 + ∆𝑥 1! 𝑓 𝐼 𝑥𝑖 + ∆𝑥 2 2! 𝑓 𝐼𝐼 𝑥𝑖 + ∆𝑥 3 3! 𝑓 𝐼𝐼𝐼 𝑥𝑖 + ∆𝑥 4 4! 𝑓 𝐼𝑉 𝑥𝑖 + ⋯ + ∆𝑥 𝑛 𝑛! 𝑓 𝑛 𝑥𝑖 … … (6) 𝑓 𝑥−1 = 𝑓 𝑥𝑖 − ∆𝑥 1! 𝑓 𝐼 𝑥𝑖 + ∆𝑥 2 2! 𝑓 𝐼𝐼 𝑥𝑖 − ∆𝑥 3 3! 𝑓 𝐼𝐼𝐼 𝑥𝑖 + ∆𝑥 4 4! 𝑓 𝐼𝑉 𝑥𝑖 − ⋯ + −∆𝑥 𝑛 𝑛! 𝑓 𝑛 𝑥𝑖 … … . . … (7) 3. IMPROVED FINITE DIFFERENCE FORMULATION. For the derivation of improved derivatives, the polynomial series is applied once the grid parts are evenly spaced. Figure 1 schematically indicates the grid parts for central differences. Figure 1: Computational grid for finite difference approximation h is the grid spacing / segment length. Taking y3 as the pivotal point and expanding the function y3 using the series and truncating at the fourth-order derivative yIV gave; 𝑦4 = 𝑦3 + ℎ𝑦3 𝐼 + ℎ2 2 𝑦3 𝐼𝐼 + ℎ3 6 𝑦3 𝐼𝐼𝐼 + ℎ4 24 𝑦3 𝐼𝑉 … … (8) 𝑦2 = 𝑦3 − ℎ𝑦3 𝐼 + ℎ2 2 𝑦3 𝐼𝐼 − ℎ3 6 𝑦3 𝐼𝐼𝐼 + ℎ4 24 𝑦3 𝐼𝑉 … … (9) Subtracting equations (9) from equation (8) gave: 𝑦4 − 𝑦2 = 2ℎ𝑦3 𝐼 + ℎ3 3 𝑦3 𝐼𝐼𝐼 . That is 𝑦3 𝐼 = 𝑦4 2ℎ − 𝑦2 2ℎ − ℎ2 6 𝑦3 𝐼𝐼𝐼 … … … … (10) Adding equations (8) and (9) gave: 𝑦4 + 𝑦2 = 2𝑦3 + ℎ2 𝑦3 𝐼𝐼 + ℎ4 12 𝑦3 𝐼𝑉 . That is 𝑦3 𝐼𝐼 = 1 ℎ2 𝑦2 − 2𝑦3 + 𝑦4 − ℎ2 12 𝑦3 𝐼𝑉 … … … … (11) Taking differences between nodes y3 and y5 and y3 and y1 equations (8) and (9) shall give: 𝑦5 = 𝑦3 + 2ℎ𝑦3 𝐼 + 4ℎ2 2 𝑦3 𝐼𝐼 + 8ℎ3 6 𝑦3 𝐼𝐼𝐼 + 16ℎ4 24 𝑦3 𝐼𝑉 … (12) 𝑦1 = 𝑦3 – 2ℎ𝑦3 𝐼 + 4ℎ2 2 𝑦3 𝐼𝐼 − 8ℎ3 6 𝑦3 𝐼𝐼𝐼 + 16ℎ4 24 𝑦3 𝐼𝑉 … (13) Subtracting equation (13) from equation (12) gives: 𝑦5 − 𝑦1 = 4ℎ𝑦3 𝐼 + 8ℎ3 3 𝑦3 𝐼𝐼𝐼 … … … (14) Adding equations (12) and (13) gives: 𝑦3 + 𝑦1 = 2𝑦3 + 4ℎ2 𝑦3 𝐼𝐼 + 16ℎ4 12 𝑦3 𝐼𝑉 … … (15) From equation (14), we have: 𝑦3 𝐼 = 1 4ℎ 𝑦5 + 𝑦1 − 2ℎ2 3 𝑦3 𝐼𝐼𝐼 … … … (16) From equation (15), we have: 𝑦3 𝐼𝐼 = 1 4ℎ2 𝑦5 + 𝑦1 − 2𝑦3 − 4ℎ2 12 𝑦3 𝐼𝑉 … … (17) Subtracting equation (16) from equation (10) gave: 0 = 𝑦4 2ℎ − 𝑦5 4ℎ − 𝑦2 2ℎ + 𝑦1 4ℎ − ℎ2 6 𝑦3 𝐼𝐼𝐼 + 2ℎ2 3 𝑦3 𝐼𝐼𝐼 That is; 0 = 3 𝑦4 ℎ − 3 𝑦5 2ℎ − 3 𝑦2 ℎ + 3 𝑦1 2ℎ − ℎ2 𝑦3 𝐼𝐼𝐼 + 4ℎ2 𝑦3 𝐼𝐼𝐼 4 5 6 y h h h h h h0 1 2 3 4 5 6 y0 h h h h h h yy1 y2 yy3 yy4 yy5 6 0 1 2 3
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 581 . This implies; 3ℎ2 𝑦3 𝐼𝐼𝐼 = −3𝑦1 2ℎ + 3𝑦2 ℎ − 3𝑦4 ℎ + 3𝑦5 2ℎ ∴ 𝑦3 𝐼𝐼𝐼 = 1 2ℎ3 −𝑦1 + 2𝑦2 − 2𝑦4 + 𝑦5 … … … (18) Subtracting equation (17) from equation (11) gives: 0 = 𝑦2 ℎ2 − 2𝑦3 ℎ2 + 𝑦4 ℎ2 − ℎ2 𝑦3 𝐼𝑉 12 − 𝑦5 4ℎ2 + 2𝑦3 4ℎ2 + 4ℎ2 12 𝑦3 𝐼𝑉 That is; 0 = 12𝑦2 − 24𝑦3 + 12𝑦4 − ℎ4 𝑦3 𝐼𝑉 − 3𝑦5 − 3𝑦1 + 6𝑦3 + 4ℎ4 𝑦3 𝐼𝑉 This implies; 3ℎ4 𝑦3 𝐼𝑉 = 3𝑦1 − 12𝑦2 + 18𝑦3 − 12𝑦4 + 3𝑦5 ∴ 𝑦3 𝐼𝑉 = 1 ℎ4 𝑦1 − 4𝑦2 + 6𝑦3 − 4𝑦4 + 𝑦5 … … … (19) Substituting equations (18) into equation (10) gives: 𝑦3 𝐼 = 𝑦4 2ℎ − 𝑦2 2ℎ − ℎ2 6 1 2ℎ3 −𝑦1 + 2𝑦2 − 2𝑦4 + 𝑦5 That is; 𝑦3 𝐼 = 𝑦4 2ℎ − 𝑦2 2ℎ + 𝑦1 12ℎ − 𝑦2 6ℎ + 𝑦4 6ℎ − 𝑦5 12ℎ ∴ 𝒚 𝟑 𝑰 = 𝟏 𝟏𝟐𝒉 𝒚 𝟏 − 𝟖𝒚 𝟐 + 𝟖𝒚 𝟒 − 𝒚 𝟓 … … … … (20) Equation (20) shows the first derivative of the improved finite difference. Substituting equation (19) into equation (11) gives: 𝑦3 𝐼𝐼 = 𝑦2 ℎ2 − 2𝑦3 ℎ2 + 𝑦4 ℎ2 − ℎ2 12 1 ℎ4 𝑦1 − 4𝑦2 + 6𝑦3 − 4𝑦4 + 𝑦5 That is; 𝑦3 𝐼𝐼 = 𝑦2 ℎ2 − 2𝑦3 ℎ2 + 𝑦4 ℎ2 − 𝑦1 12ℎ2 + 𝑦2 3ℎ2 − 𝑦3 2ℎ2 + 𝑦4 3ℎ2 − 𝑦5 12ℎ2 ∴ 𝒚 𝟑 𝑰𝑰 = 𝟏 𝟏𝟐𝒉 𝟐 −𝒚 𝟏 + 𝟏𝟔𝒚 𝟐 − 𝟑𝟎𝒚 𝟑 + 𝟏𝟔𝒚 𝟒 − 𝒚 𝟓 … … (21) Equation (21) shows the second derivatives of the improved finite difference. From equation (8), we can obtain: 𝑦4 𝐼 = 𝑦3 𝐼 + ℎ𝑦3 𝐼𝐼 + ℎ2 2 𝑦3 𝐼𝐼𝐼 + ℎ3 6 𝑦3 𝐼𝑉 + ℎ4 24 𝑦3 𝑉 … … … (22) From equation (9), we can obtain: 𝑦2 𝐼 = 𝑦3 𝐼 − ℎ𝑦3 𝐼𝐼 + ℎ2 2 𝑦3 𝐼𝐼𝐼 − ℎ3 2 𝑦3 𝐼𝑉 + ℎ4 24 𝑦3 𝐼𝑉 … … … (23) Subtracting equation (23) from equation (22) gives: 𝑦4 1 − 𝑦2 1 = 2ℎ𝑦3 𝐼𝐼 + 𝑦 𝐼𝐼 3 𝑦3 𝐼𝑉 ∴ 𝑦3 𝐼𝐼 = 1 2ℎ 𝑦4 𝐼 − 𝑦2 𝐼 − ℎ2 6 𝑦3 𝐼𝑉 … … … … . (24) Adding equation (22) and equation (23) gives: 𝑦4 𝐼 + 𝑦2 𝐼 = 2𝑦3 𝐼 + ℎ2 𝑦3 𝐼𝐼𝐼 + ℎ4 12 𝑦3 𝑉 ∴ 𝑦3 𝐼𝐼𝐼 = 1 ℎ2 𝑦2 𝐼 − 2𝑦3 𝐼 + 𝑦4 𝐼 − ℎ2 12 𝑦3 𝑉 … … … (25) From equation (12) and equation (13), we have: 𝑦5 𝐼 = 𝑦3 𝐼 + 2ℎ𝑦3 𝐼𝐼 + 4ℎ2 2 𝑦3 𝐼𝐼𝐼 + 8ℎ3 6 𝑦3 𝐼𝑉 + 16ℎ4 24 𝑦3 𝑉 … … (26) 𝑦1 𝐼 = 𝑦3 𝐼 − 2ℎ𝑦3 𝐼𝐼 + 4ℎ2 2 𝑦3 𝐼𝐼𝐼 − 8ℎ3 6 𝑦3 𝐼𝑉 + 16ℎ4 24 𝑦3 𝑉 … … … (27) Subtracting equation (27) from equation (26) gives: 𝑦5 𝐼 − 𝑦1 𝐼 = 4ℎ𝑦3 𝐼𝐼 + 8ℎ3 3 𝑦3 𝐼𝑉 … … … . (28) Adding equation (26) and equation (27) gives: 𝑦5 𝐼 + 𝑦1 𝐼 = 2𝑦3 𝐼 + 4ℎ𝑦2 𝑦3 𝐼𝐼𝐼 + 16ℎ4 12 𝑦3 𝑉 … … … … (29) From equation (28), we can obtain: 𝑦3 𝐼𝐼 = 1 4ℎ 𝑦5 𝐼 − 𝑦1 𝐼 − 2ℎ2 3 𝑦3 𝐼𝑉 … … … . . (30) From equation (29), we can obtain: 𝑦3 𝐼𝐼𝐼 = 1 4ℎ2 𝑦1 𝐼 − 2𝑦3 𝐼 + 𝑦5 𝐼 − 4ℎ2 12 𝑦3 𝑉 … … (31) Subtracting equation (30) from equation (24) gives: 0 = 𝑦4 𝐼 2ℎ − 𝑦2 𝐼 2ℎ − ℎ2 6 𝑦3 𝐼𝑉 − 𝑦5 𝐼 4ℎ + 𝑦1 𝐼 4ℎ + 2ℎ2 3 𝑦3 𝐼𝑉 That is; 0 = 6𝑦4 𝐼 ℎ3 − 6𝑦2 𝐼 ℎ3 − 2𝑦3 𝐼𝑉 − 3𝑦5 𝐼 ℎ3 + 3𝑦1 𝐼 ℎ3 + 8𝑦3 𝐼𝑉 This implies that 6𝑦3 𝐼𝑉 = 1 ℎ3 −3𝑦1 𝐼 + 6𝑦2 𝐼 − 6𝑦4 𝐼 + 3𝑦5 𝐼 ∴ 𝑦3 𝐼𝑉 = 1 2ℎ3 −𝑦1 𝐼 + 2𝑦2 𝐼 − 2𝑦4 𝐼 + 𝑦5 𝐼 … … … (32) Subtracting equation (31) from equation (25) gives: 0 = 𝑦2 𝐼 ℎ2 − 2𝑦3 𝐼 ℎ2 + 𝑦4 𝐼 ℎ2 − ℎ4 12 𝑦3 𝑉 − 𝑦1 𝐼 4ℎ2 + 2𝑦3 𝐼 4ℎ2 − 𝑦5 𝐼 4ℎ2 + 4ℎ2 12 𝑦3 𝑉 That is ℎ2 𝑦3 𝑉 = 𝑦1 𝐼 ℎ2 − 4𝑦2 𝐼 ℎ2 + 6𝑦5 𝐼 ℎ2 − 4𝑦4 𝐼 ℎ2 + 𝑦5 𝐼 ℎ2 ∴ 𝑦3 𝐼 = 1 ℎ4 𝑦1 𝐼 − 4𝑦2 𝐼 + 6𝑦3 𝐼 − 4𝑦4 𝐼 + 𝑦5 𝐼 … … … (33) Substituting equation (32) into equation (24), we have: 𝑦3 𝐼𝐼 = 1 2ℎ 𝑦4 𝐼 − 𝑦2 𝐼 − ℎ2 6 1 2ℎ3 − 𝑦1 𝐼 + 2𝑦2 𝐼 − 2𝑦4 𝐼 + 𝑦5 𝐼
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 582 That is; = 𝑦4 𝐼 2ℎ − 𝑦2 𝐼 2ℎ + 1 12ℎ 𝑦1 𝐼 − 1 6ℎ 𝑦2 𝐼 + 1 6ℎ 𝑦4 𝐼 − 1 12ℎ 𝑦5 𝐼 ∴ 𝑦3 𝐼𝐼 = 1 12ℎ 𝑦1 𝐼 − 8𝑦1 𝐼 + 8𝑦4 𝐼 − 𝑦5 𝐼 … … … (34) Substituting equation (33) into equation (25), we have: 𝑦3 𝐼𝐼𝐼 = 1 ℎ2 𝑦2 𝐼 − 2𝑦3 𝐼 + 𝑦4 𝐼 − ℎ2 12 1 ℎ4 𝑦1 𝐼 − 4𝑦2 𝐼 + 6𝑦3 𝐼 − 4𝑦4 𝐼 + 𝑦5 𝐼 That is; = 1 ℎ2 𝑦2 𝐼 − 2𝑦3 𝐼 + 𝑦4 𝐼 − 1 12ℎ2 𝑦1 𝐼 − 4𝑦2 𝐼 + 6𝑦3 𝐼 − 4𝑦4 𝐼 + 𝑦5 𝐼 ∴ 𝑦3 𝐼𝐼𝐼 = 1 12ℎ2 𝑦1 𝐼 − 16𝑦2 𝐼 − 30𝑦3 𝐼 + 16𝑦4 𝐼 − 𝑦5 𝐼 … … … (35) Ignoring higher order term in equation (10) gives: 𝑦3 𝐼 = 1 2ℎ 𝑦4 − 𝑦2 … … … … … (36) Similarly; 𝑦2 𝐼 = 1 2ℎ 𝑦3 − 𝑦1 … … … … … (37) 𝑦1 𝐼 = 1 2ℎ 𝑦2 − 𝑦2 … … … … … (38) 𝑦4 𝐼 = 1 2ℎ 𝑦5 − 𝑦3 … … … … … (39) 𝑦5 𝐼 = 1 2ℎ 𝑦6 − 𝑦4 … … … … … (40) Substituting equations (36) to (34) into equation (35) gives: 𝑦3 𝐼𝐼𝐼 = 1 24ℎ3 (– 𝑦2 + 𝑦0 + 16𝑦3 − 16𝑦1 − 30𝑦4 + 30𝑦2 + 16𝑦5 − 16𝑦3 − 𝑦6 + 𝑦4) That is; = 1 24ℎ3 𝑦0 − 16𝑦1 + 29𝑦2 − 29𝑦4 + 16𝑦5 − 𝑦6 ∴ 𝒚 𝟑 𝑰𝑰𝑰 = 𝟏 𝟐𝟒𝒉 𝟑 (𝒚 𝟎 − 𝟏𝟔𝒚 𝟏 + 𝟐𝟗𝒚 𝟐 + 𝟎𝒚 𝟑 − 𝟐𝟗𝒚 𝟒 +𝟏𝟔𝒚 𝟓 − 𝒚 𝟔) …. (41) Equation (41) shows the third derivatives of the improved finite difference. From equation (22) and (23), we can obtain: 𝑦4 𝐼𝐼 = 𝑦3 𝐼𝐼 + ℎ𝑦3 𝐼𝐼𝐼 + ℎ2 2 𝑦3 𝐼𝑉 + ℎ3 6 𝑦3 𝑉 + ℎ4 24 𝑦3 𝑉𝐼 … … (42) 𝑦2 𝐼𝐼 = 𝑦3 𝐼𝐼 − ℎ𝑦3 𝐼𝐼𝐼 + ℎ2 2 𝑦3 𝐼𝑉 − ℎ3 6 𝑦3 𝑉 + ℎ4 24 𝑦3 𝑉𝐼 … … (43) Adding equations (42) and (43) gives: 𝑦4 𝐼𝐼 + 𝑦2 𝐼𝐼 = 2𝑦3 𝐼𝐼 + ℎ2 𝑦3 𝐼𝑉 + ℎ4 12 𝑦3 𝑉𝐼 This implies that 𝑦3 𝐼𝑉 = 1 ℎ2 𝑦2 𝐼𝐼 − 2𝑦3 𝐼𝐼 + 𝑦4 𝐼𝐼 − ℎ2 12 𝑦3 𝑉𝐼 … … … (44) From equations (26) and (27), we can obtain; 𝑦5 𝐼𝐼 = 𝑦3 𝐼𝐼 + 2ℎ𝑦3 𝐼𝐼𝐼 + 4ℎ2 2 𝑦3 𝐼𝑉 + 8ℎ3 6 𝑦3 𝑉 + 16ℎ2 24 𝑦3 𝑉𝐼 … … . (45) 𝑦1 𝐼𝐼 = 𝑦3 𝐼𝐼 − 2ℎ𝑦3 𝐼𝐼𝐼 + 4ℎ2 2 𝑦3 𝐼𝑉 − 8ℎ3 6 𝑦3 𝑉 + 16ℎ4 24 𝑦3 𝑉𝐼 … … . (46) Adding equations (45) and (46) gives: 𝑦5 𝐼𝐼 + 𝑦1 𝐼𝐼 = 2𝑦3 𝐼𝐼 + 4ℎ2 𝑦3 𝐼𝑉 + 16ℎ4 12 𝑦3 𝑉𝐼 This implies that: 𝑦3 𝐼𝑉 = 1 4ℎ2 𝑦1 𝐼𝐼 − 2𝑦3 𝐼𝐼 + 𝑦5 𝐼𝐼 − 4ℎ2 12 𝑦3 𝑉𝐼 … … . . (47) Subtracting equation (47) from equation (44) gives: 𝑦2 𝐼𝐼 ℎ2 − 2𝑦3 𝐼𝐼 ℎ2 + 𝑦4 𝐼𝐼 ℎ2 − ℎ2 12 𝑦3 𝑉𝐼 − 𝑦1 𝐼𝐼 4ℎ2 + 2𝑦3 𝐼𝐼 4ℎ2 − 𝑦5 𝐼𝐼 4ℎ2 + 4ℎ2 12 𝑦3 𝑉𝐼 = 0 This implies that: 𝑦3 𝑉𝐼 = − 4𝑦2 𝐼𝐼 ℎ4 + 6𝑦3 𝐼𝐼 ℎ4 − 4𝑦4 𝐼𝐼 ℎ4 + 𝑦1 𝐼𝐼 ℎ4 + 𝑦5 𝐼𝐼 ℎ4 ∴ 𝑦3 𝑉𝐼 = 1 ℎ4 𝑦1 𝐼𝐼 − 4𝑦2 𝐼𝐼 + 6𝑦3 𝐼𝐼 − 4𝑦4 𝐼𝐼 + 𝑦5 𝐼𝐼 … (48) Substituting equation (48) into equation (47) gives: 𝑦3 𝐼𝑉 = 1 4ℎ2 𝑦1 𝐼𝐼 − 2𝑦3 𝐼𝐼 + 𝑦5 𝐼𝐼 − 4ℎ2 12 1 ℎ4 𝑦1 𝐼𝐼 − 4𝑦2 𝐼𝐼 + 6𝑦3 𝐼𝐼 − 4𝑦4 𝐼𝐼 + 𝑦5 𝐼𝐼 That is; = 𝑦1 𝐼𝐼 4ℎ2 − 2𝑦3 𝐼𝐼 4ℎ2 + 𝑦5 𝐼𝐼 4ℎ2 − 𝑦1 𝐼𝐼 3ℎ2 + 4𝑦2 𝐼𝐼 3ℎ2 − 6𝑦3 𝐼𝐼 3ℎ2 + 4𝑦4 𝐼𝐼 3ℎ2 − 𝑦5 𝐼𝐼 3ℎ2 That is; = −𝑦1 𝐼𝐼 12ℎ2 + 4𝑦2 𝐼𝐼 3ℎ2 − 5𝑦3 𝐼𝐼 2ℎ2 + 4𝑦4 𝐼𝐼 3ℎ2 − 𝑦5 𝐼𝐼 12ℎ2
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 583 ∴ 𝑦3 𝐼𝑉 = 1 12ℎ2 −𝑦1 𝐼𝐼 + 16𝑦2 𝐼𝐼 − 30𝑦3 𝐼𝐼 + 16𝑦4 𝐼𝐼 − 𝑦5 𝐼𝐼 … . . (49) Ignoring higher order term in equation (11) gives: 𝑦3 𝐼𝐼 = 1 ℎ2 𝑦2 − 2𝑦3 + 𝑦4 … … … (50) Similarly; 𝑦2 𝐼𝐼 = 1 ℎ2 𝑦1 − 2𝑦2 + 𝑦3 … … … (51) 𝑦1 𝐼𝐼 = 1 ℎ2 𝑦0 − 2𝑦1 + 𝑦2 … … … (52) 𝑦4 𝐼𝐼 = 1 ℎ2 𝑦3 − 2𝑦4 + 𝑦5 … … … (53) 𝑦5 𝐼𝐼 = 1 ℎ2 𝑦4 − 2𝑦5 + 𝑦6 … … … (54) Substituting equations (50) to (54) into equation (49) gives: 𝑦3 𝐼𝑉 = 1 12ℎ4 (– 𝑦0 + 2𝑦1 − 𝑦2 + 16𝑦1 − 32𝑦2 +16𝑦3 − 30𝑦2 + 60𝑦3 − 30𝑦4 + 16𝑦3 −32𝑦4 + 16𝑦5 − 𝑦4 + 2𝑦5 − 𝑦6) That is; = 1 12ℎ4 −𝑦0 + 18𝑦1 − 63𝑦2 + 92𝑦3 − 63𝑦4 + 18𝑦5 − 𝑦6 ∴ 𝒚 𝟑 𝑰𝑽 = 𝟏 𝟏𝟐𝒉 𝟒 −𝒚 𝟎 + 𝟏𝟖𝒚 𝟏 − 𝟔𝟑𝒚 𝟐 + 𝟗𝟐𝒚 𝟑 − 𝟔𝟑𝒚 𝟒 + 𝟏𝟖𝒚 𝟓 − 𝒚 𝟔 … (𝟓𝟓) Equation (55) shows the fourth derivative of the improved finite difference. The coefficients of the corresponding function values in the improved finite difference expressions of the first-order, second-order, third-order and fourth-order derivatives as given in equations (20), (21), (41) and (55) are used to develop finite difference patterns and are schematically given on table 1. Table -1: Schematic representation of Higher order Finite Difference Expression. 4. BASIC EQUATION FOR PURE BENDING. The fourth – order differential equation of a bent line continuum was given by Ugural (Ugural, 1999) as: 𝐸𝐼 𝑑4 𝑤 𝑑𝑥4 = 𝑃 Where w is the deflection and P is the applied uniformly distributed load per meter length of the continuum. 5. LINEAR CONTINUUM WITH VARIOUS BOUNDARY CONDITIONS. Three line continua with different boundary conditions were studied in this work namely: Pin – Roller supports (P – R), Clamped – Clamped supports (C – C) and Clamped – Roller supports (C – R). Their boundary conditions are shown in table 2. Also, the line continua were studied using 3 different cases namely: Case 1: Dividing the linear continuum into 4 equal lengths Case 2: Dividing the linear continuum into 6 equal lengths Case 3: Dividing the linear continuum into 8 equal lengths 𝒚 𝟑 𝒏 COEFFICIENTS 𝟏𝟐𝒉 𝟐 𝒚 𝟑 𝑰𝑰 𝟏𝟐𝒉𝒚 𝟑 𝑰 𝟐𝟒𝒉 𝟑 𝒚 𝟑 𝑰𝑰𝑰 𝟏𝟐𝒉 𝟒 𝒚 𝟑 𝑰𝑽 1 -8 0 8 -1 -1 16 -1-30 16 029-1 16 -1-29 16 92-63-1 18 -1-63 18
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 584 Table -2: Line continua and their boundary conditions. Linear Continuum Boundary Conditions Pin – Roller Linear Continuum ( P – R) 𝑤 0 = 0, 𝑑2 𝑤 0 𝑑𝑥2 = 𝑤 0 𝐼𝐼 = 0; 𝑤 𝑙 = 0, 𝑑𝑤 𝐿 𝑥𝑑2 = 𝑤 𝐿 𝐼𝐼 = 0. Clamped - Clamped Linear Continuum (C – C) 𝑤 0 = 0, 𝑑𝑤 0 𝑑𝑤 = 𝑤 0 𝐼 = 0; 𝑤 𝐿 = 0, 𝑑2 𝑤 𝐿 𝑑𝑥2 = 𝑤 𝐿 𝐼 = 0 Clamped – Roller Linear Continuum (C – R) 𝑤 0 = 0, 𝑑𝑤 0 𝑑𝑤 = 𝑤 0 𝐼 = 0; 𝑤 𝐿 = 0, 𝑑𝑤(𝐿) 𝑑𝑥 = 𝑤(𝐿) 𝐼 = 0. 6. APPLICATION AND RESULT OF IMPROVED FINITE DIFFERENCE ANALYSIS The derived coefficients and patterns are applied to the governing equation at each node using the 3 different cases with the appropriate boundary conditions being satisfied to generate the required matrix equations, from which the deflections at each node were determined. The results of the pure bending analysis are presented on table 3. Exact result obtained from previous analysis is also shown in the table for comparison. Table -3a: Result data for case 1 and exact values Linear continuum Exact result Case 1 ( n =3) P-R 5𝑃𝐿4 384𝐸𝐼 0.013048𝑃𝐿4 𝐸𝐼 (0.21% Diff) C-C 𝑃𝐿4 384𝐸𝐼 0.003348𝑃𝐿4 𝐸𝐼 (28.6% Diff) C-R 2𝑃𝐿4 384𝐸𝐼 0.005896𝑃𝐿4 𝐸𝐼 (13.2% Diff) Table -3b: Result data for case 2 and exact values Linear continuum Exact result Case 2 (n=5) P-R 5𝑃𝐿4 384𝐸𝐼 0.013026𝑃𝐿4 𝐸𝐼 (0.04% Diff) C-C 𝑃𝐿4 384𝐸𝐼 0.002919𝑃𝐿4 𝐸𝐼 (12.2% Diff) C-R 2𝑃𝐿4 384𝐸𝐼 0.005499𝑃𝐿4 𝐸𝐿 (5.6% Diff) Table -3c: Result data for case 3 and exact values Linear continuum Exact result Case 3 (n=7) P-R 5𝑃𝐿4 384𝐸𝐼 0.013021𝑃𝐿4 𝐸𝐼 (0% Diff) C-C 𝑃𝐿4 384𝐸𝐼 0.002779𝑃𝐿4 𝐸𝐼 (6.7% diff) C-R 2𝑃𝐿4 384𝐸𝐼 0.005371𝑃𝐿4 𝐸𝐼 (3.13% Diff) 7. CONCLUSIONS The result for the pure bending analysis of line continua of three boundary conditions using Improved Finite Difference are presented on table 3. It can be seen from the analysis that the results from P-R boundary condition are virtually the same as exact results. Results emerging from C-C boundary condition shows a percentage difference ranging from 6.7% - 28.6% while that of C-R boundary condition ranges from 3.13% - 13.2% from the exact result. Also, these results suggest that as the number of nodes (or division) increases, the more accurate the result becomes. Finally, the results from the pattern developed from this improved finite difference analysis are effective and is recommended for use in structural engineering. REFERENCES [1]. Alexander Chajes (1974). Structural Stability Theory New Jersey. Prentice – Hall, Inc. [2]. Awele, M., Ayodele, J.C., and Osaisai, F.E. (2003). Numerical Methods for Scientists and Engineers. Ibadan. Beaver Publications. [3]. Ibearugbulem, O. M., Ettu, L. O., Ezeh, J. C. and Anya, U. C. (2013). New Shape function for Analysis of Line continuum by Direct Variational Calculus. International Journal of Engineering & Science, Vol. 2, issue 3; Pp. 66 – 71, ISBN 2319 – 1805. [4]. Goodwine, B. (2010). Engineering Differential Equations: Theory and Applications. New York: Springer Science + Business Media, LLC2011. [5]. Szilard, R. (2004). Theories and Application of Plate Analysis. New Jersey: John Wiley and Sons Inc. [6]. Ugural, A.C (1999). Stress in Plates and Shells (2nd Ed.).Singapore: McGraw-Hill.
  • 7. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 585 [7]. Yoo, H.C. and Lee, C.S. (2011). Stability of Structures. Principles and Applications. USA: Butterworth- Heinemann. Elsevier Inc.