SlideShare a Scribd company logo
1 of 19
NUMERICAL METHOD
Introduction
Numerical methods can be used to find roots of a function
→We find roots of a function by;
1. Direct method
2. Iterative method
ERROR
An error can be defined as the deviation from accuracy or correctness
Error
Where;
X = is the exact value of a number
X0 = is an approximate value of a number
Example
If X0 = 3.14 and x= then
.
=
=0.001592654
TYPES OF ERROR
A) Systematic error
This is a predictable error or constant caused by imperfect calibration of measurements
instruments or something is wrong from the measuring instrument
B) Random error
Unpredictable error caused either by weather or anything else.
Sources of errors
1. Experimentation error/modeling error
2. Truncation error/terminating error
E.g.
You can see that the series is terminated at power of 3
3. Rounding off numbers
4. Mistakes and blunder
ABSOLUTE AND RELATIVE ERROR
Absolute error
Is the difference between the measured value of a quantity X0 and its value
Absolute error
Relative error
i.e. Relative error =
A relative error gives an indication of how good measurement is relative to the size measurement
is relative to the size of the thing that measured.
Example
i) Absolute error
ii) Relative error
iii)Percentage error
Solution
i. Absolute error = /X – X0/
= X – X0
∆x = 0.001592654
ii. Relative error
=
= 0.000050696(9dp)
iii. Percentage error
= 0.000050696 x 100%
= 5.0696 x 10-2%
Roots by iterative methods
Iterative method is used to find a root of function by approximations repeatedly.
If f(x1), f(x2) < 0 the root lies between X1and X2
Newton’s Raphson formula
The formula is based on the tangent lines drawn to the curves through x-axis
Consider the graph below
Suppose f(x) = 0 has a root that x is an approximation for
Choosing a point which is very close to  let be X1
X1→
A line AB is drawn tangent to the curve at a point A where A(X1, f(X1))
X2 is the point which is very near to 1
This slope is equal to the tangent of the curve at X=X1
i.e.
But At B f(X2) = 0
X3 will be the best approximation
In general N-R formula can be written as
Example
Show that the equation X3 – X2 + 10x – 2 = 0 has a root between x = 0 and x = 1 and find the
approximation for this root by carrying out 3 iterations
Solution
Application of N-RFormula
1. Find approximation for roots of numbers suppose we want to approximate
Example
B y using 2 iteration only and starting with an initial value 2, find the square root of 5 correct to
four decimal place
Solution
Let x=
X2=5
X2 – 5 = 0
Let f(x) = x2 – 5 by N.R formula
f’(x)= 2x
Given X1=2
Then
First iteration
Example
Apply the N.R formula to establish the root of a number A
Solution
Finding approximations for reciprocals of numbers
Suppose we want to approximate
Example
Use N.R formula to find the inverse of 7 to 4, and perform 3 iteration only starting with Xo=0.1
Solution
SECANT METHOD
The secant method requires two initials values X0 and X1
Line AB is a secant line on the curve f(x)
We find the roots of this, the value of x such as that y=0
In general secant formula is given
Comparison with Newton’s method
-Newton’s converges faster (order 2 against ≈1.6)
- Newton’s requires the evaluation of f and f1 at every step
-Secant method only requires the evaluation of f
Example
Calculate in 3 iteration the root of the function f(x)= x2-4x+2 which his between
X0=0 and X 1=1
Solution
NUMERICAL INTEGRATION
Definite integral is used to determine the area between y= f(x), the x -axis and the
ordinates x = a and x = b
An approximate value for the integral can be found by estimating this area by another two
methods
A. Trapezium rule
Example
Estimate to 4 decimal places
Using five ordinates by the trapezium rule
Solution
Taking five ordinates from X = 0 to X = 1
5 – 1 = 4 number of strips
X 0 0.25 0.5 0.75 1
Y 1 0.9412 0.8 0.64 0.5
Simpson’s rule
Simpson’s rule is another method which can be used to find the area under the curve y= f(x)
between x = a and x = b
A quadratic equation is fitted (parabola) passing through the three points i.e through A,B,C
Then
Example

More Related Content

What's hot

introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical AnalysisGhulam Mehdi Sahito
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMeenakshisundaram N
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference methodPrateek Jha
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differencesDr. Nirav Vyas
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodBijay Mishra
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationMohammed_AQ
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodJayesh Ranjan
 
Application of interpolation and finite difference
Application of interpolation and finite differenceApplication of interpolation and finite difference
Application of interpolation and finite differenceManthan Chavda
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)Dr. Khurram Mehboob
 
Finite difference method
Finite difference methodFinite difference method
Finite difference methodDivyansh Verma
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson MethodJigisha Dabhi
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical IntegrationTausif Shahanshah
 

What's hot (20)

introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical Methods
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference method
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differences
 
Initial Value Problems
Initial Value ProblemsInitial Value Problems
Initial Value Problems
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
newton raphson method
newton raphson methodnewton raphson method
newton raphson method
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Application of interpolation and finite difference
Application of interpolation and finite differenceApplication of interpolation and finite difference
Application of interpolation and finite difference
 
Computational Method to Solve the Partial Differential Equations (PDEs)
Computational Method to Solve the Partial Differential  Equations (PDEs)Computational Method to Solve the Partial Differential  Equations (PDEs)
Computational Method to Solve the Partial Differential Equations (PDEs)
 
Finite difference method
Finite difference methodFinite difference method
Finite difference method
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Newton-Raphson Method
Newton-Raphson MethodNewton-Raphson Method
Newton-Raphson Method
 
Presentation on Numerical Integration
Presentation on Numerical IntegrationPresentation on Numerical Integration
Presentation on Numerical Integration
 
The newton raphson method
The newton raphson methodThe newton raphson method
The newton raphson method
 
Taylors series
Taylors series Taylors series
Taylors series
 
Trees and graphs
Trees and graphsTrees and graphs
Trees and graphs
 

Similar to NUMERICAL METHOD

Chapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsChapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsssuser53ee01
 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docxnitmor1
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdfDUBAN CASTRO
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations MethodsUIS
 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersUniversity of Salerno
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALVaitheeswaran Gnanaraj
 
B02110105012
B02110105012B02110105012
B02110105012theijes
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Methods of calculate roots of equations
Methods  of calculate  roots  of  equationsMethods  of calculate  roots  of  equations
Methods of calculate roots of equationsNORAIMA
 
Adv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfAdv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfchhatrapalnetam
 

Similar to NUMERICAL METHOD (20)

Chapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equationsChapter 2 solving nonlinear equations
Chapter 2 solving nonlinear equations
 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docx
 
OPERATIONS RESEARCH
OPERATIONS RESEARCHOPERATIONS RESEARCH
OPERATIONS RESEARCH
 
Secant method
Secant methodSecant method
Secant method
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Calc 3.8
Calc 3.8Calc 3.8
Calc 3.8
 
Quadrature
QuadratureQuadrature
Quadrature
 
Raices de ecuaciones pdf
Raices de ecuaciones pdfRaices de ecuaciones pdf
Raices de ecuaciones pdf
 
Convergence
ConvergenceConvergence
Convergence
 
Root Equations Methods
Root Equations MethodsRoot Equations Methods
Root Equations Methods
 
S3-3.pdf
S3-3.pdfS3-3.pdf
S3-3.pdf
 
Applications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large NumbersApplications to Central Limit Theorem and Law of Large Numbers
Applications to Central Limit Theorem and Law of Large Numbers
 
Root Of The Equations [By- Digvijay]
Root Of The Equations [By- Digvijay]Root Of The Equations [By- Digvijay]
Root Of The Equations [By- Digvijay]
 
Talk 2
Talk 2Talk 2
Talk 2
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIALNEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
NEWTON RPHSON METHOD WITH CALCULATOR TUTORIAL
 
B02110105012
B02110105012B02110105012
B02110105012
 
The International Journal of Engineering and Science (The IJES)
 The International Journal of Engineering and Science (The IJES) The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Methods of calculate roots of equations
Methods  of calculate  roots  of  equationsMethods  of calculate  roots  of  equations
Methods of calculate roots of equations
 
Adv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdfAdv. Num. Tech. 1 Roots of function.pdf
Adv. Num. Tech. 1 Roots of function.pdf
 

More from shahzadebaujiti

IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)
IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)
IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)shahzadebaujiti
 
THE RISE OF DEMOCRACY IN EUROPE
THE RISE OF DEMOCRACY IN EUROPE THE RISE OF DEMOCRACY IN EUROPE
THE RISE OF DEMOCRACY IN EUROPE shahzadebaujiti
 
THE RISE OF CAPITALISM IN EUROPE
THE RISE OF CAPITALISM IN EUROPETHE RISE OF CAPITALISM IN EUROPE
THE RISE OF CAPITALISM IN EUROPEshahzadebaujiti
 
SUSTAINABLE USE OF FUEL AND POWER
SUSTAINABLE USE OF FUEL AND POWERSUSTAINABLE USE OF FUEL AND POWER
SUSTAINABLE USE OF FUEL AND POWERshahzadebaujiti
 
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOIL
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOILPHYSICAL GEOGRAPHY 1.5 -STUDY OF SOIL
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOILshahzadebaujiti
 
PHYSICAL GEOGRAPHY 1.4-WATER MASSES
PHYSICAL GEOGRAPHY 1.4-WATER MASSESPHYSICAL GEOGRAPHY 1.4-WATER MASSES
PHYSICAL GEOGRAPHY 1.4-WATER MASSESshahzadebaujiti
 
ENVIRONMENTAL ISSUES AND CONSERVATION
ENVIRONMENTAL ISSUES AND CONSERVATIONENVIRONMENTAL ISSUES AND CONSERVATION
ENVIRONMENTAL ISSUES AND CONSERVATIONshahzadebaujiti
 
TRANSPORT AND COMMUNICATION
TRANSPORT AND COMMUNICATIONTRANSPORT AND COMMUNICATION
TRANSPORT AND COMMUNICATIONshahzadebaujiti
 
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISM
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISMREGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISM
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISMshahzadebaujiti
 
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRY
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRYREGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRY
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRYshahzadebaujiti
 
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHING
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHINGREGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHING
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHINGshahzadebaujiti
 
SUSTAINABLE MINING MINERAL EXTRACTION (MINING INDUSTRY)
SUSTAINABLE MINING  MINERAL EXTRACTION (MINING INDUSTRY)SUSTAINABLE MINING  MINERAL EXTRACTION (MINING INDUSTRY)
SUSTAINABLE MINING MINERAL EXTRACTION (MINING INDUSTRY)shahzadebaujiti
 
SOIL DEGRADATION AND CONSERVATION
SOIL DEGRADATION AND CONSERVATIONSOIL DEGRADATION AND CONSERVATION
SOIL DEGRADATION AND CONSERVATIONshahzadebaujiti
 
AGRICULTURAL DEVELOPMENT
AGRICULTURAL DEVELOPMENTAGRICULTURAL DEVELOPMENT
AGRICULTURAL DEVELOPMENTshahzadebaujiti
 
POPULATION AND DEVELOPMENT
POPULATION AND DEVELOPMENTPOPULATION AND DEVELOPMENT
POPULATION AND DEVELOPMENTshahzadebaujiti
 

More from shahzadebaujiti (20)

IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)
IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)
IMPERIALISM AND TERRITORIAL DIVISION OF THE WORLD (COLONIZATION OF AFRICA)
 
THE RISE OF DEMOCRACY IN EUROPE
THE RISE OF DEMOCRACY IN EUROPE THE RISE OF DEMOCRACY IN EUROPE
THE RISE OF DEMOCRACY IN EUROPE
 
THE RISE OF CAPITALISM IN EUROPE
THE RISE OF CAPITALISM IN EUROPETHE RISE OF CAPITALISM IN EUROPE
THE RISE OF CAPITALISM IN EUROPE
 
CLIMATOLOGY CLIMATOLOGY
CLIMATOLOGY CLIMATOLOGYCLIMATOLOGY CLIMATOLOGY
CLIMATOLOGY CLIMATOLOGY
 
SUSTAINABLE USE OF FUEL AND POWER
SUSTAINABLE USE OF FUEL AND POWERSUSTAINABLE USE OF FUEL AND POWER
SUSTAINABLE USE OF FUEL AND POWER
 
SPACE DYNAMIC
SPACE DYNAMICSPACE DYNAMIC
SPACE DYNAMIC
 
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOIL
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOILPHYSICAL GEOGRAPHY 1.5 -STUDY OF SOIL
PHYSICAL GEOGRAPHY 1.5 -STUDY OF SOIL
 
PHYSICAL GEOGRAPHY 1.4-WATER MASSES
PHYSICAL GEOGRAPHY 1.4-WATER MASSESPHYSICAL GEOGRAPHY 1.4-WATER MASSES
PHYSICAL GEOGRAPHY 1.4-WATER MASSES
 
ENVIRONMENTAL ISSUES AND CONSERVATION
ENVIRONMENTAL ISSUES AND CONSERVATIONENVIRONMENTAL ISSUES AND CONSERVATION
ENVIRONMENTAL ISSUES AND CONSERVATION
 
TRANSPORT AND COMMUNICATION
TRANSPORT AND COMMUNICATIONTRANSPORT AND COMMUNICATION
TRANSPORT AND COMMUNICATION
 
MANUFACTURING INDUSTRY
MANUFACTURING INDUSTRYMANUFACTURING INDUSTRY
MANUFACTURING INDUSTRY
 
RIVER BASIN DEVELOPMENT
RIVER BASIN DEVELOPMENTRIVER BASIN DEVELOPMENT
RIVER BASIN DEVELOPMENT
 
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISM
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISMREGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISM
REGIONAL FOCAL STUDIES - 5.7 ENVIRONMENTAL FRIENDLY TOURISM
 
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRY
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRYREGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRY
REGIONAL FOCAL STUDIES -5.5 SUSTAINABLE USE OF FORESTRY
 
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHING
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHINGREGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHING
REGIONAL FOCAL STUDIES - 5.6 SUSTAINABLE FISHING
 
SUSTAINABLE MINING MINERAL EXTRACTION (MINING INDUSTRY)
SUSTAINABLE MINING  MINERAL EXTRACTION (MINING INDUSTRY)SUSTAINABLE MINING  MINERAL EXTRACTION (MINING INDUSTRY)
SUSTAINABLE MINING MINERAL EXTRACTION (MINING INDUSTRY)
 
SOIL DEGRADATION AND CONSERVATION
SOIL DEGRADATION AND CONSERVATIONSOIL DEGRADATION AND CONSERVATION
SOIL DEGRADATION AND CONSERVATION
 
AGRICULTURAL DEVELOPMENT
AGRICULTURAL DEVELOPMENTAGRICULTURAL DEVELOPMENT
AGRICULTURAL DEVELOPMENT
 
POPULATION AND DEVELOPMENT
POPULATION AND DEVELOPMENTPOPULATION AND DEVELOPMENT
POPULATION AND DEVELOPMENT
 
THE BUSINESS OFFICE
THE BUSINESS OFFICETHE BUSINESS OFFICE
THE BUSINESS OFFICE
 

Recently uploaded

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 

Recently uploaded (20)

Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 

NUMERICAL METHOD

  • 1. NUMERICAL METHOD Introduction Numerical methods can be used to find roots of a function →We find roots of a function by; 1. Direct method 2. Iterative method ERROR An error can be defined as the deviation from accuracy or correctness Error Where; X = is the exact value of a number X0 = is an approximate value of a number Example If X0 = 3.14 and x= then . = =0.001592654 TYPES OF ERROR A) Systematic error This is a predictable error or constant caused by imperfect calibration of measurements instruments or something is wrong from the measuring instrument B) Random error
  • 2. Unpredictable error caused either by weather or anything else. Sources of errors 1. Experimentation error/modeling error 2. Truncation error/terminating error E.g. You can see that the series is terminated at power of 3 3. Rounding off numbers 4. Mistakes and blunder ABSOLUTE AND RELATIVE ERROR Absolute error Is the difference between the measured value of a quantity X0 and its value Absolute error Relative error i.e. Relative error = A relative error gives an indication of how good measurement is relative to the size measurement is relative to the size of the thing that measured. Example i) Absolute error ii) Relative error
  • 3. iii)Percentage error Solution i. Absolute error = /X – X0/ = X – X0 ∆x = 0.001592654 ii. Relative error = = 0.000050696(9dp) iii. Percentage error = 0.000050696 x 100% = 5.0696 x 10-2% Roots by iterative methods Iterative method is used to find a root of function by approximations repeatedly. If f(x1), f(x2) < 0 the root lies between X1and X2 Newton’s Raphson formula The formula is based on the tangent lines drawn to the curves through x-axis Consider the graph below Suppose f(x) = 0 has a root that x is an approximation for
  • 4. Choosing a point which is very close to  let be X1 X1→ A line AB is drawn tangent to the curve at a point A where A(X1, f(X1)) X2 is the point which is very near to 1 This slope is equal to the tangent of the curve at X=X1 i.e. But At B f(X2) = 0
  • 5. X3 will be the best approximation In general N-R formula can be written as Example Show that the equation X3 – X2 + 10x – 2 = 0 has a root between x = 0 and x = 1 and find the approximation for this root by carrying out 3 iterations Solution
  • 6. Application of N-RFormula 1. Find approximation for roots of numbers suppose we want to approximate
  • 7. Example B y using 2 iteration only and starting with an initial value 2, find the square root of 5 correct to four decimal place Solution Let x= X2=5 X2 – 5 = 0 Let f(x) = x2 – 5 by N.R formula
  • 9. Example Apply the N.R formula to establish the root of a number A Solution Finding approximations for reciprocals of numbers Suppose we want to approximate
  • 10. Example Use N.R formula to find the inverse of 7 to 4, and perform 3 iteration only starting with Xo=0.1 Solution
  • 11.
  • 12. SECANT METHOD The secant method requires two initials values X0 and X1 Line AB is a secant line on the curve f(x) We find the roots of this, the value of x such as that y=0
  • 13. In general secant formula is given Comparison with Newton’s method -Newton’s converges faster (order 2 against ≈1.6) - Newton’s requires the evaluation of f and f1 at every step -Secant method only requires the evaluation of f Example Calculate in 3 iteration the root of the function f(x)= x2-4x+2 which his between X0=0 and X 1=1 Solution
  • 14. NUMERICAL INTEGRATION Definite integral is used to determine the area between y= f(x), the x -axis and the ordinates x = a and x = b An approximate value for the integral can be found by estimating this area by another two methods A. Trapezium rule
  • 15.
  • 16. Example Estimate to 4 decimal places Using five ordinates by the trapezium rule Solution Taking five ordinates from X = 0 to X = 1 5 – 1 = 4 number of strips X 0 0.25 0.5 0.75 1 Y 1 0.9412 0.8 0.64 0.5 Simpson’s rule
  • 17. Simpson’s rule is another method which can be used to find the area under the curve y= f(x) between x = a and x = b A quadratic equation is fitted (parabola) passing through the three points i.e through A,B,C Then
  • 18.