SlideShare a Scribd company logo
1 of 5
Download to read offline
Chapter 4: Solving Systems of Nonlinear Equations
System of Nonlinear Equations
Let f1, f2,..., fn be a nonlinear scalar-valued function with variables
x1, x2,..., xn. We want to find x1, x2,..., xn such that fi (x1, x2,..., xn)= 0
i = 1,..., n. That is,
f1(x1, x2,..., xn)= 0
f2(x1, x2,..., xn)= 0
.
.
.
fn(x1, x2,..., xn)= 0
Newton’s Method for System of Nonlinear Equations
Given an initial values x0, y0, each of the approximate solutions in iterations
i = 0, 1, 2,... is given by the formula:






















)
y
,
x
(
f
)
y
,
x
(
f
J
y
x
y
x
i
i
2
i
i
1
1
-
i
i
i
1
i
1
i
or 























y
x
y
x
y
x
i
i
1
i
1
i
where























)
y
,
x
(
2
)
y
,
x
(
2
)
y
,
x
(
1
)
y
,
x
(
1
i
i
i
i
i
i
i
i
i
y
f
x
f
y
f
x
f
J is Jacobian matrix








y
x
can be solved from the linear system
















)
y
,
x
(
f
)
y
,
x
(
f
y
x
J
i
i
2
i
i
1
i
For 3 equation, let











3
2
1
x
x
x
x and











x)
(
f
x)
(
f
x)
(
f
f(x)
3
2
1
)
f(x
J
x
x (i)
-1
i
(i)
1)
(i



or (i)
(i)
1)
(i
x
x
x 



where









































i
i
i
i
i
i
i
i
i
x
3
3
x
2
3
x
1
3
x
3
2
x
2
2
x
1
2
x
3
1
x
2
1
x
1
1
i
x
f
x
f
x
f
x
f
x
f
x
f
x
f
x
f
x
f
J
(i)
x
 can be solved from the linear system )
f(x
x
J (i)
(i)
i 


Example Find the Jacobian of the following vector-valued function f(x).













)
sin(x
x
1
x
e
x
x
2
)
x
,
x
,
f(x
1
2
3
2
x
3
1
3
2
1
2
Example An approximate solution (x, y) of the nonlinear system
e2x+y
- x = 0
x2
- y = 0
can be found by using Newton’s method. Determine the approximate solution
from the first two iterations of Newton’s method when the initial values for x
and y are x0 = 0 and y0 = 0, respectively. Compute the absolute error using
Euclidean norm and infinity norm in each iteration.
Example: Approximate the solution of the following nonlinear system by
using 2 iterations of Newton’s method
1
x
x
4x
0
x
4x
1
2
2
1
2
2
2
1




with initial value x(0)
= [0, 1]T
. Compute the absolute error by using
Euclidean norm in the last iteration (4 D.P. Rounding).
Fixed-point Method
Fixed-point iteration consists of two main steps:
(I) Transform the equation by constructing the iteration function g(x) so that
g(x)= x and f(x)= 0 have the same solution.
(II) Let x(0)
be an initial starting guess. The approximate solution in iteration
k = 1, 2,.... from Fixed-point method can be computed from:
xk
= g(xk-1
)
Condition for Convergence
1
x
g
...
x
g
x
g
n
i
2
i
1
i 









Example: Suppose we want to find approximate solution x1 > 0, x2 > 0 of the
following nonlinear system by using Fixed-point method.
1
x
x
4x
0
x
4x
1
2
2
1
2
2
2
1




There are many possible iteration functions 






(x)
g
(x)
g
g(x)
2
1
so that the above
system has the same solution as x = g(x) where x =[x1, x2]T
.
Show that the followings can be used as iteration functions for this
nonlinear system.
1
1
2
2
1
2
2
1
2
1
2
2
2
1
1
4x
1
x
g2(x)
,
2
x
g1(x)
(II)
converge)
(not
x
1
x
x
4x
(x)
g
,
x
x
4x
(x)
g
(I)










Example: Find the approximate solution x1 > 0, x2 > 0 of the following
nonlinear system by using 2 iterations of Fixed-point method
1
x
x
4x
0
x
4x
1
2
2
1
2
2
2
1




with initial value x(0) = [1, 1]T
and
1
1
2
4x
1
x
g2(x)
,
2
x
g1(x)



Compute the absolute error in the last iteration by using Euclidean norm ( 4
D.P. Rounding).

More Related Content

What's hot

X02 Supervised learning problem linear regression multiple features
X02 Supervised learning problem linear regression multiple featuresX02 Supervised learning problem linear regression multiple features
X02 Supervised learning problem linear regression multiple features
Marco Moldenhauer
 
119 Powerpoint 2.2
119 Powerpoint 2.2119 Powerpoint 2.2
119 Powerpoint 2.2
Jeneva Clark
 

What's hot (20)

Interp lagrange
Interp lagrangeInterp lagrange
Interp lagrange
 
Ch07 7
Ch07 7Ch07 7
Ch07 7
 
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
On Application of the Fixed-Point Theorem to the Solution of Ordinary Differe...
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolation
 
Lecture notes
Lecture notes Lecture notes
Lecture notes
 
Principle of Function Analysis - by Arun Umrao
Principle of Function Analysis - by Arun UmraoPrinciple of Function Analysis - by Arun Umrao
Principle of Function Analysis - by Arun Umrao
 
Limit & Continuity of Functions - Differential Calculus by Arun Umrao
Limit & Continuity of Functions - Differential Calculus by Arun UmraoLimit & Continuity of Functions - Differential Calculus by Arun Umrao
Limit & Continuity of Functions - Differential Calculus by Arun Umrao
 
Ch07 8
Ch07 8Ch07 8
Ch07 8
 
Ch07 1
Ch07 1Ch07 1
Ch07 1
 
Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference Interpolation
 
Bca numer
Bca numerBca numer
Bca numer
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward difference
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equations
 
X02 Supervised learning problem linear regression multiple features
X02 Supervised learning problem linear regression multiple featuresX02 Supervised learning problem linear regression multiple features
X02 Supervised learning problem linear regression multiple features
 
Principle of Definite Integra - Integral Calculus - by Arun Umrao
Principle of Definite Integra - Integral Calculus - by Arun UmraoPrinciple of Definite Integra - Integral Calculus - by Arun Umrao
Principle of Definite Integra - Integral Calculus - by Arun Umrao
 
On Frechet Derivatives with Application to the Inverse Function Theorem of Or...
On Frechet Derivatives with Application to the Inverse Function Theorem of Or...On Frechet Derivatives with Application to the Inverse Function Theorem of Or...
On Frechet Derivatives with Application to the Inverse Function Theorem of Or...
 
119 Powerpoint 2.2
119 Powerpoint 2.2119 Powerpoint 2.2
119 Powerpoint 2.2
 
Module ii sp
Module ii spModule ii sp
Module ii sp
 
Bounded var
Bounded varBounded var
Bounded var
 
Naville's Interpolation
Naville's InterpolationNaville's Interpolation
Naville's Interpolation
 

Similar to Chapter 4 solving systems of nonlinear equations

a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdfa) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
petercoiffeur18
 
1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdf1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdf
FaisalMehmood887349
 

Similar to Chapter 4 solving systems of nonlinear equations (20)

Numerical method
Numerical methodNumerical method
Numerical method
 
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdfa) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
 
AJMS_402_22_Reprocess_new.pdf
AJMS_402_22_Reprocess_new.pdfAJMS_402_22_Reprocess_new.pdf
AJMS_402_22_Reprocess_new.pdf
 
Maths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K MukhopadhyayMaths iii quick review by Dr Asish K Mukhopadhyay
Maths iii quick review by Dr Asish K Mukhopadhyay
 
1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdf1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdf
 
Applied numerical methods lec9
Applied numerical methods lec9Applied numerical methods lec9
Applied numerical methods lec9
 
Zeros of p(x)
Zeros of p(x)Zeros of p(x)
Zeros of p(x)
 
R180304110115
R180304110115R180304110115
R180304110115
 
Module II Partition and Generating Function (2).ppt
Module II Partition and Generating Function (2).pptModule II Partition and Generating Function (2).ppt
Module II Partition and Generating Function (2).ppt
 
AJMS_389_22.pdf
AJMS_389_22.pdfAJMS_389_22.pdf
AJMS_389_22.pdf
 
Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Generating functions (albert r. meyer)
Generating functions (albert r. meyer)
 
Newton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationNewton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanation
 
maths ppt.pdf
maths ppt.pdfmaths ppt.pdf
maths ppt.pdf
 
maths ppt.pdf
maths ppt.pdfmaths ppt.pdf
maths ppt.pdf
 
Math 1102-ch-3-lecture note Fourier Series.pdf
Math 1102-ch-3-lecture note Fourier Series.pdfMath 1102-ch-3-lecture note Fourier Series.pdf
Math 1102-ch-3-lecture note Fourier Series.pdf
 
1249320870000 asgn 1-jm (1)
1249320870000 asgn 1-jm (1)1249320870000 asgn 1-jm (1)
1249320870000 asgn 1-jm (1)
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementation
 
Hw2 2016 | Applied Stochastic process MTH 412 IIT Kanpur
Hw2 2016 | Applied Stochastic process MTH 412 IIT KanpurHw2 2016 | Applied Stochastic process MTH 412 IIT Kanpur
Hw2 2016 | Applied Stochastic process MTH 412 IIT Kanpur
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
05_AJMS_332_21.pdf
05_AJMS_332_21.pdf05_AJMS_332_21.pdf
05_AJMS_332_21.pdf
 

Recently uploaded

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 

Recently uploaded (20)

Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

Chapter 4 solving systems of nonlinear equations

  • 1. Chapter 4: Solving Systems of Nonlinear Equations System of Nonlinear Equations Let f1, f2,..., fn be a nonlinear scalar-valued function with variables x1, x2,..., xn. We want to find x1, x2,..., xn such that fi (x1, x2,..., xn)= 0 i = 1,..., n. That is, f1(x1, x2,..., xn)= 0 f2(x1, x2,..., xn)= 0 . . . fn(x1, x2,..., xn)= 0 Newton’s Method for System of Nonlinear Equations Given an initial values x0, y0, each of the approximate solutions in iterations i = 0, 1, 2,... is given by the formula:                       ) y , x ( f ) y , x ( f J y x y x i i 2 i i 1 1 - i i i 1 i 1 i or                         y x y x y x i i 1 i 1 i where                        ) y , x ( 2 ) y , x ( 2 ) y , x ( 1 ) y , x ( 1 i i i i i i i i i y f x f y f x f J is Jacobian matrix         y x can be solved from the linear system                 ) y , x ( f ) y , x ( f y x J i i 2 i i 1 i For 3 equation, let            3 2 1 x x x x and            x) ( f x) ( f x) ( f f(x) 3 2 1 ) f(x J x x (i) -1 i (i) 1) (i    or (i) (i) 1) (i x x x     where                                          i i i i i i i i i x 3 3 x 2 3 x 1 3 x 3 2 x 2 2 x 1 2 x 3 1 x 2 1 x 1 1 i x f x f x f x f x f x f x f x f x f J (i) x  can be solved from the linear system ) f(x x J (i) (i) i    Example Find the Jacobian of the following vector-valued function f(x).              ) sin(x x 1 x e x x 2 ) x , x , f(x 1 2 3 2 x 3 1 3 2 1 2
  • 2. Example An approximate solution (x, y) of the nonlinear system e2x+y - x = 0 x2 - y = 0 can be found by using Newton’s method. Determine the approximate solution from the first two iterations of Newton’s method when the initial values for x and y are x0 = 0 and y0 = 0, respectively. Compute the absolute error using Euclidean norm and infinity norm in each iteration.
  • 3. Example: Approximate the solution of the following nonlinear system by using 2 iterations of Newton’s method 1 x x 4x 0 x 4x 1 2 2 1 2 2 2 1     with initial value x(0) = [0, 1]T . Compute the absolute error by using Euclidean norm in the last iteration (4 D.P. Rounding).
  • 4. Fixed-point Method Fixed-point iteration consists of two main steps: (I) Transform the equation by constructing the iteration function g(x) so that g(x)= x and f(x)= 0 have the same solution. (II) Let x(0) be an initial starting guess. The approximate solution in iteration k = 1, 2,.... from Fixed-point method can be computed from: xk = g(xk-1 ) Condition for Convergence 1 x g ... x g x g n i 2 i 1 i           Example: Suppose we want to find approximate solution x1 > 0, x2 > 0 of the following nonlinear system by using Fixed-point method. 1 x x 4x 0 x 4x 1 2 2 1 2 2 2 1     There are many possible iteration functions        (x) g (x) g g(x) 2 1 so that the above system has the same solution as x = g(x) where x =[x1, x2]T . Show that the followings can be used as iteration functions for this nonlinear system. 1 1 2 2 1 2 2 1 2 1 2 2 2 1 1 4x 1 x g2(x) , 2 x g1(x) (II) converge) (not x 1 x x 4x (x) g , x x 4x (x) g (I)          
  • 5. Example: Find the approximate solution x1 > 0, x2 > 0 of the following nonlinear system by using 2 iterations of Fixed-point method 1 x x 4x 0 x 4x 1 2 2 1 2 2 2 1     with initial value x(0) = [1, 1]T and 1 1 2 4x 1 x g2(x) , 2 x g1(x)    Compute the absolute error in the last iteration by using Euclidean norm ( 4 D.P. Rounding).