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
A university class has 22 students: 3 are nursing majors, 9 are psychology majors, and 10 are business majors. (Each student has
KiRa [710]

Answer:

27/462

OR

.058

Step-by-step explanation:

the probability that the first student, selected at random, is a nursing student is 3/22.

the probability that the second student, selected at random from the remaining students, is an accounting major is 9/21.

the probability the first student chosen is a nursing student and the second student chosen is an accounting major is therefore 3/22 * 9/21 = 27/462.

7 0
2 years ago
Suppose the 3 schools have succeeded in raising
goldfiish [28.3K]

Answer:

school b

Step-by-step explanation:

it has more

8 0
3 years ago
Alec pours the same amount of soup into 3 bowls. He uses 4 cups of soup. How much soup goes into each bowl
Vesna [10]
4/3 cups of soup goes in each
8 0
3 years ago
The student council at Livingston High School is making T-shirts to sell for a fundraiser, at a price of $16 apiece. The costs,
Allushta [10]

Answer:

5 shirts must be sold.

Step-by-step explanation:

First, set up the equation. Each shirt (x) is sold for $16:

For every amount (y) for x: (y)(x) = (16)(y)

The cost is $4, with the setup fee as $60.

(16)(y) = (4)(y) + 60

16y = 4y + 60

Isolate the variable (y). Note the equal sign, what you do to one side, you do to the other. First, subtract 4y from both sides.

16y (-4y) = 4y (-4y) + 60

16y - 4y = 60

12y = 60

Next, isolate the variable (y). Divide 12 from both sides.

(12y)/12 = (60)/12

y = 60/12

y = 5

5 shirts must be sold.

To check, plug in 5 for y in the equation:

16y = 4y + 60

16(5) = 4(5) + 60

Simplify.

16(5) = 4(5) + 60

80 = 4(5) + 60

80 = 20 + 60

80 = 80 (True).

~


7 0
3 years ago
The length of the side opposite B measures __ units
Sindrei [870]

For this case what we should do is observe the figure.

We note that the side opposite to vertex B is the AC side.

From here, we can see that the length of the AC segment is given by:

AC = 4

Therefore, the measurement on the side opposite to vertex B is equal to 4 units.

Answer:

The length of the side opposite B measures 4 units

7 0
3 years ago
Read 2 more answers
Other questions:
  • The cafe where you work just ran out of coffee, and you are at the store to buy 1 1/2pounds of coffee. You have put a can with 3
    15·1 answer
  • 19. Danielle earns a 7.25% commission on
    6·1 answer
  • 31x-4+120 =180 <br> How would I solve ?<br> Any tips ?
    12·1 answer
  • 9.6 x 10 to the third power please
    13·1 answer
  • If I multiplied these binomials (x - 3) + (4x + 2) what would be the final product?
    15·2 answers
  • Please someone help me answer this
    12·1 answer
  • A plane flew between two cities at 330 mi/hr; a car went the same distance at 55 mi/hr. If the car took 7.5 hr longer, how far a
    13·1 answer
  • What is the weight of this pear
    11·1 answer
  • Which statements describe the key features of the graph of ? Check all that apply.
    5·2 answers
  • Please do number 4 !!! Giving Brainlist
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!