DivGradCurl
- 364
- 0
Consider the initial-value problem
y^{\prime} + \frac{2}{3} y = 1 - \frac{1}{2}t,\quad y(0) = y_0
Find the value of y_0 for which the solution touches, but does not cross, the t-axis.
The only problem that I seem to have is finding this particular solution that "touches, but does not cross, the t-axis".
Any help is highly appreciated.
First, I use the method of integrating factors.
y^{\prime} + \frac{2}{3} y = 1 - \frac{1}{2}t \qquad \mbox{(Standard Form)}
It follows that
p(t)=\frac{2}{3}
and
g(t)=1 - \frac{1}{2}t. Thus, we find
\mu (t) = \exp \int p(t) \: dt = \exp \frac{2}{3} \int \: dt = e^{2t/3}
and
y(t)=\frac{1}{\mu (t)}\left[ \int \mu (t) g (t) \: dt + \mathrm{C} \right]
y(t)=e^{-2t/3}\left[ \int e^{2t/3} \left( 1 - \frac{1}{2}t \right) \: dt + \mathrm{C} \right]
y(t)=e^{-2t/3}\left[ \left( \frac{21}{8} - \frac{3}{4}t \right) e^{2t/3} + \mathrm{C} \right]
y(t)=\frac{21}{8} - \frac{3}{4}t + \mathrm{C} e^{-2t/3}
The initial condition gives
y_0 = \frac{21}{8} - \frac{3}{4}(0) + \mathrm{C} e^{-2(0)/3} \Longrightarrow \mathrm{C} = y_0 - \frac{21}{8}
So, we get
y(t)=\frac{21}{8} - \frac{3}{4}t + \left( y_0 - \frac{21}{8} \right) e^{-2t/3}
The problem now is finding the appropriate value for y_0. The answer my textbook gives is y_0\approx -1.642876, but so far I haven't been able to figure out the way to work backwards from there. Anyhow, I tried to find it by plotting some of the solutions. It turns out that all of them are horizontal lines. So, maybe I just need to find y_0 that gives the line y=0. But again, I'm not so sure. Am I on the right track?
Thanks!
y^{\prime} + \frac{2}{3} y = 1 - \frac{1}{2}t,\quad y(0) = y_0
Find the value of y_0 for which the solution touches, but does not cross, the t-axis.
The only problem that I seem to have is finding this particular solution that "touches, but does not cross, the t-axis".
Any help is highly appreciated.
First, I use the method of integrating factors.
y^{\prime} + \frac{2}{3} y = 1 - \frac{1}{2}t \qquad \mbox{(Standard Form)}
It follows that
p(t)=\frac{2}{3}
and
g(t)=1 - \frac{1}{2}t. Thus, we find
\mu (t) = \exp \int p(t) \: dt = \exp \frac{2}{3} \int \: dt = e^{2t/3}
and
y(t)=\frac{1}{\mu (t)}\left[ \int \mu (t) g (t) \: dt + \mathrm{C} \right]
y(t)=e^{-2t/3}\left[ \int e^{2t/3} \left( 1 - \frac{1}{2}t \right) \: dt + \mathrm{C} \right]
y(t)=e^{-2t/3}\left[ \left( \frac{21}{8} - \frac{3}{4}t \right) e^{2t/3} + \mathrm{C} \right]
y(t)=\frac{21}{8} - \frac{3}{4}t + \mathrm{C} e^{-2t/3}
The initial condition gives
y_0 = \frac{21}{8} - \frac{3}{4}(0) + \mathrm{C} e^{-2(0)/3} \Longrightarrow \mathrm{C} = y_0 - \frac{21}{8}
So, we get
y(t)=\frac{21}{8} - \frac{3}{4}t + \left( y_0 - \frac{21}{8} \right) e^{-2t/3}
The problem now is finding the appropriate value for y_0. The answer my textbook gives is y_0\approx -1.642876, but so far I haven't been able to figure out the way to work backwards from there. Anyhow, I tried to find it by plotting some of the solutions. It turns out that all of them are horizontal lines. So, maybe I just need to find y_0 that gives the line y=0. But again, I'm not so sure. Am I on the right track?
Thanks!