Solving a system of second order ODEs with initial conditions.

43 Views Asked by At

Essentially, this is the tail end of a problem I have. The result of which gave two second order ODEs:

$u'' = λv$

$v'' = λu$

Where

$u(0) = 0$, $u(1) = 1$, $v(0) = 0$, $v(0) = 0$

and

$\int_{0}^{1}uv \,dx=1$

(The integral portion I am unsure if it is pertinent to the solution of the ODEs, but the boundary conditions I am fairly certain are. λ is a constant, and is the result of finding the Euler-Lagrange equations for $\min\limits_{u,v}\int_{0}^{1}[(u')^2+(v')^2] \,dx=1$, this is more or less just extra information for context)

Basically I don't know how to solve the ODEs, if they're even solvable at all. Any suggestions or help would be really appreciated.

2

There are 2 best solutions below

0
On

$$u'' = \lambda v$$ $$v'' = \lambda u$$ Add both differential equations and solve: $$(u+v)''=\lambda (u+v)$$

0
On

Hint: Introduce new variables $$u_{\pm}~:=~u\pm v.$$ Then OP's 2 coupled ODEs (and functional) separate.