Numerical Case Study (Project Fall 2024-2025)
Numerical Case Study (Project Fall 2024-2025)
"List of Projects"
Note: See descriptions of the projects below this table.
Instructor will arrange and determine groups and the name of the project for each group.
Where T=temperature (oC), x=distance along the rod (m), h'=a heat transfer coefficent between the
rod and the ambient air (m-2), and Ta=the temperature of the surrounding air (oC).This equation
can be transformed into a set of linear algebraic equations by using a finite dividd difference
approximation for the second derivative as follow:
Where Ti designates the temperature at node i. This approximation can be substituded into eq(1)
to give:
This equation can be written for each of the interior nodes of the rod resulting in a tridiagonal
system of equations. The first and the last nodes at the rods ends are fixed by boundaryconditions.
T(x=0)=200 oC, T(x=10)= 40 oC, h'=0.02 m-2, Ta=10 oC, Δx=2m.
If this system of linear equation can be solved using Gauss-Seidel and Jacobi iterations methods.
Please answer the following:
1. Develop a MATLAB program to solve the system above using both Gauss-Seidel and
Jacobi iteration methods after n of iterations.
2. Plot the values of each tempratures (T1,T2,T3,T4) versus iteration number in both
solutions. Compare the values you get from both solution methods.
3. Plot the values of the relative approximate error of each temperatures (𝜀𝑎) versus iteration
number in both solutions. Compare the values you get from both solution methods.
4. Use LU decomposition to find the exact solution {𝑇𝑖} and compare your exact values to
those you got from point 1.
5. Plot the temperatures you got from point 4 along the rod.
Case 3: Newton divided difference polynomial and Numerical Differantion &
Integration.
i 0 1 2 3 4 5 6
xi 1.4 1.6 1.8 2.0 2.2 2.4 2.6
yi 2.151 2.577 3.107 4.015 5.105 6.314 7.015
vo =
1. Compute v0 by numerical Simpson’s 1/3 and 3/8 integration and compare between them
with different step size, using the data m = 0.9 kg, b = 0.6 m, μ=0.3, k = 100 N/m, and g
= 9.81 m/s2,
2. Develop a MATLAB code to solve the equation for both methods.
3. Plot the acceleration of the mass versus x, and find the area under the curve by MATLAB
built-in function.
4. Can we find an exact solution???Try it.
Figure (1)
Numerical Analysis
Term Project Report Writing Format
Warning: Anything copied from the internet will not be accepted no matter how significant it may
be. All what you need is in textbooks. Read and rephrase.
Books:
Abbas, A. (1999), “ Numerical Methods, " John Wiley and Sons, NY.
Journal Articles
Fulan, A.M.S. and Fulan, Y.N.M.(1999), “Drag reduction in pipe flow, “ Int. J. of
Multiphase Flow, vol. 56, no. 12, pp. 1234-1256.
8. Appendices (if any)
Appendix Number and Title (normally the computer programs are listed in
the Appendix)
Numerical Analysis
(# 303)
Term Project
Faculty of Engineering
The Hashemite University, Zarqa- Jordan
Section #:
Group #:
December, 2025