MATH 2140 Numerical Methods

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

Appendix B.4 Solving Inequalities Algebraically And Graphically.
Rational Expressions Simplifying. Simplifying Rational Expressions The objective is to be able to simplify a rational expression.
Chapter 7 Numerical Differentiation and Integration
Numerical Integration Lecture (II)1
Newton-Cotes Integration Formula
Representing Functions by Power Series. A power series is said to represent a function f with a domain equal to the interval I of convergence of the series.
Simpson’s 1/3 rd Rule of Integration. What is Integration? Integration The process of measuring the area under a.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21 Newton-Cotes Integration Formula.
1 NUMERICAL INTEGRATION Motivation: Most such integrals cannot be evaluated explicitly. Many others it is often faster to integrate them numerically rather.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Numerical Integration Pertemuan 7 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
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.
1 Simpson’s 1/3 rd Rule of Integration. 2 What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand.
Introduction to Numerical Analysis I
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.
CSE 330 : Numerical Methods
Rational Expressions Simplifying Section Simplifying Rational Expressions The objective is to be able to simplify a rational expression.
WARM UP ANNOUNCEMENTS  Test  Homework NOT from textbook!
Section 5.9 Approximate Integration Practice HW from Stewart Textbook (not to hand in) p. 421 # 3 – 15 odd.
CSE 330 : Numerical Methods Lecture 15: Numerical Integration - Trapezoidal Rule Dr. S. M. Lutful Kabir Visiting Professor, BRAC University & Professor.
Sullivan Algebra and Trigonometry: Section 4.5 Solving Polynomial and Rational Inequalities Objectives Solve Polynomial Inequalities Solve Rational Inequalities.
Table of Contents Rational Functions and Domains where P(x) and Q(x) are polynomials, Q(x) ≠ 0. A rational expression is given by.
Rational Functions and Domains where P(x) and Q(x) are polynomials, Q(x) ≠ 0. A rational expression is given by.
Section 4.6 Polynomial Inequalities and Rational Inequalities Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
Part of a set or part of a whole. 3 4 =Numerator the number of parts = Denominator the number that equals the whole.
Sullivan PreCalculus Section 3.5 Solving Polynomial and Rational Inequalities Objectives Solve Polynomial Inequalities Solve Rational Inequalities.
MTH 253 Calculus (Other Topics) Chapter 11 – Infinite Sequences and Series Section 11.8 –Taylor and Maclaurin Series Copyright © 2009 by Ron Wallace, all.
The Definite Integral. Area below function in the interval. Divide [0,2] into 4 equal subintervals Left Rectangles.
Quadrature – Concepts (numerical integration) Don Allen.
Polynomial & Rational Inequalities
Air Force Admin College, Coimbatore
Simplifying Rational Expressions Section 11.3.
Chapter 7 Numerical Differentiation and Integration
Approximate Integration
NUMERICAL INTEGRATION
Sullivan Algebra and Trigonometry: Section 5
Sullivan Algebra and Trigonometry: Section 4.5
1. 2 What is Integration? Integration The process of measuring the area under a curve. Where: f(x) is the integrand a= lower limit of integration b=
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Elements of Numerical Integration
Simpson’s 1/3rd Rule of Integration
MATH 2140 Numerical Methods
Chapter 9 Section 5.
2.6 Section 2.6.
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
MATH 1310 Section 3.6.
Simpson’s 1/3rd Rule of Integration
Section 6.3 – Polynomial Division
Numerical Integration
Numerical Computation and Optimization
Rational Functions and Simplifying Rational Expressions
MATH 1310 Section 3.6.
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
MATH 2140 Numerical Methods
Numerical Integration
Air Force Admin College, Coimbatore
Presentation transcript:

MATH 2140 Numerical Methods Faculty of Engineering Mechanical Engineering Department MATH 2140 Numerical Methods Instructor: Dr. Mohamed El-Shazly Associate Prof. of Mechanical Design and Tribology melshazly@ksu.edu.sa Office: F072

Numerical Integration SIMPSON'S METHODS

Simpson's 3/8 Method In this method a cubic (third-order) polynomial is used to approximate the integrand (Fig. 9-17). A third-order polynomial can be determined from four points. For an integral over the domain [a, b], the four points used are the two endpoints x1 =a and x4 = b, and two points x2 and x3 that divide the interval into three equal sections. The polynomial can be written in the form:

Composite Simpson's 3/8 Method

EXAMPLE 1

SOLUTION:

EXAMPLE: 2

SOLUTION:2