Chapter 2 - Bracketing Methods
Chapter 2 - Bracketing Methods
Chapter 2 - Bracketing Methods
20
15
3.5 10
3
2.5 5
2
1.5 0
-2 -1 0 1 2 3 4 5
1
0.5 -5
0
-10
-0.5 0 1 2 3 4 5
-1
-1.5
2. Use the graphical approach to determine the value of , for the equation Solution 2:
= + −3 = + −3
Solution 1: let,
=
and
2
= 3−
1
0
-1
-2 2
1
0
-1
-2
7
8
6
6
5
4
4
2
3
0
-3 -2 -1 0 1 2 3 2
-2
1
-4
0
-6 -2.5 -2 -1.5 -1 -0.5 0 0.5 1 1.5 2 2.5
3. Use the graphical approach to determine the value of , for the equation Solution 2:
= 3 + ln − = 3 + ln −
Solution 1: let,
= ln
and
1
= −3
2
3
4
5 1
6 2
3
7
4
5
6
7
2.5 5
2
4
1.5
3
1
0.5 2
0 1
0 1 2 3 4 5 6 7 8
-0.5
0
-1 1 2 3 4 5 6 7
-1
-1.5
-2 -2
-2.5 -3
PRACTICE:
Use the graphical approach to determine the drag coefficients, , needed for a
parachutist of mass = 68.1 to have a velocity of 40 m/s after free-falling for time
time ! = 10 . Note: the acceleration due to gravity is 9.8 m/s2
#$ "
'( )*
" = % − & $ + − ,-
"
" "
4
8
12
16
20
BISECTION METHOD
The bisection method, which is alternatively called binary chopping, interval halving or
Bolzano’s Method, is one type of incremental search method in which the interval is
always divided in half.
3. Make the following evaluations in which the subinterval the root lies
a. If 34 37 < 0, the root lies in the lower subinterval. Therefore, set
35 = 37 and return to step 2.
b. If 34 37 > 0, the root lies in the upper subinterval. Therefore,
34 = 37 and return to step 2.
c. If 34 37 = 0, the root equals 37 ; terminate the computation.
EXAMPLE:
EXAMPLE:
1. Use the bisection method to solve for the value of .
= −4 +3
. /0 /1 /2 /0 /2
Termination Criteria and Error Estimates:
If 9: < 9; , terminate the computation.
EXAMPLE:
EXAMPLE:
2. Use the bisection method to solve for the value of . Use 9; = 0.5%.
= + −3
. /0 /1 /2 /0 /2 <=
EXAMPLE:
EXAMPLE:
3. Use the bisection method to solve for the value of . Use 9; = 0.5%.
= 3 + ln −
. /0 /1 /2 /0 /2 <=
PRACTICE:
Use the Bisection Method to determine the drag coefficients, , needed for a
parachutist of mass = 68.1 to have a velocity of 40 m/s after free-falling for time
time ! = 10 . Note: the acceleration due to gravity is 9.8 m/s2
#$ "
'( )*
" = % − & $ + − ,-
"
. Use 9; = 0.5%.
FALSE POSITION METHOD
Using similar triangles, the intersection of the straight line with the x-axis
can be estimated as:
3F 3G
=
37 − 3F 37 − H
Which can be solved for:
L I K IM − I K
IJ = IK −
L IM − L IK
EXAMPLE:
EXAMPLE:
1. Use the False Position method to solve for the value of .
= −4 +3
. /0 /1 /2 /0 /2 <=
EXAMPLE:
XAMPLE:
2. Use the False Position method to solve for the value of . Use 9; = 0.5%.
= + −3
. /0 /1 /2 /0 /2 <=
EXAMPLE:
EXAMPLE:
3. Use the False Position method to solve for the value of . Use 9; = 0.5%.
= 3 + ln −
. /0 /1 /2 /0 /2 <=
PRACTICE:
Use the False Position Method to determine the drag coefficients, , needed for a
parachutist of mass = 68.1 to have a velocity of 40 m/s after free-falling for time
time ! = 10 . Note: the acceleration due to gravity is 9.8 m/s2
#$ "
'( )*
" = % − & $ + − ,-
"
. Use 9; = 0.5%.