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

Secent method
Secent methodSecent method
Secent method
ritu1806
 
Newton Raphson Method
Newton Raphson MethodNewton Raphson Method
Newton Raphson Method
Tayyaba Abbas
 
Density Functional Theory
Density Functional TheoryDensity Functional Theory
Density Functional Theory
Wesley Chen
 

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

B02110105012
B02110105012B02110105012
B02110105012
theijes
 

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 (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

Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
EADTU
 

Recently uploaded (20)

UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
Introduction to TechSoup’s Digital Marketing Services and Use Cases
Introduction to TechSoup’s Digital Marketing  Services and Use CasesIntroduction to TechSoup’s Digital Marketing  Services and Use Cases
Introduction to TechSoup’s Digital Marketing Services and Use Cases
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 

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: