Question: HELP ME PLEASE!!! T ' S NUMER CAL ANALYS S ! ! ! ! ( Bisection Method ) . All numerical answers should be rounded

HELP ME PLEASE!!! T'S NUMERCAL ANALYSS!!!!
(Bisection Method). All numerical answers should be rounded to 6-digit floating-point numbers.
(i) Consider the polynomial
f(x)=x3+2x2-45x-116.
Please accept as a given that the polynomial f(x) has three real roots in -10,10.
(a) Let then r1,r2,r3 be the roots of f(x) written in increasing order. For each of the roots ri, find a pair of integer
numbers m,m+1 that bracket the root ri :
r1 is between
and
r2 is between
and
r3 is between
and
(b) Now, according to (a), is it true that the polynomial f(x) has a unique root in the closed interval -7,-6?
Yes
No
(ii) Use the Bisection Method to find an approximation pN of the unique root of the function f(x) in -7,-6 satisfying
RE(tilde(p)N~~tilde(p)N-1)10-3,
where tilde(z) denotes the result fl(z) of rounding of a real number z to a 6-digit floating-point number.
(iii) Show then your work by filling in the table that follows. In each input field in the column labelled by
f(an)f(pn),(iii) Show then your work by filling in the table that follows. In each input field in the column labelled by
f(an)f(pn),
please enter either a plus sign +(if f(an)f(pn)>0), or a minus sign -(if f(an)f(pn)0). If a particular row of the
table is not necessary, enter an asterisk ** in each input field in the row. In order to calculate the relative error
RE(tilde(p)1~~tilde(p)0)
in the first row, assume formally that p0=-7.If you are going to use a scientific calculator, use the program we have discussed in class. Also, you can create an OpenOffice (or Excel) worksheet with
a copy of the table given above in order to smooth up the calculations. Make sure that all numbers in your table are shown to be rounded to 6-digit floating-
point numbers (as it was discussed in class, in OpenOffice use the command Format/Cells/Numbers/Scientific from the main menu, and
replace the pattern in the Format code field to 0.00000E+000).
In the process of calculations, enter in the rows of your table in the worksheet the terms
an,pn,bn,
followed by the sign of the number f(an)f(pn) as described above.
If you'll feel that the terms pn may have become close enough to satisfy the stopping criterion, fill in the last column of the table in your worksheet by
calculating the required relative errors
RE(?bar(p)n~~tilde(p)n-1).
Note the step N at which the stopping criterion became true; if all your relative errors are still greater than the tolerance, continue generating the terms
an,pn,bn, and so on.
Once the table in your worksheet is ready, check your answers, redo the table if necessary, and then copy-paste your answers to the table in this page.
5a) To stress, the relative errors of the form (2.1) are in general different from the relative errors of the form
RE(pn~~pn-1).
To give an example, let
x= and x**=227.
Then
RE(x~~x**)0.40249910-3
and
RE((x)~~x**)=RE(fl(x)~~fl(x**))0.40425410-3
(verify both results to ensure a better understanding!).
5b) The relative errors of the form (2.1) are normally used when the numerical root-finding methods are implemented with scientific calculators, for
evaluating the relative errors of the form (2.2) on the fly would make the corresponding programs for scientific calculators harder to execute. So a nun
of the terms pn is generated first, and only then, as discussed above, the relative errors of the form (2.1) are evaluated. Understandably, the users take the
values ?bar(p)n from the tables they have created.(iii) Accordingly, by (i) and (ii),
pN
HELP ME PLEASE!!! T ' S NUMER CAL ANALYS S ! ! !

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!