First, what is your c1 in terms of [math]y_0[/math]? You never finished that part.karush said:$\quad\displaystyle \frac{dy}{dt}=2y-5, \quad y(0)=y_0$
rewrite
$\quad y'-2y=-5$
obtain u(x)
$\quad u(x)=\exp\int-2\, dx = e^{-2t}$
then
$\quad (e^{-2t}y)'=-5e^{-2t}$
integrate both sides
$\quad\displaystyle e^{-2t}y=-5\int e^{-2t} dt=-5e^{-2t}+c_1$
finally
$\quad\displaystyle y
=-5\frac{e^{-2t}}{e^{-2t}}+\frac{c_1}{e^{-2t}}=c_1e^{2t}-5$
so at $\quad y(0)=y_0$
ok I don't see how they got this answer
well that is pretty cool ... better than the book processMarkFL said:We have:
$$\frac{d}{dt}\left(e^{-2t}y\right)=-5e^{-2t}$$
Integrate using the boundaries:
$$\int_{y_0}^{e^{-2t}y}\,du=-5\int_{0}^{t}e^{-2v}\,dv$$
$$e^{-2t}y-y_0=\frac{5}{2}\left(e^{-2t}-1\right)$$
$$y-y_0e^{2t}=\frac{5}{2}\left(1-e^{2t}\right)$$
$$y=\left(y_0-\frac{5}{2}\right)e^{2t}+\frac{5}{2}$$
When solving differential equations you see a lot of arbitrary constants. (ie. there are many solutions to the same differential equation.) The boundary conditions simply give you information about those constants. In this case you had c1 as a constant after solving the differential equation. The boundary condition [math]y(0) = y_0[/math] tells you what c1 is in terms of [math]y_0[/math]. Perhaps it would be more meaningful to you if we specified y(0) = 3 or something like that.karush said:well that is pretty cool ... better than the book process
but I still don't think the boundary thing has registered with me