1Week_Intro (1)
1Week_Intro (1)
Introduction
Instructor
Tel: 285-6111
1
Textbooks and References
The lecture notes were prepared from the following references
• Chapra, S. Numerical Methods for Engineers, 7th Ed., Mc-Graw Hill New York, 2015.
• Chapra, S. (2012), Applied Numerical Methods with MATLAB for Engineers and Scientists”, 3rd Ed.,
Mc-Graw Hill New York.
• Chapra, S. and Canale, R.P. (2003), “Yazılım ve Programlama Uygulamalarıyla Mühendisler için
Sayısal Yöntemler”, 7.Basım Eylül 2015, Literatür Yayınları, İstanbul. Çevirenler: Hasan Heperkan ve Uğur
Keskin
• Amos Gilat and Vish Subramaniam. Numerical Methods for Engineers and Scientists - An Introduction
with Applications Using MATLAB, 3rd Ed, John Wiley&Sons, 2014.
• Dr Oğuz Güneş Lecture Notes
Grading
• Requirement for the visa for the final exam is submitting of each HW
Assignments on time in proper format .
• Attendance is required. Regular attendance will be rewarded.
• Two pop-up quizzes during any class hours.
• Mid-term exam on 9th week 5th December Thursday at 18.00
2
Course Catalogue
Course Catalogue
3
Course Outline
3. Roots of equations
4. Linear systems
5. Curve fitting
6. Numerical differentiation
7. Numerical integration
4
Non computer methods
Three different ways in solving engineer problems
b) computer era
• Size of each box indicate level of
emphasis/effort
• Pre computer era more energy is spend
on the formulation and interpretation of
results
• More room for creativity and innovation
10
5
Why you should study numerical methods?
Numerical methods are capable of handling large equation
systems, nonlinearities, complicated geometries that are often
impossible to solve analytically.
You can understand the knowledge of the basic theory underlying
the numerical methods used in the prepacked computer programs
Many problems cannot be solved using prepacked computer
programs. You can design your own programs to solve problems
without having to buy expensive software. For unique problems
you can have your own programme
Numerical methods are an efficient way to learn to use
computers. Numerical methods can successfully be implemented
on a computer and used to solve intractable problems.
11
Summary of methods
2. Roots of equation
3. Linear systems
4. Curve fitting
5. Numerical differentiation
6. Numerical integration
12
6
Course outcomes
A student who successfully completes this course has the following knowledge
and skills:
13
Organization of topics
14
7
Mathematical Modeling and
Engineering Problem Solving
15
16
8
Engineering problem solving (cont’d)
17
18
9
Engineering problem solving (cont’d)
This can be done in several ways, depending on the problem.
• For example, if the numerical method is used for solving a
nonlinear algebraic equation, the validity of the solution can be
verified by substituting the solution back in the equation.
• In more complicated problems, like a solution of a differential
equation, the numerical solution can be compared with a known
solution of a similar problem, or the problem can be solved
several times using different boundary (or initial) conditions, and
different numerical methods, and examining the subsequent
differences in the solutions.
19
20
10
Mathematical modeling
Mathematical model: It is a formulation or equation that expresses the essential
features of a physical system in mathematical terms.
A simple mathematical model
21
Pulldown of gravity
22
11
Example
23
Numerical modeling
Euler’s method
24
12
Example
25
13