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
Which shows the following expression after the negative exponents have been eliminated?
belka [17]

Answer:

The given expression  \frac{a^3}{ab^{-4}} after the negative exponents have been eliminated becomes \frac{a^3b^{4}}{ab^{2}}

Step-by-step explanation:

Given expression \frac{a^3b^{-2}}{ab^{-4}}

We have to write expression after the negative exponents have been eliminated and  a ≠ 0 and b ≠ 0.

Consider the given expression \frac{a^3b^{-2}}{ab^{-4}}  

We have to eliminate the negative exponents,

Using  property of exponents, x^{-m}=\frac{1}{x^m}  we have ,

b^{-2}=\frac{1}{b^2} \\\\b^{-4}=\frac{1}{b^4}

Substitute, we get,

\frac{a^3}{ab^{-4}} becomes  \frac{a^3b^{4}}{ab^{2}}

Thus, the given expression  \frac{a^3}{ab^{-4}} after the negative exponents have been eliminated becomes \frac{a^3b^{4}}{ab^{2}}

5 0
3 years ago
Read 2 more answers
Two-ninths of the total number of batteries in Richard's desk drawer is made
insens350 [35]

You are told 2/9 = 16

Let total number of batteries = x

So you now have 2/9x = 16

To find x divide both sides by 2/9

X = 72 total batteries

6 0
3 years ago
Read 2 more answers
Find the perimeter and the area of the figure. A right-angled trapezoid has a shorter base of 7 centimeters, longer base of 9.5
laila [671]

The given dimensions of 9.5, 6, 7, and 6.5 cm gives the following

perimeter and area of the trapezium.

  • Perimeter: <u>29 cm</u>
  • Area: <u>49.5 cm²</u>

<h3>How can the area and perimeter of the trapezium be found?</h3>

The perimeter of a trapezoid is given as follows;

Perimeter = The sum of the lengths of the sides

Which gives;

Perimeter = 6 + 7 + 6.5 + 9.5 = 29

The perimeter of the trapezoid =<u> 29 cm</u>

  • Perimeter: 29 cm

The area of the trapezoid is given as follows;

Area = \mathbf{ \dfrac{Sum \ of \ the \ parallel \ sides }{2} \times Height}

Which gives;

Area = \dfrac{7 + 9.5 }{2} \times 6 = 49.5

The area of the trapezoid = 49.5 cm²

  • Area:<u> 49.5 cm²</u>

Learn more about the area and perimeter of geometric shapes here:

brainly.com/question/359059

brainly.com/question/11461461

8 0
2 years ago
Identify the slope and y intercept of the function y = - 8x + 1
Maru [420]

Answer:

Slope: -8

Y intercept: (0,1)

Step-by-step explanation:

^^^^

8 0
2 years ago
Read 2 more answers
Using the Pythagorean Theorem, find the length of a leg of a right triangle if the other leg is 8 feet long and the hypotenuse i
iren [92.7K]
The <span>Pythagorean Theorem tells us that a^{2}+b^{2}=c^{2} where c is the </span><span>hypotenuse and a and b are the other two sides. To solve for one of the shorter sides we need to rearrange:

b=\sqrt{c^{2}-a^{2}}

We can then substitute known values, and solve:
</span>b=\sqrt{10^{2}-8^{2}}
b=\sqrt{100-64}
b=\sqrt{36}
b=6 feet
8 0
3 years ago
Read 2 more answers
Other questions:
  • G(x) =-2x-5<br>whay is g(-3) ? ​
    14·1 answer
  • Victoria made 8 more baskets than Yolanda at a game. If Victoria made at most 12 baskets, how many baskets could Yolanda have ma
    13·1 answer
  • Complete the table for the given rule. rule: y=2x​
    9·1 answer
  • Factorize (3x-2y)2 + 3(3x-2y)-10
    13·1 answer
  • Classify each angle.
    8·1 answer
  • *20* points* any help would be appreciated
    8·1 answer
  • FInd 2A-B
    10·1 answer
  • What is the value of x in the equation X=-45?<br> O-75<br> O -27<br> O 27<br> O 75
    14·2 answers
  • Circle X has a circumference of 44 cm and Circle Y has a radius of 14 cm. What is the
    9·1 answer
  • Ivan and Tanya share £150 in the ratio 4 : 1<br> Work out how much more Ivan gets compared to Tanya.
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!