Questions: Stability Regions and A-Stability

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You apply forward Euler to dy/dt = −1000y using step size h = 0.005. The exact solution decays to zero, but the numerical solution oscillates wildly and blows up. What is the most likely cause?

AForward Euler cannot handle exponentially decaying solutions — it requires the exact solution to be oscillatory
BThe step size places hλ outside the stability region of forward Euler, causing amplification even though the exact solution decays
CThe step size is too small for the method to track the fast decay accurately
DForward Euler requires a special initialization procedure for stiff equations that must have failed
Question 2 Multiple Choice

What does it mean for a numerical ODE method to be A-stable?

AThe method is stable for all step sizes h > 0 when applied to any ODE
BThe method's stability region includes the entire left half of the complex hλ-plane — it is stable whenever the true solution decays
CThe method achieves at least second-order accuracy on the test problem dy/dt = λy
DThe method requires no step-size restriction when applied to any linear ODE
Question 3 True / False

For a stiff ODE, an explicit method may require an extremely small step size not because the solution changes rapidly, but because a large step size places hλ outside the method's stability region.

TTrue
FFalse
Question 4 True / False

An A-stable method is stable for most step sizes h > 0, regardless of the ODE being solved.

TTrue
FFalse
Question 5 Short Answer

Explain the difference between a numerical method's stability and its accuracy for ODEs, and why A-stability specifically matters for stiff problems.

Think about your answer, then reveal below.