Solution to Asymptotic ODE System for Small ε: x and y Expressions

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Ode
member 428835

Homework Statement


Find through ##O(\epsilon)##, for ##\epsilon \ll 1##, the solution to the system $$\epsilon x'(t) = -x+y\\
\epsilon y'(t) = -(\epsilon+1)y+x$$

Homework Equations


##x = \sum x_n\epsilon^n## and ##y = \sum y_n\epsilon^n##

The Attempt at a Solution


Substituting the ##\epsilon## expansions of ##x## and ##y## into the governing ODE's yields the same equation for ##x## and ##y## equations:
$$O(1): x_0 = y_0.$$
The next two ODE's are
$$O(\epsilon)\: x: x_0'(t) + x_1(t) - y_1(t) = 0\\
O(\epsilon)\: y: y_0'(t) - x_1 + y_0 + y_1 = 0$$
Summing these two ODE's yields
$$O(\epsilon): x_0'+y_0' + y_0 = 0\implies\\
2y_0'+y_0=0\implies \boxed{x_0=y_0=A\exp(-t/2)}.$$
The next two ODE's are
$$O(\epsilon^2)\: x: x_1' + x_2 - y_2 = 0\\
O(\epsilon^2)\: y: y_1' - x_2 + y_1 + y_2 = 0.$$
Summing these two ODE's yields
$$O(\epsilon^2): y_1'+x_1' + y_1 = 0$$

From ##O(1)## equation ##x## we see that ##x_0'(t) + x_1(t) - y_1(t) = 0 \implies x_1'=y_1'-x_0''##. Substituting this into the summed equation for ##O(\epsilon^2)## yields
$$O(\epsilon^2):2 y_1'+ y_1 = x_0''\implies\\
\boxed{y_1 = \frac{1}{8} A t \exp(-t/2) + B\exp(-t/2)}.$$
The ##O(\epsilon)## equation in ##x## states ##x_0' + x_1 - y_1 = 0 \implies x_1=y_1-x_0'## which implies
$$\boxed{x_1 = \frac{1}{8} \exp(-t/2) (8 B + A (4 + t))}.$$

How does this look so far?
 
Physics news on Phys.org
Note that the original system of equations is easily solved exactly. You could compare the approximation to the exact solution.
 
  • Like
Likes member 428835
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top