DEFINITE INTEGRALS & NUMERIC INTEGRATION

Slides:



Advertisements
Similar presentations
Request Dispatching for Cheap Energy Prices in Cloud Data Centers
Advertisements

SpringerLink Training Kit
Luminosity measurements at Hadron Colliders
From Word Embeddings To Document Distances
Choosing a Dental Plan Student Name
Virtual Environments and Computer Graphics
Chương 1: CÁC PHƯƠNG THỨC GIAO DỊCH TRÊN THỊ TRƯỜNG THẾ GIỚI
THỰC TIỄN KINH DOANH TRONG CỘNG ĐỒNG KINH TẾ ASEAN –
D. Phát triển thương hiệu
NHỮNG VẤN ĐỀ NỔI BẬT CỦA NỀN KINH TẾ VIỆT NAM GIAI ĐOẠN
Điều trị chống huyết khối trong tai biến mạch máu não
BÖnh Parkinson PGS.TS.BS NGUYỄN TRỌNG HƯNG BỆNH VIỆN LÃO KHOA TRUNG ƯƠNG TRƯỜNG ĐẠI HỌC Y HÀ NỘI Bác Ninh 2013.
Nasal Cannula X particulate mask
Evolving Architecture for Beyond the Standard Model
HF NOISE FILTERS PERFORMANCE
Electronics for Pedestrians – Passive Components –
Parameterization of Tabulated BRDFs Ian Mallett (me), Cem Yuksel
L-Systems and Affine Transformations
CMSC423: Bioinformatic Algorithms, Databases and Tools
Some aspect concerning the LMDZ dynamical core and its use
Bayesian Confidence Limits and Intervals
实习总结 (Internship Summary)
Current State of Japanese Economy under Negative Interest Rate and Proposed Remedies Naoyuki Yoshino Dean Asian Development Bank Institute Professor Emeritus,
Front End Electronics for SOI Monolithic Pixel Sensor
Face Recognition Monday, February 1, 2016.
Solving Rubik's Cube By: Etai Nativ.
CS284 Paper Presentation Arpad Kovacs
انتقال حرارت 2 خانم خسرویار.
Summer Student Program First results
Theoretical Results on Neutrinos
HERMESでのHard Exclusive生成過程による 核子内クォーク全角運動量についての研究
Wavelet Coherence & Cross-Wavelet Transform
yaSpMV: Yet Another SpMV Framework on GPUs
Creating Synthetic Microdata for Higher Educational Use in Japan: Reproduction of Distribution Type based on the Descriptive Statistics Kiyomi Shirakawa.
MOCLA02 Design of a Compact L-­band Transverse Deflecting Cavity with Arbitrary Polarizations for the SACLA Injector Sep. 14th, 2015 H. Maesaka, T. Asaka,
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Fuel cell development program for electric vehicle
Overview of TST-2 Experiment
Optomechanics with atoms
داده کاوی سئوالات نمونه
Inter-system biases estimation in multi-GNSS relative positioning with GPS and Galileo Cecile Deprez and Rene Warnant University of Liege, Belgium  
ლექცია 4 - ფული და ინფლაცია
10. predavanje Novac i financijski sustav
Wissenschaftliche Aussprache zur Dissertation
FLUORECENCE MICROSCOPY SUPERRESOLUTION BLINK MICROSCOPY ON THE BASIS OF ENGINEERED DARK STATES* *Christian Steinhauer, Carsten Forthmann, Jan Vogelsang,
Particle acceleration during the gamma-ray flares of the Crab Nebular
Interpretations of the Derivative Gottfried Wilhelm Leibniz
Advisor: Chiuyuan Chen Student: Shao-Chun Lin
Widow Rockfish Assessment
SiW-ECAL Beam Test 2015 Kick-Off meeting
On Robust Neighbor Discovery in Mobile Wireless Networks
Chapter 6 并发:死锁和饥饿 Operating Systems: Internals and Design Principles
You NEED your book!!! Frequency Distribution
Y V =0 a V =V0 x b b V =0 z
Fairness-oriented Scheduling Support for Multicore Systems
Climate-Energy-Policy Interaction
Hui Wang†*, Canturk Isci‡, Lavanya Subramanian*,
Ch48 Statistics by Chtan FYHSKulai
The ABCD matrix for parabolic reflectors and its application to astigmatism free four-mirror cavities.
Measure Twice and Cut Once: Robust Dynamic Voltage Scaling for FPGAs
Online Learning: An Introduction
Factor Based Index of Systemic Stress (FISS)
What is Chemistry? Chemistry is: the study of matter & the changes it undergoes Composition Structure Properties Energy changes.
THE BERRY PHASE OF A BOGOLIUBOV QUASIPARTICLE IN AN ABRIKOSOV VORTEX*
Quantum-classical transition in optical twin beams and experimental applications to quantum metrology Ivano Ruo-Berchera Frascati.
The Toroidal Sporadic Source: Understanding Temporal Variations
FW 3.4: More Circle Practice
ارائه یک روش حل مبتنی بر استراتژی های تکاملی گروه بندی برای حل مسئله بسته بندی اقلام در ظروف
Decision Procedures Christoph M. Wintersteiger 9/11/2017 3:14 PM
Limits on Anomalous WWγ and WWZ Couplings from DØ
Presentation transcript:

DEFINITE INTEGRALS & NUMERIC INTEGRATION Calculus answers two very important questions. The first, how to find the instantaneous rate of change, we answered with our study of the derivative. We are now ready to answer the second question: how to find the area of irregular regions. Let us start with simple way how to calculate area under the curve that is not well known shape from geometry Very often, we don’t even have a function, but only measurements taken from real life. Point to point. And we have to find area !!!!

Area under the curve. Left-hand Rectangular Approximation Method (LRAM / Ln ) We could estimate the area under the curve by drawing rectangles touching at their left corners. Approximate area: Right-hand Rectangular Approximation Method (RRAM / Rn ) Approximate area:

Midpoint Rectangular Approximation Method (MRAM / Mn ) Approximate area: M4 = With 8 subintervals: Approximate area: M8 = 6.65624

Is there an exact value for area under the curve? Trapezoidal Approximation Method (Tn) Approximate area: T4 Is there an exact value for area under the curve? L4 = 5.75 M4 = 6.625 T4 = 6.75 M8 = 6.65624 R4 = 7.75

Taking the limit as n approaches infinity all methods give the same result: definite integral. The process of finding the sum of the areas of rectangles to approximate area of a region is called Riemann Sums, after Bernhard Riemann, who pioneered the process. SUM BECOMES INTEGRAL

function 𝑓 over interval 𝑎, 𝑏 . ∆𝑥= 𝑏−𝑎 𝑛 𝑥 𝑖 =𝑎+(𝑛−1)∆𝑥 𝐼𝑛 𝑙𝑖𝑚𝑖𝑡 𝑎𝑠 𝑛→∞ 𝑓 𝑥 𝑖 →𝑓 𝑥 ∆𝑥→𝑑𝑥 lim ∆𝑥→0 𝑖=1 𝑛 𝑓 𝑥 𝑖 ∆𝑥= 𝑎 𝑏 𝑓 𝑥 𝑑𝑥=𝐹 𝑏 −𝐹(𝑎) Leibnitz introduced a simpler notation for the definite integral: 𝑏 𝑎 𝑓(𝑥) definite integral of function 𝑓 over interval 𝑎, 𝑏 .

Area under a Curve When the curve is above the ‘x’ axis, the area is the same as the definite integral : Y Area = y= f(x) x = a x= b x © iTutor. 2000-2013. All Rights Reserved

But when the graph line is below the ‘x’ axis, the definite integral is negative. The area is then given by: Area = y= f(x) © iTutor. 2000-2013. All Rights Reserved

And as you can see definite integral is not automatically area; it is rather NET accumulation of the function over interval [a, b]

variable of integration upper limit of integration Integration Symbol integrand variable of integration (dummy variable) lower limit of integration It is called a dummy variable because the answer does not depend on the variable chosen.

AREA IS ALWAYS POSITIVE IN MATH If 𝑦=𝑓 𝑥 is nonnegative and integrable over a closed interval 𝑎, 𝑏 then the area under the curve 𝑦=𝑓 𝑥 from 𝑎 to 𝑏 is the definite integral of 𝑓 from 𝑎 to 𝑏. 𝐴= 𝑎 𝑏 𝑓 𝑥 𝑑𝑥 If 𝑦=𝑓 𝑥 is negative and integrable over a closed interval 𝑎, 𝑏 , then the area under the curve 𝑦=𝑓 𝑥 from 𝒂 to 𝒃 is the OPPOSITE of the definite integral of 𝑓 from 𝑎 to 𝑏. 𝐴=− 𝑎 𝑏 𝑓 𝑥 𝑑𝑥 AREA IS ALWAYS POSITIVE IN MATH If 𝑦=𝑓 𝑥 is both positive and negative on closed interval 𝑎,𝑏 , then 𝑎 𝑏 𝑓 𝑥 𝑑𝑥 will NOT give us the area. In general, 𝑎 𝑏 𝑓 𝑥 𝑑𝑥 does NOT give us the area but rather the NET accumulation over the interval from 𝑥=𝑎 to 𝑥=𝑏. In velocity – time graph, net accumulation of integral is displacement the area (absolute value) is distance !!!!!!

If we are integrating by hand, we must decide if and where the graph crosses the x-axis, then split up our interval, manually making negative regions positive. The following property will help accomplish this: 𝑎 𝑏 𝑓 𝑥 𝑑𝑥= 𝑎 𝑐 𝑓 𝑥 𝑑𝑥+ 𝑐 𝑏 𝑓 𝑥 𝑑𝑥 if the calculator is permitted, then evaluate 𝑎 𝑏 𝑓 𝑥 𝑑𝑥 If you use the absolute value function, you don’t need to find the roots.

Difference between the Value of a Definite Integral and Total Area Find the mean (average) value of the function 𝑓 𝑥 =𝑠𝑖𝑛𝑥 over the interval 0, 2𝜋 Total Area 0 2𝜋 𝑠𝑖𝑛𝑥 𝑑𝑥 = = 0 𝜋 𝑠𝑖𝑛𝑥 𝑑𝑥 − 𝜋 2𝜋 𝑠𝑖𝑛𝑥 𝑑𝑥 Value of the Definite Integral 𝜋 2𝜋 𝜋 =−𝑐𝑜𝑠𝑥 − (−𝑐𝑜𝑠𝑥) 0 2𝜋 𝑠𝑖𝑛𝑥 𝑑𝑥 = 2𝜋 −𝑐𝑜𝑠𝑥 = =− −1 − 1 + 1−(−1) −𝑐𝑜𝑠 2𝜋 − −𝑐𝑜𝑠 0 = =4 − 1 − −1 =

Example 1: The graph of 𝑦=𝑓 𝑥 is shown below. If A1 and A2 are positive numbers that represent the areas of the shaded regions, then shaded area A1 and A2 is: A1 – A2 – 2(– A2 ) = A1 + A2 How else? Simple?