Author Topic: Q3-T0801  (Read 2326 times)

Victor Ivrii

  • Administrator
  • Elder Member
  • *****
  • Posts: 2607
  • Karma: 0
    • View Profile
    • Personal website of Victor Ivrii
Q3-T0801
« on: February 10, 2018, 05:20:01 PM »

Find the solution of the given initial value problem.
\begin{align*}
&2y'' + y' - 4y = 0,\\
&y(0) = 0,\qquad y'(0) = 1.
\end{align*}
« Last Edit: February 21, 2018, 07:51:05 AM by Victor Ivrii »

Darren Zhang

  • Full Member
  • ***
  • Posts: 22
  • Karma: 13
    • View Profile
Re: Q3-T0801
« Reply #1 on: February 10, 2018, 06:24:35 PM »
The characteristic equation is $$2r^2+r-4r=0$$ with roots $$r = -\frac{1}{4}+\frac{\sqrt{33}}{4}, -\frac{1}{4}-\frac{\sqrt{33}}{4}$$
Therefore, the general equation is $$y = c_{1}exp(-1-\sqrt{33})t/4+c_{2}exp(-1+\sqrt{33})t/4$$
$$y = (-\frac{1}{4}+\frac{\sqrt{33}}{4})c_{1}exp(-1-\sqrt{33})t/4+ (-\frac{1}{4}-\frac{\sqrt{33}}{4})c_{2}exp(-1+\sqrt{33})t/4$$
In order to satisfy the initial conditions, we require that $$c_{1}+c_{2}=0$$
$$(-\frac{1}{4}+\frac{\sqrt{33}}{4})c_{1}+(-\frac{1}{4}-\frac{\sqrt{33}}{4})c_{2}=1$$.
Therefore, we can get $$c_{1}=\frac{-2}{\sqrt{33}},  c_{2}=\frac{2}{\sqrt{33}}$$.
Therefore, the final solution is $$y = \frac{-2}{\sqrt{33}}exp(-1-\sqrt{33})t/4+\frac{2}{\sqrt{33}}exp(-1+\sqrt{33})t/4$$,
y->\infty as t -> \infty

Meng Wu

  • Elder Member
  • *****
  • Posts: 91
  • Karma: 36
  • MAT3342018F
    • View Profile
Re: Q3-T0801
« Reply #2 on: February 11, 2018, 09:30:21 AM »
$$2y''+y'-4y=0,y(0)=0,y'(0)=1$$
We assume that $y=e^{rt}$, and then it follows that $r$ must be a root of characteristic equation $$2r^2+r-4=0$$
We use the quadratic formula which is
$$r={-b\pm \sqrt{b^2-4ac}\over 2a}$$
Hence,
$$\cases{r_1={-1+\sqrt{33}\over 4}\\r_2={-1-\sqrt{33}\over 4}}$$
Since the general solution has the form of $$y=c_1e^{r_1t}+c_2e^{r_2t}$$
Then the general solution of the given differential equation is
$$y=c_1e^{{-1+\sqrt{33}\over 4}t}+c_2e^{{-1-\sqrt{33}\over 4}t}$$
We also need $y'$ for the IVP,
$$y'={-1+\sqrt{33}\over 4}c_1e^{{-1+\sqrt{33}\over 4}t}+{-1-\sqrt{33}\over 4}c_2e^{{-1-\sqrt{33}\over 4}t}$$
To satisfy the first initial condition, we set $t=0$ and $y=0$, thus
$$c_1+c_2=0$$
To satisfy the second initial condition, set $t=0$ and $y'=1$, thus
$${-1+\sqrt{33}\over 4}c_1+{-1-\sqrt{33}\over 4}c_2=1$$
Hence,
$$\cases{c_1+c_2=0\\{-1+\sqrt{33}\over 4}c_1+{-1-\sqrt{33}\over 4}c_2=1} \implies \cases{c_1={2\over \sqrt{33}}\\c_2=-{2\over \sqrt{33}}}$$
Therefore, the solution of the initial value problem is
$$y={2\over \sqrt{33}}e^{{-1+\sqrt{33}\over 4}t}-{2\over \sqrt{33}}e^{{-1-\sqrt{33}\over 4}t}$$
Note: $y \rightarrow \infty$ as $t \rightarrow \infty$.