SlideShare a Scribd company logo
1 of 26
Subject: Complex Variable And Numerical Method (2141905)
Chapter: Numerical Integration
Department Mechanical Engineering
Name of Subject Teacher
Mrs. Pragna Lad
Team Members
Name Enrollment Number
Kiran Patel 170990119012
Vinay Patel 170990119014
Dhyey Shukla 170990119016
Trapezoidal Rule
 In Numerical analysis, the Trapezoidal rule is a technique for
approximating the definite integral.
 In general, trapezoidal rule is less accurate when compared with
Simpson's rules.
ο‚΄ From the General formula, we can obtain different integration formulae by
putting different values of i.e.
ο‚΄ Put in general formula and neglecting second and higher differences,
Similarly, for the next interval
And so on for the last interval
Combining all these three Equations (1), (2) & (3)
ο‚΄ This Final Equation obtained is known as Trapezoidal rule.
Q-1. State Trapezoidal Rule and calculate the
value of Integral
Ans.
ο‚΄ Divide into six equal parts, then the values of for
each points of subdivision are :
By Trapezoidal Rule
4.0 4.2 4.4 4.6 4.8 5.0 5.2
1.38629 1.43508 1.48160 1.52605 1.56861 1.60943 1.64865
Q-2. Evaluate take
Ans.
By Trapezoidal Rule
0 0.2 0.4 0.6 0.8 1
1 0.9615 0.8621 0.7352 0.6097 0.5
Simpson’s 1/3 Rule
ο‚΄
     
0
0
0 1 3 5 1 2 4 2( ) 4 ... 2 ...
3
x nh
n n n
x
h
f x y y y y y y y y y

ο€­ ο€­ο€½            
( 4 2 )
3
h
X O Eο€½  
where ,
X = extreme terms
O = odd terms
E = even terms
example 1
X 10 11 12 13 14 15 16
Y 1.02 0.94 0.89 0.79 0.71 0.62 0.55
=1/3 ((1.02+0.55)+4(0.94+0.79+0.62)+2(0.89+0.71))
=4.7233
16
10
ydx      0 1 3 5 1 2 4 24 ... 2 ...
3
n n n
h
y y y y y y y y yο€­ ο€­ο€½            
16
10
ydx
find by simpson’s 1/3 rule.
Example 2
A river is 80 meter wide . the depth β€˜d’ in meter at a distance x
meters from one bank is given by the following table . Calculate
the area of cross section of the river using Simpson’s 1/3 rule .
80
0
A ydxο€½       0 1 3 5 1 2 4 24 ... 2 ...
3
n n n
h
y y y y y y y y yο€­ ο€­ο€½            
X 00 10 20 30 40 50 60 70 80
Y 0 4 7 9 12 15 14 8 7
= 10/3 ((0+7) + 4(4+9+15+8) + ( 7+12+14) )
= 723.33 meter square
80
0
A ydxο€½ 
a = 0
b = 80
c = 10
ο‚΄
Gaussian Quadrature
Formula
One Point Gaussian Quadrature Formula
ο‚΄ βˆ’1
1
𝑓 π‘₯ 𝑑π‘₯ = 2𝑓 0
Two Point Gaussian Quadrature Formula
ο‚΄ βˆ’1
1
𝑓 π‘₯ 𝑑π‘₯ = 𝑓
βˆ’1
3
+ 𝑓(
1
3
)
Three Point Gaussian Quadrature Formula
ο‚΄ βˆ’1
1
𝑓 π‘₯ 𝑑π‘₯ =
5
9
𝑓(βˆ’
3
5
) +
5
9
𝑓(
3
5
) +
8
9
𝑓(0)
Example-1
ο‚΄Evaluate βˆ’1
1 𝑑π‘₯
1+π‘₯2 by one-Point, Two Point, and three point
Gaussian formulae.
ο‚΄Solution:-
𝑓 π‘₯ =
1
1+π‘₯2
ο‚΄By Gaussian One-Point Formula,
ο‚΄ βˆ’1
1
𝑑π‘₯
1+π‘₯2 = 2𝑓(0)
= 2(
1
1+0
)
= 2
ο‚΄By the two point formulae,
ο‚΄ βˆ’1
1 𝑑π‘₯
1+π‘₯2 = 𝑓(
βˆ’1
3
) + 𝑓(
1
3
)
=
1
1+
1
3
+
1
1+
1
3
= 1.5
ο‚΄By the three point Gaussian Formulae,
ο‚΄ βˆ’1
1 𝑑π‘₯
1+π‘₯2 =
5
9
𝑓(βˆ’
3
5
) +
8
9
𝑓 0 +
5
9
𝑓(
3
5
)
ο‚΄=
5
9
1
1+
3
5
+
1
1+0
+
5
9
1
1+
3
5
=1.5833
Example-2
ο‚΄ Evaluate 0
1
π‘’βˆ’π‘₯2 𝑑π‘₯ by using the Gaussian Quadrature formula with n=3
ο‚΄ Solution:-
ο‚΄ Let π‘₯ =
π‘βˆ’π‘Ž
2
𝑑 +
𝑏+π‘Ž
2
ο‚΄ Here a=0, b=1
ο‚΄ π‘₯ =
1
2
𝑑 +
1
2
=
1
2
𝑑 + 1
ο‚΄ 𝑑π‘₯ =
1
2
𝑑𝑑
ο‚΄ When x=0, t=-1
ο‚΄ When x=1, t=1
ο‚΄ 0
1
𝑒 βˆ’π‘₯2 𝑑π‘₯ =
1
2 βˆ’1
1
𝑒
βˆ’1
4
(𝑑 + 1)2dt
𝑓 π‘₯ = 𝑒
βˆ’1
4
(𝑑+1)2
ο‚΄By Three Point Gaussian Quadrature formula,
ο‚΄ 0
1
π‘’βˆ’π‘₯2
𝑑π‘₯ =
1
2 βˆ’1
1
𝑒
βˆ’1
4
(𝑑+1)2 𝑑𝑑
ο‚΄=
1
2
[
5
9
𝑓(βˆ’
3
5
) +
8
9
𝑓 0 +
5
9
𝑓(
3
5
)]
ο‚΄=
1
2
[
5
9
𝑒
βˆ’1
4 βˆ’
3
5
+ 1
2
+
8
9
π‘’βˆ’
1
4
𝑑+1 2+
5
9 𝑒
βˆ’
1
4
3
5
+1
2
]
ο‚΄=0.746815
Questions and Suggestions are
Welcome
Thank You

More Related Content

What's hot

Power series & Radius of convergence
Power series & Radius of convergencePower series & Radius of convergence
Power series & Radius of convergenceDhruv Darji
Β 
Applied numerical methods lec10
Applied numerical methods lec10Applied numerical methods lec10
Applied numerical methods lec10Yasser Ahmed
Β 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrixAbi Malik
Β 
NUMERICAL METHOD'S
NUMERICAL METHOD'SNUMERICAL METHOD'S
NUMERICAL METHOD'Ssrijanani16
Β 
Special right triangles
Special right trianglesSpecial right triangles
Special right trianglesNCVPS
Β 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14Yasser Ahmed
Β 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQUREDanial Mirza
Β 
surveying and levelling
surveying and levellingsurveying and levelling
surveying and levellingSelf-employed
Β 
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...Panchal Anand
Β 
Partial quotients-division-algorithm-1
Partial quotients-division-algorithm-1Partial quotients-division-algorithm-1
Partial quotients-division-algorithm-1kadair26
Β 
Non linear curve fitting
Non linear curve fitting Non linear curve fitting
Non linear curve fitting Anumita Mondal
Β 
Least square method
Least square methodLeast square method
Least square methodSomya Bagai
Β 
Method of least square
Method of least squareMethod of least square
Method of least squareSomya Bagai
Β 
Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Muhammad Waqas
Β 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsLizeth Paola Barrero
Β 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture NotesDr. Nirav Vyas
Β 

What's hot (20)

Power series & Radius of convergence
Power series & Radius of convergencePower series & Radius of convergence
Power series & Radius of convergence
Β 
Applied numerical methods lec10
Applied numerical methods lec10Applied numerical methods lec10
Applied numerical methods lec10
Β 
Cramer’s rule of matrix
Cramer’s rule of matrixCramer’s rule of matrix
Cramer’s rule of matrix
Β 
Gauss elimination
Gauss eliminationGauss elimination
Gauss elimination
Β 
NUMERICAL METHOD'S
NUMERICAL METHOD'SNUMERICAL METHOD'S
NUMERICAL METHOD'S
Β 
Unit5
Unit5Unit5
Unit5
Β 
Special right triangles
Special right trianglesSpecial right triangles
Special right triangles
Β 
Applied numerical methods lec14
Applied numerical methods lec14Applied numerical methods lec14
Applied numerical methods lec14
Β 
Least Squares
Least SquaresLeast Squares
Least Squares
Β 
Ch05 1
Ch05 1Ch05 1
Ch05 1
Β 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQURE
Β 
surveying and levelling
surveying and levellingsurveying and levelling
surveying and levelling
Β 
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
Β 
Partial quotients-division-algorithm-1
Partial quotients-division-algorithm-1Partial quotients-division-algorithm-1
Partial quotients-division-algorithm-1
Β 
Non linear curve fitting
Non linear curve fitting Non linear curve fitting
Non linear curve fitting
Β 
Least square method
Least square methodLeast square method
Least square method
Β 
Method of least square
Method of least squareMethod of least square
Method of least square
Β 
Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1Engineering Numerical Analysis Lecture-1
Engineering Numerical Analysis Lecture-1
Β 
Direct Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations SystemsDirect Methods to Solve Linear Equations Systems
Direct Methods to Solve Linear Equations Systems
Β 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
Β 

Similar to Numerical integration

18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.pptBAGARAGAZAROMUALD2
Β 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical TechniquesYasir Mahdi
Β 
trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptxSatishKotwal
Β 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfArijitDhali
Β 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VRai University
Β 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vKundan Kumar
Β 
Normal probability distribution
Normal probability distributionNormal probability distribution
Normal probability distributionNadeem Uddin
Β 
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptx
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptxGRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptx
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptxBenJustineDumlao1
Β 
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptx
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptxGRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptx
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptxAprilRoseCaquilalaGa
Β 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationDrDeepaChauhan
Β 
Regression Analysis.pptx
Regression Analysis.pptxRegression Analysis.pptx
Regression Analysis.pptxMdRokonMia1
Β 
2018 mtap for g10 with answers
2018 mtap for g10 with answers2018 mtap for g10 with answers
2018 mtap for g10 with answersJashey Dee
Β 
Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Eqah Ihah
Β 
4-Corner Rational Distance Problems
4-Corner Rational Distance Problems4-Corner Rational Distance Problems
4-Corner Rational Distance ProblemsSara Alvarez
Β 
Maths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K MukhopadhyayMaths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K MukhopadhyayDr. Asish K Mukhopadhyay
Β 
Slope of the Tangent Line.pptx
Slope of the Tangent Line.pptxSlope of the Tangent Line.pptx
Slope of the Tangent Line.pptxRoquiMabugayGonzaga
Β 
Module 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfModule 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfGaleJean
Β 

Similar to Numerical integration (20)

18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt18-21 Principles of Least Squares.ppt
18-21 Principles of Least Squares.ppt
Β 
Numerical Techniques
Numerical TechniquesNumerical Techniques
Numerical Techniques
Β 
trapezoidal rule.pptx
trapezoidal rule.pptxtrapezoidal rule.pptx
trapezoidal rule.pptx
Β 
Overviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdfOverviewing the techniques of Numerical Integration.pdf
Overviewing the techniques of Numerical Integration.pdf
Β 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-VEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-V
Β 
engineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-vengineeringmathematics-iv_unit-v
engineeringmathematics-iv_unit-v
Β 
Normal probability distribution
Normal probability distributionNormal probability distribution
Normal probability distribution
Β 
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptx
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptxGRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptx
GRADE 10_MATHEMATICS GEOMETRY PERMUTATION.pptx
Β 
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptx
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptxGRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptx
GRADE_10_MATHEMATICS_GEOMETRY_PERMUTATIO [Repaired].pptx
Β 
Applied mathematics 40
Applied mathematics 40Applied mathematics 40
Applied mathematics 40
Β 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
Β 
Regression Analysis.pptx
Regression Analysis.pptxRegression Analysis.pptx
Regression Analysis.pptx
Β 
TABREZ KHAN.ppt
TABREZ KHAN.pptTABREZ KHAN.ppt
TABREZ KHAN.ppt
Β 
2018 mtap for g10 with answers
2018 mtap for g10 with answers2018 mtap for g10 with answers
2018 mtap for g10 with answers
Β 
Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)
Β 
Core 2 revision notes
Core 2 revision notesCore 2 revision notes
Core 2 revision notes
Β 
4-Corner Rational Distance Problems
4-Corner Rational Distance Problems4-Corner Rational Distance Problems
4-Corner Rational Distance Problems
Β 
Maths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K MukhopadhyayMaths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K Mukhopadhyay
Β 
Slope of the Tangent Line.pptx
Slope of the Tangent Line.pptxSlope of the Tangent Line.pptx
Slope of the Tangent Line.pptx
Β 
Module 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdfModule 5 (Part 3-Revised)-Functions and Relations.pdf
Module 5 (Part 3-Revised)-Functions and Relations.pdf
Β 

More from Dhyey Shukla

Industrial engineeering pli
Industrial engineeering   pliIndustrial engineeering   pli
Industrial engineeering pliDhyey Shukla
Β 
Group 06 batch-2017-cam_date-03-nov-2020
Group 06 batch-2017-cam_date-03-nov-2020Group 06 batch-2017-cam_date-03-nov-2020
Group 06 batch-2017-cam_date-03-nov-2020Dhyey Shukla
Β 
Dhruv barot production technology
Dhruv barot   production technologyDhruv barot   production technology
Dhruv barot production technologyDhyey Shukla
Β 
170990119016 dhyey shukla ppe
170990119016 dhyey shukla ppe170990119016 dhyey shukla ppe
170990119016 dhyey shukla ppeDhyey Shukla
Β 
170990119015 17 ohp-mechanical 7th sem
170990119015 17 ohp-mechanical 7th sem170990119015 17 ohp-mechanical 7th sem
170990119015 17 ohp-mechanical 7th semDhyey Shukla
Β 
Lubrication theory
Lubrication theoryLubrication theory
Lubrication theoryDhyey Shukla
Β 
Viscosity measurement methods
Viscosity measurement methodsViscosity measurement methods
Viscosity measurement methodsDhyey Shukla
Β 
Milling Machine
Milling MachineMilling Machine
Milling MachineDhyey Shukla
Β 
Fourier series
Fourier series Fourier series
Fourier series Dhyey Shukla
Β 
Motion of fluid particles and streams
Motion of fluid particles and streamsMotion of fluid particles and streams
Motion of fluid particles and streamsDhyey Shukla
Β 
Production Management
Production ManagementProduction Management
Production ManagementDhyey Shukla
Β 
Beams And Columns
Beams And ColumnsBeams And Columns
Beams And ColumnsDhyey Shukla
Β 
Hot Rolling And cold rolling process
Hot Rolling And cold rolling processHot Rolling And cold rolling process
Hot Rolling And cold rolling processDhyey Shukla
Β 
Control of water pollution
Control of water pollutionControl of water pollution
Control of water pollutionDhyey Shukla
Β 

More from Dhyey Shukla (17)

Industrial engineeering pli
Industrial engineeering   pliIndustrial engineeering   pli
Industrial engineeering pli
Β 
Group 06 batch-2017-cam_date-03-nov-2020
Group 06 batch-2017-cam_date-03-nov-2020Group 06 batch-2017-cam_date-03-nov-2020
Group 06 batch-2017-cam_date-03-nov-2020
Β 
Dhruv barot production technology
Dhruv barot   production technologyDhruv barot   production technology
Dhruv barot production technology
Β 
Ala format
Ala formatAla format
Ala format
Β 
170990119016 dhyey shukla ppe
170990119016 dhyey shukla ppe170990119016 dhyey shukla ppe
170990119016 dhyey shukla ppe
Β 
170990119015 17 ohp-mechanical 7th sem
170990119015 17 ohp-mechanical 7th sem170990119015 17 ohp-mechanical 7th sem
170990119015 17 ohp-mechanical 7th sem
Β 
Lubrication theory
Lubrication theoryLubrication theory
Lubrication theory
Β 
Viscosity measurement methods
Viscosity measurement methodsViscosity measurement methods
Viscosity measurement methods
Β 
Cast Iron
Cast IronCast Iron
Cast Iron
Β 
Milling Machine
Milling MachineMilling Machine
Milling Machine
Β 
Entropy
EntropyEntropy
Entropy
Β 
Fourier series
Fourier series Fourier series
Fourier series
Β 
Motion of fluid particles and streams
Motion of fluid particles and streamsMotion of fluid particles and streams
Motion of fluid particles and streams
Β 
Production Management
Production ManagementProduction Management
Production Management
Β 
Beams And Columns
Beams And ColumnsBeams And Columns
Beams And Columns
Β 
Hot Rolling And cold rolling process
Hot Rolling And cold rolling processHot Rolling And cold rolling process
Hot Rolling And cold rolling process
Β 
Control of water pollution
Control of water pollutionControl of water pollution
Control of water pollution
Β 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
Β 
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
Β 
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
Β 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
Β 
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
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Β 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
Β 
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
Β 
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
Β 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
Β 
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
Β 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
Β 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
Β 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
Β 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Β 
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
Β 
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
Β 
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCRβ˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
β˜… CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
Β 
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
πŸ”9953056974πŸ”!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
Β 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
Β 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
Β 
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
Β 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Β 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
Β 
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
Β 
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
Β 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
Β 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
Β 
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
Β 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
Β 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
Β 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
Β 

Numerical integration

  • 1. Subject: Complex Variable And Numerical Method (2141905) Chapter: Numerical Integration Department Mechanical Engineering Name of Subject Teacher Mrs. Pragna Lad
  • 2. Team Members Name Enrollment Number Kiran Patel 170990119012 Vinay Patel 170990119014 Dhyey Shukla 170990119016
  • 3. Trapezoidal Rule  In Numerical analysis, the Trapezoidal rule is a technique for approximating the definite integral.  In general, trapezoidal rule is less accurate when compared with Simpson's rules.
  • 4. ο‚΄ From the General formula, we can obtain different integration formulae by putting different values of i.e. ο‚΄ Put in general formula and neglecting second and higher differences,
  • 5. Similarly, for the next interval And so on for the last interval Combining all these three Equations (1), (2) & (3)
  • 6. ο‚΄ This Final Equation obtained is known as Trapezoidal rule.
  • 7. Q-1. State Trapezoidal Rule and calculate the value of Integral Ans.
  • 8. ο‚΄ Divide into six equal parts, then the values of for each points of subdivision are : By Trapezoidal Rule 4.0 4.2 4.4 4.6 4.8 5.0 5.2 1.38629 1.43508 1.48160 1.52605 1.56861 1.60943 1.64865
  • 9.
  • 10. Q-2. Evaluate take Ans. By Trapezoidal Rule 0 0.2 0.4 0.6 0.8 1 1 0.9615 0.8621 0.7352 0.6097 0.5
  • 11.
  • 12. Simpson’s 1/3 Rule ο‚΄       0 0 0 1 3 5 1 2 4 2( ) 4 ... 2 ... 3 x nh n n n x h f x y y y y y y y y y  ο€­ ο€­ο€½             ( 4 2 ) 3 h X O Eο€½   where , X = extreme terms O = odd terms E = even terms
  • 13. example 1 X 10 11 12 13 14 15 16 Y 1.02 0.94 0.89 0.79 0.71 0.62 0.55 =1/3 ((1.02+0.55)+4(0.94+0.79+0.62)+2(0.89+0.71)) =4.7233 16 10 ydx      0 1 3 5 1 2 4 24 ... 2 ... 3 n n n h y y y y y y y y yο€­ ο€­ο€½             16 10 ydx find by simpson’s 1/3 rule.
  • 14.
  • 15. Example 2 A river is 80 meter wide . the depth β€˜d’ in meter at a distance x meters from one bank is given by the following table . Calculate the area of cross section of the river using Simpson’s 1/3 rule . 80 0 A ydxο€½       0 1 3 5 1 2 4 24 ... 2 ... 3 n n n h y y y y y y y y yο€­ ο€­ο€½             X 00 10 20 30 40 50 60 70 80 Y 0 4 7 9 12 15 14 8 7 = 10/3 ((0+7) + 4(4+9+15+8) + ( 7+12+14) ) = 723.33 meter square 80 0 A ydxο€½  a = 0 b = 80 c = 10
  • 18.
  • 19. One Point Gaussian Quadrature Formula ο‚΄ βˆ’1 1 𝑓 π‘₯ 𝑑π‘₯ = 2𝑓 0
  • 20. Two Point Gaussian Quadrature Formula ο‚΄ βˆ’1 1 𝑓 π‘₯ 𝑑π‘₯ = 𝑓 βˆ’1 3 + 𝑓( 1 3 )
  • 21. Three Point Gaussian Quadrature Formula ο‚΄ βˆ’1 1 𝑓 π‘₯ 𝑑π‘₯ = 5 9 𝑓(βˆ’ 3 5 ) + 5 9 𝑓( 3 5 ) + 8 9 𝑓(0)
  • 22. Example-1 ο‚΄Evaluate βˆ’1 1 𝑑π‘₯ 1+π‘₯2 by one-Point, Two Point, and three point Gaussian formulae. ο‚΄Solution:- 𝑓 π‘₯ = 1 1+π‘₯2 ο‚΄By Gaussian One-Point Formula, ο‚΄ βˆ’1 1 𝑑π‘₯ 1+π‘₯2 = 2𝑓(0) = 2( 1 1+0 ) = 2
  • 23. ο‚΄By the two point formulae, ο‚΄ βˆ’1 1 𝑑π‘₯ 1+π‘₯2 = 𝑓( βˆ’1 3 ) + 𝑓( 1 3 ) = 1 1+ 1 3 + 1 1+ 1 3 = 1.5 ο‚΄By the three point Gaussian Formulae, ο‚΄ βˆ’1 1 𝑑π‘₯ 1+π‘₯2 = 5 9 𝑓(βˆ’ 3 5 ) + 8 9 𝑓 0 + 5 9 𝑓( 3 5 ) ο‚΄= 5 9 1 1+ 3 5 + 1 1+0 + 5 9 1 1+ 3 5 =1.5833
  • 24. Example-2 ο‚΄ Evaluate 0 1 π‘’βˆ’π‘₯2 𝑑π‘₯ by using the Gaussian Quadrature formula with n=3 ο‚΄ Solution:- ο‚΄ Let π‘₯ = π‘βˆ’π‘Ž 2 𝑑 + 𝑏+π‘Ž 2 ο‚΄ Here a=0, b=1 ο‚΄ π‘₯ = 1 2 𝑑 + 1 2 = 1 2 𝑑 + 1 ο‚΄ 𝑑π‘₯ = 1 2 𝑑𝑑 ο‚΄ When x=0, t=-1 ο‚΄ When x=1, t=1
  • 25. ο‚΄ 0 1 𝑒 βˆ’π‘₯2 𝑑π‘₯ = 1 2 βˆ’1 1 𝑒 βˆ’1 4 (𝑑 + 1)2dt 𝑓 π‘₯ = 𝑒 βˆ’1 4 (𝑑+1)2 ο‚΄By Three Point Gaussian Quadrature formula, ο‚΄ 0 1 π‘’βˆ’π‘₯2 𝑑π‘₯ = 1 2 βˆ’1 1 𝑒 βˆ’1 4 (𝑑+1)2 𝑑𝑑 ο‚΄= 1 2 [ 5 9 𝑓(βˆ’ 3 5 ) + 8 9 𝑓 0 + 5 9 𝑓( 3 5 )] ο‚΄= 1 2 [ 5 9 𝑒 βˆ’1 4 βˆ’ 3 5 + 1 2 + 8 9 π‘’βˆ’ 1 4 𝑑+1 2+ 5 9 𝑒 βˆ’ 1 4 3 5 +1 2 ] ο‚΄=0.746815
  • 26. Questions and Suggestions are Welcome Thank You