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

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...BRNSS Publication Hub
 
Newton's forward & backward interpolation
Newton's forward & backward interpolationNewton's forward & backward interpolation
Newton's forward & backward interpolationHarshad Koshti
 
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 Umraossuserd6b1fd
 
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 Umraossuserd6b1fd
 
Newton's Forward/Backward Difference Interpolation
Newton's Forward/Backward  Difference InterpolationNewton's Forward/Backward  Difference Interpolation
Newton's Forward/Backward Difference InterpolationVARUN KUMAR
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward differenceRaj Parekh
 
Lecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsLecture 11 systems of nonlinear equations
Lecture 11 systems of nonlinear equationsHazel Joy Chong
 
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 featuresMarco Moldenhauer
 
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 Umraossuserd6b1fd
 
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...BRNSS Publication Hub
 
119 Powerpoint 2.2
119 Powerpoint 2.2119 Powerpoint 2.2
119 Powerpoint 2.2Jeneva Clark
 
Module ii sp
Module ii spModule ii sp
Module ii spVijaya79
 
Naville's Interpolation
Naville's InterpolationNaville's Interpolation
Naville's InterpolationVARUN KUMAR
 

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.pdfpetercoiffeur18
 
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 MukhopadhyayDr. Asish K Mukhopadhyay
 
1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdf1. newtonsforwardbackwordinterpolation-190305095001.pdf
1. newtonsforwardbackwordinterpolation-190305095001.pdfFaisalMehmood887349
 
Applied numerical methods lec9
Applied numerical methods lec9Applied numerical methods lec9
Applied numerical methods lec9Yasser Ahmed
 
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).pptssuser26e219
 
Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Generating functions (albert r. meyer)
Generating functions (albert r. meyer)Ilir Destani
 
Newton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationNewton raphson halley_householder_simpleexplanation
Newton raphson halley_householder_simpleexplanationmuyuubyou
 
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.pdfhabtamu292245
 
Interpolation techniques - Background and implementation
Interpolation techniques - Background and implementationInterpolation techniques - Background and implementation
Interpolation techniques - Background and implementationQuasar Chunawala
 
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 KanpurVivekananda Samiti
 

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

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 

Recently uploaded (20)

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 

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