Bisection Method Homework: a=-2, b=2, Is b-a=1?

fonseh
Messages
521
Reaction score
2

Homework Statement


In the first photo , interval [-2 ,2 ] means a = -2 , b = 2 , am i right ?
So , how to show that b-a = 1 ?

Homework Equations

The Attempt at a Solution


IMO , b-a = 2+ 2 = 4

for part b , why b - a = -1-(-2) ?
Is there anything wrong with this question ?
 

Attachments

  • 540.jpg
    540.jpg
    63.2 KB · Views: 436
  • 541.jpg
    541.jpg
    51.7 KB · Views: 383
Physics news on Phys.org
fonseh said:
interval [-2 ,2 ] means a = -2 , b = 2 , am i right ?
Not so: b and a play different roles.
Refer to example 2.3 for how to choose ##[a,b]##
 
##[-2,2]## is the interval for which the functions are considered.
The exercise suggests to apply the bisection method on another interval, namely ##[-2,-1]## because you don't need to consider the entire range. For the second question ##|b-a|=|-1-(-2)|=|1|=1##.
 
  • Like
Likes fonseh
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top