Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.

Slides:



Advertisements
Similar presentations
Truncation Errors and Taylor Series
Advertisements

Chapter 6 Differential Equations
3- 1 Chapter 3 Introduction to Numerical Methods Second-order polynomial equation: analytical solution (closed-form solution): For many types of problems,
Lecture 5 Newton-Raphson Method
Roundoff and truncation errors
CSE 330: Numerical Methods
CE33500 – Computational Methods in Civil Engineering Differentiation Provided by : Shahab Afshari
ES 240: Scientific and Engineering Computation. InterpolationPolynomial  Definition –a function f(x) that can be written as a finite series of power functions.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Ordinary Differential Equations Equations which are.
Chapter 4 Roots of Equations
Part 3 Truncation Errors Second Term 05/06.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
Chapter 19 Numerical Differentiation §Estimate the derivatives (slope, curvature, etc.) of a function by using the function values at only a set of discrete.
Computer-Aided Analysis on Energy and Thermofluid Sciences Y.C. Shih Fall 2011 Chapter 6: Basics of Finite Difference Chapter 6 Basics of Finite Difference.
Dr. Jie Zou PHY Chapter 9 Ordinary Differential Equations: Initial-Value Problems Lecture (II) 1 1 Besides the main textbook, also see Ref.: “Applied.
8-1 Chapter 8 Differential Equations An equation that defines a relationship between an unknown function and one or more of its derivatives is referred.
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. 1 Interpolation Chapter 18.
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
Chapter 6 Numerical Interpolation
Differential Equations and Boundary Value Problems
CISE301_Topic8L1KFUPM1 CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
PART 7 Ordinary Differential Equations ODEs
NUMERICAL DIFFERENTIATION The derivative of f (x) at x 0 is: An approximation to this is: for small values of h. Forward Difference Formula.
Least-Squares Regression
Ch 8.1 Numerical Methods: The Euler or Tangent Line Method
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
CISE301_Topic11 CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4:
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
ES 240: Scientific and Engineering Computation. Chapter 4 Chapter 4: Errors Uchechukwu Ofoegbu Temple University.
Ordinary Differential Equations
Truncation Error and the Taylor Series
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
MECN 3500 Lecture 4 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Roots of Equations ~ Open Methods Chapter 6 Credit:
NUMERICAL ERROR Student Notes ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
Numerical Methods for Solving ODEs Euler Method. Ordinary Differential Equations  A differential equation is an equation in which includes derivatives.
1 Solution of Nonlinear Equation Dr. Asaf Varol
Chapter 3 Roots of Equations. Objectives Understanding what roots problems are and where they occur in engineering and science Knowing how to determine.
Numerical Methods for Engineering MECN 3500
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Introduction Course Outline.
Boundary Value Problems l Up to this point we have solved differential equations that have all of their initial conditions specified. l There is another.
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
Sensitivity derivatives Can obtain sensitivity derivatives of structural response at several levels Finite difference sensitivity (section 7.1) Analytical.
Engineering Analysis – Computational Fluid Dynamics –
MECN 3500 Inter - Bayamon Lecture 6 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 7 - Chapter 25.
Numerical Analysis – Differential Equation
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Today’s class Ordinary Differential Equations Runge-Kutta Methods
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
1 Approximations and Round-Off Errors Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis Applied Numerical Method for Engineers Chapter.
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
NUMERICAL ANALYSIS I. Introduction Numerical analysis is concerned with the process by which mathematical problems are solved by the operations.
Numerical Methods Some example applications in C++
NUMERICAL DIFFERENTIATION Forward Difference Formula
Chapter 18.
525602:Advanced Numerical Methods for ME
Class Notes 18: Numerical Methods (1/2)
Chapter 23.
Chapter 27.
Nonlinear regression.
Numerical Integration:
5.3 Higher-Order Taylor Methods
Linearization and Newton’s Method
Linearization and Newton’s Method
CISE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L1 KFUPM.
Presentation transcript:

Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation and integration provide a closed-form derivative and integral, respectively, only for simple functions. Very often analytical solutions cannot be obtained. Numerical methods can be used where analytical methods are not capable of or practical for providing solutions.

The procedure for solving a problem Identify the problem State the objectives Develop alternative solutions Evaluate the alternatives Implement the best alternative

Analytical VS Numerical Analysis To find minimum of Analytical: after differentiate 2x-3 the minimum solution occurs at x = 1.5 Numerical: define the interval from 1 to 2 increment of 0.2, min falls in 1.4 < x < 1.6 To improve the accuracy, we can search in 1.4 < x < 1.6 with a small increment, such as 0.04.

Analytical VS Numerical Analysis Analytical techniques provide a direct solution and will result in exact solution if one exists. Analytical methods are practical only for functions that have a simple, closed-form mathematical structure. Numerical methods can be used with any function. They often require many iterations to get the true solution. The numerical solution usually is not exact, and it is also necessary to provide initial estimates of the unknowns.

Taylor Series Taylor series where is the remainder. or First-order approximation Second-order approximation Third-order approximation

Taylor Series Expansion The importance of the individual terms of the Taylor series depends on the nature of the function and the distance h. The higher-order terms become more important as the nonlinearity of the function increases and the difference h = increases. If the function is linear, only the term with the first derivative is necessary. The error increases as fewer terms of the Taylor series are included.

Example: Nonlinear Polynomials 4th-order polynomial For a base point x0= 1.0 distance h = 0.5

Taylor Series Expansion of the Square Root The square-root function can be expressed as For a base point x0 = 1 and h = 0.001

Example Taylor Series

Example Taylor Series