SlideShare a Scribd company logo
1 of 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!

More Related Content

What's hot

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
 

What's hot (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
 

Similar to Classical Optimization Theory Key Concepts

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
 

Similar to Classical Optimization Theory Key Concepts (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
 

Recently uploaded

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
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
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Recently uploaded (20)

Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
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
 
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
 
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
 
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
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
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
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

Classical Optimization Theory Key Concepts

  • 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.

Editor's Notes

  1. Tell the proof in the class.