P2.10 Numerical Methods Flashcards

1
Q

what is the conclusion for locating roots?

A

the function f(x) is continuous on the interval [a,b] and f(a) and f(b) have opposite signs, then f(x) has at least one root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how do you show a root is a given value to a given degree of accuracy?

A

use the upper & lower bounds of the given root –> there is a sign change in the interval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

describe how to solve an equation of the form f(x) = 0 by a rearrangement (iterative) method

A

rearrange f(x) = 0 into the form x = g(x) & use the iterative formula xn+1=g(xn)
depending on the rearrangement & the starting value of x, the iterations will either converge towards a root or diverge away from a root
NB not all rearrangements of x give all the solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what makes a good rearrangement?

A

when the iterations converge towards a root = the increments b/w each value decreases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how is the rearrangement method represented graphically?

A

staircase or cobweb diagrams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

how are different roots found using the rearrangement method?

A

by using different rearrangements & starting values of x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the Newton-Raphson iterative formula?

A

x (n+1) = xn - f(xn)/f’(xn)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how does Newton-Raphson work graphically?

A

using tangent lines to find increasingly accurate approximations of a root
the value of xn+1 is the point at which the tangent to the graph at (xn, f(xn)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is a problem with the Newton-Raphson method/not suitable value to use as first approximation?

A

at turning point (p,0) where f’(x) = 0
you cannot divide by 0 in N-R formula
graphically, the tangent line will run parallel to x-axis so never intersects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly