omyojj
- 32
- 0
I'm doing an undergrad research job..
I have encountered the following coupled 2nd order linear ODE with constant coefficients a, b, c, d...
\begin{align} \frac{d^2 y_1}{d x^2} + a^2y_1 & = -c y_2 \\<br /> \frac{d^2 y_2}{d x^2} - b^2y_2 & = -d y_1 \end{align}
In addition, I would like to impose constraints
\frac{d y_1}{d x}|_{x=0} = \frac{d y_2}{d x}_{x=0} = 0
(y_1, y_2 are even in x)
if c were zero..the solution would be simple..
\begin{align} y_1 & = A \cos(ax) \\<br /> y_2 & = B \cosh(bx) + C \cos(ax) \end{align}
but i cannot proceed further when c is not zero..
did I fall into the silly trap??
please help me find the solutions..
I have encountered the following coupled 2nd order linear ODE with constant coefficients a, b, c, d...
\begin{align} \frac{d^2 y_1}{d x^2} + a^2y_1 & = -c y_2 \\<br /> \frac{d^2 y_2}{d x^2} - b^2y_2 & = -d y_1 \end{align}
In addition, I would like to impose constraints
\frac{d y_1}{d x}|_{x=0} = \frac{d y_2}{d x}_{x=0} = 0
(y_1, y_2 are even in x)
if c were zero..the solution would be simple..
\begin{align} y_1 & = A \cos(ax) \\<br /> y_2 & = B \cosh(bx) + C \cos(ax) \end{align}
but i cannot proceed further when c is not zero..
did I fall into the silly trap??
please help me find the solutions..