ch10 numerical methods Flashcards
What to do in a question where it says “by choosing a suitable interval, prove that theta = -1.132 to 3dp.
Work out the lower bound (lowest value that it could be rounded to) -1.315
Work up the upper bound (largest value it could be rounded to) -1.325.
Sub in these values for x.
Show that there is a change of sign and this can prove theta.
What is the theory that can help find roots in an interval?
if a continuous function f(x) on the interval [a,b] and f(a) and f(b) produce a change in sign there is at least one root in that interval.
When may the locating roots theory be inaccurate?
When the interval is too big
When there is a discontinuous function.
What could be the exception if there is no change of sign?
-There could be an 2,4,6 any even number of roots.
What must you do to a function before you can use it to locate roots?
Put it in the form f(x)=0
How do you create an appropriate iterative formula?
Set f(x)=0 then make x the subject
xn+1 = x