SlideShare a Scribd company logo
1 of 12
Presentation on
Newton-Raphsan Method
Group Member
Shahadat Hossain 131-15-2313
Sakhawat Hossain 131-15-2406
Mahmud Ahmed 131-15-2404
Din Islam 131-15-2243
Ibrahim Faisal 131-15-2262
Alamin Khan 131-15-2412
Motivation
Newton method is originally developed for finding a root of a function. It is
also known as Newton-Raphson method.The problem can be formulated as,
given a function 𝑓: 𝑅 → 𝑅 , finding the point 𝑥0 such that 𝑓(𝑥0) = 0.
Background
The long way of Newton’s method to become Newton’s method, The name "Newton's method" is
derived from Isaac Newton's description of a special case of the method in De analysi per
aequationes numero terminorum infinitas. and in De metodis fluxionum et serierum
infinitarum. Newton applies the method only to polynomials. He does not compute the successive
approximations , but computes a sequence of polynomials, and only at the end arrives at an
approximation for the root x. Finally, Newton views the Vieta’s method. while his successor Jamshīd
al-Kāshī used a form of Newton's method to solve to find roots of N (Ypma 1995). A special case of
Newton's method for calculating square roots was known much earlier and is often called the Babylonian
method. Newton's method was used by 17th-century Japanese mathematician Seki Kōwa to
solve single-variable equations. Newton's method was first published in 1685 in A Treatise of Algebra
both Historical and Practical by John Wallis. In 1690, Joseph Raphson published a simplified
description inAnalysis aequationum universalis. Raphson again viewed Newton's method purely as an
algebraic method and restricted its use to polynomials, but he describes the method in terms of the
successive approximations xn instead of the more complicated sequence of polynomials used by
Newton. Finally, in 1740, Thomas Simpson described Newton's method as an iterative method for
solving general nonlinear equations using calculus, essentially giving the description above. In
the same publication, Simpson also gives the generalization to systems of two equations and
notes that Newton's method can be used for solving optimization problems by setting the gradient
to zero.
When this method is Applicable
If we’ve ever tried to find a root of a complicated function
algebraically, we may have had some difficulty. Using some basic
concepts of calculus, we have ways of numerically evaluating roots
of complicated functions. Commonly, we use the Newton-Raphson
method.This iterative process follows a set guideline to
approximate one root, considering the function, its derivative, and
an initial x-value
Newton-Raphsan Method
Let 𝑥0 be the approximate root of 𝑓 𝑥0 = 0 .
Let, 𝑥1 = 𝑥0 + ℎ is the correct root, where ℎ is the correction term.
Example
• Find a solution of : 𝑥4 − 𝑥 − 9 = 0
Solution: 𝑓 𝑥 = 𝑥4 − 𝑥 − 9
𝑓′ 𝑥 = 4𝑥3 − 1
So the approximate result is 1.813 upto 3D
n 𝒙 𝒏 𝒇(𝒙 𝒏) 𝒇′(𝒙 𝒏)
𝒉 =
𝒇(𝒙 𝒏)
𝒇′(𝒙 𝒏)
𝒙 𝒏+𝟏 = 𝒙 𝒏 + 𝒉
0 1.5 -5.4375 12.5 -0.435 1.935
1 1.935 3.0842 27.98030 0.110228 1.8247
2 1.8247 0.26107 23.30157 0.011203 1.81349
3 1.81349 0.002360 22.85643 0.00010 1.8133
Programming
Advantages of Newton-Raphson
• One of the fastest convergences to the root
• Converges on the root quadraticly
• Near a root, the number of significant digits approximately doubles with each step.
• This leads to the ability of the Newton-Raphson Method to “polish” a root from another
convergence technique
• Easy to convert to multiple dimensions
• Can be used to “polish” a root found by other methods
Application
• Multiplicative inverses of numbers and power series.
• Minimization and maximization problems-
Newton's method can be used to find a minimum or maximum of a function.The derivative is zero at a minimum or maximum, so minima
and maxima can be found by applying Newton's method to the derivative.The iteration becomes
• Solving transcendental equations-
Many transcendental equations can be solved using Newton's method. Given the equation
with g(x) and/or h(x) a transcendental function, one writes
The values of x that solves the original equation are then the roots of f(x), which may be found via Newton's method
Failure Analysis
• The method fails when 𝑓′ 𝑥0 = 0
• Iteration point is stationary
Consider the function:
It has a maximum at x = 0 and solutions of f(x) = 0 at x = ±1. If we start iterating from the stationary point x0 = 0 (where
the derivative is zero), x1 will be undefined, since the tangent at (0,1) is parallel to the x-axis:
Mah

More Related Content

What's hot

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
 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodNagma Modi
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson methodMeet Patel
 
Basics of quantum mechanics
Basics of quantum mechanicsBasics of quantum mechanics
Basics of quantum mechanicsMirzaMusmanBaig
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson MethodTayyaba Abbas
 
Maths partial differential equation Poster
Maths partial differential equation PosterMaths partial differential equation Poster
Maths partial differential equation PosterEr. Ashish Pandey
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSfenil patel
 
Signals and systems-3
Signals and systems-3Signals and systems-3
Signals and systems-3sarun soman
 
Density Functional Theory
Density Functional TheoryDensity Functional Theory
Density Functional TheoryWesley Chen
 
Mit2 092 f09_lec19
Mit2 092 f09_lec19Mit2 092 f09_lec19
Mit2 092 f09_lec19Rahman Hakim
 

What's hot (20)

Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming Newton Raphson Method Using C Programming
Newton Raphson Method Using C Programming
 
Physics Assignment Help
Physics Assignment HelpPhysics Assignment Help
Physics Assignment Help
 
Postulates of quantum mechanics
Postulates of quantum mechanicsPostulates of quantum mechanics
Postulates of quantum mechanics
 
algebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant methodalgebric solutions by newton raphson method and secant method
algebric solutions by newton raphson method and secant method
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Numerical methods presentation 11 iteration method
Numerical methods presentation 11 iteration methodNumerical methods presentation 11 iteration method
Numerical methods presentation 11 iteration method
 
Basics of quantum mechanics
Basics of quantum mechanicsBasics of quantum mechanics
Basics of quantum mechanics
 
Secant method
Secant methodSecant method
Secant method
 
Secant Method
Secant MethodSecant Method
Secant Method
 
Secent method
Secent methodSecent method
Secent method
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
 
Statistical Physics Assignment Help
Statistical Physics Assignment HelpStatistical Physics Assignment Help
Statistical Physics Assignment Help
 
Differentiation and applications
Differentiation and applicationsDifferentiation and applications
Differentiation and applications
 
Maths partial differential equation Poster
Maths partial differential equation PosterMaths partial differential equation Poster
Maths partial differential equation Poster
 
Lagrange
LagrangeLagrange
Lagrange
 
Statistical Physics Assignment Help
Statistical Physics Assignment Help Statistical Physics Assignment Help
Statistical Physics Assignment Help
 
ROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONSROOT OF NON-LINEAR EQUATIONS
ROOT OF NON-LINEAR EQUATIONS
 
Signals and systems-3
Signals and systems-3Signals and systems-3
Signals and systems-3
 
Density Functional Theory
Density Functional TheoryDensity Functional Theory
Density Functional Theory
 
Mit2 092 f09_lec19
Mit2 092 f09_lec19Mit2 092 f09_lec19
Mit2 092 f09_lec19
 

Similar to Mah

Newton Raphson Method.pptx
Newton Raphson Method.pptxNewton Raphson Method.pptx
Newton Raphson Method.pptxmalothashweetha
 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docxnitmor1
 
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...RaihanHossain49
 
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
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equationsinventionjournals
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentationAbdullah Moin
 
KimJessie-NewtonRaphsonSlides.pptx
KimJessie-NewtonRaphsonSlides.pptxKimJessie-NewtonRaphsonSlides.pptx
KimJessie-NewtonRaphsonSlides.pptxRakeshPati12
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...Stephen Faucher
 
Newton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsNewton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsaryyaka99
 
Newton's Method in Calculus
Newton's Method in CalculusNewton's Method in Calculus
Newton's Method in CalculusAditiPawaskar5
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5Yasser Ahmed
 
Nelder Mead Search Algorithm
Nelder Mead Search AlgorithmNelder Mead Search Algorithm
Nelder Mead Search AlgorithmAshish Khetan
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...mathsjournal
 

Similar to Mah (20)

Newton Raphson Method.pptx
Newton Raphson Method.pptxNewton Raphson Method.pptx
Newton Raphson Method.pptx
 
Newton paper.docx
Newton  paper.docxNewton  paper.docx
Newton paper.docx
 
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...
Exploring_the_Fundamentals_of_Numerical_Analysis_An_Overview_of_Newton_Raphso...
 
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)
 
Newton raphson method
Newton raphson methodNewton raphson method
Newton raphson method
 
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear EquationsNumerical Study of Some Iterative Methods for Solving Nonlinear Equations
Numerical Study of Some Iterative Methods for Solving Nonlinear Equations
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentation
 
KimJessie-NewtonRaphsonSlides.pptx
KimJessie-NewtonRaphsonSlides.pptxKimJessie-NewtonRaphsonSlides.pptx
KimJessie-NewtonRaphsonSlides.pptx
 
SNM
SNMSNM
SNM
 
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
A Comparison Of Iterative Methods For The Solution Of Non-Linear Systems Of E...
 
Newton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematicsNewton Raphson Method in numerical methods of advanced engineering mathematics
Newton Raphson Method in numerical methods of advanced engineering mathematics
 
Newton
NewtonNewton
Newton
 
Newton's Method in Calculus
Newton's Method in CalculusNewton's Method in Calculus
Newton's Method in Calculus
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5
 
Nelder Mead Search Algorithm
Nelder Mead Search AlgorithmNelder Mead Search Algorithm
Nelder Mead Search Algorithm
 
Linear Approx, Differentials, Newton S Method
Linear  Approx,  Differentials,  Newton S  MethodLinear  Approx,  Differentials,  Newton S  Method
Linear Approx, Differentials, Newton S Method
 
A04410107
A04410107A04410107
A04410107
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
Fractional Newton-Raphson Method and Some Variants for the Solution of Nonlin...
 

More from Md Din Islam

More from Md Din Islam (7)

Process Automation
Process AutomationProcess Automation
Process Automation
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Presenation
PresenationPresenation
Presenation
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Presentation1
Presentation1Presentation1
Presentation1
 
Spectrum
SpectrumSpectrum
Spectrum
 
Software engineering
Software engineeringSoftware engineering
Software engineering
 

Recently uploaded

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 

Mah

  • 2. Group Member Shahadat Hossain 131-15-2313 Sakhawat Hossain 131-15-2406 Mahmud Ahmed 131-15-2404 Din Islam 131-15-2243 Ibrahim Faisal 131-15-2262 Alamin Khan 131-15-2412
  • 3. Motivation Newton method is originally developed for finding a root of a function. It is also known as Newton-Raphson method.The problem can be formulated as, given a function 𝑓: 𝑅 → 𝑅 , finding the point 𝑥0 such that 𝑓(𝑥0) = 0.
  • 4. Background The long way of Newton’s method to become Newton’s method, The name "Newton's method" is derived from Isaac Newton's description of a special case of the method in De analysi per aequationes numero terminorum infinitas. and in De metodis fluxionum et serierum infinitarum. Newton applies the method only to polynomials. He does not compute the successive approximations , but computes a sequence of polynomials, and only at the end arrives at an approximation for the root x. Finally, Newton views the Vieta’s method. while his successor Jamshīd al-Kāshī used a form of Newton's method to solve to find roots of N (Ypma 1995). A special case of Newton's method for calculating square roots was known much earlier and is often called the Babylonian method. Newton's method was used by 17th-century Japanese mathematician Seki Kōwa to solve single-variable equations. Newton's method was first published in 1685 in A Treatise of Algebra both Historical and Practical by John Wallis. In 1690, Joseph Raphson published a simplified description inAnalysis aequationum universalis. Raphson again viewed Newton's method purely as an algebraic method and restricted its use to polynomials, but he describes the method in terms of the successive approximations xn instead of the more complicated sequence of polynomials used by Newton. Finally, in 1740, Thomas Simpson described Newton's method as an iterative method for solving general nonlinear equations using calculus, essentially giving the description above. In the same publication, Simpson also gives the generalization to systems of two equations and notes that Newton's method can be used for solving optimization problems by setting the gradient to zero.
  • 5. When this method is Applicable If we’ve ever tried to find a root of a complicated function algebraically, we may have had some difficulty. Using some basic concepts of calculus, we have ways of numerically evaluating roots of complicated functions. Commonly, we use the Newton-Raphson method.This iterative process follows a set guideline to approximate one root, considering the function, its derivative, and an initial x-value
  • 6. Newton-Raphsan Method Let 𝑥0 be the approximate root of 𝑓 𝑥0 = 0 . Let, 𝑥1 = 𝑥0 + ℎ is the correct root, where ℎ is the correction term.
  • 7. Example • Find a solution of : 𝑥4 − 𝑥 − 9 = 0 Solution: 𝑓 𝑥 = 𝑥4 − 𝑥 − 9 𝑓′ 𝑥 = 4𝑥3 − 1 So the approximate result is 1.813 upto 3D n 𝒙 𝒏 𝒇(𝒙 𝒏) 𝒇′(𝒙 𝒏) 𝒉 = 𝒇(𝒙 𝒏) 𝒇′(𝒙 𝒏) 𝒙 𝒏+𝟏 = 𝒙 𝒏 + 𝒉 0 1.5 -5.4375 12.5 -0.435 1.935 1 1.935 3.0842 27.98030 0.110228 1.8247 2 1.8247 0.26107 23.30157 0.011203 1.81349 3 1.81349 0.002360 22.85643 0.00010 1.8133
  • 9. Advantages of Newton-Raphson • One of the fastest convergences to the root • Converges on the root quadraticly • Near a root, the number of significant digits approximately doubles with each step. • This leads to the ability of the Newton-Raphson Method to “polish” a root from another convergence technique • Easy to convert to multiple dimensions • Can be used to “polish” a root found by other methods
  • 10. Application • Multiplicative inverses of numbers and power series. • Minimization and maximization problems- Newton's method can be used to find a minimum or maximum of a function.The derivative is zero at a minimum or maximum, so minima and maxima can be found by applying Newton's method to the derivative.The iteration becomes • Solving transcendental equations- Many transcendental equations can be solved using Newton's method. Given the equation with g(x) and/or h(x) a transcendental function, one writes The values of x that solves the original equation are then the roots of f(x), which may be found via Newton's method
  • 11. Failure Analysis • The method fails when 𝑓′ 𝑥0 = 0 • Iteration point is stationary Consider the function: It has a maximum at x = 0 and solutions of f(x) = 0 at x = ±1. If we start iterating from the stationary point x0 = 0 (where the derivative is zero), x1 will be undefined, since the tangent at (0,1) is parallel to the x-axis: