NUMERICAL INTEGRATION

Slides:



Advertisements
Similar presentations
Objectives 1.3 To understand and apply the distributive property To remove parentheses by multiplying To insert parentheses by factoring expressions To.
Advertisements

1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
By S Ziaei-Rad Mechanical Engineering Department, IUT.
Numerical Integration of Functions
Numerical Integration
1.Be able to determine the degree of a polynomial. 2.Be able to classify a polynomial. 3.Be able to write a polynomial in standard form.
Section 4: Implementation of Finite Element Analysis – Other Elements
MANE 4240 & CIVL 4240 Introduction to Finite Elements
ECIV 720 A Advanced Structural Mechanics and Analysis
ECIV 720 A Advanced Structural Mechanics and Analysis
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 30 Numerical Integration & Differentiation.
FEA Simulations Usually based on energy minimum or virtual work Component of interest is divided into small parts – 1D elements for beam or truss structures.
MANE 4240 & CIVL 4240 Introduction to Finite Elements Numerical Integration in 1D Prof. Suvranu De.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 29 Numerical Integration.
MA/CS 375 Fall MA/CS 375 Fall 2002 Lecture 32.
MCE 561 Computational Methods in Solid Mechanics
Quadrature Greg Beckham. Quadrature Numerical Integration Goal is to obtain the integral with as few computations of the integrand as possible.
EXAMPLE 1 Identify polynomial functions 4 Decide whether the function is a polynomial function. If so, write it in standard form and state its degree,
1 NUMERICAL INTEGRATION Motivation: Most such integrals cannot be evaluated explicitly. Many others it is often faster to integrate them numerically rather.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
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.
MA2213 Lecture 4 Numerical Integration. Introduction Definition is the limit of Riemann sums I(f)
6. Introduction to Spectral method. Finite difference method – approximate a function locally using lower order interpolating polynomials. Spectral method.
EXAMPLE 3 Factor by grouping Factor the polynomial x 3 – 3x 2 – 16x + 48 completely. x 3 – 3x 2 – 16x + 48 Factor by grouping. = (x 2 – 16)(x – 3) Distributive.
Approximation on Finite Elements Bruce A. Finlayson Rehnberg Professor of Chemical Engineering.
MECH345 Introduction to Finite Element Methods Chapter 1 Numerical Methods - Introduction.
Use of Newton-Cotes Formulas and eventual shortcomings Matlab code to increase number of segments with trapezoid, 1/3 and 3/8 rule.
Runge Kutta schemes Taylor series method Numeric solutions of ordinary differential equations.
Evaluate the following functions with the given value.
X1X1 X2X2  Basic Kinematics Real Applications Simple Shear Trivial geometry Proscribed homogenous deformations Linear constitutive.
4.3 Matrix of Linear Transformations y RS T R ′S ′ T ′ x.
The Finite Element Approach to Thermal Analysis Appendix A.
Polynomials and Polynomial Functions
Polynomials and Polynomial Functions
CHEM-E7130 Process Modeling Lecture 6
2/16/2017 Prof Xin (Cindy) Wang
Solving Higher Degree Polynomial Equations.
Linear homogeneous ODEn with constant coefficients
INTEGRATION & TECHNIQUES OF INTEGRATION
NON LINEAR FUNCTION Quadratic Function.
8-6 Solving Polynomial equations in factored form
Introduction to Polynomials
FEM : Finite Element Method 2017.
Chapter 22.
CHAP 6 FINITE ELEMENTS FOR PLANE SOLIDS
Multiplying Binomials
Polynomials.
Two-Point Gaussian Quadrature Rule
FEA Simulations Boundary conditions are applied
Polynomials.
Find all solutions of the polynomial equation by factoring and using the quadratic formula. x = 0 {image}
Evaluate Polynomial Functions
1. Use the quadratic formula to find all real zeros of the second-degree polynomial
Polynomial Functions and Models
NUMERICAL INTEGRATION
Polynomials.
Warm Up Simplify: a)
Two-Point Gaussian Quadrature Rule
Numerical Computation and Optimization
SKTN 2393 Numerical Methods for Nuclear Engineers
Polynomials.
Introduction to Polynomials
5.8 Analyze Graphs of Polynomial Functions
Numerical Integration
Presentation transcript:

NUMERICAL INTEGRATION Stiffness matrix and distributed load calculations involve integration over the domain In many cases, analytical integration is very difficult Numerical integration based on Gauss Quadrature is commonly used in finite element programs Gauss Quadrature: Integral is evaluated using function values and weights. si: Gauss integration points, wi: integration weights f(si): function value at the Gauss point n: number of integration points.

ONE INTEGRATION POINT Constant Function: f(s) = 4 Use one integration point s1 = 0 and weight w1 = 2 Why? The numerical integration is exact. Linear Function: f(s) = 2s + 1 Use one integration point s1 = 0 and weight w1 = 2 One-point Gauss Quadrature can integrate constant and linear functions exactly.

TWO POINTS AND MORE Quadratic Function: f(s) = 3s2 + 2s + 1 Let’s use one-point Gauss Quadrature One-point integration is not accurate for quadratic function Let’s use two-point integration with w1 = w2 = 1 and -s1 = s2 = Gauss Quadrature points and weights are selected such that n integration points can integrate (2n – 1)-order polynomial exactly.

GAUSS QUADRATURE POINTS AND WEIGHTS What properties do positions and weights have? n Integration Points (si) Weights (wi) Exact for polynomial of degree 1 0.0 2.0 2 .5773502692 1.0 3 .7745966692 .5555555556 .8888888889 5 4 .8611363116 .3399810436 .3478546451 .6521451549 7 .9061798459 .5384693101 .2369268851 .4786286705 .5688888889 9

TWO DIMENSIONAL INTEGRATION multiplying two one-dimensional Gauss integration formulas Total number of integration points = m×n. s t (a) 11 (b) 22 (c) 33

EXAMPLE 6.9 Integrate the following polynomial: One-point formula Two-point formula

EXAMPLE 6.9 3-point formula 4-point formula 4-point formula yields the exact solution. Why?

APPLICATION TO STIFFNESS MATRIX Application to Stiffness Matrix Integral