Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views4 pages

Bisection Method

The document contains the results of several numerical methods calculations for finding the roots of various equations. Each section shows the iteration number, initial guesses for variables a and b, the calculated value of x at each iteration, the function value f(x), and whether f(x) is positive or negative. The goal is to find the root or zero of each function through iterative improvement of the guesses for a and b.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views4 pages

Bisection Method

The document contains the results of several numerical methods calculations for finding the roots of various equations. Each section shows the iteration number, initial guesses for variables a and b, the calculated value of x at each iteration, the function value f(x), and whether f(x) is positive or negative. The goal is to find the root or zero of each function through iterative improvement of the guesses for a and b.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

xe x = 2

a+b
Iteration
No.
a b x= f(x) Sign
2
0 -2.000 -ve
1 0.718 +ve
1 0 1 0.500 -1.176 -ve
2 0.5 1 0.750 -0.412 -ve
3 0.75 1 0.875 0.099 +ve
4 0.75 0.875 0.813 -0.169 -ve
5 0.813 0.875 0.844 -0.038 -ve
6 0.844 0.875 0.859 0.030 +ve
7 0.844 0.859 0.852 -0.005 -ve

xe x = 1
Iteration a+b
a b x= f(x) Sign
No. 2
0 -1.000 -ve
1 1.718 +ve
1 0 1 0.500 -0.176 -ve
2 0.5 1 0.750 0.588 +ve
3 0.5 0.75 0.625 0.168 +ve
4 0.5 0.625 0.563 -0.013 -ve
5 0.563 0.625 0.594 0.075 +ve
6 0.563 0.594 0.578 0.031 +ve
7 0.563 0.578 0.570 0.009 +ve

2x = 3sin x + 5
Iteration a+b
a b x= f(x) Sign
No. 2
2 -3.728 -ve
3 0.577 +ve
1 2 3 2.500 -1.795 -ve
2 2.5 3 2.750 -0.645 -ve
3 2.75 3 2.875 -0.040 -ve
4 2.875 3 2.938 0.267 +ve
5 2.875 2.938 2.906 0.113 +ve
6 2.875 2.906 2.891 0.036 +ve
7 2.875 2.891 2.883 -0.002 -ve
8 2.883 2.891 2.887 0.017 +ve

x3 − x −11 = 0
Iteration a+b
a b x= f(x) Sign
No. 2
2 -5.000 -ve
3 13.000 +ve
1 2 3 2.500 2.125 +ve
2 2 2.5 2.250 -1.859 -ve
3 2.25 2.5 2.375 0.021 +ve
4 2.25 2.375 2.313 -0.946 -ve
5 2.313 2.375 2.344 -0.469 -ve
6 2.344 2.375 2.359 -0.226 -ve
7 2.359 2.375 2.367 -0.102 -ve
8 2.367 2.375 2.371 -0.041 -ve
9 2.371 2.375 2.373 -0.010 -ve

x4 − x −10 = 0
Iteration a+b
a b x= f(x) Sign
No. 2
1 -10.000 -ve
2 4.000 +ve
1 1 2 1.500 -6.438 -ve
2 1.5 2 1.750 -2.371 -ve
3 1.75 2 1.875 0.485 +ve
4 1.75 1.875 1.813 -1.020 -ve
5 1.813 1.875 1.844 -0.288 -ve
6 1.844 1.875 1.859 0.093 +ve
7 1.844 1.859 1.852 -0.098 -ve

x3 − 8 x − 4 = 0
Iteration a+b
a b x= f(x) Sign
No. 2
3 -1.000 -ve
4 28.000 +ve
1 3 4 3.500 10.875 +ve
2 3 3.5 3.250 4.328 +ve
3 3 3.25 3.125 1.518 +ve
4 3 3.125 3.063 0.223 +ve
5 3.000 3.063 3.031 -0.397 -ve
6 3.031 3.063 3.047 -0.089 -ve
7 3.047 3.063 3.055 0.066 +ve
8 3.047 3.055 3.051 -0.012 -ve

x = e− x
Iteration a+b
a b x= f(x) Sign
No. 2
0 -1.000 -ve
1 0.632 +ve
1 0 1 0.500 -0.107 -ve
2 0.5 1 0.750 0.278 +ve
3 0.5 0.75 0.625 0.090 +ve
4 0.5 0.625 0.563 -0.007 -ve
5 0.563 0.625 0.594 0.041 +ve
6 0.563 0.594 0.578 0.017 +ve
7 0.563 0.578 0.570 0.005 +ve
8 0.563 0.570 0.566 -0.001 -ve
9 0.566 0.570 0.568 0.002 +ve

x = sin x
Iteration a+b
a b x= f(x) Sign
No. 2
-1 -0.159 -ve
1 0.159 +ve
1 -1 1 0.000 0.000 +ve

x log10 x = 1.2
Iteration a+b
a b x= f(x) Sign
No. 2
2 -0.598 -ve
3 0.231 +ve
1 2 3 2.500 -0.205 -ve
2 2.5 3 2.750 0.008 +ve
3 2.5 2.75 2.625 -0.100 -ve
4 2.625 2.75 2.688 -0.046 -ve
5 2.688 2.750 2.719 -0.019 -ve
6 2.719 2.750 2.734 -0.005 -ve
7 2.734 2.750 2.742 0.001 +ve
8 2.734 2.742 2.738 -0.002 -ve
9 2.738 2.742 2.740 -0.0004 -ve
10 2.740 2.742 2.741 0.0005 +ve

x tan x+ 1 = 0
Iteration a+b
a b x= f(x) Sign
No. 2
2 -3.370 -ve
3 0.572 +ve
1 2 3 2.500 -0.868 -ve
2 2.5 3 2.750 -0.136 -ve
3 2.75 3 2.875 0.215 +ve
4 2.75 2.875 2.813 0.039 +ve
5 2.750 2.813 2.781 -0.048 -ve
6 2.781 2.813 2.797 -0.004 -ve
7 2.797 2.813 2.805 0.018 +ve
8 2.797 2.805 2.801 0.007 +ve
9 2.797 2.801 2.799 0.001 +ve
10 2.797 2.799 2.798 -0.001 -ve

1
x+ + sin x
2
Iteration a+b
a b x= f(x) Sign
No. 2
3 3.641 +ve
4 3.743 +ve
1 3 4 3.500 3.649 +ve
2 3 3.5 3.250 3.642 +ve
3 3 3.25 3.125 3.642 +ve
4 3 3.125 3.063 3.642 +ve
5 3.000 3.063 3.031 3.641 +ve
6 3.641 3.031 3.336 3.643 +ve
7 3.000 3.336 3.168 3.642 +ve
8 3.168 3.168 3.168 3.642 +ve
9 3.000 3.168 3.084 3.642 +ve
10 3.000 99.000 51.000 52.170 +ve

You might also like