1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
enot [183]
3 years ago
5

Find n for which the nth iteration by the Bisection Method guarantees to approximate the root of f(x) = 2x^2 − 3x − 2 on [−2, 1]

with accuracy within 10^−8 .

Mathematics
1 answer:
Lady_Fox [76]3 years ago
8 0

Answer:

n = 29 iterations would be enough to obtain a root of f(x)=2x^2-3x-2 that is at most 10^{-8} away from the correct solution.

Step-by-step explanation:

You can use this formula which relates the number of iterations, n, required by the bisection method to converge to within an absolute error tolerance of ε starting from the initial interval (a, b).

n\geq \frac{log(\frac{b-a}{\epsilon} )}{log(2)}

We know

a = -2, b = 1 and ε = 10^{-8} so

n\geq \frac{log(\frac{1+2}{10^{-8}} )}{log(2)}\\n \geq 29

Thus, n = 29 iterations would be enough to obtain a root of f(x)=2x^2-3x-2 that is at most 10^{-8} away from the correct solution.

<u>You can prove this result by doing the computation as follows:</u>

From the information given we know:

  • f(x)=2x^2-3x-2
  • \epsilon = 10^{-8}

This is the algorithm for the Bisection method:

  1. Find two numbers <em>a</em> and <em>b</em> at which <em>f</em> has different signs.
  2. Define c=\frac{a+b}{2}
  3. If b-c\leq \epsilon then accept c as the root and stop
  4. If f(a)f(c)\leq 0 then set <em>c </em>as the new<em> b</em>. Otherwise, set <em>c </em>as the new <em>a</em>. Return to step 1.

We know that f(-2)=2(-2)^2-3(-2)-2=12 and f(1)=2(1)^2-3(1)-2=-3 so we take a=-2 and b=1 then c=\frac{-2+1}{2} =-0.5

Because 1-(-0.5)\geq 10^{-8} we set c=-0.5 as the new <em>b.</em>

The bisection algorithm is detailed in the following table.

After the 29 steps we have that 6\cdot 10^{-9}\leq 10^{-8} hence the required root approximation is c = -0.50

You might be interested in
51 miles on a 3 gallon of gas find the unit rate
Sauron [17]

Answer:

Step-by-step explanation:

(51 miles)/(3 gal) = 19 miles/gal

7 0
3 years ago
Read 2 more answers
I need help on finding the value of x <br> Can someone please help me?
Yuliya22 [10]

Answer:

x=25 degrees and the angles are vertical (opposite each other)

Step-by-step explanation:

(4x-25)=75

4x=100

x=25

3 0
3 years ago
Read 2 more answers
Are two ratios are equivalent to two thirds
trapecia [35]
2:3 and 4:6 are two different ratios that are equivalent to 2/3.

B) 
7 0
3 years ago
Help me with this please
Rufina [12.5K]

Answer: (2,7)

Midpoint formula = (\frac{x1+x2}{2} , \frac{y1+y2}{2})

1 + 3 / 2 = 2

5 + 9 / 2 = 7

3 0
2 years ago
6 plates and 5 cups cost 23.80 dollars. 7 plates and 6 cups cost 28.00. Each plate costs the same as the other plates, each cup
andrey2020 [161]
Cups = c
Plates = p

6p + 5c = 23.80 ==> multiply by 6 ==> 36p + 30c = 142.80
7p + 6c = 28.00 ==> multiply by 5 ==> 35p + 30c = 140.00


Now use algebra to have the 30c be on one side and the rest on the other:

36p + 30c = 142.80 | -36p

30c = 142.80 - 36p


35p + 30c = 140.00 | -35p

30c = 140.00 - 35p


Now set them equal to each other about the 30c:

142.80 - 36p = 140.00 - 35p


Use algebra to solve for p:

142.80 - 36p = 140.00 - 35p | +36p

142.80 = 140.00 + p | - 140

2.80 = p


Go back to one of the "30c" equations and plug in the value for p:

30c = 140 - 35p

30c = 140 - 35(2.80)

30c = 140 - 98

30c = 42 | /30

c = 42/30

c = 1.4


Plates are $2.80
Cups are $1.40
7 0
3 years ago
Other questions:
  • 34=2m-8. Solve the equation
    8·2 answers
  • Evaluate y 9-(-9) =? ​
    11·1 answer
  • What is the volume of the square pyramid ?
    9·2 answers
  • 8) BRAINLIEST + 15+ POINTS! :)<br><br> Which of the following is a graph of y=1/2 x +1
    15·1 answer
  • It costs $315 to book a DJ for 3 hours. It costs $525 to book the same DJ for 5 hours. Write an equation that represents the cos
    14·1 answer
  • The curved surface area of a cylinder is
    14·1 answer
  • An animal shelter spends $3.00 per day to care for each cat and $5.00 per day to care for each dog. Penelope noticed that the sh
    11·1 answer
  • Is 4x+2y=20 and y= -2 + 10 equavilent?
    15·1 answer
  • What is the result when the number 43 is decreased by 2.6%?
    15·2 answers
  • 808, 408, 208,108, 68 find out wrong number.​
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!