SlideShare a Scribd company logo
1 of 11
Download to read offline
Gaussian Numerical Integration
Dr. Varun Kumar
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 1 / 11
Outlines
1 Newton’s Cotes Integration
2 Gaussian Integration
3 Gauss Quadrature 2 Point Formula
4 Gauss Quadrature 3 Point Formula
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 2 / 11
Newton’s Cotes Integration
Newton’s Cotes Integration
⇒ Trapezoidal rule
⇒ Simpson’s 1
3rd rule
⇒ Simpson’s 3
8th rule
⇒ Romberg’s Integration
Important points
⇒ Above rules are derived from Newton’s divide difference interpolation.
⇒ In all the rules range of integral is divide into equally space.
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 3 / 11
Gaussian Integration
⇒ Accuracy of integration can be increased by choosing the sample
point wisely.
⇒ Objective → Area of (A+C)=Area of B.
I =
Z 1
−1
f (x)dx =
n
X
i=1
wi f (xi )
⇒ Methods for finding wi and xi for finding the integral of f (x) is called
as Gaussian numerical integration.
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 4 / 11
Methods of Gaussian Integral
Methods of Gaussian Integral
1 Gauss quadrature 2 point formula
2 Gauss quadrature 3 point formula
Gauss quadrature 2 point formula
⇒ It is also called Gauss Legendre 2 point formula.
⇒ Assume,
I =
Z 1
−1
f (x)dx =
n
X
i=1
wi f (xi ) (1)
⇒ By putting n = 2, we get
I =
Z 1
−1
f (x)dx =
n
X
i=1
wi f (xi ) = w1f (x1) + w2f (x2) (2)
⇒ Here, four unknown (w1, w2, x1, x2) required four equation. Let f (x) = 1
I =
Z 1
−1
f (x)dx = 2 =
2
X
i=1
wi f (xi ) = w1 + w2 = 2 (3)
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 5 / 11
Continued–
⇒ Let f (x) = x then f (x1) = x1 and f (x2) = x2
I =
Z 1
−1
f (x)dx = 0 =
2
X
i=1
wi f (xi ) = w1x1 + w2x2 = 0 (4)
⇒ Let f (x) = x2 then f (x1) = x2
1 and f (x2) = x2
2
I =
Z 1
−1
f (x)dx =
2
3
=
2
X
i=1
wi f (xi ) = w1x2
1 + w2x2
2 =
2
3
(5)
⇒ Let f (x) = x3 then f (x1) = x3
1 and f (x2) = x3
2
I =
Z 1
−1
f (x)dx = 0 =
2
X
i=1
wi f (xi ) = w1x3
1 + w2x3
2 = 0 (6)
From (3), (4), (5), (6)
w1 = w2 = 1, x1 = − 1
√
3
, and x2 = 1
√
3
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 6 / 11
Continued–
Gaussian quadrature integration 2-point formula
I = f

−
1
√
3

+ f
 1
√
3

Gauss quadrature 3 point formula
⇒ It is also called Gauss Legendre 3 point formula.
⇒ Assume,
I =
Z 1
−1
f (x)dx =
n
X
i=1
wi f (xi ) (7)
⇒ By putting n = 3, we get
I =
Z 1
−1
f (x)dx =
n
X
i=1
wi f (xi ) = w1f (x1) + w2f (x2) + w3f (x3) (8)
⇒ Here, six unknown (w1, w2, w3, x1, x2, x3) required six equation. Let f (x) = 1
I =
Z 1
−1
f (x)dx = 2 =
3
X
i=1
wi f (xi ) = w1 + w2 + w3 = 2 (9)
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 7 / 11
Continued–
⇒ Let f (x) = x then f (x1) = x1, f (x2) = x2, and f (x3) = x3
I =
Z 1
−1
f (x)dx = 0 =
3
X
i=1
wi f (xi ) = w1x1 + w2x2 + w3x3 = 0 (10)
⇒ Let f (x) = x2 then f (x1) = x2
1 , f (x2) = x2
2 , and f (x3) = x2
3
I =
Z 1
−1
f (x)dx =
2
3
=
2
X
i=1
wi f (xi ) = w1x2
1 + w2x2
2 + w3x2
3 =
2
3
(11)
⇒ Let f (x) = x3 then f (x1) = x3
1 , f (x2) = x3
2 , and f (x3) = x3
3
I =
Z 1
−1
f (x)dx = 0 =
2
X
i=1
wi f (xi ) = w1x3
1 + w2x3
2 + w3x3
3 = 0 (12)
⇒ Let f (x) = x4 then f (x1) = x4
1 , f (x2) = x4
2 , and f (x3) = x4
3
I =
Z 1
−1
f (x)dx =
2
5
=
2
X
i=1
wi f (xi ) = w1x4
1 + w2x4
2 + w3x4
3 =
2
5
(13)
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 8 / 11
Continued–
⇒ Let f (x) = x5 then f (x1) = x5
1 , f (x2) = x5
2 , and f (x3) = x5
3
I =
Z 1
−1
f (x)dx = 0 =
2
X
i=1
wi f (xi ) = w1x5
1 + w2x5
2 + w3x5
3 = 0 (14)
From (9), (10), (11), (12), (13) and (14)
w1 = 5
9, w2 = 8
9, w3 = 5
9, x1 = −
q
3
5, x2 = 0 and x3 =
q
3
5
Gaussian quadrature formula for n = 3
I =
5
9
f

−
r
3
5

+
8
9
f(0) +
5
9
f
r
3
5

Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 9 / 11
Gauss quadrature formula when limit differs from [-1,1]
♦ Gauss quadrature 2-point formula ⇒ I =
R 1
−1
f (x)dx = f

− 1
√
3

+ f

1
√
3

♦ Gauss quadrature 3-point formula ⇒ I = 5
9
f

−
q
3
5

+ 8
9
f (0) + 5
9
f
q
3
5

Interval Transformation:
⇒ Objective→ To find
R b
a f (x)dx
⇒ Interval transformation refers →
R b
a ⇐⇒
R 1
−1 and f (x) ⇐⇒ f (z)
Let
x = Az + B
dx = Adz
When I =
R b
a
f (x)dx =
R 1
−1
Af (z)dz = A
Pn
i=1 wi f (zi )
At x = a → z = −1 and x = b → z = 1
a = −A + B and b = A + B
A = b−a
2 and B = a+b
2
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 10 / 11
Continued–
For Gauss 2-point formula
I =
Z b
a
f (x)dx = A
2
X
i=1
wi f (zi ) =
b − a
2
[w1f (z1) + w2f (z2)] (15)
where w1 = w2 = 1 and z1 = − 1
√
3
, z2 = 1
√
3
For Gauss 3-point formula
I =
Z b
a
f (x)dx = A
3
X
i=1
wi f (zi ) =
b − a
2
[w1f (z1) + w2f (z2) + w3f (z3)]
(16)
where w1 = 5
9, w2 = 8
9, w3 = 5
9 and z1 = −
q
3
5, z2 = 0, z3 =
q
3
5
Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 11 / 11

More Related Content

What's hot

Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference InterpolationVARUN KUMAR
 
Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation PolynomialsSohaib H. Khan
 
2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptxsaadhaq6
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iterationIsaac Yowetu
 
Lattices AND Hasse Diagrams
Lattices AND Hasse DiagramsLattices AND Hasse Diagrams
Lattices AND Hasse DiagramsDebarati Das
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolationVISHAL DONGA
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward differenceRaj Parekh
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical IntegrationTausif Shahanshah
 
Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming Md Abu Bakar Siddique
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSnaveen kumar
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methodsDivya Bhatia
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodBijay Mishra
 
Interpolation in Numerical Methods
Interpolation in Numerical Methods Interpolation in Numerical Methods
Interpolation in Numerical Methods Dr. Tushar J Bhatt
 
Ecuaciones diferenciales ordinarias Parte 2
Ecuaciones diferenciales ordinarias Parte 2Ecuaciones diferenciales ordinarias Parte 2
Ecuaciones diferenciales ordinarias Parte 2Kike Prieto
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...vaibhav tailor
 

What's hot (20)

Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference Interpolation
 
Langrange Interpolation Polynomials
Langrange Interpolation PolynomialsLangrange Interpolation Polynomials
Langrange Interpolation Polynomials
 
2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx2. Fixed Point Iteration.pptx
2. Fixed Point Iteration.pptx
 
Fixed point iteration
Fixed point iterationFixed point iteration
Fixed point iteration
 
Lattices AND Hasse Diagrams
Lattices AND Hasse DiagramsLattices AND Hasse Diagrams
Lattices AND Hasse Diagrams
 
Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward difference
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
 
Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
 
Bisection & Regual falsi methods
Bisection & Regual falsi methodsBisection & Regual falsi methods
Bisection & Regual falsi methods
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Interpolation in Numerical Methods
Interpolation in Numerical Methods Interpolation in Numerical Methods
Interpolation in Numerical Methods
 
Ecuaciones diferenciales ordinarias Parte 2
Ecuaciones diferenciales ordinarias Parte 2Ecuaciones diferenciales ordinarias Parte 2
Ecuaciones diferenciales ordinarias Parte 2
 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson method
 
1519 differentiation-integration-02
1519 differentiation-integration-021519 differentiation-integration-02
1519 differentiation-integration-02
 
Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
 

Similar to Gaussian Numerical Integration

Newton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationNewton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationVARUN KUMAR
 
Orthogonal Polynomial
Orthogonal PolynomialOrthogonal Polynomial
Orthogonal PolynomialVARUN KUMAR
 
Numerical Integration: Trapezoidal Rule
Numerical Integration: Trapezoidal RuleNumerical Integration: Trapezoidal Rule
Numerical Integration: Trapezoidal RuleVARUN KUMAR
 
maths Individual assignment on differentiation
maths Individual assignment on differentiationmaths Individual assignment on differentiation
maths Individual assignment on differentiationtenwoalex
 
Basic terminology description in convex optimization
Basic terminology description in convex optimizationBasic terminology description in convex optimization
Basic terminology description in convex optimizationVARUN KUMAR
 
Gaussian process in machine learning
Gaussian process in machine learningGaussian process in machine learning
Gaussian process in machine learningVARUN KUMAR
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Hareem Aslam
 
Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integrationVARUN KUMAR
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...polanesgumiran
 
Usage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationUsage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationVARUN KUMAR
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltasjesquerrev1
 
100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofeJavier Rangel
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Hareem Aslam
 
Naville's Interpolation
Naville's InterpolationNaville's Interpolation
Naville's InterpolationVARUN KUMAR
 

Similar to Gaussian Numerical Integration (20)

Newton's Divide and Difference Interpolation
Newton's Divide and Difference InterpolationNewton's Divide and Difference Interpolation
Newton's Divide and Difference Interpolation
 
Orthogonal Polynomial
Orthogonal PolynomialOrthogonal Polynomial
Orthogonal Polynomial
 
Numerical Integration: Trapezoidal Rule
Numerical Integration: Trapezoidal RuleNumerical Integration: Trapezoidal Rule
Numerical Integration: Trapezoidal Rule
 
maths Individual assignment on differentiation
maths Individual assignment on differentiationmaths Individual assignment on differentiation
maths Individual assignment on differentiation
 
Maths05
Maths05Maths05
Maths05
 
Basic terminology description in convex optimization
Basic terminology description in convex optimizationBasic terminology description in convex optimization
Basic terminology description in convex optimization
 
Differntiation
 Differntiation Differntiation
Differntiation
 
Gaussian process in machine learning
Gaussian process in machine learningGaussian process in machine learning
Gaussian process in machine learning
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
 
Simpson's rule of integration
Simpson's rule of integrationSimpson's rule of integration
Simpson's rule of integration
 
Basic Mathematics
Basic MathematicsBasic Mathematics
Basic Mathematics
 
Tam 2nd
Tam 2ndTam 2nd
Tam 2nd
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
 
Usage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO CommunicationUsage of Different Matrix Operation for MIMO Communication
Usage of Different Matrix Operation for MIMO Communication
 
Derivatives
DerivativesDerivatives
Derivatives
 
Evaluating definite integrals
Evaluating definite integralsEvaluating definite integrals
Evaluating definite integrals
 
S1 3 derivadas_resueltas
S1 3 derivadas_resueltasS1 3 derivadas_resueltas
S1 3 derivadas_resueltas
 
100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe100derivadasresueltasyosoytuprofe
100derivadasresueltasyosoytuprofe
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
 
Naville's Interpolation
Naville's InterpolationNaville's Interpolation
Naville's Interpolation
 

More from VARUN KUMAR

Distributed rc Model
Distributed rc ModelDistributed rc Model
Distributed rc ModelVARUN KUMAR
 
Electrical Wire Model
Electrical Wire ModelElectrical Wire Model
Electrical Wire ModelVARUN KUMAR
 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignVARUN KUMAR
 
Introduction to Digital VLSI Design
Introduction to Digital VLSI DesignIntroduction to Digital VLSI Design
Introduction to Digital VLSI DesignVARUN KUMAR
 
Challenges of Massive MIMO System
Challenges of Massive MIMO SystemChallenges of Massive MIMO System
Challenges of Massive MIMO SystemVARUN KUMAR
 
E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital DemocracyVARUN KUMAR
 
Ethics of Parasitic Computing
Ethics of Parasitic ComputingEthics of Parasitic Computing
Ethics of Parasitic ComputingVARUN KUMAR
 
Action Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionAction Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionVARUN KUMAR
 
Geneva Plan of Action
Geneva Plan of ActionGeneva Plan of Action
Geneva Plan of ActionVARUN KUMAR
 
Fair Use in the Electronic Age
Fair Use in the Electronic AgeFair Use in the Electronic Age
Fair Use in the Electronic AgeVARUN KUMAR
 
Software as a Property
Software as a PropertySoftware as a Property
Software as a PropertyVARUN KUMAR
 
Patent Protection
Patent ProtectionPatent Protection
Patent ProtectionVARUN KUMAR
 
Copyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawCopyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawVARUN KUMAR
 
Property Right and Software
Property Right and SoftwareProperty Right and Software
Property Right and SoftwareVARUN KUMAR
 
Investigating Data Trials
Investigating Data TrialsInvestigating Data Trials
Investigating Data TrialsVARUN KUMAR
 
Censorship and Controversy
Censorship and ControversyCensorship and Controversy
Censorship and ControversyVARUN KUMAR
 
Romberg's Integration
Romberg's IntegrationRomberg's Integration
Romberg's IntegrationVARUN KUMAR
 
Introduction to Censorship
Introduction to Censorship Introduction to Censorship
Introduction to Censorship VARUN KUMAR
 
Protect your online privacy-2
Protect your online privacy-2Protect your online privacy-2
Protect your online privacy-2VARUN KUMAR
 
Interception Act vs Privacy Act
Interception Act vs Privacy ActInterception Act vs Privacy Act
Interception Act vs Privacy ActVARUN KUMAR
 

More from VARUN KUMAR (20)

Distributed rc Model
Distributed rc ModelDistributed rc Model
Distributed rc Model
 
Electrical Wire Model
Electrical Wire ModelElectrical Wire Model
Electrical Wire Model
 
Interconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI DesignInterconnect Parameter in Digital VLSI Design
Interconnect Parameter in Digital VLSI Design
 
Introduction to Digital VLSI Design
Introduction to Digital VLSI DesignIntroduction to Digital VLSI Design
Introduction to Digital VLSI Design
 
Challenges of Massive MIMO System
Challenges of Massive MIMO SystemChallenges of Massive MIMO System
Challenges of Massive MIMO System
 
E-democracy or Digital Democracy
E-democracy or Digital DemocracyE-democracy or Digital Democracy
E-democracy or Digital Democracy
 
Ethics of Parasitic Computing
Ethics of Parasitic ComputingEthics of Parasitic Computing
Ethics of Parasitic Computing
 
Action Lines of Geneva Plan of Action
Action Lines of Geneva Plan of ActionAction Lines of Geneva Plan of Action
Action Lines of Geneva Plan of Action
 
Geneva Plan of Action
Geneva Plan of ActionGeneva Plan of Action
Geneva Plan of Action
 
Fair Use in the Electronic Age
Fair Use in the Electronic AgeFair Use in the Electronic Age
Fair Use in the Electronic Age
 
Software as a Property
Software as a PropertySoftware as a Property
Software as a Property
 
Patent Protection
Patent ProtectionPatent Protection
Patent Protection
 
Copyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy LawCopyright Vs Patent and Trade Secrecy Law
Copyright Vs Patent and Trade Secrecy Law
 
Property Right and Software
Property Right and SoftwareProperty Right and Software
Property Right and Software
 
Investigating Data Trials
Investigating Data TrialsInvestigating Data Trials
Investigating Data Trials
 
Censorship and Controversy
Censorship and ControversyCensorship and Controversy
Censorship and Controversy
 
Romberg's Integration
Romberg's IntegrationRomberg's Integration
Romberg's Integration
 
Introduction to Censorship
Introduction to Censorship Introduction to Censorship
Introduction to Censorship
 
Protect your online privacy-2
Protect your online privacy-2Protect your online privacy-2
Protect your online privacy-2
 
Interception Act vs Privacy Act
Interception Act vs Privacy ActInterception Act vs Privacy Act
Interception Act vs Privacy Act
 

Recently uploaded

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

Gaussian Numerical Integration

  • 1. Gaussian Numerical Integration Dr. Varun Kumar Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 1 / 11
  • 2. Outlines 1 Newton’s Cotes Integration 2 Gaussian Integration 3 Gauss Quadrature 2 Point Formula 4 Gauss Quadrature 3 Point Formula Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 2 / 11
  • 3. Newton’s Cotes Integration Newton’s Cotes Integration ⇒ Trapezoidal rule ⇒ Simpson’s 1 3rd rule ⇒ Simpson’s 3 8th rule ⇒ Romberg’s Integration Important points ⇒ Above rules are derived from Newton’s divide difference interpolation. ⇒ In all the rules range of integral is divide into equally space. Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 3 / 11
  • 4. Gaussian Integration ⇒ Accuracy of integration can be increased by choosing the sample point wisely. ⇒ Objective → Area of (A+C)=Area of B. I = Z 1 −1 f (x)dx = n X i=1 wi f (xi ) ⇒ Methods for finding wi and xi for finding the integral of f (x) is called as Gaussian numerical integration. Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 4 / 11
  • 5. Methods of Gaussian Integral Methods of Gaussian Integral 1 Gauss quadrature 2 point formula 2 Gauss quadrature 3 point formula Gauss quadrature 2 point formula ⇒ It is also called Gauss Legendre 2 point formula. ⇒ Assume, I = Z 1 −1 f (x)dx = n X i=1 wi f (xi ) (1) ⇒ By putting n = 2, we get I = Z 1 −1 f (x)dx = n X i=1 wi f (xi ) = w1f (x1) + w2f (x2) (2) ⇒ Here, four unknown (w1, w2, x1, x2) required four equation. Let f (x) = 1 I = Z 1 −1 f (x)dx = 2 = 2 X i=1 wi f (xi ) = w1 + w2 = 2 (3) Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 5 / 11
  • 6. Continued– ⇒ Let f (x) = x then f (x1) = x1 and f (x2) = x2 I = Z 1 −1 f (x)dx = 0 = 2 X i=1 wi f (xi ) = w1x1 + w2x2 = 0 (4) ⇒ Let f (x) = x2 then f (x1) = x2 1 and f (x2) = x2 2 I = Z 1 −1 f (x)dx = 2 3 = 2 X i=1 wi f (xi ) = w1x2 1 + w2x2 2 = 2 3 (5) ⇒ Let f (x) = x3 then f (x1) = x3 1 and f (x2) = x3 2 I = Z 1 −1 f (x)dx = 0 = 2 X i=1 wi f (xi ) = w1x3 1 + w2x3 2 = 0 (6) From (3), (4), (5), (6) w1 = w2 = 1, x1 = − 1 √ 3 , and x2 = 1 √ 3 Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 6 / 11
  • 7. Continued– Gaussian quadrature integration 2-point formula I = f − 1 √ 3 + f 1 √ 3 Gauss quadrature 3 point formula ⇒ It is also called Gauss Legendre 3 point formula. ⇒ Assume, I = Z 1 −1 f (x)dx = n X i=1 wi f (xi ) (7) ⇒ By putting n = 3, we get I = Z 1 −1 f (x)dx = n X i=1 wi f (xi ) = w1f (x1) + w2f (x2) + w3f (x3) (8) ⇒ Here, six unknown (w1, w2, w3, x1, x2, x3) required six equation. Let f (x) = 1 I = Z 1 −1 f (x)dx = 2 = 3 X i=1 wi f (xi ) = w1 + w2 + w3 = 2 (9) Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 7 / 11
  • 8. Continued– ⇒ Let f (x) = x then f (x1) = x1, f (x2) = x2, and f (x3) = x3 I = Z 1 −1 f (x)dx = 0 = 3 X i=1 wi f (xi ) = w1x1 + w2x2 + w3x3 = 0 (10) ⇒ Let f (x) = x2 then f (x1) = x2 1 , f (x2) = x2 2 , and f (x3) = x2 3 I = Z 1 −1 f (x)dx = 2 3 = 2 X i=1 wi f (xi ) = w1x2 1 + w2x2 2 + w3x2 3 = 2 3 (11) ⇒ Let f (x) = x3 then f (x1) = x3 1 , f (x2) = x3 2 , and f (x3) = x3 3 I = Z 1 −1 f (x)dx = 0 = 2 X i=1 wi f (xi ) = w1x3 1 + w2x3 2 + w3x3 3 = 0 (12) ⇒ Let f (x) = x4 then f (x1) = x4 1 , f (x2) = x4 2 , and f (x3) = x4 3 I = Z 1 −1 f (x)dx = 2 5 = 2 X i=1 wi f (xi ) = w1x4 1 + w2x4 2 + w3x4 3 = 2 5 (13) Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 8 / 11
  • 9. Continued– ⇒ Let f (x) = x5 then f (x1) = x5 1 , f (x2) = x5 2 , and f (x3) = x5 3 I = Z 1 −1 f (x)dx = 0 = 2 X i=1 wi f (xi ) = w1x5 1 + w2x5 2 + w3x5 3 = 0 (14) From (9), (10), (11), (12), (13) and (14) w1 = 5 9, w2 = 8 9, w3 = 5 9, x1 = − q 3 5, x2 = 0 and x3 = q 3 5 Gaussian quadrature formula for n = 3 I = 5 9 f − r 3 5 + 8 9 f(0) + 5 9 f r 3 5 Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 9 / 11
  • 10. Gauss quadrature formula when limit differs from [-1,1] ♦ Gauss quadrature 2-point formula ⇒ I = R 1 −1 f (x)dx = f − 1 √ 3 + f 1 √ 3 ♦ Gauss quadrature 3-point formula ⇒ I = 5 9 f − q 3 5 + 8 9 f (0) + 5 9 f q 3 5 Interval Transformation: ⇒ Objective→ To find R b a f (x)dx ⇒ Interval transformation refers → R b a ⇐⇒ R 1 −1 and f (x) ⇐⇒ f (z) Let x = Az + B dx = Adz When I = R b a f (x)dx = R 1 −1 Af (z)dz = A Pn i=1 wi f (zi ) At x = a → z = −1 and x = b → z = 1 a = −A + B and b = A + B A = b−a 2 and B = a+b 2 Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 10 / 11
  • 11. Continued– For Gauss 2-point formula I = Z b a f (x)dx = A 2 X i=1 wi f (zi ) = b − a 2 [w1f (z1) + w2f (z2)] (15) where w1 = w2 = 1 and z1 = − 1 √ 3 , z2 = 1 √ 3 For Gauss 3-point formula I = Z b a f (x)dx = A 3 X i=1 wi f (zi ) = b − a 2 [w1f (z1) + w2f (z2) + w3f (z3)] (16) where w1 = 5 9, w2 = 8 9, w3 = 5 9 and z1 = − q 3 5, z2 = 0, z3 = q 3 5 Dr. Varun Kumar (IIIT Surat) Unit 5 / Lecture-4 11 / 11