How to Solve an ODE with Mirror Functions?

FrankST
Messages
23
Reaction score
0
Guys,

I have an ODE like this:

The following code was used to generate this LaTeX image:


<br /> <br /> \frac{d^2y_{1}}{dx^2} + \frac{d^2y_{2}}{dx^2} + y_{1} + y_{2} = 0<br /> <br />


where, y1 (x) =y2 (-x).

Do you have any idea how to solve it?


Thanks in advance.
 
Last edited:
Physics news on Phys.org
Let u(x)=y1(x)+y2(x), u"(x)=y1"(x)+y2"(x)
y1"(x)+y2"(x)+y1(x)+y2(x)=0
u"(x)+u(x)=0
u(x)=aeix+ae-ix=y1(x)+y1(-x)
y1(x)=aeix+b
y2(x)=ae-ix-b
 
Last edited:
Thanks a lot.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top