Mathematical Model.

Slides:



Advertisements
Similar presentations
Week 2 Vocabulary Review Quiz Friday, September 3 rd.
Advertisements

Part 1 Chapter 4 Roundoff and Truncation Errors PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The McGraw-Hill.
3- 1 Chapter 3 Introduction to Numerical Methods Second-order polynomial equation: analytical solution (closed-form solution): For many types of problems,
Roundoff and truncation errors
Approximations and Errors
NUMERICAL ERROR ENGR 351 Numerical Methods for Engineers
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 3 Approximations and Errors.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 2 Mathematical Modeling and Engineering Problem Solving.
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 5 Approximations, Errors and The Taylor Series.
NUMERICAL ERROR ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 11.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 1 Mathematical Modeling.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Mathematical Modeling and Engineering Problem solving.
Introduction and Analysis of Error Pertemuan 1
MMJ 1113 Computational Methods for Engineers Mohsin Mohd Sies Fakulti Kejuruteraan Mekanikal, Universiti Teknologi Malaysia.
Units Of Measurement Mrs. Mawhiney. Measurement of mass, length and volume In the United States, we use a fairly awkward system of measurement for most.
ES 240: Scientific and Engineering Computation. Chapter 4 Chapter 4: Errors Uchechukwu Ofoegbu Temple University.
ME 142 Engineering Computation I Computer Precision & Round-Off Error.
Truncation Error and the Taylor Series
Math 3120 Differential Equations with Boundary Value Problems
Mathematical Modeling and Engineering Problem Solving
NUMERICAL ERROR Student Notes ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
MECN 3500 Inter - Bayamon Lecture 3 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Scientific Computing Numerical Solution Of Ordinary Differential Equations - Euler’s Method.
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
Introduction to Earth Science Section 2 Section 2: Science as a Process Preview Key Ideas Behavior of Natural Systems Scientific Methods Scientific Measurements.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 3.
Meeting 15 Introduction to Numerical Methods Error Analysis.
ES 240: Scientific and Engineering Computation. Chapter 1 Chapter 1: Mathematical Modeling, Numerical Methods and Problem Solving Uchechukwu Ofoegbu Temple.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Numerical Analysis. Numerical Analysis or Scientific Computing Concerned with design and analysis of algorithms for solving mathematical problems that.
Chapter 3 Lessons 1 and 2 Vocabulary Quiz. Measure of the force of gravity acting on an object. weight.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Mr. Taglia Intro Unit.  The official definition of Chemistry is listed as: “The study of matter and the changes it undergoes…”
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1-1 Chapter 1.
1 Approximations and Round-Off Errors Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis Applied Numerical Method for Engineers Chapter.
Equations and Inequalities. Unit 8 – Solving Inequalities.
Chapter 2 Motion in One Dimension. Kinematics Describes motion while ignoring the external agents that might have caused or modified the motion (Dynamics.
Chapter 4 Measurement. §4.1 – Accuracy (Significant Digits) Numbers – Exact (counting) – Approximate (all measurements) Measurements and rounding – Error.
Introduction.
Significant Figures.
Mr. Taglia Welcome to Chemistry.
ME 142 Engineering Computation I
Chapter 1.
Applied Numerical Methods
Section 2: Science as a Process
Comparing Theory and Measurement
Chapter 2 ERROR ANALYSIS
CE 102 Statics Chapter 1 Introduction.
Introduction.
Chapter 1 - General Principles
Pengenalan Awal Metode Numerik
Roundoff and Truncation Errors
Motion in One Dimension
Scientific Inquiry Unit 0.3.
Introduction.
Mathematical Modeling, Numerical Methods, and Problem Solving
Introduction.
What you will learn in this chapter:
Introduction.
Measurements.
Numerical Analysis Lecture 2.
General Principles 4/10/2019.
SKTN 2393 Numerical Methods for Nuclear Engineers
Roundoff and Truncation Errors
Adama Science and Technology University Chemical Engineering Program Numerical Methods for Chemical Engineers (ChE 2104 ) Errors of Numeric Result Chemical.
Introduction.
Errors and Error Analysis Lecture 2
Modeling and Simulation: Exploring Dynamic System Behaviour
Presentation transcript:

Mathematical Model

Mathematical Model

Mathematical Model

Mathematical Model

Mathematical Model A SIMPLE MATHEMATICAL MODEL A mathematical model can be broadly defined as a formulation or equation that expresses the essential features of a physical system or process in mathematical terms. In a very general sense, it can be represented as a functional relationship of the form: where the dependent variable is a characteristic that usually reflects the behavior or state of the system; the independent variables are usually dimensions, such as time and space, along which the system’s behavior is being determined; the parameters are reflective of the system’s properties or composition; and the forcing functions are external influences acting upon the system.

Mathematical Model F m where a = the dependent variable reflecting the system’s behavior, F = the forcing function, and m = a parameter representing a property of the system. Note that for this simple case there is no independent variable because we are not yet predicting how acceleration varies in time or space.

Mathematical Model Schematic diagram of the forces acting on a falling parachutist. FD is the downward force due to gravity. FU is the upward force due to air resistance

Mathematical Model

Mathematical Model Numerical Solution to the Falling Parachutist Problem

Mathematical Model

Mathematical Model Comparison of the numerical and analytical solutions for the falling parachutist problem.

Programming and Software

Programming and Software

Programming and Software

Approximations and Round-Off Errors SIGNIFICANT FIGURES

Approximations and Round-Off Errors ACCURACY AND PRECISION Accuracy refers to how closely a computed or measured value agrees with the true value. Precision refers to how closely individual computed or mea-sured values agree with each other. An example from marksmanship illustrating the concepts of accu-racy and precision. Inaccurate and imprecise; accurate and imprecise; inaccurate and precise; accurate and precise.

Approximations and Round-Off Errors ERROR DEFINITIONS Numerical errors arise from the use of approximations to represent exact mathematical operations and quantities. These include truncation errors, which result when approximations are used to represent exact mathematical procedures, and round-off errors, which result when numbers having limited significant figures are used to represent exact numbers. the true percent relative error.

Approximations and Round-Off Errors