Applied Numerical Methods

Slides:



Advertisements
Similar presentations
ES 240: Scientific and Engineering Computation. Chapter 17: Numerical IntegrationIntegration  Definition –Total area within a region –In mathematical.
Advertisements

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter Four Trusses.
Numerical Integration
Numerical Integration Lecture (II)1
Newton-Cotes Integration Formula
Chapter 17 Numerical Integration Formulas. Graphical Representation of Integral Integral = area under the curve Use of a grid to approximate an integral.
Numerical Integration Lecture (I)1
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Numerical Differentiation and Integration Standing.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Numerical Differentiation and Integration ~ Newton-Cotes.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Numerical Differentiation and Integration Standing.
Numerical Integration Formulas
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.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Applied Numerical Methods With MATLAB ® for Engineers.
Numerical Integration Approximating Definite Integral.
Today’s class Numerical Integration Newton-Cotes Numerical Methods
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Applied Numerical Methods With MATLAB ® for Engineers.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 22.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 6 - Chapter 21.
Applied Numerical Methods
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Applied Numerical Methods With MATLAB ® for Engineers.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 5.5 Trapezoidal Rule.
Java for Engineers and Scientists 1 st Edition Gary J. Bronson.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 5 Integration and Differentiation.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Applied Numerical Methods With MATLAB ® for Engineers.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 20 Numerical Integration of Functions.
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Part 6 - Chapter 21.
Applied Numerical Methods
Applied Numerical Methods
PowerPoint Presentation Materials Transportation Engineering
Numerical Integration Formulas
PowerPoint Presentations
Copyright © The McGraw-Hill Companies, Inc
NUMERICAL DIFFERENTIATION AND INTEGRATION
Chapter 3 Image Slides Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction to Algorithms Second Edition by
Discrete Mathematics and Its Applications Chapter 7 Images
Energy Transfer by Heat, Work, and Mass
Chapter R A Review of Basic Concepts and Skills
Introduction to Algorithms Second Edition by
Copyright ©2014 The McGraw-Hill Companies, Inc
Applied Numerical Methods
Introduction to Algorithms Second Edition by
Assignment Pages: 10 – 12 (Day 1) Questions over Assignment? # 1 – 4
Introduction to Algorithms Second Edition by
Chapter R.2 A Review of Basic Concepts and Skills
Chapter 12 Image Slides Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Chapter 5 Foundations in Microbiology Fourth Edition
Introduction to Algorithms Second Edition by
Introduction to Algorithms Second Edition by
Title Chapter 22 Image Slides
Simpson’s 1/3rd Rule of Integration
Simpson’s 1/3rd Rule of Integration
Copyright © The McGraw-Hill Companies, Inc
Introduction to Algorithms Second Edition by
CHAPTER 6 SKELETAL SYSTEM
Introduction to Algorithms Second Edition by
Energy Transfer by Heat, Work, and Mass
Journey to the Cosmic Frontier
Journey to the Cosmic Frontier
Discrete Mathematics and Its Applications Chapter 7 Images
Journey to the Cosmic Frontier
Chapter 24 Image Slides* *See PowerPoint Lecture Outline for a complete ready-made presentation integrating art and lecture notes Copyright © The.
Chapter 3 Introduction to Physical Design of Transportation Facilities.
Introduction to Algorithms Second Edition by
Presentation transcript:

Applied Numerical Methods PowerPoint to accompany Applied Numerical Methods With MATLAB® for Engineers and Scientists First Edition Steven C. Chapra Chapter 16 Copyright © 2005. The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Graphical representation of the integral of f(x) between the limits x = a to b. The integral is equivalent to the area under the curve. Figure 16.1 16-1

Examples of how integration is used to evaluate areas in engineering and scientific applications. (a) A surveyor might need to know the area of a field bounded by a meandering stream and two roads. (b) A hydrologist might need to know the cross-sectional area of a river. (c) A structural engineer might need to determine the net force due to a nonuniform wind blowing against the side of a skyscraper. Figure 16.2 16-2

An illustration of the mean for (a) discrete and (b) continuous data. Figure 16.3 16-3

The approximation of an integral by the area under (a) a straight line and (b) a parabola. Figure 16.4 16-4

The approximation of an integral by the area under three straight-line segments. Figure 16.5 16-5

The difference between (a) closed and (b) open integration formulas. Figure 16.6 16-6

Graphical depiction of the trapezoidal rule. Figure 16.7 16-7

Graphical depiction of the use of a single application of the trapezoidal rule to approximate the integral of f(x) = 0.2 + 25x – 200x2 + 675x3 – 900x4 + 400x5 from x = 0 to 0.8. Figure 16.8 16-8

Composite trapezoidal rule. Figure 16.9 16-9

M-file to implement the composite trapezoidal rule. Figure 16.10 16-10

(a) Graphical depiction of Simpson’s 1/3 rule: It consists of taking the area under a parabola connecting three points. (b) Graphical depiction of Simpson’s 3/8 rule: It consists of taking the area under a cubic equation connecting four points. Figure 16.11 16-11

Composite Simpson’s 1/3 rule Composite Simpson’s 1/3 rule. The relative weights are depicted above the function values. Note that the method can be employed only if the number of segments is even. Figure 16.12 16-12

Illustration of how Simpson’s 1/3 and 3/8 rules can be applied in tandem to handle multiple applications with odd numbers of intervals. Figure 16.13 16-13

M-file to implement the trapezoidal rule for unequally spaced data. Figure 16.14 16-14

Double integral as the area under the function surface. Figure 16.15 16-15

Numerical evaluation of a double integral using the two-segment trapezoidal rule. Figure 16.16 16-16

Water exerting pressure on the upstream face of a dam: (a) side view showing force increasing linearly with depth; (b) front view showing width of dam in meters. Figure P16.9 16-17