i got a problem solving this Diff. system with initial value problem 2nd order.
$$ y''_1=−10y_1+6y_2 $$
$$y''_2=6y_1−10y_2$$
$$y_1(0)=1,y_2(0)=0,y_1'(0)=0,y_2'(0)=0 $$
i need the value for: $$ y_2(\pi/2)= ? $$
according my math script, i got 2 different values and i dont know which one is right or both wrong. my values are: $-1$ and $0$
I hope someone can tell me which one is right or if both are wrong which value would be right, so i can look over and try to find my mistake.
Thx.
Use Laplace transform:
$$ \begin{cases} y''_1(t)=6y_2(t)−10y_1(t)\\ y''_2(t)=6y_1(t)−10y_2(t) \end{cases}\Longleftrightarrow $$ $$ \begin{cases} \mathcal{L}_t\left[y''_1(t)\right]_{(s)}=\mathcal{L}_t\left[6y_2(t)−10y_1(t)\right]_{(s)}\\ \mathcal{L}_t\left[y''_2(t)\right]_{(s)}=\mathcal{L}_t\left[6y_1(t)−10y_2(t)\right]_{(s)} \end{cases}\Longleftrightarrow $$
Use:
$$ \begin{cases} s^2\text{Y}_1(s)-sy_1(0)-y'_1(0)=6\text{Y}_2(s)−10\text{Y}_1(s)\\ s^2\text{Y}_2(s)-sy_2(0)-y'_2(0)=6\text{Y}_1(s)−10\text{Y}_2(s) \end{cases}\Longleftrightarrow $$
Use the initial conditions $y_1(0)=1,y_2(0)=0,y′_1(0)=0,y′_2(0)=0$:
$$ \begin{cases} s^2\text{Y}_1(s)-s=6\text{Y}_2(s)−10\text{Y}_1(s)\\ s^2\text{Y}_2(s)=6\text{Y}_1(s)−10\text{Y}_2(s) \end{cases}\Longleftrightarrow $$ $$ \begin{cases} s^2\text{Y}_1(s)+10\text{Y}_1(s)=6\text{Y}_2(s)+s\\ s^2\text{Y}_2(s)+10\text{Y}_2(s)=6\text{Y}_1(s) \end{cases}\Longleftrightarrow $$ $$ \begin{cases} \text{Y}_1(s)\left[s^2+10\right]=6\text{Y}_2(s)+s\\ \text{Y}_2(s)\left[s^2+10\right]=6\text{Y}_1(s) \end{cases}\Longleftrightarrow $$ $$ \begin{cases} \text{Y}_1(s)=\frac{6\text{Y}_2(s)+s}{s^2+10}\\ \text{Y}_2(s)=\frac{6\text{Y}_1(s)}{s^2+10} \end{cases} $$
Now, using substitution:
With inverse Laplace transform:
So, for $y_2\left(\frac{\pi}{2}\right)$:
$$y_2(t)=\frac{\cos(2t)-\cos(4t)}{2}\to y_2\left(\frac{\pi}{2}\right)=\frac{\cos(\pi)-\cos(2\pi)}{2}=-1$$