Find the 4th approximation of the positive root of the function $$f(x) = x^4 - 7$$ using the bisection method .
Show AnswerSince the function is continuous everywhere, find an appropriate starting interval.
Step 1 AnswerThen, notice that $$f(1) = -6 < 0$$, but $$f(2) = 9 >0$$. Let's use $$[1, 2]$$ as the starting interval.
Set up and use the table of values as in the examples above. The approximations are in blue, the new intervals are in red.
Step 2 Answer Show AnswerThe positive root of $$f(x) = x^4 - 7$$ is at approximately $$x = 1.6875$$. This approximation is off by at most $$\pm 0.0625$$ units.
Find the third approximation of the root of the function $$f(x) = \frac 1 2 x-\sqrt[3]$$ using the bisection method .
Show AnswerSince the function is continuous everywhere, determine an appropriate starting interval.
Step 1 AnswerSet up a table of values to help us find an appropriate interval.
\begin x & \\ \hline 0 & f(0) = -1\\ 1 & f(1) \approx -0.8\\ 2 & f(2) \approx -0.4\\ 3 & f(3) \approx -0.1\\ 4 & f(4) \approx 0.3\\ \end
This table indicates the root is between $$x=3$$ and $$x = 4$$, so a good starting interval is $$[3,4]$$
Set up and use a table to track the appropriate values.
Step 2 Answer Show AnswerThe function has a root at approximately $$x = \blue$$ with a maximum possible error of $$\pm0.125$$ units.
Approximate the negative root of the function $$f(x) = x^2-7$$ to within 0.1 of its actual value.
Show AnswerSince the function is continuous everywhere, determine an appropriate starting interval.
Step 1 AnswerAt $$x = -2$$ the function value is $$f(-2) = -3$$, and at $$x = -3$$ the function value is $$f(-3) = 2$$. We'll use $$[-3,-2]$$ as the starting interval.
Determine the first approximation and the maximum possible error in using it.
Step 2 AnswerDetermine the second interval, second approximation and the associated maximum error.
Step 3 AnswerRepeat Step 3 with the new interval. Continue to repeat until the maximum error is less than $$0.1$$.
Step 4 AnswerThe negative root of the function is at approximately $$x = -2.6875$$ with a maximum error of only $$\pm0.0625$$ units.
AdvertisementApproximate the value of the root of $$f(x) = -3x^3+5x^2+14x-16$$ near $$x = 3$$ to within 0.05 of its actual value.
Show AnswerDetermine an appropriate starting interval, the first approximation and its associated maximum error value.
Step 1 AnswerFirst, notice that the function is continuous everywhere. Then, since we're told that the root is near $$x = 3$$ we can check that $$f(3) = -10$$.
Checking $$x = 4$$ we find that $$f(4) = -72$$, but at $$x = 2$$ the function value is $$f(2) = 8$$.
Determine the second interval, the second approximation and the associated maximum error.
Step 2 AnswerRepeat Step 2 until the maximum possible error is less than 0.05 units.
Step 3 AnswerThe root of the function is approximately $$x = 2.65625$$ and has an associated maximum error of only $$\pm0.03125$$ units.
Find the 4th approximation to the solution of the equation below using the bisection method .
Show AnswerIdentify the function by getting the equation equal to zero.
Step 1 Answer$$x^2 - 2x - 2 = 0$$
The function we'll use is $$f(x) = x^2 - 2x - 2$$.
Determine an appropriate starting interval, the first approximation and its associated maximum error.
Step 2 AnswerAt $$x = 0$$ the function value is $$f(0) = -2$$, while at $$x = 3$$ the function value is $$f(3) = 1$$.
Determine the second interval, second approximation and its associated maximum error.
Step 3 AnswerRepeat Step 3 twice to complete the iterations of the bisection method for this question.
Step 4 AnswerThe solution to the equation is approximately $$x =2.8125$$ with a maximum error of 0.1875 units.
Find the 5th approximation to the solution to the equation below, using the bisection method .
Show AnswerIdentify the function we will use by rewriting the equation so it is set equal to zero.
Step 1 Answer$$x^4 - x -3 = 0$$
The function we will use is $$f(x) = x^4 - x - 3$$.
Identify the first interval, the first approximation and its associated maximum error.
Step 2 AnswerNotice that at $$x = 0$$ the function value is $$f(0) = -3$$.
Also, at $$x = 2$$ the function value is $$f(2) = 11$$.
Identify the 2nd interval, approximation and associated error.
Step 3 AnswerRepeat Step 3 until you've found the 5th approximation.
Step 4 AnswerThe solution to the equation is approximately $$x = 1.4375$$. This approximation has an maximum error of at most 0.0625 units.
The equation below should have a solution that is larger than 5. Use the bisection method to approximate this solution to within 0.1 of its actual value.
$$x^3 + 18x -6 = 9x^2-2x+7$$
Show AnswerIdentify the function we'll use by rewriting the equation so it is equal to zero.
Step 1 Answer$$x^3 -9x^2 + 20x -13 = 0$$
The function is $$f(x)= x^3 -9x^2 + 20x -13$$.
Determine the first interval, 1st approximation, and its associated error.
Step 2 AnswerWe know the solution is larger than 5, but we don't know how much larger. We set up a small table of values to help us out.
$$ \begin
From this table we can select the first interval and determine the first approximation.
Find the second interval, second approximation and the associated error.
Step 3 AnswerRepeat Step 3 until the maximum error is less than the given tolerance of 0.1.
Step 4 AnswerThe solution to the equation is approximately $$x = 6.0625$$ with a maximum error of $$0.0625$$ units.
AdvertisementThe only real solution to the equation below is negative. Approximate the value of this solution to within 0.05 units of its actual value.
$$x^3 + 7x^2 - 2 = 2x^2 - 7x -7$$
Show AnswerRewrite the equation so we can identify the function we are working with.
Step 1 Answer$$x^3 + 5x^2 +7x +5 = 0$$
So, $$f(x) = x^3 + 5x^2 +7x +5$$
Identify the first interval, the first approximation, and the associated error.
Step 2 AnswerWe know the solution is negative, but that is all. Let's set up a table of values to get an idea of where our first interval should be.
$$ \begin
Identify the 2nd interval, 2nd approximation and the associated maximum error.
Step 3 AnswerRepeat Step 3 until the maximum error is less 0.05 units.
Step 4 AnswerThe equation has a solution at approximately $$x = -3.34275$$ with a maximum error in the approximation of at most $$0.03125$$ units.
Use the bisection method to approximate the value of $$\sqrt$$. Find the 4th approximation.
Show AnswerFind a non-linear function whose root is at $$\sqrt 7$$
Step 1 AnswerWe'll use $$f(x) = x^2 - 71$$
Find the first interval, first approximation and its associated maximum error.
Step 2 AnswerWe know $$\sqrt$$ is larger than 8, but less than 9. We'll use $$[8,9]$$ as the first interval.
Find the second interval, second approximation and the associated maximum error.
Step 3 AnswerRepeat Step 3 until you've found the 4th approximation.
Step 4 Answer$$\sqrt\approx 8.4375$$ with a maximum error in this approximation of $$0.0625$$.
Use the bisection method to approximate the value of $$\frac 1 $$. Find the 3rd approximation.
Show AnswerDetermine the nonlinear function we will use for the bisection method .
Step 1 Answer$$ \\ \begin x & = \frac 1 \\ x^5 & = \frac 1 3\\ 3x^5 & = 1\\ 3x^5 - 1 & = 0 \end \\ $$
We will use $$f(x) = 3x^5 - 1$$.
Find the first interval, first approximation and the associated error.
Step 2 AnswerDetermine the second interval, second approximation and the associated error.
Step 3 AnswerFind the third interval, third approximation and its associated error.
Step 4 AnswerThird Interval: $$[0.75,1]$$
Third Approximation: $$x = 0.875$$ with an error of 0.125 units.
Show Answer$$\sqrt[5] 3\approx 0.875$$ with a maximum error of 0.125 units.
Use the bisection method to approximate the value of $$\sqrt$$ to within 0.125 units of the actual value.
Show AnswerFind a nonlinear function with a root at $$\sqrt$$.
Step 1 Answer$$ \\ \begin x & = \sqrt\\ x^2 & = 125\\ x^2 - 125 & = 0\\ \end \\ $$
We'll use $$f(x) = x^2 - 125$$.
Determine an appropriate starting interval. It's midpoint will be the first approximation.
Step 2 AnswerSince $$11^2 = 121$$ and $$12^2 = 144$$ we know $$11 < \sqrt< 12$$.
Determine the second interval, the second approximation, and the associated error value.
Step 3 Answer2nd Interval: $$[11,11.5]$$
2nd Approximation: $$x = 11.25$$ with a maximum error of 0.25 units.
Determine the third interval, the third approximation, and the associated error value.
Step 4 AnswerThird Interval: $$[11,11.25]$$
Third Approximation: $$x = 11.125$$ with a maximum error of $$0.125$$.
Show Answer$$\sqrt \approx 11.125$$ with a maximum error of $$0.125$$ units.
Use the bisection method to approximate the value of $$\frac > 2$$ to within 0.1 units of the actual value.
Show AnswerFind a nonlinear function with a root at $$\frac > 2$$
Step 1 AnswerWe'll use the function $$f(x) = 4x^4 - 3125$$
Determine the appropriate starting interval, the first approximation and the associated error.
Step 2 AnswerSince $$10^4 = 10000$$ is about the right size, we try $$f(10) = 36875$$
By comparison, $$f(5) = -625$$, so the best starting interval is somewhere between $$x = 5$$ and $$x = 10$$. Let's make a table of values to help us narrow things down.
$$ \\ \begin
Well, that was convenient.
Find the second interval, approximation, and associated error.
Step 3 AnswerRepeat Step 3 until the maximum error is smaller than the allowed tolerance.
Step 4 Answer$$\frac 1 2 \cdot \sqrt[4] \approx 5.3125$$ with a maximum error of 0.0625.