The ____ is a fixed-point iteration method that starts with one starting point, which at each iteration estimates the root.
Newton’s Method (Newton Raphson)
When is Euler’s Method used?
When the area of an irregular shape must be found but if the irregular side of each shape (cell) is fairly straight.
When is Simpson’s Method used?
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.
Another form of Euler’s approximation is:
y(x2) = y(x1) + (x2-x1)y’(x1)