- Let $\operatorname{g}\left(x,t\right)=\alpha t + x$ and $\alpha < 0$ is a parameter s.t. $\left\vert\alpha\right\vert$ is large.
- To numerically solve the equation $Y'= \operatorname{g}\left(x,Y\right)$, the Backward Euler Method is used.
- Find how small $\omega$ should be so the iteration $$ y_{m + 1}^{\left(i + 1\right)} = y_{m} + \omega\operatorname{g}\left(\,{x_{m + 1},y_{m + 1}^{\left(i\right)}}\,\right),\quad i = 0,1,2,\ldots $$ will converge to $y_{m + 1}$.
The first thought I got to solve this problem is to use the error formula, but I'm not sure how to continue from there.