Example of numerical instability: Take y′ = −5y, y(0) = 1. We know that the solution should decay to zero as x grows. Using Euler’s method, start with h= 1 and compute y1, y2, y3, y4 to try to approximate y(4). What happened? Now halve the interval. Keep halving the interval and approximating y(4) until the numbers you are getting start to stabilize (that is, until they start going towards zero).
Example of numerical instability: Take y′ = −5y, y(0) = 1. We know that the solution should decay to zero as x grows. Using Euler’s method, start with h= 1 and compute y1, y2, y3, y4 to try to approximate y(4). What happened? Now halve the interval. Keep halving the interval and approximating y(4) until the numbers you are getting start to stabilize (that is, until they start going towards zero).
Related questions
Question
Example of numerical instability: Take y′ = −5y, y(0) = 1. We know that the solution should decay to zero as x grows. Using Euler’s method, start with h= 1 and compute y1, y2, y3, y4 to try to approximate y(4). What happened? Now halve the interval. Keep halving the interval and approximating y(4) until the numbers you are getting start to stabilize (that is, until they start going towards zero).
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 3 steps