ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Prof. Gevelyn B. Itao.

Slides:



Advertisements
Similar presentations
Numerical Solutions of Differential Equations Euler’s Method.
Advertisements

Read Chapter 17 of the textbook
Chapter 3 Steady-State Conduction Multiple Dimensions
Numerical Methods for Engineers MECH 300 Hong Kong University of Science and Technology.
ECIV 301 Programming & Graphics Numerical Methods for Engineers.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction.
Introduction to Differential Equations
PARTIAL DIFFERENTIAL EQUATIONS
MCE 561 Computational Methods in Solid Mechanics
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Mathematical Modeling and Engineering Problem solving.
Differential Equations and Boundary Value Problems
Differential Equations
Classification and Prediction: Regression Analysis
Chapter 1: First-Order Differential Equations 1. Sec 1.1: Differential Equations and Mathematical Models Definition: Differential Equation An equation.
ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Prof. Gevelyn B. Itao.
Applications of Calculus. The logarithmic spiral of the Nautilus shell is a classical image used to depict the growth and change related to calculus.
Numerical Methods Intro to Numerical Methods &
Least-Squares Regression
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Scientific Computing Partial Differential Equations Introduction and
9/19/2015http://numericalmethods.eng.usf.edu1 Introduction to Scientific Computing Major: All Engineering Majors Authors: Autar Kaw, Luke Snyder
BsysE595 Lecture Basic modeling approaches for engineering systems – Summary and Review Shulin Chen January 10, 2013.
Analytical vs. Numerical Minimization Each experimental data point, l, has an error, ε l, associated with it ‣ Difference between the experimentally measured.
Application of Differential Applied Optimization Problems.
Quality of Curve Fitting P M V Subbarao Professor Mechanical Engineering Department Suitability of A Model to a Data Set…..
What is a model Some notations –Independent variables: Time variable: t, n Space variable: x in one dimension (1D), (x,y) in 2D or (x,y,z) in 3D –State.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Math 3120 Differential Equations with Boundary Value Problems
Differential Equations. Definition A differential equation is an equation involving derivatives of an unknown function and possibly the function itself.
Mathematical Modeling and Engineering Problem Solving
Curve-Fitting Regression
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
The elements of higher mathematics Differential Equations
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
MECN 3500 Inter - Bayamon Lecture 9 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
HEAT TRANSFER FINITE ELEMENT FORMULATION
Meeting 15 Introduction to Numerical Methods Error Analysis.
Engineering Analysis – Computational Fluid Dynamics –
Chapter 1 INTRODUCTION AND OVERVIEW
Numerical Analysis. Numerical Analysis or Scientific Computing Concerned with design and analysis of algorithms for solving mathematical problems that.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Elementary Mechanics of Fluids CE 319 F Daene McKinney Control Volumes.
Chapter 9: Natural Convection
MULTIDIMENSIONAL HEAT TRANSFER  This equation governs the Cartesian, temperature distribution for a three-dimensional unsteady, heat transfer problem.
ABE425 Engineering Measurement Systems Ordinary Least Squares (OLS) Fitting Dr. Tony E. Grift Dept. of Agricultural & Biological Engineering University.
Network Systems Lab. Korea Advanced Institute of Science and Technology No.1 Ch. 1 Introduction EE692 Parallel and Distribution Computation | Prof. Song.
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
1 NUMERICAL METHOD. 2 Introduction Definition : The study of approximation techniques for solving mathematical problems, taking into account the extent.
ELEN 340 Electromagnetics II Lecture 2: Introduction to Electromagnetic Fields; Maxwell’s Equations; Electromagnetic Fields in Materials; Phasor Concepts;
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1-1 Chapter 1.
1 Variational and Weighted Residual Methods. 2 Introduction The Finite Element method can be used to solve various problems, including: Steady-state field.
Introduction to Numerical Methods Mathematical Procedures
Chapter 7. Classification and Prediction
Chapter 1.
CHAPTER 3 NUMERICAL METHODS.
FE Exam Tutorial
Numerical Solution of Ordinary Differential Equation
Introduction to Scientific Computing
First Order Nonlinear ODEs
MATH 2140 Numerical Methods
Chapter 27.
Differential Equations
Analytical Tools in ME Course Objectives
CHAPTER Five: Collection & Analysis of Rate Data
Section 9.4 – Solving Differential Equations Symbolically
Chemical Engineering Mathematics 1. Presentation Contents Chemical Engineering Mathematics2  Partial Differentiation Equation in long non-uniform rod.
Numerical Method Lecture 1: Introduction
Presentation transcript:

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Prof. Gevelyn B. Itao

 Techniques by which mathematical problems are formulated so that they can be solved with arithmetic operations {+,-,*,/} that can then be performed by a computer. ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology

1.Numerical methods are extremely powerful problem-solving tools. 2. During your career, you may often need to use commercial computer programs (canned programs) that involve numerical methods. You need to know the basic theory of numerical methods in order to be a better user. 3. You will often encounter problems that cannot be solved by existing canned programs; you must write your own program of numerical methods. 5. Numerical methods provide a good opportunity for you to reinforce your understanding of mathematics. 4. Numerical methods are an efficient vehicle for learning to use computers.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Pre-computer era Computer era

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Roots of equations: concerns with finding the value of a variable that satisfies a single nonlinear equation – especial valuable in engineering design where it is often impossible to explicitly solve design equations of parameters.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Systems of linear equations: a set of values is sought that simultaneously satisfies a set of linear algebraic equations. They arise in all disciplines of engineering, e.g., structure, electric circuits, fluid networks; also in curve fitting and differential equations.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Optimization: determine a value or values of an independent variable that correspond to a “best” or optimal value of a function. It occurs routinely in engineering contexts.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Curve fitting: to fit curves to data points. Two types: regression and interpolation. Experimental results are often of the first type.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Integration: determination of the area or volume under a curve or a surface. It has many applications in engineering practice, such as determination of centroids of oddly shaped objects to the calculation of total quantities based on sets of discreet measurements.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Ordinary differential equations: very important in engineering practice, because many physical laws are couched in terms of the rate of change of a quantity rather than the magnitude of the quantity itself, such as population forecasting to the acceleration of falling bodies.

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology Partial differential equations: used to characterize engineering systems where the behavior of a physical quantity is couched in terms of the rate of change with respect to two or more independent variables. Examples: steady- state distribution of temperature of a heated plate (two spatial dimensions) or the time-variable temperature of a heated rod (time and one spatial dimension).

ES 84 Numerical Methods for Engineers, Mindanao State University- Iligan Institute of Technology