0% found this document useful (0 votes)
96 views

Bisection Method Example 2 F (X) 2x 3 2x 5

The document provides an example of using the bisection method to find the root of the equation f(x) = 2x^3 - 2x - 5 between 1 and 2 in 9 iterations. The root is approximated as x = 1.59961 based on the bisection method iteratively narrowing the range where the root lies based on the sign of f(x) at the interval endpoints.
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)
96 views

Bisection Method Example 2 F (X) 2x 3 2x 5

The document provides an example of using the bisection method to find the root of the equation f(x) = 2x^3 - 2x - 5 between 1 and 2 in 9 iterations. The root is approximated as x = 1.59961 based on the bisection method iteratively narrowing the range where the root lies based on the sign of f(x) at the interval endpoints.
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

7/15/23, 2:33 PM Bisection method Example-2 f(x)=2x^3-2x-5

We use cookies to improve your experience on our site and to show you relevant advertising. By browsing this website, you agree to our use of cookies. Learn more Accept

Support us
I want to sell my website www.AtoZmath.com with complete code

Try our new - Enter problem or search problem


Home What's new College Algebra Games Feedback
Algebra Matrix & Vector Numerical Methods Statistical Methods Operation Research Word Problems Calculu

Ad

Home > Numerical methods calculators > Bisection method example

1. Bisection method example ( Enter your problem )


Other related methods
1. Algorithm & Example-1 f(x) = x 3 - x - 1
2. Example-2 f(x) = 2x 3 - 2x - 5 1. Bisection method
3. Example-3 x = √12 2. False Position method (regula falsi method)
3
3. Newton Raphson method
4. Example-4 x = √48 4. Fixed Point Iteration method
5. Example-5 f(x) = x 3 + 2x 2 + x - 1 5. Secant method
6. Muller method
7. Halley's method
8. Steffensen's method
9. Ridder's method

1. Algorithm & Example-1 f(x) = x 3 - x - 1 3. Exam


(Previous example) (Ne

2. Example-2 f(x) = 2x 3 - 2x - 5

Ad

Find a root of an equation f(x) = 2x 3 - 2x - 5 using Bisection method

Solution:
Here 2x 3 - 2x - 5 = 0

Let f(x) = 2x 3 - 2x - 5

Here
( Enter your problem )
x 0 1 2
f(x) -5 -5 7

1 st iteration :

https://atozmath.com/example/CONM/Bisection.aspx?q=bi&q1=E2 1/4
7/15/23, 2:33 PM Bisection method Example-2 f(x)=2x^3-2x-5
Here f(1) = - 5 < 0 and f(2) = 7 > 0

∴ Now, Root lies between 1 and 2

1+2
x0 = = 1.5
2

( )
f x 0 = f(1.5) = 2 ⋅ 1.5 3 - 2 ⋅ 1.5 - 5 = - 1.25 < 0

2 nd iteration :

Here f(1.5) = - 1.25 < 0 and f(2) = 7 > 0

∴ Now, Root lies between 1.5 and 2

1.5 + 2
x1 = = 1.75
2

( )
f x 1 = f(1.75) = 2 ⋅ 1.75 3 - 2 ⋅ 1.75 - 5 = 2.21875 > 0

3 rd iteration :

Here f(1.5) = - 1.25 < 0 and f(1.75) = 2.21875 > 0

∴ Now, Root lies between 1.5 and 1.75

1.5 + 1.75
x2 = = 1.625
2

( )
f x 2 = f(1.625) = 2 ⋅ 1.625 3 - 2 ⋅ 1.625 - 5 = 0.33203 > 0

4 th iteration :

Here f(1.5) = - 1.25 < 0 and f(1.625) = 0.33203 > 0

∴ Now, Root lies between 1.5 and 1.625

1.5 + 1.625
x3 = = 1.5625
2

( )
f x 3 = f(1.5625) = 2 ⋅ 1.5625 3 - 2 ⋅ 1.5625 - 5 = - 0.49561 < 0

5 th iteration :

Here f(1.5625) = - 0.49561 < 0 and f(1.625) = 0.33203 > 0

∴ Now, Root lies between 1.5625 and 1.625

1.5625 + 1.625
x4 = = 1.59375
2

( )
f x 4 = f(1.59375) = 2 ⋅ 1.59375 3 - 2 ⋅ 1.59375 - 5 = - 0.09113 < 0

6 th iteration :

Here f(1.59375) = - 0.09113 < 0 and f(1.625) = 0.33203 > 0

∴ Now, Root lies between 1.59375 and 1.625


( Enter your problem )
1.59375 + 1.625
x5 = = 1.60938
2

( )
f x 5 = f(1.60938) = 2 ⋅ 1.60938 3 - 2 ⋅ 1.60938 - 5 = 0.1181 > 0

https://atozmath.com/example/CONM/Bisection.aspx?q=bi&q1=E2 2/4
7/15/23, 2:33 PM Bisection method Example-2 f(x)=2x^3-2x-5
7 th iteration :

Here f(1.59375) = - 0.09113 < 0 and f(1.60938) = 0.1181 > 0

∴ Now, Root lies between 1.59375 and 1.60938

1.59375 + 1.60938
x6 = = 1.60156
2

( )
f x 6 = f(1.60156) = 2 ⋅ 1.60156 3 - 2 ⋅ 1.60156 - 5 = 0.0129 > 0

8 th iteration :

Here f(1.59375) = - 0.09113 < 0 and f(1.60156) = 0.0129 > 0

∴ Now, Root lies between 1.59375 and 1.60156

1.59375 + 1.60156
x7 = = 1.59766
2

( )
f x 7 = f(1.59766) = 2 ⋅ 1.59766 3 - 2 ⋅ 1.59766 - 5 = - 0.03926 < 0

9 th iteration :

Here f(1.59766) = - 0.03926 < 0 and f(1.60156) = 0.0129 > 0

∴ Now, Root lies between 1.59766 and 1.60156

1.59766 + 1.60156
x8 = = 1.59961
2

( )
f x 8 = f(1.59961) = 2 ⋅ 1.59961 3 - 2 ⋅ 1.59961 - 5 = - 0.01322 < 0

10 th iteration :

Here f(1.59961) = - 0.01322 < 0 and f(1.60156) = 0.0129 > 0

∴ Now, Root lies between 1.59961 and 1.60156

1.59961 + 1.60156
x9 = = 1.60059
2

( )
f x 9 = f(1.60059) = 2 ⋅ 1.60059 3 - 2 ⋅ 1.60059 - 5 = - 0.00017 < 0

Approximate root of the equation 2x 3 - 2x - 5 = 0 using Bisection method is 1.60059

a+b
n a f(a) b f(b) c= f(c)
2
1 1 -5 2 7 1.5 -1.25
2 1.5 -1.25 2 7 1.75 2.21875
3 1.5 -1.25 1.75 2.21875 1.625 0.33203
4 1.5 -1.25 1.625 0.33203 1.5625 -0.49561
5 1.5625 -0.49561 1.625 0.33203 1.59375 -0.09113
6 1.59375 -0.09113 1.625 0.33203 1.60938 0.1181
7 1.59375 -0.09113 1.60938 0.1181 1.60156 0.0129
8 1.59375 -0.09113 1.60156 0.0129 1.59766 -0.03926
( Enter your problem )
9 1.59766 -0.03926 1.60156 0.0129 1.59961 -0.01322
10 1.59961 -0.01322 1.60156 0.0129 1.60059 -0.00017

This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here
https://atozmath.com/example/CONM/Bisection.aspx?q=bi&q1=E2 3/4
7/15/23, 2:33 PM Bisection method Example-2 f(x)=2x^3-2x-5

1. Algorithm & Example-1 f(x) = x 3 - x - 1 3. Exam


(Previous example) (Ne

Share this solution or page with your friends.

Home What's new College Algebra Games Feedback

Copyright © 2023. All rights reserved. Terms, Privacy

NOW
PLAYING

.
.

( Enter your problem )

https://atozmath.com/example/CONM/Bisection.aspx?q=bi&q1=E2 4/4

You might also like