SlideShare uma empresa Scribd logo
1 de 23
Newton Cotes Integration Method
Prepared By:- Pabari Shashikant.
INTRODUCTION
 -In numerical analysis, the Newton–Cotes formulae, also called the Newton–Cotes
quadrature rules or simply Newton–Cotes rules, are a group of formulae for
numerical integration(also called quadrature) based on evaluating the integrand at
equally spaced points.
 -They are named after Isaac Newton and Roger Cotes.
 -Newton–Cotes formulae can be useful if the value of the integrand
at equally spaced points is given.
DESCRIPTION
 It is assumed that the value of a function ƒ defined on [a, b] is known at
equally spaced points xi, for i = 0, …, n, where x0 = a and xn = b.
 Solved Using Newton-Cotes Formulae
 There are two types of Newton–Cotes formulae,
1)The "closed" type.
2)The "open" type.
the closed newton-cotes formulae
 In this type which uses the function value at all ʆ points.
 The closed Newton–Cotes formula of degree n is stated as…
 b n
∫ f(x) dx = ∑ wi.f(xi)
a i=0
 where xi = h i + x0, with h (called the step size) equal to (xn − x0) / n = (b −
a) / n.
 The wi are called weights.
Closed Newton–Cotes Formulae
Degree Common name Formula Error term
1 Trapezoid rule
2 Simpson's rule
3 Simpson's 3/8 rule
4 Boole's rule
Trapezoid rules
 Trapezoidal Rule is based on the Newton-Cotes Formula that states if one can
approximate the integrand as an nth order polynomial
 Then the integral of that function is approximated by the integral of that nth
order polynomial.
 Trapezoidal Rule assumes n=1, that is, the area under the linear polynomial,
 -The trapezoidal rule works by approximating the region under the graph
of the function as a trapezoid and calculating its area. It follows that ….
The function f(x) (in blue) is
approximated by a linear
function (in red).
Error analysis
 The error of the composite trapezoidal rule is the difference between
the value of the integral and the numerical result.
 here exists a number ξ between a and b, such that
Method Derived From Geometry
The area under the
curve is a trapezoid.
The integral
trapezoidofAreadxxf
b
a
 )(
)height)(sidesparallelofSum(
2
1

  )ab()a(f)b(f 
2
1



 

2
)b(f)a(f
)ab(
Figure 2: Geometric Representation
f(x)
a b

b
a
dx)x(f1
y
x
f1(x)
Example 1
The vertical distance covered by a rocket from t=8 to t=30
seconds is given by:
a) Use single segment Trapezoidal rule to find the distance
covered.
b) Find the true error, for part (a).
c) Find the absolute relative true error, for part (a).
tE
a
 











30
8
8.9
2100140000
140000
ln2000 dtt
t
x
Solution



 

2
)()(
)(
bfaf
abIa)
8a 30b
t
t
tf 8.9
2100140000
140000
ln2000)( 





)8(8.9
)8(2100140000
140000
ln2000)8( 






f
)30(8.9
)30(2100140000
140000
ln2000)30( 






f
sm /27.177
sm /67.901
Solution (cont)



 

2
67.90127.177
)830(I
m11868
a)
b) The exact value of the above integral is
 











30
8
8.9
2100140000
140000
ln2000 dtt
t
x m11061
Solution (cont)
b) ValueeApproximatValueTrueEt 
1186811061 
m807
c) The absolute relative true error, , would bet
100
11061
1186811061


t %2959.7
Open Newton–Cotes Formulas
Common
name
step size
Formula Error term
Degree
Rectangle rule,
or
midpoint rule
2
Trapezoid
method
3
Milne's rule 4
No Name 5
The Open Newton-Cotes formula
 In this type which not use the function values at the endpoints.
 b n-1
∫ f(x) dx = ∑ wi.f(xi)
a i=1
 The weights are found in a manner similar to the closed formula.
rectangular rules
 The rectangle method also called the midpoint or mid-ordinate rule.
 It computes an approximation to a definite integral, made by finding the area
of a collection of rectangles whose heights are determined by the values of the
function.
 Formula:- (b - a) f1
 Specifically, the interval over which the function is to be integrated is divided
into equal sub intervals of length.
 The rectangles are then drawn so that either their left or right corners, or the
middle of their top line lies on the graph of the function, with bases running along
the –axis,,,
 Giving formula are,,,,,
 where h=(b - a) / N And Xn=a + nh
The formula for above gives for the Top-left corner approximation.
Animation Based Rectangular Method Graph
Midpoint Approximation
Graph
Error Analysis
 For a function which is twice differentiable, the approximation error
in each section of the midpoint rule decays as the cube of the
width of the rectangle.
 for some in . Summing this, the approximation error for intervals with
width is less than or equal to
 N=1,2,3 where n + 1 is the number of nodes
 n terms of the total interval,we know that so we can rewrite the
expression:
 for some in (a,b).
Application of Simpson’s Rules
 Space
 Find the distance of the travel through velocity and interval of time
 Find the Volume of the solid
 Calculate amount of earth that must be moved to fill a depression
or make a dam.
The Velocity v(km/min) of a moped which starts from rest is given at
fixed intervals of time t(min) as follows:
 
km309.3372)2*804*(0
3
220
0tsdistancerequiredtheHence
725202018v8v6v4v2E
80211322510v9v7v5v3v1O
000v10v1X
etc.25v3,18v2,10v1,0v0,2hHere
20
0
rulesSimpson'by,2.E4.OX
3
h
dtv20
0ts
v
dt
ds
02511203229251810:v
2018161412108420:t





 

Estimate Approximately the distance covered in 20 minutes.
Sol. If s(km) be the distance covered in t(min), then
REAL TIME EXAMPLE OF SIMPSON’S METHOD
Newton cotes integration  method

Mais conteúdo relacionado

Mais procurados

MATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationMATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationAinul Islam
 
Euler's Method
Euler's MethodEuler's Method
Euler's Methoddmidgette
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical IntegrationTausif Shahanshah
 
Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.AmitKumar8151
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsDr. Maamoun Ahmed
 
Spline Interpolation
Spline InterpolationSpline Interpolation
Spline InterpolationaiQUANT
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSnaveen kumar
 
Spline interpolation numerical methods presentation
Spline interpolation numerical methods presentationSpline interpolation numerical methods presentation
Spline interpolation numerical methods presentationShohanur Nishad
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve Mukuldev Khunte
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Minhas Kamal
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iterationIsaac Yowetu
 
General Quadrature Equation
General Quadrature EquationGeneral Quadrature Equation
General Quadrature EquationMrinalDev1
 
trapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 ruletrapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 rulehitarth shah
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equationsgandhinagar
 

Mais procurados (20)

MATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationMATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and Integration
 
Euler's Method
Euler's MethodEuler's Method
Euler's Method
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.Iteration method-Solution of algebraic and Transcendental Equations.
Iteration method-Solution of algebraic and Transcendental Equations.
 
Solving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relationsSolving linear homogeneous recurrence relations
Solving linear homogeneous recurrence relations
 
Spline Interpolation
Spline InterpolationSpline Interpolation
Spline Interpolation
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
 
Spline interpolation numerical methods presentation
Spline interpolation numerical methods presentationSpline interpolation numerical methods presentation
Spline interpolation numerical methods presentation
 
weddle's rule
weddle's ruleweddle's rule
weddle's rule
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
21 simpson's rule
21 simpson's rule21 simpson's rule
21 simpson's rule
 
Interpolation
InterpolationInterpolation
Interpolation
 
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
Numerical Method Analysis: Algebraic and Transcendental Equations (Non-Linear)
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
 
General Quadrature Equation
General Quadrature EquationGeneral Quadrature Equation
General Quadrature Equation
 
trapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 ruletrapezoidal and simpson's 1/3 and 3/8 rule
trapezoidal and simpson's 1/3 and 3/8 rule
 
Systems of linear equations
Systems of linear equationsSystems of linear equations
Systems of linear equations
 

Destaque

Numerical integration
Numerical integrationNumerical integration
Numerical integrationMohammed_AQ
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation Meet Patel
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature FormulaDhaval Shukla
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Syed Ahmed Zaki
 
interpolation
interpolationinterpolation
interpolation8laddu8
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methodsTarun Gehlot
 
MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14John Ham
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian IntegrationReza Rahimi
 
Applied numerical methods lec10
Applied numerical methods lec10Applied numerical methods lec10
Applied numerical methods lec10Yasser Ahmed
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationTarun Gehlot
 
Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolationAswin Pv
 
NUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSNUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSGOWTHAMGOWSIK98
 

Destaque (20)

Es272 ch6
Es272 ch6Es272 ch6
Es272 ch6
 
Romberg’s method
Romberg’s methodRomberg’s method
Romberg’s method
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation
 
Gaussian Quadrature Formula
Gaussian Quadrature FormulaGaussian Quadrature Formula
Gaussian Quadrature Formula
 
Numerical Integration
Numerical IntegrationNumerical Integration
Numerical Integration
 
Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)Presentation on Numerical Method (Trapezoidal Method)
Presentation on Numerical Method (Trapezoidal Method)
 
interpolation
interpolationinterpolation
interpolation
 
Numerical Integration
Numerical IntegrationNumerical Integration
Numerical Integration
 
Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14
 
1519 differentiation-integration-02
1519 differentiation-integration-021519 differentiation-integration-02
1519 differentiation-integration-02
 
Calc 4.6
Calc 4.6Calc 4.6
Calc 4.6
 
Gaussian Integration
Gaussian IntegrationGaussian Integration
Gaussian Integration
 
Applied numerical methods lec10
Applied numerical methods lec10Applied numerical methods lec10
Applied numerical methods lec10
 
Integration
IntegrationIntegration
Integration
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Interpolation and extrapolation
Interpolation and extrapolationInterpolation and extrapolation
Interpolation and extrapolation
 
NUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONSNUMERICAL INTEGRATION AND ITS APPLICATIONS
NUMERICAL INTEGRATION AND ITS APPLICATIONS
 

Semelhante a Newton cotes integration method (20)

Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Quadrature
QuadratureQuadrature
Quadrature
 
L 4 4
L 4 4L 4 4
L 4 4
 
Lar calc10 ch04_sec4
Lar calc10 ch04_sec4Lar calc10 ch04_sec4
Lar calc10 ch04_sec4
 
Single Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpSingle Variable Calculus Assignment Help
Single Variable Calculus Assignment Help
 
Single Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpSingle Variable Calculus Assignment Help
Single Variable Calculus Assignment Help
 
5 4 Notes
5 4 Notes5 4 Notes
5 4 Notes
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
 
Calculus Assignment Help
Calculus Assignment HelpCalculus Assignment Help
Calculus Assignment Help
 
Differential Equations Assignment Help
Differential Equations Assignment HelpDifferential Equations Assignment Help
Differential Equations Assignment Help
 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCH
 
Areas and Definite Integrals.ppt
Areas and Definite Integrals.pptAreas and Definite Integrals.ppt
Areas and Definite Integrals.ppt
 
Derivative rules.docx
Derivative rules.docxDerivative rules.docx
Derivative rules.docx
 
Calculus academic journal (sample)
Calculus academic journal (sample)Calculus academic journal (sample)
Calculus academic journal (sample)
 
Diffusion Homework Help
Diffusion Homework HelpDiffusion Homework Help
Diffusion Homework Help
 
10.1.1.630.8055
10.1.1.630.805510.1.1.630.8055
10.1.1.630.8055
 
Single Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpSingle Variable Calculus Assignment Help
Single Variable Calculus Assignment Help
 
v39i11.pdf
v39i11.pdfv39i11.pdf
v39i11.pdf
 
香港六合彩
香港六合彩香港六合彩
香港六合彩
 
Lar calc10 ch04_sec2
Lar calc10 ch04_sec2Lar calc10 ch04_sec2
Lar calc10 ch04_sec2
 

Mais de shashikant pabari

File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tablesshashikant pabari
 
Basic shortcut keys of computer or PC
Basic shortcut keys of computer or PCBasic shortcut keys of computer or PC
Basic shortcut keys of computer or PCshashikant pabari
 
Imap(internet massege access protocaols)
Imap(internet massege access protocaols)Imap(internet massege access protocaols)
Imap(internet massege access protocaols)shashikant pabari
 

Mais de shashikant pabari (6)

Remote spy(Real Time Spy)
Remote  spy(Real Time Spy)Remote  spy(Real Time Spy)
Remote spy(Real Time Spy)
 
File System and File allocation tables
File System and File allocation tablesFile System and File allocation tables
File System and File allocation tables
 
Basic shortcut keys of computer or PC
Basic shortcut keys of computer or PCBasic shortcut keys of computer or PC
Basic shortcut keys of computer or PC
 
Basic concept of c++
Basic concept of c++Basic concept of c++
Basic concept of c++
 
Imap(internet massege access protocaols)
Imap(internet massege access protocaols)Imap(internet massege access protocaols)
Imap(internet massege access protocaols)
 
Data representation
Data representationData representation
Data representation
 

Último

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 

Último (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 

Newton cotes integration method

  • 1. Newton Cotes Integration Method Prepared By:- Pabari Shashikant.
  • 2. INTRODUCTION  -In numerical analysis, the Newton–Cotes formulae, also called the Newton–Cotes quadrature rules or simply Newton–Cotes rules, are a group of formulae for numerical integration(also called quadrature) based on evaluating the integrand at equally spaced points.  -They are named after Isaac Newton and Roger Cotes.  -Newton–Cotes formulae can be useful if the value of the integrand at equally spaced points is given.
  • 3. DESCRIPTION  It is assumed that the value of a function ƒ defined on [a, b] is known at equally spaced points xi, for i = 0, …, n, where x0 = a and xn = b.  Solved Using Newton-Cotes Formulae  There are two types of Newton–Cotes formulae, 1)The "closed" type. 2)The "open" type.
  • 4. the closed newton-cotes formulae  In this type which uses the function value at all ʆ points.  The closed Newton–Cotes formula of degree n is stated as…  b n ∫ f(x) dx = ∑ wi.f(xi) a i=0  where xi = h i + x0, with h (called the step size) equal to (xn − x0) / n = (b − a) / n.  The wi are called weights.
  • 5. Closed Newton–Cotes Formulae Degree Common name Formula Error term 1 Trapezoid rule 2 Simpson's rule 3 Simpson's 3/8 rule 4 Boole's rule
  • 6. Trapezoid rules  Trapezoidal Rule is based on the Newton-Cotes Formula that states if one can approximate the integrand as an nth order polynomial  Then the integral of that function is approximated by the integral of that nth order polynomial.  Trapezoidal Rule assumes n=1, that is, the area under the linear polynomial,
  • 7.  -The trapezoidal rule works by approximating the region under the graph of the function as a trapezoid and calculating its area. It follows that …. The function f(x) (in blue) is approximated by a linear function (in red).
  • 8. Error analysis  The error of the composite trapezoidal rule is the difference between the value of the integral and the numerical result.  here exists a number ξ between a and b, such that
  • 9. Method Derived From Geometry The area under the curve is a trapezoid. The integral trapezoidofAreadxxf b a  )( )height)(sidesparallelofSum( 2 1    )ab()a(f)b(f  2 1       2 )b(f)a(f )ab( Figure 2: Geometric Representation f(x) a b  b a dx)x(f1 y x f1(x)
  • 10. Example 1 The vertical distance covered by a rocket from t=8 to t=30 seconds is given by: a) Use single segment Trapezoidal rule to find the distance covered. b) Find the true error, for part (a). c) Find the absolute relative true error, for part (a). tE a              30 8 8.9 2100140000 140000 ln2000 dtt t x
  • 11. Solution       2 )()( )( bfaf abIa) 8a 30b t t tf 8.9 2100140000 140000 ln2000)(       )8(8.9 )8(2100140000 140000 ln2000)8(        f )30(8.9 )30(2100140000 140000 ln2000)30(        f sm /27.177 sm /67.901
  • 12. Solution (cont)       2 67.90127.177 )830(I m11868 a) b) The exact value of the above integral is              30 8 8.9 2100140000 140000 ln2000 dtt t x m11061
  • 13. Solution (cont) b) ValueeApproximatValueTrueEt  1186811061  m807 c) The absolute relative true error, , would bet 100 11061 1186811061   t %2959.7
  • 14. Open Newton–Cotes Formulas Common name step size Formula Error term Degree Rectangle rule, or midpoint rule 2 Trapezoid method 3 Milne's rule 4 No Name 5
  • 15. The Open Newton-Cotes formula  In this type which not use the function values at the endpoints.  b n-1 ∫ f(x) dx = ∑ wi.f(xi) a i=1  The weights are found in a manner similar to the closed formula.
  • 16. rectangular rules  The rectangle method also called the midpoint or mid-ordinate rule.  It computes an approximation to a definite integral, made by finding the area of a collection of rectangles whose heights are determined by the values of the function.  Formula:- (b - a) f1
  • 17.  Specifically, the interval over which the function is to be integrated is divided into equal sub intervals of length.  The rectangles are then drawn so that either their left or right corners, or the middle of their top line lies on the graph of the function, with bases running along the –axis,,,  Giving formula are,,,,,  where h=(b - a) / N And Xn=a + nh The formula for above gives for the Top-left corner approximation.
  • 18. Animation Based Rectangular Method Graph Midpoint Approximation Graph
  • 19. Error Analysis  For a function which is twice differentiable, the approximation error in each section of the midpoint rule decays as the cube of the width of the rectangle.  for some in . Summing this, the approximation error for intervals with width is less than or equal to  N=1,2,3 where n + 1 is the number of nodes
  • 20.  n terms of the total interval,we know that so we can rewrite the expression:  for some in (a,b).
  • 21. Application of Simpson’s Rules  Space  Find the distance of the travel through velocity and interval of time  Find the Volume of the solid  Calculate amount of earth that must be moved to fill a depression or make a dam.
  • 22. The Velocity v(km/min) of a moped which starts from rest is given at fixed intervals of time t(min) as follows:   km309.3372)2*804*(0 3 220 0tsdistancerequiredtheHence 725202018v8v6v4v2E 80211322510v9v7v5v3v1O 000v10v1X etc.25v3,18v2,10v1,0v0,2hHere 20 0 rulesSimpson'by,2.E4.OX 3 h dtv20 0ts v dt ds 02511203229251810:v 2018161412108420:t         Estimate Approximately the distance covered in 20 minutes. Sol. If s(km) be the distance covered in t(min), then REAL TIME EXAMPLE OF SIMPSON’S METHOD