How can the following differential equation be solved analytically?
\begin{equation*} y' = |1.1 - y| + 1, \\ y(0) = 1. \end{equation*}
I guess one must rewrite the differential equation piecewise and solve each piece independently. But how and how do I continue?
Thanks in advance for your assistance.
Solving the two differentail equations in Paul's post yields:
\begin{equation*}y(x) = 2.1 - 1.1e^{-x},|1.1−y| > 0 \end{equation*} and
\begin{equation*}y(x) = e^{x} + 0.1, |1.1−y| < 0 .\end{equation*}