SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
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

PDF
Solution of non-linear equations
PPTX
2. Fixed Point Iteration.pptx
PPTX
Runge Kutta Method
PPTX
Find Transitive Closure Using Floyd-Warshall Algorithm
PPT
Numerical method
PPTX
Runge-Kutta-Methods.pptx
PPTX
Runge-Kutta methods with examples
PPTX
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Solution of non-linear equations
2. Fixed Point Iteration.pptx
Runge Kutta Method
Find Transitive Closure Using Floyd-Warshall Algorithm
Numerical method
Runge-Kutta-Methods.pptx
Runge-Kutta methods with examples
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...

What's hot (20)

PPTX
Newton’s Forward & backward interpolation
PPT
Partial Differentiation & Application
PDF
Newton's Forward/Backward Difference Interpolation
PDF
Chap7 2 Ecc Intro
PPTX
Partial differential equations
PPTX
Differential equations of first order
PPTX
Linear differential equation of second order
PPT
Newton divided difference interpolation
PPTX
Newton’s Divided Difference Formula
PPT
03.1 orthogonal treajectories (1)
PDF
Langrange Interpolation Polynomials
PDF
Finite Difference Method
PPTX
Metric space
PPTX
Numerical integration
PPT
08 interpolation lagrange
PDF
Fixed point iteration
PPTX
Homogeneous Linear Differential Equations
PPTX
Series solution to ordinary differential equations
PDF
METHOD OF JACOBI
PDF
Introduction to Graph Theory
Newton’s Forward & backward interpolation
Partial Differentiation & Application
Newton's Forward/Backward Difference Interpolation
Chap7 2 Ecc Intro
Partial differential equations
Differential equations of first order
Linear differential equation of second order
Newton divided difference interpolation
Newton’s Divided Difference Formula
03.1 orthogonal treajectories (1)
Langrange Interpolation Polynomials
Finite Difference Method
Metric space
Numerical integration
08 interpolation lagrange
Fixed point iteration
Homogeneous Linear Differential Equations
Series solution to ordinary differential equations
METHOD OF JACOBI
Introduction to Graph Theory
Ad

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

PDF
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
PDF
Nonlinear_system,Nonlinear_system, Nonlinear_system.pdf
PDF
AJMS_402_22_Reprocess_new.pdf
PPTX
Maths iii quick review by Dr Asish K Mukhopadhyay
PDF
Perdif Systems of Linear Differential.pdf
PPT
4_ms_fourier_theory4_ms_fourier_theory.ppt
PDF
1. newtonsforwardbackwordinterpolation-190305095001.pdf
PDF
Applied numerical methods lec9
PPT
PDF
R180304110115
PPTX
Newton's forward & backward interpolation
PPT
Module II Partition and Generating Function (2).ppt
PDF
AJMS_389_22.pdf
PDF
Naville's Interpolation
PDF
Generating functions (albert r. meyer)
PDF
Newton raphson halley_householder_simpleexplanation
PDF
maths ppt.pdf
PDF
maths ppt.pdf
PDF
Math 1102-ch-3-lecture note Fourier Series.pdf
PPT
Ch07 1
a) Use Newton’s Polynomials for Evenly Spaced data to derive the O(h.pdf
Nonlinear_system,Nonlinear_system, Nonlinear_system.pdf
AJMS_402_22_Reprocess_new.pdf
Maths iii quick review by Dr Asish K Mukhopadhyay
Perdif Systems of Linear Differential.pdf
4_ms_fourier_theory4_ms_fourier_theory.ppt
1. newtonsforwardbackwordinterpolation-190305095001.pdf
Applied numerical methods lec9
R180304110115
Newton's forward & backward interpolation
Module II Partition and Generating Function (2).ppt
AJMS_389_22.pdf
Naville's Interpolation
Generating functions (albert r. meyer)
Newton raphson halley_householder_simpleexplanation
maths ppt.pdf
maths ppt.pdf
Math 1102-ch-3-lecture note Fourier Series.pdf
Ch07 1
Ad

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Construction Project Organization Group 2.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
composite construction of structures.pdf
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
web development for engineering and engineering
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
Digital Logic Computer Design lecture notes
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Foundation to blockchain - A guide to Blockchain Tech
Construction Project Organization Group 2.pptx
UNIT 4 Total Quality Management .pptx
UNIT-1 - COAL BASED THERMAL POWER PLANTS
composite construction of structures.pdf
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Embodied AI: Ushering in the Next Era of Intelligent Systems
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Sustainable Sites - Green Building Construction
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Operating System & Kernel Study Guide-1 - converted.pdf
web development for engineering and engineering
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Digital Logic Computer Design lecture notes
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf

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