Chapter 5: Numerical Methods Flashcards
1
Q
The ____ is a fixed-point iteration method that starts with one starting point, which at each iteration estimates the root.
A
Newton’s Method (Newton Raphson)
2
Q
When is Euler’s Method used?
A
When the area of an irregular shape must be found but if the irregular side of each shape (cell) is fairly straight.
3
Q
When is Simpson’s Method used?
A
When the area of an irregular shape must be found but if the irregular side of each shape (cell) is parabolic. n must be even.
4
Q
Another form of Euler’s approximation is:
A
y(x2) = y(x1) + (x2-x1)y’(x1)