MECH345 Introduction to Finite Element Methods Chapter 1 Numerical Methods - Introduction.

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

ES 240: Scientific and Engineering Computation. Chapter 17: Numerical IntegrationIntegration  Definition –Total area within a region –In mathematical.
Chapter 6.1 Common Core – A.REI.6 Solve systems of linear equations exactly and approximately, focusing on pairs of liner equations in two variables. Objectives.
Introduction to Finite Element Methods
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
Section 5.7 Numerical Integration. Approximations for integrals: Riemann Sums, Trapezoidal Rule, Simpson's Rule Riemann Sum: Trapezoidal Rule: Simpson’s.
Numerical Integration of Functions
Chapter 7 Numerical Differentiation and Integration
Today’s class Romberg integration Gauss quadrature Numerical Methods
Numerical Integration
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 30 Numerical Integration & Differentiation.
Newton-Cotes Integration Formula
MANE 4240 & CIVL 4240 Introduction to Finite Elements Numerical Integration in 1D Prof. Suvranu De.
Chapter 5 Numerical Differentiation and Integration.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
Chapter III. Numerical Integration for Ship Forms Review of CVEN 302.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 29 Numerical Integration.
MECH300H Introduction to Finite Element Methods
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW III.
Numerical Integration Lecture (I)1
Integration of Equations
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Numerical Solution of Ordinary Differential Equation
CISE301_Topic7KFUPM1 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM Read Chapter 21, Section 1 Read Chapter 22, Sections 2-3.
CISE301_Topic71 SE301: Numerical Methods Topic 7 Numerical Integration Lecture KFUPM (Term 101) Section 04 Read Chapter 21, Section 1 Read Chapter.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Numerical Differentiation and Integration Part 6 Calculus.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21 Newton-Cotes Integration Formula.
Chapter 4 Numerical Differentiation and Integration 1/16 Given x 0, approximate f ’(x 0 ). h xfhxf xf h )()( lim)('    x0x0 x1x1 h x1x1 x0x0.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
Numerical Integration
Numerical Integration Approximating Definite Integral.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Lecture 19 - Numerical Integration CVEN 302 July 22, 2002.
1 Chapter 7 NUMERICAL INTEGRATION. 2 PRELIMINARIES We use numerical integration when the function f(x) may not be integrable in closed form or even in.
1 Numerical Analysis Lecture 12 Numerical Integration Dr. Nader Okasha.
4.6 Numerical Integration Trapezoid and Simpson’s Rules.
4.6 Numerical Integration. The Trapezoidal Rule One method to approximate a definite integral is to use n trapezoids.
1 Numerical Integration Section Why Numerical Integration? Let’s say we want to evaluate the following definite integral:
MA2213 Lecture 4 Numerical Integration. Introduction Definition is the limit of Riemann sums I(f)
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:
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 22.
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
Use of Newton-Cotes Formulas and eventual shortcomings Matlab code to increase number of segments with trapezoid, 1/3 and 3/8 rule.
SE301_Topic 6Al-Amer20051 SE301:Numerical Methods Topic 6 Numerical Integration Dr. Samir Al-Amer Term 053.
Quadrature – Concepts (numerical integration) Don Allen.
CPE 332 Computer Engineering Mathematics II Part III, Chapter 11 Numerical Differentiation and Integration Numerical Differentiation and Integration.
Assignment 1: due 1/19/16 Estimate all of the zero of x3-x2-2x+1 graphically. Write a MatLab code for Newton’s method. Use your code to refine the graphical.
Numerical Integration
Air Force Admin College, Coimbatore
Part 6 - Chapter 21.
Midpoint and Trapezoidal Rules
MTH1170 Numeric Integration
5.5 Trapezoidal Rule.
Numerical Analysis Lecture12.
Chapter 22.
Numerical Analysis Lecture 27.
NUMERICAL INTEGRATION
NUMERICAL INTEGRATION
MATH 2140 Numerical Methods
Chapter 4 Integration.
NUMERICAL INTEGRATION
Numerical Computation and Optimization
Systems of Equations Solve by Graphing.
CPE 332 Computer Engineering Mathematics II
MATH 2140 Numerical Methods
Numerical Integration
Air Force Admin College, Coimbatore
Elements of Numerical Integration
Presentation transcript:

MECH345 Introduction to Finite Element Methods Chapter 1 Numerical Methods - Introduction

Numerical Methods - Introduction

Definition: - Methods that seek quantitative approximations to the solutions of mathematic problems. Applications: - structural and stress analysis - thermal analysis - dynamic analysis - acoustic analysis - manufacturing process modeling - fluid mechanics - ………….

Numerical Integration Calculate: Newton – Cotes integration Trapezoidal rule – 1 st order Newton-Cotes integration Trapezoidal rule – multiple application

Numerical Integration Calculate: Newton – Cotes integration Simpson 1/3 rule – 2 nd order Newton-Cotes integration

Numerical Integration Calculate: Gauss Quadrature Trapezoidal Rule : Gauss Quadrature : Chooseaccording to certain criteria

Numerical Integration Calculate: Gauss Quadrature 2pt Gauss Quadrature 3pt Gauss Quadrature Let:

Numerical Integration - Example Calculate: Trapezoidal rule Simpson 1/3 rule 2pt Gauss quadrature Exact solution

Linear System Solver Solve: Gauss Elimination: forward elimination + back substitution Example:

Linear System Solver Solve: Gauss Elimination: forward elimination Example:

Linear System Solver Solve: Gauss Elimination: back substitution Example: Computer sum

Linear System Solver Solve: Gauss Elimination: forward elimination + back substitution Pseudo code: Forward elimination: Back substitution: Do k = 1, n-1 Do i = k+1,n Do j = k+1, n Do ii = 1, n-1 i = n – ii sum = 0 Do j = i+1, n sum = sum +

Finite Difference Method Example 1: t u Find 0 1 Selection of :

Finite Difference Method Example 2: Find

Finite Difference Method Example 3: Find 0 1