Explicit Euler Properties

Calculus Level 4

Consider a decaying exponential function of time.

y ( t ) = e t y(t) = e^{-t}

Suppose we use the Explicit Euler integration method to discretely model this function.

y k = y k 1 + y ˙ k 1 Δ t y ˙ k = y k \begin{array} { r c l } y_k &= &y_{k-1} + \dot{y}_{k-1} \Delta t \\ \dot{y}_k &= &- y_k \end{array}

In the above equation, y k y_k is the present value of the function and y k 1 y_{k-1} is the previous value of the function. The simulated function is "monotonic" if y k y k 1 > 0 \frac{y_k}{y_{k-1}} > 0 , and "oscillatory" if y k y k 1 < 0 \frac{y_k}{y_{k-1}} < 0 . The function "converges" if y k y k 1 < 1 \Big| \frac{y_k}{y_{k-1}} \Big | < 1 , and "diverges" if y k y k 1 > 1 \Big| \frac{y_k}{y_{k-1}} \Big | > 1 . Different behaviors are exhibited for different values of the time step Δ t \Delta t .

Subject to the constraints y k y k 1 1 \Big| \frac{y_k}{y_{k-1}} \Big | \neq 1 , y k y k 1 0 \Big| \frac{y_k}{y_{k-1}} \Big | \neq 0 , and Δ t > 0 \Delta t > 0 , which of the listed behaviors is impossible?

Inspiration

Monotonic convergence Oscillatory divergence Monotonic divergence Oscillatory convergence

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Mark Hennings
Nov 16, 2020

The recurrence relation is y k = y k 1 y k 1 Δ t = ( 1 Δ t ) y k 1 y_k \; = \; y_{k-1} - y_{k-1}\Delta t \; = \; \big(1 - \Delta t)y_{k-1} and hence we deduce that y k = ( 1 Δ t ) k y_k \; = \; \big(1 - \Delta t\big)^k which converges to 0 0 monotonically if 0 < Δ t < 1 0 < \Delta t < 1 , converges to 0 0 in an oscillatory manner if 1 < Δ t < 2 1 < \Delta t < 2 , and which diverges in an oscillatory manner if Δ t > 2 \Delta t > 2 . We cannot have monotonic divergence, since that would require Δ t < 0 \Delta t < 0 , which is not possible.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...