







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
non linear equation lectrur note utmspace
Typology: Lecture notes
1 / 13
This page cannot be seen from the preview
Don't miss anything!








Farhana Johar, Department of Mathematical Sciences, Faculty of Science, UTM.
Chapter 1: Nonlinear Equations
1.1 Introduction
1.2 Intermediate Value Theorem
1.3 Bisection Method
1.4 Fixed-point Iteration Method (simple iterative method)
1.5 Newton-Raphson Method
1.6 Summary
Example 2:
Find the interval [a, b] where the roots for
2
Step 1: Breaking the original equation into few equations.
2
2
2
1 2
Step 2: Plot y 1
and y 2
Step 3: Identify the intersection points.
Step 4: Determine the intervals.
1.2 Intermediate Value Theorem (IVT)
Theorem:
If
and K is any number between
and
Example 3:
Verify that
5 3 2
has a solution in the interval [0,1].
Solution:
f (b)
f (a)
K
a c b
15 2 therefore
1 1 1
a b c
i
1 1
1
1
f a f c
f c f
f a f
2 1 2 1
1
i
f c < ฮต.
Therefore,
6
i
i
i
b
i
c
i
i
i
f c
i
i
i i
ร Convergence:
i
(or
ร Initial guess:
0
which is close to the root x*.
i i โ 1
x x for a given
i
Example 5
Find a root for
3 2
in the interval [1, 2], and take
Solution
Step 1: find g(x)
Set f(x) = 0 to get x = g(x)
3
2
2
3
1
2
3
1
2
3 2
3 2
2 and
โ
x
x
g x x g x
x x
x x
x x
3
1
2
1
i + i
x x
Step 2: Iteration
Example 2:
Show that
2
x
can be manipulated to form
2
x
method. Use
0
Solution:
2
2
2
x
x
x
2
x
1
2
i i
x
i i
i
i
1
i i
โ
โด
4
Formula :
1
i
i
i i
f x
f x
x x
Initial guess:
0 0 0 0
Do the iteration up to i - th step until
โ 1
( ) 0 , ( ) or
i i i i
and take
i
Example 1
Find a root for
3 2
in the interval [1, 2] and take
. Stop when
i i 1
x x ฮต
โ
Solution
***** you can choose any number between 1 and 2 to start,
0
3 2
f x 3 x 2 x
2
1 so
0
0
0 1 0
f x
f x
x x x
i
Continue for next i = 1
1.6 Summary of Chapter 1 โ Nonlinear Equations
Method Formula Algorithm Stopping Criteria
Bisection
i i
i
i i i i i i
f a f c < โ a = a b = c
If ( ) ( ) 0 ,
If f ( a
i
) f ( c
i
) > 0 โ a
i + 1
= c
i
, b
i + 1
= b
i
f ( C
i
) = 0 , f ( C
i
or b
i
โ a
i
Fixed point
iteration
i i
โ < ฮต
i i โ 1
Newton
Raphson
1
i
i
i i
f x
f x
x x
f ( x
i
) = 0 , f ( x
i
or x
i
โ x
i โ 1