IIT BOMBAY JANUARY, 2015 ‘Numerical Analysis’ with Visualization by Rasik R. Shah.

Slides:



Advertisements
Similar presentations
Prof. Muhammad Saeed ( Differentiation and Integration )
Advertisements

Numerical Integration
ES 240: Scientific and Engineering Computation. Chapter 17: Numerical IntegrationIntegration  Definition –Total area within a region –In mathematical.
Numeriska beräkningar i Naturvetenskap och Teknik 1. Numerical differentiation and quadrature Discrete differentiation and integration Trapezoidal and.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
Computational Methods in Physics PHYS 3437
Asymptotic error expansion Example 1: Numerical differentiation –Truncation error via Taylor expansion.
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.
Chapter 5 Numerical Differentiation and Integration.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 29 Numerical Integration.
CVEN Exam 1 Review. Matlab Basic commands and syntax Basic commands and syntax Creation of functions and programs Creation of functions and programs.
CVEN Exam 1 Review. Matlab.m files Matlab.m files Programming: FOR, WHILE, IF and FUNCTION Programming: FOR, WHILE, IF and FUNCTION Taylor Series.
ECIV 301 Programming & Graphics Numerical Methods for Engineers REVIEW III.
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.
-S.SIVARAJA Dept of MATHEMATICS.  N-NUMERICAL  M-METHODS EASY TO LEARN & EASY TO SCORE.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21 Newton-Cotes Integration Formula.
Lecture 28: Comparison of different numerical integrators 1.Adaptive Simpson’s and Trapezoid Rules 2. Romberg Integration 3. Adaptive Gaussian Quadrature.
1 Chapter 5 Numerical Integration. 2 A Review of the Definite Integral.
3. Numerical integration (Numerical quadrature) .
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.
Numerical Differential & Integration. Introduction If a function f(x) is defined as an expression, its derivative or integral is determined using analytical.
4.6 Numerical Integration Trapezoid and Simpson’s Rules.
Chapter 17 Boundary Value Problems. Standard Form of Two-Point Boundary Value Problem In total, there are n 1 +n 2 =N boundary conditions.
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:
EE 3561_Unit_1(c)Al-Dhaifallah EE 3561 : - Computational Methods in Electrical Engineering Unit 1: Introduction to Computational Methods and Taylor.
Introduction to Numerical Analysis I MATH/CMPSC 455 Fall 2011 Instructor: Xiaozhe Hu (Shawn)
Application of Differential Applied Optimization Problems.
Review Taylor Series and Error Analysis Roots of Equations
Applied Numerical Method for Engineers and Scientists
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 22.
MECH345 Introduction to Finite Element Methods Chapter 1 Numerical Methods - Introduction.
Techniques for Numerical Integration
6. Numerical Integration 6.1 Definition of numerical integration. 6.2 Reasons to use numerical integration. 6.3 Formulas of numerical Integration. 6.4.
The purpose of Chapter 5 is to develop the basic principles of numerical integration Usefule Words integrate, integral 积分(的), integration 积分(法), quadrature.
SE301_Topic 6Al-Amer20051 SE301:Numerical Methods Topic 6 Numerical Integration Dr. Samir Al-Amer Term 053.
Solving Ordinary Differential Equations
Quadrature – Concepts (numerical integration) Don Allen.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 20 Numerical Integration of Functions.
Part 6 - Chapter 21.
Chapter 7 Numerical Differentiation and Integration
CHAPTER 3 NUMERICAL METHODS.
Chapter 22.
Integration with Unequal Segments
MATH 2140 Numerical Methods
Chapter 7 Numerical Differentiation and Integration
MATH My research interests lie primarily in the area of numerical analysis and scientific computing, …
MATH 2140 Numerical Methods
Matrix Solutions to Linear Systems
WELCOME TO MY CLASS NUMERICAL METHOD Name : Masduki
Differential Equations
MATH 174: NUMERICAL ANALYSIS I
ANSWER THE FOLLOWING BRIEFLY BUT COMPREHENSIVELY.
CPE 332 Computer Engineering Mathematics II
MATH 2140 Numerical Methods
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Numerical Integration
Recapitulation of Lecture 12
Presentation transcript:

IIT BOMBAY JANUARY, 2015 ‘Numerical Analysis’ with Visualization by Rasik R. Shah

Instructional Objective(s) with animation/simulation ITEM YOUR SPECIFICATIONS Numerical Analysis Topic Name URL of animation/simula tion Understand the basic algorithms to solve non- linear equations, Linear algebraic equations, Interpolation and Curve fitting, Numerical Integration and ordinary differential equation. Learning objective(s)

Step No. Time (Hrs.) What teacher will doWhat student will do Which visualization feature used, if any 13 Numerical Approximation and Errors. Understand different types of errors. Yes 29Solution of Algebraic and Transcendental Equation Understand the basic and able to solve algebraic and transcendental equation. Yes 39Solution of Linear EquationsStudent learn to solve linear system using matrices. Yes 47Numerical IntegrationIntegration can be solve by different adaptive methods. Yes 59Ordinary Differential Equations Help to solve differential equation more accurately. No 69Curve Fitting and Interpolation Understand the concept of interval and how to fit the curve. Yes ‘Lesson Plan’

Process to follow for creating ‘Lesson Plan of Numerical Integration’ with visualization 4 Step 1 Objectives to solve Integration examples by numerical solution. Step 2 Apply Trapezoidal rule, Simpson’s rule, Romberg Integration, etc to solve Integration. Step 3 Comparisons of all method for better accuracy.

Numerical Integration Basic Issues in IntegrationObjectives Key concepts

Newton’s Cotes Integration

Trapezoidal Rule

Simpson’s 1/3 rule

Simpson’s 3/8 rule

Key Notes

Comparisons of Method

Romberg Integration

Taking different value of a

Continue…..

Gaussian Quadrature

Example:

Comparison of Romberg & Gauss Quad.

Step No. Time (Hrs.) What teacher will doWhat student will do Which visualization feature used, if any 11Explain Integration Methods. Understand different types of errors. Yes 21Trapezoidal Rule.Understand the basic and able to solve integration. Yes 31Simpsons 1/3 & 3/8 RuleStudent learn to take proper method for accuracy Yes 41Boole’s Rule and Error.Integration can be solve by different adaptive methods. Yes 51Weddle Rule and Error.Help to solve integration equation more accurately. Yes 61Romberg Integration.Student learn to take proper method for accuracy Yes 71Gaussian Quadrature.Integration can be solve by different adaptive methods. Yes ‘Lesson Plan of Numerical Integration’

Repositories you can consult RepositoriesURL OSCARhttp://oscar.iitb.ac.in/availableanimati ons.do MIT-TEALhttp://web.mit.edu/8.02t/www/802TE AL3D/ National Science Digital Library (NSDL) SCRATCH-MIThttp://scratch.mit.edu/studios/73223/ Khan Academyhttps:// MERLOThttp:// tm Physics + Maths appletshttp:// tml Wisconsin Onlinehttp:// online.com/ListObjects.aspx