Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Six Numerical Differentiation and Integration.

Slides:



Advertisements
Similar presentations
Chapter 6 Differential Equations
Advertisements

Average Value and the 2 nd Fundamental Theorem. What is the area under the curve between 0 and 2? f(x)
Numerical Integration
Mech4740 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Five Curve Fitting.
CISE301_Topic61 SE301: Numerical Methods Topic 6 Numerical Differentiation Lecture 23 KFUPM Read Chapter 23, Sections 1-2.
EE3561_Unit 6(c)AL-DHAIFALLAH14351 EE 3561 : Computational Methods Unit 6 Numerical Differentiation Dr. Mujahed AlDhaifallah ( Term 342)
Chapter 7 Numerical Differentiation and Integration
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Three Linear Algebraic Equations.
Numerical Methods for Engineers MECH 300 Hong Kong University of Science and Technology.
ECIV 301 Programming & Graphics Numerical Methods for Engineers.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Seven Ordinary Differential Equations.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
The Hong Kong University of Science and Technology MECH 251 CAD/CAM MECH251 LABORATORY CLASS SolidWorks & MasterCAM learning.
Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Four Optimization.
Dr. Jie Zou PHY Chapter 7 Numerical Differentiation: 1 Lecture (I) 1 Ref: “Applied Numerical Methods with MATLAB for Engineers and Scientists”, Steven.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 27 Numerical Integration & Differentiation.
4.1 Antiderivatives and Indefinite Integrals Defn. A function F(x) is an antiderivative of f(x) on an interval I if F '(x)=f(x) for all x in I. ex. Find.
1Chapter 2. 2 Example 3Chapter 2 4 EXAMPLE 5Chapter 2.
Differential Equations and Boundary Value Problems
Module 1 Introduction to Ordinary Differential Equations Mr Peter Bier.
Licensed Electrical & Mechanical Engineer
Math 231: Differential Equations Set 1: Basic Ideas Notes abridged from the Power Point Notes of Dr. Richard Rubin.
3.1 –Tangents and the Derivative at a Point
5.c – The Fundamental Theorem of Calculus and Definite Integrals.
5.4 Fundamental Theorem of Calculus Quick Review.
A Brief Introduction to Differential Equations Michael A. Karls.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty EXACT: DIFFERENTIAL EQUATIONS Economic Applications LESSON 5 prof. Beatrice Venturi.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Engineering Analysis – Computational Fluid Dynamics –
Antiderivatives Indefinite Integrals. Definition  A function F is an antiderivative of f on an interval I if F’(x) = f(x) for all x in I.  Example:
Sect. 4.1 Antiderivatives Sect. 4.2 Area Sect. 4.3 Riemann Sums/Definite Integrals Sect. 4.4 FTC and Average Value Sect. 4.5 Integration by Substitution.
Math – Antiderivatives 1. Sometimes we know the derivative of a function, and want to find the original function. (ex: finding displacement from.
Antiderivatives and Indefinite Integration. 1. Verify the statement by showing that the derivative of the right side equals the integrand of the left.
Review Calculus (Make sure you study RS and WS 5.3)
Write the derivative for each of the following.. Calculus Indefinite Integrals Tuesday, December 15, 2015 (with a hint of the definite integral)
Copyright © 2015, 2012, and 2009 Pearson Education, Inc. 1 Section 6.4 Fundamental Theorem of Calculus Applications of Derivatives Chapter 6.
5.a – Antiderivatives and The Indefinite Integral.
Chapter 1 Partial Differential Equations
DIFFERENTIAL EQUATIONS Note: Differential equations are equations containing a derivative. They can be solved by integration to obtain a general solution.
9.1 Solving Differential Equations Mon Jan 04 Do Now Find the original function if F’(x) = 3x + 1 and f(0) = 2.
Differential Equations
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
Ordinary Differential Equations (ODEs). Objectives of Topic  Solve Ordinary Differential Equations (ODEs).  Appreciate the importance of numerical methods.
Solving Ordinary Differential Equations
Antiderivatives and Indefinite Integrals Modified by Mrs. King from Paul's Online Math Tutorials and Notes
Section 9.4 – Solving Differential Equations Symbolically Separation of Variables.
1 Numerical Differentiation. 2  First order derivatives  High order derivatives  Examples.
Antiderivatives 5.1.
Antidifferentiation and Indefinite Integrals
Derivative of an Exponential
FE Exam Tutorial
Central Divided Difference
MATH 2140 Numerical Methods
Chapter 7 Numerical Differentiation and Integration
Chapter 27.
Section Indefinite Integrals
MATH 2140 Numerical Methods
6.1: Antiderivatives and Indefinite Integrals
Calculus (Make sure you study RS and WS 5.3)
73 – Differential Equations and Natural Logarithms No Calculator
Forward Divided Difference
Differentiate the function:    {image} .
SKTN 2393 Numerical Methods for Nuclear Engineers
PROGRAMME 17 INTEGRATION 2.
Section Indefinite Integrals
Forward Divided Difference
1. Antiderivatives and Indefinite Integration
Fundamental Theorem of Calculus
MATH 2140 Numerical Methods
Presentation transcript:

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 1 Part Six Numerical Differentiation and Integration

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 2 Motivation You encounter differentiation and integration every day! Differentiation: Almost all physical processes/phenomena are best cast in differentiation form Example:Newtons 2 nd law:F = (dv/dt)m Heat conduction:Heat flux = -k’ (dT/dx) Our parachutist problem:dv/dt = (mg – cv)/m Integration: Integration is commonplace in science and engineering Urban area River cross-section Windblow on rocket

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 3 What are Differentiation and Integration? Differentiation :rate of change of a dependent variable with respect to an independent variable. Integration :the integral of the function f(x) with respect to the independent variable x, evaluated between the limits x = a to x = b.

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 4 Why Numerical Methods? Very often, the function f(x) to differentiate or the integrand to integrate is too complex to derive exact analytical solutions. In most cases in engineering, the function f(x) is only available in a tabulated form with values known only at discrete points. Numerical Solution Example: numerical integration

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 5 Examples of Numerical Differentiation and Integration Differentiation Integration There exist much more efficient and accurate numerical methods than these two! They are the ones we are to learn!

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 6 Some Often Used Math Derivations Integration Differentiation

Mech300 Numerical Methods, Hong Kong University of Science and Technology. 7 Overall Structure