Boundary Value Problems: On Higher Order Differential Equations
Boundary Value Problems: On Higher Order Differential Equations
Asifur Rahman
CEN 205 Numerical Methods Asifur Rahman March 26, 2018 1/3
Example 1 Boundary Value Problems
0 1 2 3 4 −0.09375 −0.09375
0 0.25 0.5 0.75 1 −0.125
∆x ∆x ∆x ∆x
CEN 205 Numerical Methods Asifur Rahman March 26, 2018 2/3
Example 2 Boundary Value Problems
0 1 2 3 4 −2.04T1 + T2 = −40.8
x=0 x = 8m T1 − 2.04T2 + T3 = −0.8
∆x ∆x ∆x ∆x T2 − 2.04T3 = −200.8
The second order temperature differential can be numerically By solving the system, T1 = 75.1◦ C, T3 = 112.5◦ C and
approximated by, T3 = 153.6◦ C.
d2 T Ti−1 − 2Ti + Ti+1
= Ans. T1 = 75.1◦ C, T3 = 112.5◦ C and T3 = 153.6◦ C.
dx2 (∆x)2
CEN 205 Numerical Methods Asifur Rahman March 26, 2018 3/3