I: Numerical Methods Flashcards
(5 cards)
1
Q
Limitations of change of sign method
A
- If the function is not continuous, it does not work
- If the function has multiple roots between the limits, they are missed
- If the function has a root with no sign change (ie a repeated root), it is missed
2
Q
Staircase and cobweb diagrams
A
CURVE
LINE (y=x) <–>
up to the CURVE
across to the LINE
up to the CURVE
‘Crosses the line for pole position!!’
3
Q
Failure of x=g(x) method
A
- If gradient of curve is steeper than y=x, the root will not be found
- Unlikely to find all roots using this method
- The closer the gradient is to 1 or -1, the more iterations needed
4
Q
Failure of the Newton-Raphson method
A
- If substitution of denominator = 0, cannot divide by 0
- Might hone in on wrong root
5
Q
A