- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hello! (Wave)
We have the problem
$$\left\{\begin{matrix}
y'=\lambda y &, t \in [0,+\infty), \lambda \in \mathbb{C}, Re(\lambda)<0 \\
y(0)=1 &
\end{matrix}\right.$$
Applying the Backward Euler method $y^{n+1}=y^n+h \lambda y^{n+1}$, we get that $y^n=\frac{1}{(1-h \lambda)^n}$.
So that the method is stable we require $|y^n|$ to be bounded as $n \to +\infty$.
$$\left| \frac{1}{1-\lambda h}\right| \leq 1 \Rightarrow |1-h \lambda| \geq 1$$Notice that $|1-h \lambda| \geq 1$ since $Re(\lambda) \leq 0$.
Consequently, the region of absolute stability of this method contains the whole left complex semi-plane and so the Backward Euler method is $A-$stable.
Is there no restriction for $h$ for the following reason?
It holds that $|1-h \lambda| \geq 1 \Rightarrow 1-h \lambda \geq 1 \text{ or } 1-h \lambda \leq -1 \\ \Rightarrow -h \lambda \geq 0 \text{ or } -h \lambda \leq -2 \\ \Rightarrow h \lambda \leq 0 \text{ or } h \lambda \geq 2$Could we say that it cannot hold that $h \lambda \geq 2$ since $Re(\lambda) \leq 0$ and so $|1-h \lambda| \geq 1 \Rightarrow h \lambda \leq 0$ which is always true?Also how do we deduce that the region of absolute stability of this method contains the whole left complex semi-plane and so the Backward Euler method is $A-$stable?
We have that $|1-z| \geq 1$, where $z=h \lambda$.
We set $z=x+yi$.
So we have:
$|1-z| \geq 1 \Rightarrow |1-(x+yi)| \geq 1 \Rightarrow |(1-x)-yi| \geq 1 \Rightarrow (1-x)^2+y^2 \geq 1$.
View attachment 4335Why isn't the red marked region the region of absolute stability but the whole left complex semi-plane?
We have the problem
$$\left\{\begin{matrix}
y'=\lambda y &, t \in [0,+\infty), \lambda \in \mathbb{C}, Re(\lambda)<0 \\
y(0)=1 &
\end{matrix}\right.$$
Applying the Backward Euler method $y^{n+1}=y^n+h \lambda y^{n+1}$, we get that $y^n=\frac{1}{(1-h \lambda)^n}$.
So that the method is stable we require $|y^n|$ to be bounded as $n \to +\infty$.
$$\left| \frac{1}{1-\lambda h}\right| \leq 1 \Rightarrow |1-h \lambda| \geq 1$$Notice that $|1-h \lambda| \geq 1$ since $Re(\lambda) \leq 0$.
Consequently, the region of absolute stability of this method contains the whole left complex semi-plane and so the Backward Euler method is $A-$stable.
Is there no restriction for $h$ for the following reason?
It holds that $|1-h \lambda| \geq 1 \Rightarrow 1-h \lambda \geq 1 \text{ or } 1-h \lambda \leq -1 \\ \Rightarrow -h \lambda \geq 0 \text{ or } -h \lambda \leq -2 \\ \Rightarrow h \lambda \leq 0 \text{ or } h \lambda \geq 2$Could we say that it cannot hold that $h \lambda \geq 2$ since $Re(\lambda) \leq 0$ and so $|1-h \lambda| \geq 1 \Rightarrow h \lambda \leq 0$ which is always true?Also how do we deduce that the region of absolute stability of this method contains the whole left complex semi-plane and so the Backward Euler method is $A-$stable?
We have that $|1-z| \geq 1$, where $z=h \lambda$.
We set $z=x+yi$.
So we have:
$|1-z| \geq 1 \Rightarrow |1-(x+yi)| \geq 1 \Rightarrow |(1-x)-yi| \geq 1 \Rightarrow (1-x)^2+y^2 \geq 1$.
View attachment 4335Why isn't the red marked region the region of absolute stability but the whole left complex semi-plane?