Dumaguin Lab Activity 1 Bisection Method
Dumaguin Lab Activity 1 Bisection Method
College of Engineering
Electrical Engineering Department
BISECTION METHOD
( Title )
Submitted by
Mike Dexter G. Dumaguin
BSEE
SN: 2019-101289
Submitted to
Dr. Rogelio B. Aniez, Jr., PEE
Professor
Laboratory Activity 1
Objectives:
Introduction:
History
The History of the Bisection Method starts with a little concrete knowledge of
its origin, but we can infer that it was developed a short while after the Intermediate
Value Theorem was first proven by Bernard Bolzano in 1817 (Edwards 1979). It
appears that it was used as a proof of an intermediate theorem to the general proof
Bolzano was developing for the Intermediate Value Theorem.
One of the first numerical methods developed to find the root of a nonlinear
equation f (x )=0 was the bisection method (also called Binary-Search method).
The method is based on the following theorem:
Theorem
Note that if f (x ℓ )f ( x u )>0 , there may or may not be any root between x ℓ and
xu If f (x ℓ )f ( x u )<0 , then there may be more than one root between x ℓ and
x u So the theorem only guarantees one root between x ℓ and x u .
Since the method is based on finding the root between two points, the method falls
under the category of bracketing methods.
f(x)
xl
x
xu
At least one root exists between two points if the function is real, continuous, and
changes sign.
f(x)
x
x xu
If function f (x ) does not change sign between two points, roots of f (x )=0 may
still exist between the two points.
f(x)
f(x)
x xu
x
x
x xu
f (x ) does not change sign between two points, there may not be any roots
f (x )=0 between the two points.
f(x)
xu
x
x
If the function f (x ) changes sign between two points, more than one root for
f (x )=0 may exist between the two points.
A general rule is:
0
Y=f(x)
-5
-10
-15
-20
0 1 2 3 4 5 6
X
3 2 2
Example: f (x )=x +x −5 x +3 ⇔ f ( x )=(x +3 )( x−1)
- Discontinuous functions
4
2
Y=f(X)
-1
-2
0 1 2 3 4 5 6 7 8 9 10
X
Discontinuous function.
Since the root is bracketed between two points, x ℓ and x u , one can find the mid-
point,
x m between x ℓ and x u This gives us two new intervals.
.
1. x ℓ and x m , and
2.
x m and x u
Is the root now between x ℓ and x m , or between x m and x u One can find the
Formula
(a+ b)
Let: c =
2
Procedures:
Data:
Lab Activity 1 – Bisection Method
Observation/Discussion:
Conclusion:
I found out that equations obtained in real life by people such as scientists
and engineers often are not easy to solve. algebraic techniques such as transposing
terms, factorizing and using the quadratic formula are not suitable. another method is
to use numerical methods which are available to approximate an answer or root of
the equation to a certain level of accuracy.
Reference/s:
“Http://Mathforcollege.com/Nm/Mws/Gen/03nle/mws_gen_nle_txt_bisection.P
df.” Bisection Method of Solving Nonlinear Equations: General Engineering.