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
Coffee beans worth $ 10.50 $10.50 per pound are to be mixed with coffee beans worth $ 13.00 $13.00 per pound to make 50 50 pound
MAVERICK [17]

Answer: 30 pounds of coffee beans worth $10.50 per pound was used.

20 pounds of coffee beans worth $13.00 per pound was used.

Step-by-step explanation:

Let x represent the number of coffee beans worth $10.50 per pound that should be mixed.

Let y represent the number of coffee beans worth $13.00 per pound that should be mixed.

50 pounds of beans worth $11.50 per pound is to be made. The total cost of the mixture would be

50 × 11.5 = 575

This means that

10.5x + 13y = 575 - - - - - - - 1

The total number of pounds of each type of coffee used is 50. This means that

x + y = 50

Substituting x = 50 - y into equation 1, it becomes.

10.5(50 - y) + 13y = 575

525 - 10.5y + 13y = 575

- 10.5y + 13y = 575 - 525

2.5y = 50

y = 50/2.5 = 20

x = 50 - 20= 30

6 0
3 years ago
Find an equation of the line that passes through the points (5,- 4) and (2,-2).
Andru [333]

Answer:

y=-2/3x - 2/3

Step-by-step explanation:

4 0
2 years ago
6636=3<br> 8118=4 <br> 2212=0<br> 8688=?<br> 5971=?
pochemuha
6636 has 3 circle so 6636=3
8118 has 4 circle so 8118=4
2212 has 0 circle so 2212=0
8688 has 7 circle 8688=7
5971 has 1 circle 5971=1
6 0
2 years ago
Ephemeral services corporation (esco) knows that nine other companies besides esco are bidding for a $900,000 government contrac
EastWind [94]

Answer:

c. $100,000

Step-by-step explanation:

Calculation of the expected net profit of Ephemeral services corporation

Since we are been told that 9 other companies besides esco are as well bidding for the $900,000 government contract, it means we have to find the expected net profit by dividing 1 by 9×$900,000 .Thus ESCO can only expect to cover its sunk cost.

Hence ,

E(X) = (1/9) × $900,000

E(X)=0.111111111×$900,000

E(X)= $100,000

Therefore the expected net profit would be $100,000

4 0
3 years ago
15x+5y=30 with y by itself​
SCORPION-xisa [38]

Answer:

15 x 1 + 5 x 3 = 30

Step-by-step explanation:

If you turn the x into a one then it multiplies 15 by one and then it remains at 15, then you multiply 5 and 3 so that's 15 and then 15 + 15 is 30.

3 0
3 years ago
Read 2 more answers
Other questions:
  • Help me with this please!!
    15·1 answer
  • What is the solution to the rational equation x over 2x plus 1 minus 1 over 4 equals 2 over 2x plus 1
    15·1 answer
  • Suppose you have developed a scale that indicates the brightness of sunlight . Each category in the tablet is 5 time brighter th
    12·2 answers
  • Whats an equivalent fraction for 3/4 with the denominator is 24
    6·2 answers
  • Jackson Middle School has 4 students in choir for every 1 student in band. If there are 48 students in band, how many students a
    10·1 answer
  • Simplify the expression below<br> (2^3*3^7)^6
    14·1 answer
  • Fill in the blank
    11·2 answers
  • Calculate the Rate of change
    15·1 answer
  • PLEASE HELP IT'S URGENT
    7·1 answer
  • Please helpppp i will mark brainlisttt
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!