theBEAST said:
Homework Statement
Here is an example from the book:
https://dl.dropbox.com/u/64325990/MATH%20255/EX%204.PNG
Does anyone know why they chose t to be equal to 0?
Thanks!
The point t=0 is special, because the initial condition was given there. However, in the integral you could choose any specific lower limit you want; that would just change the needed value of c. For example, we could choose the lower limit = 2. Then we would have
[tex]e^{t^2/4}y= \int_2^t e^{s^2/4}\, ds + c,[/tex]
so we would determine [itex]c[/itex] by equating [itex]e^0 y(0) = y(0) = 1[/itex] to
[tex]\int_2^0 e^{s^2/4}\, ds + c,[/tex] to get
[tex]c = 1 - \int_2^0 e^{s^2/4}\, ds = 1 + \int_0^2 e^{s^2/4}\, ds,[/tex] and this gives
[tex]y = e^{-t^2/4} \left[1 + \int_0^2 e^{s^2/4}\, ds + \int_2^t e^{s^2/4}\, ds \right]\\<br />
\;\;\; = e^{-t^2/4}\left[1 + \int_0^t e^{s^2/4}\, ds \right].[/tex] You would have gotten this right away if you had used 0 in the lower limit right from the start.
RGV