How to Solve an ODE with Mirror Functions?

In summary, an ODE with mirror functions is a type of differential equation where the independent variable appears twice, creating a "mirror" effect. This can simplify the equation and lead to more elegant solutions by reducing the number of terms and making it more symmetric. Common applications include modeling phenomena in physics, engineering, and other fields, as well as mathematical modeling and optimization problems. Solving an ODE with mirror functions involves using techniques such as separation of variables and integration by parts, and specific boundary conditions may be required. However, there may be limitations to using mirror functions, as they may not always be applicable or helpful in every situation.
  • #1
FrankST
24
0
Guys,

I have an ODE like this:

The following code was used to generate this LaTeX image:


[tex]

\frac{d^2y_{1}}{dx^2} + \frac{d^2y_{2}}{dx^2} + y_{1} + y_{2} = 0

[/tex]


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

Do you have any idea how to solve it?


Thanks in advance.
 
Last edited:
Physics news on Phys.org
  • #2
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:
  • #3
Thanks a lot.
 

Related to How to Solve an ODE with Mirror Functions?

What is an ODE with mirror functions?

An ODE (ordinary differential equation) with mirror functions is a type of differential equation where the independent variable appears twice in the equation, once normally and once with the opposite sign. This creates a "mirror" effect in the equation, which can often make it easier to solve.

What is the purpose of using mirror functions in ODEs?

The use of mirror functions in ODEs can simplify the equation and make it easier to solve by reducing the number of terms and making the equation more symmetric. This can also lead to more elegant solutions and can help to reveal underlying patterns in the equation.

What are some common applications of ODEs with mirror functions?

ODEs with mirror functions are commonly used in physics, engineering, and other scientific fields to model various phenomena such as oscillations, vibrations, and electrical circuits. They are also used in mathematical modeling and optimization problems.

How do you solve an ODE with mirror functions?

Solving an ODE with mirror functions often involves using techniques such as separation of variables, substitution, and integration by parts. It may also require applying specific boundary conditions to find a particular solution.

Are there any limitations to using mirror functions in ODEs?

While mirror functions can be useful in simplifying and solving ODEs, they may not always be applicable or helpful in every situation. Some equations may not have a mirror function form, and in some cases, using mirror functions may lead to more complex solutions or make the problem more difficult to solve.

Similar threads

  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
1
Views
2K
  • Differential Equations
Replies
5
Views
1K
Replies
2
Views
1K
Replies
2
Views
2K
  • Differential Equations
Replies
4
Views
2K
Replies
3
Views
900
Replies
24
Views
3K
  • Differential Equations
2
Replies
52
Views
1K
Back
Top