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
At maximum speed, an airplane travels 2,400 miles against the wind in 6 hours. Flying with the wind, the plane can travel the sa
Hatshy [7]
X - y  = 2400/6 = 400        where x = speed of plane and y = speed of wind.

x + y =  2400/5 = 480          - flying with the wind

adding the 2 equations 
2x = 880
x = 440

Speed of the plane with no wind = 440 mph
5 0
3 years ago
Read 2 more answers
Find the area of this circle please…Use 3 for pi
ZanzabumX [31]

Given:

The radius of circle is 11 inch

The value for pi is 3

The objective is to find the area of the circle.

The area of the circle is given by the formula:

A=\pi\times r^2^{}

Substituting ,r = 11

\pi=3

We get:

\begin{gathered} A=\pi\times r^2 \\ =3\times(11)^2 \\ =3\times121 \\ =363 \end{gathered}

Hence, the area of the circle is 363 square inches

5 0
1 year ago
Write an equation in slope-intercept
Sliva [168]
Y= 1x + 2

Use the formula y=mx+b when trying to do things like this.
Y intercept form is when your line intersects through the y axis, and this is also your b. M is your slope.
7 0
3 years ago
Wetting the cloth cover of your canteen on a hot day is a good or bad idea
Lyrx [107]
Bad idea.. because the cloth will get hot and then make your water inside warm
8 0
3 years ago
Read 2 more answers
15 (3a plus 1/3)<br> Write a equivalent expression
8_murik_8 [283]
I think it might be 45a+5?
3 0
3 years ago
Other questions:
  • You are making several purchases from the b-better electronics store. You can buy from this store online or in a physical store.
    11·1 answer
  • the cost of admission to a history museum is 3.25 per person over the age of 3 kids 3 and under get in for free if the total coa
    6·1 answer
  • Kieran subscribes to a text messaging service on his cell phone. His monthly bill for the service is given by the equation b = 0
    11·2 answers
  • The length of a rectangle is two feet greater than twice its width. If the perimeter is 25 feet, find the width
    12·1 answer
  • A) y= -3.5x + 57.5<br>B) y= 3.5x + 57.5<br>C) y= -3.5x + 32.5<br>D) y= -3x + 57.5
    13·2 answers
  • Every triangle in the figure at right is equilateral. What is the measure of ∠AGE?
    10·1 answer
  • 30 = x + 22 <br><br> What does x equal to?
    12·1 answer
  • Put the quadratic into vertex form and state the coordinates of the vertex. y= y= \,\,x^2-6x-3 x 2 −6x−3
    15·1 answer
  • If 5-3(2a+1)=-4+10, what is the value of a+2​
    5·2 answers
  • If cos 45°=½ prove that<br>Sin22=√(2-√2)​
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!