the islamic university of gaza faculty of engineering numerical analysis eciv 3306

23
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction

Upload: pravat

Post on 19-Jan-2016

86 views

Category:

Documents


0 download

DESCRIPTION

The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306. Introduction. Introduction. Consider the following equations. Numerical Methods - Definitions. Numerical Methods. Analytical vs. Numerical methods. Analytical vs. Numerical methods. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

The Islamic University of GazaFaculty of Engineering

Numerical Analysis

ECIV 3306

Introduction

Page 2: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Introduction

• Consider the following equations.

Page 3: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Numerical Methods - Definitions

Page 4: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Numerical Methods

Page 5: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Analytical vs. Numerical methods

Page 6: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Analytical vs. Numerical methods

Page 7: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Mathematician and Engineer

Page 8: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Reasons to study numerical Analysis

• Powerful problem solving techniques and can be used to handle large systems of equations

• It enables you to intelligently use the commercial software packages as well as designing your own algorithm.

• Numerical Methods are efficient vehicles in learning to use computers

• It Reinforce your understanding of mathematics; where it reduces higher mathematics to basic arithmetic operation.

Page 9: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Course Contents

Page 10: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

The Islamic University of GazaFaculty of Engineering

Civil Engineering Department

Numerical Analysis

ECIV 3306

Chapter 1

Mathematical Modeling

Page 11: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Chapter 1: Mathematical Modeling

Mathematical Model• A formulation or equation that expresses the essential

features of a physical system or process in mathematical terms.

• Generally, it can be represented as a functional relationship of the form

Page 12: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Mathematical Modeling

Page 13: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Simple Mathematical Model

Example: Newton’s Second Law (The time rate of change of momentum of a body is

equal to the resultant force acting on it)

a = acceleration (m/s2) ….the dependent variable m = mass of the object (kg) ….the parameter

representing a property of the system. f = force acting on the body (N)

Page 14: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Typical characteristics of Math. model

• It describes a natural process or system in mathematical way

• It represents the idealization and simplification of reality.

• It yields reproducible results, and can be used for predictive purpose.

Page 15: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Complex Mathematical Model

Example: Newton’s Second Law

Where:

c = drag coefficient (kg/s) ,

v = falling velocity (m/s)

Page 16: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Complex Mathematical Model

At rest: (v = 0 at t = 0), Calculus can be used to solve the equation

Page 17: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Analytical solution to Newton's Second Law

.

Page 18: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Analytical solution to Newton's Second Law

Page 19: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Analytical solution to Newton's Second Law

Page 20: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Numerical Solution to Newton's Second Law

Numerical solution: approximates the exact solution by arithmetic operations.

Suppose

Page 21: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Numerical Solution to Newton's Second Law

.

Page 22: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Numerical Solution to Newton's Second Law

.

Page 23: The Islamic University of Gaza Faculty of Engineering Numerical Analysis       ECIV 3306

Comparison between Analytical vs. Numerical Solution