Two-Point Gaussian Quadrature Rule

Slides:



Advertisements
Similar presentations
Method of Generalized Separation of Variables
Advertisements

Evaluating integrals are common in engineering problems. Sometimes, it is difficult to evaluate complex integrals. The need for Gauss Quadrature Therefore,
5.4 Basis And Dimension.
PROGRAM 8 consider a function y = f(x). In order to evaluate definite integral I = a ∫ b y dx = a ∫ b f(x) dx Divide the interval (b-a) of x into n equal.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
Simultaneous Linear Equations
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
NUMERICAL DIFFERENTIATION AND INTEGRATION
Today’s class Romberg integration Gauss quadrature Numerical Methods
Numerical Integration
MANE 4240 & CIVL 4240 Introduction to Finite Elements Numerical Integration in 1D Prof. Suvranu De.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW III.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 22 Integration of Equations.
Integration of Equations
2010/3/11 計算機在工程上的應用 Page 1 Gaussian quadrature Advisor: J. T. Chen Reporter: Jia-Wei Lee Date: Mar., 11, 2010.
1Chapter 2. 2 Example 3Chapter 2 4 EXAMPLE 5Chapter 2.
8/8/ Gauss Quadrature Rule of Integration Major: All Engineering Majors Authors: Autar Kaw, Charlie Barker
Differential Equations Solving First-Order Linear DEs Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
Quadrature Greg Beckham. Quadrature Numerical Integration Goal is to obtain the integral with as few computations of the integrand as possible.
Copyright © Cengage Learning. All rights reserved. 7.3 Multivariable Linear Systems.
Simpson’s 1/3 rd Rule of Integration. What is Integration? Integration The process of measuring the area under a.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
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.
Numerical Differential & Integration. Introduction If a function f(x) is defined as an expression, its derivative or integral is determined using analytical.
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.
CSE 330 : Numerical Methods
Math 201 for Management Students
MA2213 Lecture 4 Numerical Integration. Introduction Definition is the limit of Riemann sums I(f)
Review SYNTHETIC DIVISION to find roots of third degree characteristic polynomial Pamela Leutwyler.
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 22.
Use of Newton-Cotes Formulas and eventual shortcomings Matlab code to increase number of segments with trapezoid, 1/3 and 3/8 rule.
1/7  4.6 Adaptive Quadrature Methods Chapter 4 Numerical Differentiation and Integration -- Adaptive Quadrature Methods   /2  /4  /8 Predict the.
Numerical Methods. Introduction Prof. S. M. Lutful Kabir, BRAC University2  One of the most popular techniques for solving simultaneous linear equations.
Quadrature – Concepts (numerical integration) Don Allen.
Numerical Methods. Prof. S. M. Lutful Kabir, BRAC University2  One of the most popular techniques for solving simultaneous linear equations is the Gaussian.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 20 Numerical Integration of Functions.
Linear homogeneous ODEn with constant coefficients
INTEGRATION & TECHNIQUES OF INTEGRATION
NON LINEAR FUNCTION Quadratic Function.
Gauss Quadrature Rule of Integration
Linear Differential Equations
Differential Equations
FIRST ORDER DIFFERENTIAL EQUATIONS
A second order ordinary differential equation has the general form
Ch 2.1: Linear Equations; Method of Integrating Factors
Chapter 22.
Integration with Unequal Segments
NUMERICAL DIFFERENTIATION AND INTEGRATION
MAE 82 – Engineering Mathematics
Two-Point Gaussian Quadrature Rule
Find all solutions of the polynomial equation by factoring and using the quadratic formula. x = 0 {image}
NUMERICAL INTEGRATION
Gauss Quadrature Rule of Integration
NUMERICAL INTEGRATION
ECE 576 POWER SYSTEM DYNAMICS AND STABILITY
Numerical Computation and Optimization
Pengintegralan Numerik (lanjutan) Pertemuan 10
Mustafa Nasser, PhD, MSc, BSc Chemical Engineering
SKTN 2393 Numerical Methods for Nuclear Engineers
PROGRAMME F5 LINEAR EQUATIONS and SIMULTANEOUS LINEAR EQUATIONS.
Romberg Rule of Integration
Numerical Computation and Optimization
Romberg Rule of Integration
Regression and Correlation of Data
Trigonometric Equations
Numerical Integration
Presentation transcript:

Two-Point Gaussian Quadrature Rule http://nm.MathForCollege.com

Background Trapezoidal Rule by undetermined coefficients http://nm.MathForCollege.com

Basis of the Two-Point Gaussian Quadrature Rule http://nm.MathForCollege.com

How do I find the 4 unknowns? The four unknowns x1, x2, c1 and c2 are found by assuming that the formula gives exact results for integrating a general third order polynomial Exact integral is http://nm.MathForCollege.com

This is what I get from the RHS! http://nm.MathForCollege.com

Equating exact value with formula Equating Equations the two previous two expressions yield http://nm.MathForCollege.com

So we get 4 simultaneous NLEs Since the constants a0, a1, a2, a3 are arbitrary http://nm.MathForCollege.com

Solution of 4 simultaneous NLEs http://nm.MathForCollege.com

Final Expression for 2-point Gauss Quadrature Rule http://nm.MathForCollege.com

THE END http://nm.MathForCollege.com