1.357 problem 364
Internal
problem
ID
[8495]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
364
Date
solved
:
Monday, October 21, 2024 at 05:08:44 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Solve
\begin{align*} y^{\prime \prime }+2 x^{2} y^{\prime }+\left (x^{4}+2 x -1\right ) y&=0 \end{align*}
1.357.1 Solved as second order ode using Kovacic algorithm
Time used: 0.122 (sec)
Writing the ode as
\begin{align*} y^{\prime \prime }+2 x^{2} y^{\prime }+\left (x^{4}+2 x -1\right ) y &= 0 \tag {1} \\ A y^{\prime \prime } + B y^{\prime } + C y &= 0 \tag {2} \end{align*}
Comparing (1) and (2) shows that
\begin{align*} A &= 1 \\ B &= 2 x^{2}\tag {3} \\ C &= x^{4}+2 x -1 \end{align*}
Applying the Liouville transformation on the dependent variable gives
\begin{align*} z(x) &= y e^{\int \frac {B}{2 A} \,dx} \end{align*}
Then (2) becomes
\begin{align*} z''(x) = r z(x)\tag {4} \end{align*}
Where \(r\) is given by
\begin{align*} r &= \frac {s}{t}\tag {5} \\ &= \frac {2 A B' - 2 B A' + B^2 - 4 A C}{4 A^2} \end{align*}
Substituting the values of \(A,B,C\) from (3) in the above and simplifying gives
\begin{align*} r &= \frac {1}{1}\tag {6} \end{align*}
Comparing the above to (5) shows that
\begin{align*} s &= 1\\ t &= 1 \end{align*}
Therefore eq. (4) becomes
\begin{align*} z''(x) &= z \left (x \right ) \tag {7} \end{align*}
Equation (7) is now solved. After finding \(z(x)\) then \(y\) is found using the inverse transformation
\begin{align*} y &= z \left (x \right ) e^{-\int \frac {B}{2 A} \,dx} \end{align*}
The first step is to determine the case of Kovacic algorithm this ode belongs to. There are 3
cases depending on the order of poles of \(r\) and the order of \(r\) at \(\infty \). The following table
summarizes these cases.
| | |
Case |
Allowed pole order for \(r\) |
Allowed value for \(\mathcal {O}(\infty )\) |
| | |
1 |
\(\left \{ 0,1,2,4,6,8,\cdots \right \} \) |
\(\left \{ \cdots ,-6,-4,-2,0,2,3,4,5,6,\cdots \right \} \) |
| | |
2
|
Need to have at least one pole
that is either order \(2\) or odd order
greater than \(2\). Any other pole order
is allowed as long as the above
condition is satisfied. Hence the
following set of pole orders are all
allowed. \(\{1,2\}\),\(\{1,3\}\),\(\{2\}\),\(\{3\}\),\(\{3,4\}\),\(\{1,2,5\}\). |
no condition |
| | |
3 |
\(\left \{ 1,2\right \} \) |
\(\left \{ 2,3,4,5,6,7,\cdots \right \} \) |
| | |
Table 357: Necessary conditions for each Kovacic case
The order of \(r\) at \(\infty \) is the degree of \(t\) minus the degree of \(s\). Therefore
\begin{align*} O\left (\infty \right ) &= \text {deg}(t) - \text {deg}(s) \\ &= 0 - 0 \\ &= 0 \end{align*}
There are no poles in \(r\). Therefore the set of poles \(\Gamma \) is empty. Since there is no odd order pole
larger than \(2\) and the order at \(\infty \) is \(0\) then the necessary conditions for case one are met.
Therefore
\begin{align*} L &= [1] \end{align*}
Since \(r = 1\) is not a function of \(x\), then there is no need run Kovacic algorithm to obtain a solution
for transformed ode \(z''=r z\) as one solution is
\[ z_1(x) = {\mathrm e}^{-x} \]
Using the above, the solution for the original ode can
now be found. The first solution to the original ode in \(y\) is found from
\begin{align*}
y_1 &= z_1 e^{ \int -\frac {1}{2} \frac {B}{A} \,dx} \\
&= z_1 e^{ -\int \frac {1}{2} \frac {2 x^{2}}{1} \,dx} \\
&= z_1 e^{-\frac {x^{3}}{3}} \\
&= z_1 \left ({\mathrm e}^{-\frac {x^{3}}{3}}\right ) \\
\end{align*}
Which simplifies to
\[
y_1 = {\mathrm e}^{-\frac {x \left (x^{2}+3\right )}{3}}
\]
The second solution \(y_2\) to the original ode is found using reduction of order
\[ y_2 = y_1 \int \frac { e^{\int -\frac {B}{A} \,dx}}{y_1^2} \,dx \]
Substituting gives
\begin{align*}
y_2 &= y_1 \int \frac { e^{\int -\frac {2 x^{2}}{1} \,dx}}{\left (y_1\right )^2} \,dx \\
&= y_1 \int \frac { e^{-\frac {2 x^{3}}{3}}}{\left (y_1\right )^2} \,dx \\
&= y_1 \left (\frac {{\mathrm e}^{-\frac {2 x^{3}}{3}} {\mathrm e}^{\frac {2 x \left (x^{2}+3\right )}{3}}}{2}\right ) \\
\end{align*}
Therefore the solution is
\begin{align*}
y &= c_1 y_1 + c_2 y_2 \\
&= c_1 \left ({\mathrm e}^{-\frac {x \left (x^{2}+3\right )}{3}}\right ) + c_2 \left ({\mathrm e}^{-\frac {x \left (x^{2}+3\right )}{3}}\left (\frac {{\mathrm e}^{-\frac {2 x^{3}}{3}} {\mathrm e}^{\frac {2 x \left (x^{2}+3\right )}{3}}}{2}\right )\right ) \\
\end{align*}
Will add steps showing solving for IC soon.
1.357.2 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y^{\prime }+2 x^{2} y^{\prime }+\left (x^{4}+2 x -1\right ) y=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 2 \\ {} & {} & \frac {d}{d x}y^{\prime } \\ \bullet & {} & \textrm {Assume series solution for}\hspace {3pt} y \\ {} & {} & y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k} \\ \square & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & \circ & \textrm {Convert}\hspace {3pt} x^{m}\cdot y\hspace {3pt}\textrm {to series expansion for}\hspace {3pt} m =0..4 \\ {} & {} & x^{m}\cdot y=\moverset {\infty }{\munderset {k =\max \left (0, -m \right )}{\sum }}a_{k} x^{k +m} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k -m \\ {} & {} & x^{m}\cdot y=\moverset {\infty }{\munderset {k =\max \left (0, -m \right )+m}{\sum }}a_{k -m} x^{k} \\ {} & \circ & \textrm {Convert}\hspace {3pt} x^{2}\cdot y^{\prime }\hspace {3pt}\textrm {to series expansion}\hspace {3pt} \\ {} & {} & x^{2}\cdot y^{\prime }=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} k \,x^{k +1} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k -1 \\ {} & {} & x^{2}\cdot y^{\prime }=\moverset {\infty }{\munderset {k =1}{\sum }}a_{k -1} \left (k -1\right ) x^{k} \\ {} & \circ & \textrm {Convert}\hspace {3pt} \frac {d}{d x}y^{\prime }\hspace {3pt}\textrm {to series expansion}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y^{\prime }=\moverset {\infty }{\munderset {k =2}{\sum }}a_{k} k \left (k -1\right ) x^{k -2} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +2 \\ {} & {} & \frac {d}{d x}y^{\prime }=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k +2} \left (k +2\right ) \left (k +1\right ) x^{k} \\ & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & {} & 2 a_{2}-a_{0}+\left (6 a_{3}-a_{1}+2 a_{0}\right ) x +\left (12 a_{4}-a_{2}+4 a_{1}\right ) x^{2}+\left (20 a_{5}-a_{3}+6 a_{2}\right ) x^{3}+\left (\moverset {\infty }{\munderset {k =4}{\sum }}\left (a_{k +2} \left (k +2\right ) \left (k +1\right )-a_{k}+2 a_{k -1} k +a_{k -4}\right ) x^{k}\right )=0 \\ \bullet & {} & \textrm {The coefficients of each power of}\hspace {3pt} x \hspace {3pt}\textrm {must be 0}\hspace {3pt} \\ {} & {} & \left [2 a_{2}-a_{0}=0, 6 a_{3}-a_{1}+2 a_{0}=0, 12 a_{4}-a_{2}+4 a_{1}=0, 20 a_{5}-a_{3}+6 a_{2}=0\right ] \\ \bullet & {} & \textrm {Solve for the dependent coefficient(s)}\hspace {3pt} \\ {} & {} & \left \{a_{2}=\frac {a_{0}}{2}, a_{3}=\frac {a_{1}}{6}-\frac {a_{0}}{3}, a_{4}=\frac {a_{0}}{24}-\frac {a_{1}}{3}, a_{5}=\frac {a_{1}}{120}-\frac {a_{0}}{6}\right \} \\ \bullet & {} & \textrm {Each term in the series must be 0, giving the recursion relation}\hspace {3pt} \\ {} & {} & \left (k^{2}+3 k +2\right ) a_{k +2}+2 a_{k -1} k -a_{k}+a_{k -4}=0 \\ \bullet & {} & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +4 \\ {} & {} & \left (\left (k +4\right )^{2}+3 k +14\right ) a_{k +6}+2 a_{k +3} \left (k +4\right )-a_{k +4}+a_{k}=0 \\ \bullet & {} & \textrm {Recursion relation that defines the series solution to the ODE}\hspace {3pt} \\ {} & {} & \left [y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k}, a_{k +6}=-\frac {2 k a_{k +3}+a_{k}+8 a_{k +3}-a_{k +4}}{k^{2}+11 k +30}, a_{2}=\frac {a_{0}}{2}, a_{3}=\frac {a_{1}}{6}-\frac {a_{0}}{3}, a_{4}=\frac {a_{0}}{24}-\frac {a_{1}}{3}, a_{5}=\frac {a_{1}}{120}-\frac {a_{0}}{6}\right ] \end {array} \]
1.357.3 Maple trace
Methods for second order ODEs:
1.357.4 Maple dsolve solution
Solving time : 0.002
(sec)
Leaf size : 27
dsolve(diff(diff(y(x),x),x)+2*x^2*diff(y(x),x)+(x^4+2*x-1)*y(x) = 0,
y(x),singsol=all)
\[
y = c_1 \,{\mathrm e}^{-\frac {x \left (x^{2}-3\right )}{3}}+c_2 \,{\mathrm e}^{-\frac {x \left (x^{2}+3\right )}{3}}
\]
1.357.5 Mathematica DSolve solution
Solving time : 0.053
(sec)
Leaf size : 34
DSolve[{D[y[x],{x,2}]+2*x^2*D[y[x],x]+(x^4+2*x-1)*y[x]==0,{}},
y[x],x,IncludeSingularSolutions->True]
\[
y(x)\to \frac {1}{2} e^{-\frac {1}{3} x \left (x^2+3\right )} \left (c_2 e^{2 x}+2 c_1\right )
\]