SlideShare une entreprise Scribd logo
1  sur  16
Classical Optimization
Theory
B SV P SuryaTeja
K Rohit
B SuryaTej
Mrudul Nekkanti
Find Out the type of extreme points in
the following figures.
Now what about this?
• This one has no
minima or maxima.
• The minima or
maxima are defined in
a specific region
which, in other words,
we call as constrained
problems.
What is minimum or maximum?
▪ Minimum, in mathematical terms, for a function can be defined as
▪ f (X0 + h) > f (X0) V X0 ∈ domain
▪ Similarly, maximum can be defined, for a function, as the following
▪ f (X0 + h) < f (X0) V X0∈ domain
▪ Here “h” is a small value and tends to zero.
▪ These are local maxima and minima, because we are not basing them
for the whole domain.
▪ But if we take the smallest value of all the local minimas, then the
value is called a Global Minima.
▪ If we take the largest of all the local maximas, then it is called as
Global Maxima.
Necessary Conditions
▪ We are going to develop necessary and sufficient conditions for an n-
variable function f(X) to have extrema.
▪ It is assumed that the first and second order partial derivatives of f(X)
are continuous for all X.
▪ Theorem 1: A necessary condition for X0 to be an extreme point of f(X)
is that ∇ f(X0) = 0
Sufficient conditions
▪ Theorem: A sufficient condition for a stationary point X0 to be an
extreme point is that the Hessian matrix H evaluated at X0 satisfy the
following conditions
i. H is positive definite, if X0 is a minimum point
ii. H is negative definite, if X0 is a maximum point
Hessian Matrix
The Newton Raphson Method
▪ The necessary condition, sometimes ∇ f(X) = 0 , can be difficult to
solve numerically.
▪ So we use an iterative method called Newton Raphson method,
which helps solving simultaneous nonlinear equations.
▪ The method is mentioned in the next slides.
▪ Consider the simultaneous equation f i(X) = 0, i = 1,2,3 … m
▪ ByTaylor’s expression at a given point Xk , we can write the whole
expression in the following form
f i(X) ~ f i(Xk) + ∇ fi(Xk)(X - Xk)
Changing the equation will give us the following expression
f i(Xk) + ∇ fi(Xk)(X - Xk) = 0
This can be written as Ak +Bk(X - Xk) = 0
OR X = Xk - B-1
k Ak (Bkis non singular)
▪ The whole idea of this method is to start from an initial point and
then move on by using the above equation to find a point until it
converges.
▪ This process is done until 2 successive points are almost equal.
▪ For a single variable function this can be shown as
xk + 1 = xk -
𝒇(𝒙k)
𝒇′(𝒙k)
Example
Demonstrate Newton Raphson Method on the following
g(x) = (3x - 2)2(2x - 3)2
First find out f(x) = g’(x) = 72x3 - 234x2 + 241x – 78
Then follow the newton Raphson equation for a single variable that is
shown below.
xk + 1 = xk -
𝒇(𝒙k)
𝒇′(𝒙k)
Solving
k xk f(xk)/f'(xk) xk+1
0 10 2.967892314 7.032107686
1 7.032107686 1.97642875 5.055678936
2 5.055678936 1.314367243 3.741311693
3 3.741311693 0.871358025 2.869953668
4 2.869953668 0.573547408 2.29640626
5 2.29640626 0.371251989 1.925154272
6 1.925154272 0.230702166 1.694452106
7 1.694452106 0.128999578 1.565452528
8 1.565452528 0.054156405 1.511296123
9 1.511296123 0.010864068 1.500432055
10 1.500432055 0.000431385 1.50000067
11 1.50000067 6.70394E-07 1.5
▪ It converges at 1.5
▪ Taking some other initial value we can converge at the other points.
Initial values 1 and 0.5 should give the other 2 extreme points.
questions
Thank You!

Contenu connexe

Tendances

Continuity and differentiability
Continuity and differentiability Continuity and differentiability
Continuity and differentiability Seyid Kadher
 
03 convexfunctions
03 convexfunctions03 convexfunctions
03 convexfunctionsSufyan Sahoo
 
Limit, Continuity and Differentiability for JEE Main 2014
Limit, Continuity and Differentiability for JEE Main 2014Limit, Continuity and Differentiability for JEE Main 2014
Limit, Continuity and Differentiability for JEE Main 2014Ednexa
 
Numerical analysis convexity, concavity
Numerical analysis  convexity, concavityNumerical analysis  convexity, concavity
Numerical analysis convexity, concavitySHAMJITH KM
 
Introduction to differentiation
Introduction to differentiationIntroduction to differentiation
Introduction to differentiationShaun Wilson
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Ron Eick
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralJelaiAujero
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpointcanalculus
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsMatthew Leingang
 
Lecture 18 antiderivatives - section 4.8
Lecture 18   antiderivatives - section 4.8Lecture 18   antiderivatives - section 4.8
Lecture 18 antiderivatives - section 4.8njit-ronbrown
 
Introduction to calculus
Introduction to calculusIntroduction to calculus
Introduction to calculussheetslibrary
 
Limits and Continuity - Intuitive Approach part 3
Limits and Continuity - Intuitive Approach part 3Limits and Continuity - Intuitive Approach part 3
Limits and Continuity - Intuitive Approach part 3FellowBuddy.com
 

Tendances (20)

Continuity and differentiability
Continuity and differentiability Continuity and differentiability
Continuity and differentiability
 
Optimization tutorial
Optimization tutorialOptimization tutorial
Optimization tutorial
 
03 convexfunctions
03 convexfunctions03 convexfunctions
03 convexfunctions
 
Limit, Continuity and Differentiability for JEE Main 2014
Limit, Continuity and Differentiability for JEE Main 2014Limit, Continuity and Differentiability for JEE Main 2014
Limit, Continuity and Differentiability for JEE Main 2014
 
Numerical analysis convexity, concavity
Numerical analysis  convexity, concavityNumerical analysis  convexity, concavity
Numerical analysis convexity, concavity
 
1551 limits and continuity
1551 limits and continuity1551 limits and continuity
1551 limits and continuity
 
Introduction to differentiation
Introduction to differentiationIntroduction to differentiation
Introduction to differentiation
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Limit of functions
Limit of functionsLimit of functions
Limit of functions
 
Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)Limits, Continuity & Differentiation (Theory)
Limits, Continuity & Differentiation (Theory)
 
Limits and continuity
Limits and continuityLimits and continuity
Limits and continuity
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Limits and continuity powerpoint
Limits and continuity powerpointLimits and continuity powerpoint
Limits and continuity powerpoint
 
Limits
LimitsLimits
Limits
 
Lesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit LawsLesson 2: Limits and Limit Laws
Lesson 2: Limits and Limit Laws
 
Lecture 18 antiderivatives - section 4.8
Lecture 18   antiderivatives - section 4.8Lecture 18   antiderivatives - section 4.8
Lecture 18 antiderivatives - section 4.8
 
Introduction to calculus
Introduction to calculusIntroduction to calculus
Introduction to calculus
 
Rules of derivative
Rules of derivativeRules of derivative
Rules of derivative
 
Limits and Continuity - Intuitive Approach part 3
Limits and Continuity - Intuitive Approach part 3Limits and Continuity - Intuitive Approach part 3
Limits and Continuity - Intuitive Approach part 3
 

Similaire à Classical optimization theory Unconstrained Problem

Group No 05, calculus.pptx
Group No 05, calculus.pptxGroup No 05, calculus.pptx
Group No 05, calculus.pptxEmonKundu
 
A043001006
A043001006A043001006
A043001006inventy
 
A043001006
A043001006A043001006
A043001006inventy
 
A043001006
A043001006A043001006
A043001006inventy
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentationAbdullah Moin
 
Erin catto numericalmethods
Erin catto numericalmethodsErin catto numericalmethods
Erin catto numericalmethodsoscarbg
 
Newton Raphson pptx
Newton Raphson pptxNewton Raphson pptx
Newton Raphson pptxMDSHABBIR12
 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4CAALAAA
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNemish Bhojani
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydineshDinesh Kumar
 
Roots of equations
Roots of equationsRoots of equations
Roots of equationsMileacre
 
Equations root
Equations rootEquations root
Equations rootMileacre
 
Numerical solutions of algebraic equations
Numerical solutions of algebraic equationsNumerical solutions of algebraic equations
Numerical solutions of algebraic equationsAvneet Singh Lal
 
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
 

Similaire à Classical optimization theory Unconstrained Problem (20)

Group No 05, calculus.pptx
Group No 05, calculus.pptxGroup No 05, calculus.pptx
Group No 05, calculus.pptx
 
Calculus ebook
Calculus ebookCalculus ebook
Calculus ebook
 
A043001006
A043001006A043001006
A043001006
 
A043001006
A043001006A043001006
A043001006
 
A043001006
A043001006A043001006
A043001006
 
Newton raphsonmethod presentation
Newton raphsonmethod presentationNewton raphsonmethod presentation
Newton raphsonmethod presentation
 
Erin catto numericalmethods
Erin catto numericalmethodsErin catto numericalmethods
Erin catto numericalmethods
 
104newton solution
104newton solution104newton solution
104newton solution
 
Newton Raphson pptx
Newton Raphson pptxNewton Raphson pptx
Newton Raphson pptx
 
Mit18 330 s12_chapter4
Mit18 330 s12_chapter4Mit18 330 s12_chapter4
Mit18 330 s12_chapter4
 
Boyd chap10
Boyd chap10Boyd chap10
Boyd chap10
 
Newton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsmNewton-Raphson Iteration marths 4 ntsm
Newton-Raphson Iteration marths 4 ntsm
 
Regulafalsi_bydinesh
Regulafalsi_bydineshRegulafalsi_bydinesh
Regulafalsi_bydinesh
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
Ch05 4
Ch05 4Ch05 4
Ch05 4
 
Roots of equations
Roots of equationsRoots of equations
Roots of equations
 
Equations root
Equations rootEquations root
Equations root
 
CALCULUS 2.pptx
CALCULUS 2.pptxCALCULUS 2.pptx
CALCULUS 2.pptx
 
Numerical solutions of algebraic equations
Numerical solutions of algebraic equationsNumerical solutions of algebraic equations
Numerical solutions of algebraic 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
 

Dernier

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
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.pptxJisc
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
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_...Pooja Bhuva
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 

Dernier (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
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_...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

Classical optimization theory Unconstrained Problem

  • 1. Classical Optimization Theory B SV P SuryaTeja K Rohit B SuryaTej Mrudul Nekkanti
  • 2. Find Out the type of extreme points in the following figures.
  • 3. Now what about this? • This one has no minima or maxima. • The minima or maxima are defined in a specific region which, in other words, we call as constrained problems.
  • 4. What is minimum or maximum? ▪ Minimum, in mathematical terms, for a function can be defined as ▪ f (X0 + h) > f (X0) V X0 ∈ domain ▪ Similarly, maximum can be defined, for a function, as the following ▪ f (X0 + h) < f (X0) V X0∈ domain ▪ Here “h” is a small value and tends to zero. ▪ These are local maxima and minima, because we are not basing them for the whole domain.
  • 5. ▪ But if we take the smallest value of all the local minimas, then the value is called a Global Minima. ▪ If we take the largest of all the local maximas, then it is called as Global Maxima.
  • 6. Necessary Conditions ▪ We are going to develop necessary and sufficient conditions for an n- variable function f(X) to have extrema. ▪ It is assumed that the first and second order partial derivatives of f(X) are continuous for all X. ▪ Theorem 1: A necessary condition for X0 to be an extreme point of f(X) is that ∇ f(X0) = 0
  • 7. Sufficient conditions ▪ Theorem: A sufficient condition for a stationary point X0 to be an extreme point is that the Hessian matrix H evaluated at X0 satisfy the following conditions i. H is positive definite, if X0 is a minimum point ii. H is negative definite, if X0 is a maximum point
  • 9. The Newton Raphson Method ▪ The necessary condition, sometimes ∇ f(X) = 0 , can be difficult to solve numerically. ▪ So we use an iterative method called Newton Raphson method, which helps solving simultaneous nonlinear equations. ▪ The method is mentioned in the next slides.
  • 10. ▪ Consider the simultaneous equation f i(X) = 0, i = 1,2,3 … m ▪ ByTaylor’s expression at a given point Xk , we can write the whole expression in the following form f i(X) ~ f i(Xk) + ∇ fi(Xk)(X - Xk) Changing the equation will give us the following expression f i(Xk) + ∇ fi(Xk)(X - Xk) = 0 This can be written as Ak +Bk(X - Xk) = 0 OR X = Xk - B-1 k Ak (Bkis non singular)
  • 11. ▪ The whole idea of this method is to start from an initial point and then move on by using the above equation to find a point until it converges. ▪ This process is done until 2 successive points are almost equal. ▪ For a single variable function this can be shown as xk + 1 = xk - 𝒇(𝒙k) 𝒇′(𝒙k)
  • 12. Example Demonstrate Newton Raphson Method on the following g(x) = (3x - 2)2(2x - 3)2 First find out f(x) = g’(x) = 72x3 - 234x2 + 241x – 78 Then follow the newton Raphson equation for a single variable that is shown below. xk + 1 = xk - 𝒇(𝒙k) 𝒇′(𝒙k)
  • 13. Solving k xk f(xk)/f'(xk) xk+1 0 10 2.967892314 7.032107686 1 7.032107686 1.97642875 5.055678936 2 5.055678936 1.314367243 3.741311693 3 3.741311693 0.871358025 2.869953668 4 2.869953668 0.573547408 2.29640626 5 2.29640626 0.371251989 1.925154272 6 1.925154272 0.230702166 1.694452106 7 1.694452106 0.128999578 1.565452528 8 1.565452528 0.054156405 1.511296123 9 1.511296123 0.010864068 1.500432055 10 1.500432055 0.000431385 1.50000067 11 1.50000067 6.70394E-07 1.5
  • 14. ▪ It converges at 1.5 ▪ Taking some other initial value we can converge at the other points. Initial values 1 and 0.5 should give the other 2 extreme points.

Notes de l'éditeur

  1. Tell the proof in the class.