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
How much pure acid do you mix with 2L of 40% acid to get 70% acid
iris [78.8K]
(2*40%+x*10<span>0%)/(2+x) = 70%; calculate x !</span>
8 0
3 years ago
Read 2 more answers
Graph y&lt; 1/3 c + 1/2
castortr0y [4]

<h3>The Graph you need above </h3>

<h3>Step-by-step explaination : </h3>

<h3>Combine 1/3and x.</h3>

y<x/3+1/2

<h3>Use the slope-intercept form to find the slope and y-intercept.</h3><h3 />

Slope: 1/3

y-intercept: 1/2

<h3>Graph a dashed line, then shade the area below the boundary line since y is less</h3><h3>than x/3+1/2.</h3>

<h3>y<x/3+1/2</h3>

6 0
2 years ago
5) Naomi is sewing some clothing. She has 53 yards of fabric to use. She
EleoNora [17]

The inequality that represents the number of each type of fabric that Naomi has is:

9x+16y \leq 53

Let the number of short-sleeved shirts she made be x

Let the number of long-sleeved shirts she made be y

Length of clothes used to make a short-sleeved shirt = 9 yards

Length of clothes used to make a long-sleeved shirt = 16 yards

Length of short-sleeved shirts made = 9x

Length of long-sleeved shirts made = 16y

Total length of fabric used = 53 yards

The inequality that represents the number of each type of fabric that Naomi has is:

9x+16y \leq 53

Learn more on inequality here: brainly.com/question/15269537

6 0
2 years ago
If one 1.5 cups is 12 fluid ounces, how many fluid ounces do I have if I
Alchen [17]

Answer:

120

Step-by-step explanation:

15/1.5=10

10 x 12=120

7 0
3 years ago
Read 2 more answers
Please help pleaseeee <br> ----------<br> / 0.09 Type interger or decimal.
Mandarinka [93]

Answer:

0.09 = decimal

3 0
3 years ago
Read 2 more answers
Other questions:
  • M&lt; DXB = 70° 15' 12" M&lt; DXC =30 30 20 M&lt; CXB. AO° A1' A2"​
    8·1 answer
  • Arrange the numbers in increasing order.
    5·1 answer
  • Which expression shows 56x+40y−48z written as a product of the greatest common factor and one other factor?
    6·1 answer
  • Solve the following system of equations graphically.. . x + y - 4 = 0. x - y = 0. . The solution lies in quadrant _____.. . . I.
    12·2 answers
  • Which statements are true regarding the sequence below? Check all that apply.
    5·1 answer
  • Through: (3, 5) parallel to y=3x-1
    7·2 answers
  • Multiply this please ​
    5·2 answers
  • The equation y = 4x represents the relationship between time, x, and distance traveled, y. Which table represents this relations
    14·2 answers
  • HELP PLEASE!!!!<br> THERE R 3 QUESTIONS. MAKE SURE TO ANSWER ALL 3!!!<br> TYSM
    9·2 answers
  • In a volleyball match Hanein serves the volleyball The height of the the ball above the court
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!