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 many girls prefer to watch films ? Plz explain I need help !
lys-0071 [83]

Answer:

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
How to solve 2/3(6x-9)=-34
castortr0y [4]
\frac{2}{3} (6x-9)=-34 \\ \\  \frac{2(6x - 9)}{3} =-34 \\ \\  \frac{2 \times 3(2x-3)}{3} =-34 \\ \\  \frac{6(2x - 3)}{3} = -34 \\ \\ 2(2x - 3) = -34 \\ \\ 2x - 3 - \frac{34}{2} \\ \\ 2x - 3 = -17 \\ \\ 2x -17 + 3 \\ \\ 2x = -14 \\ \\ x = - \frac{14}{2} \\ \\ x = -7 \\ \\ Answer: \fbox {x = -7}
5 0
3 years ago
Find the nth term of this sequence : 7 , 12 , 17 , 22 , 27 ???
spayn [35]
32 is the answer and it is adding 5 everytime 


4 0
3 years ago
Read 2 more answers
Picking a red checker from a bag of 9 black and 6 red checkers,replacing it, and picking another red checker
yulyashka [42]

Answer: there no question

Step-by-step explanation:

7 0
3 years ago
Chris took a vacation trip to maine, where sales tax on taxable items is 5%. in maine, prepared food and lodging are taxed an ad
12345 [234]
So, it's just an annoying problem. Keep the tax rates in mind for each thing.
$70 of souvenirs mean the tax is 5% since it is not prepared food, lodging, or auto rentals.
$580 on prepared food means that has 7% tax because it is special.
$620 on the car has a 10% tax, as stated in the problem.
So do 70(1.05)+580(1.07)+620(1.1) to get $1376.1.0

6 0
3 years ago
Read 2 more answers
Other questions:
  • (3-7n^2+3n^3)-(6n^3-1-5n^2). Simplify.
    5·2 answers
  • Need to now how to write this number5'392'029'004
    14·2 answers
  • Una tienda de sándwiches sirve 4 onzas de carne de queso en cada sandwich. Después de una hora de hacer sándwiches, el dueño de
    11·1 answer
  • A study investigated whether regular mammograms resulted in fewer deaths from breast cancer over a period of 20 years. Among 30,
    13·1 answer
  • The stock of Company A lost $1.18 throughout the day and ended at a value of
    15·1 answer
  • Marissa knits caps that she supplies to several baby stores. She purchases five bundles of yarn for $62.50. Select the
    13·2 answers
  • Y=3x+2 i need a graph for this
    10·1 answer
  • What is the slope of the line that contains the points (-2, 5) and (6, -3)?
    12·2 answers
  • Coach Carpenter and Mrs. Dyson each have a KPOP collection. For every five
    6·1 answer
  • Counselors at Rockport High School and Riverdale High School surveyed the graduating seniors to find out their post-high-school
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!