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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

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

Another form of Euler’s approximation is:

A

y(x2) = y(x1) + (x2-x1)y’(x1)

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