3.60 problem 1061

3.60.1 Solving as second order change of variable on y method 1 ode
3.60.2 Solving using Kovacic algorithm

Internal problem ID [9393]
Internal file name [OUTPUT/8330_Monday_June_06_2022_02_44_58_AM_33156634/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 2, linear second order
Problem number: 1061.
ODE order: 2.
ODE degree: 1.

The type(s) of ODE detected by this program : "kovacic", "second_order_change_of_variable_on_y_method_1"

Maple gives the following as the ode type

[[_2nd_order, _linear, _nonhomogeneous]]

\[ \boxed {y^{\prime \prime }+y^{\prime } \sqrt {x}+\left (\frac {1}{4 \sqrt {x}}+\frac {x}{4}-9\right ) y=x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}} \]

3.60.1 Solving as second order change of variable on y method 1 ode

This is second order non-homogeneous ODE. Let the solution be \[ y = y_h + y_p \] Where \(y_h\) is the solution to the homogeneous ODE \( A y''(x) + B y'(x) + C y(x) = 0\), and \(y_p\) is a particular solution to the non-homogeneous ODE \(A y''(x) + B y'(x) + C y(x) = f(x)\). \(y_h\) is the solution to \[ y^{\prime \prime }+y^{\prime } \sqrt {x}+\left (\frac {1}{4 \sqrt {x}}+\frac {x}{4}-9\right ) y = 0 \] In normal form the given ode is written as \begin {align*} y^{\prime \prime }+p \left (x \right ) y^{\prime }+q \left (x \right ) y&=0 \tag {2} \end {align*}

Where \begin {align*} p \left (x \right )&=\sqrt {x}\\ q \left (x \right )&=\frac {1}{4 \sqrt {x}}+\frac {x}{4}-9 \end {align*}

Calculating the Liouville ode invariant \(Q\) given by \begin {align*} Q &= q - \frac {p'}{2}- \frac {p^2}{4} \\ &= \frac {1}{4 \sqrt {x}}+\frac {x}{4}-9 - \frac {\left (\sqrt {x}\right )'}{2}- \frac {\left (\sqrt {x}\right )^2}{4} \\ &= \frac {1}{4 \sqrt {x}}+\frac {x}{4}-9 - \frac {\left (\frac {1}{2 \sqrt {x}}\right )}{2}- \frac {\left (x\right )}{4} \\ &= \frac {1}{4 \sqrt {x}}+\frac {x}{4}-9 - \left (\frac {1}{4 \sqrt {x}}\right )-\frac {x}{4}\\ &= -9 \end {align*}

Since the Liouville ode invariant does not depend on the independent variable \(x\) then the transformation \begin {align*} y = v \left (x \right ) z \left (x \right )\tag {3} \end {align*}

is used to change the original ode to a constant coefficients ode in \(v\). In (3) the term \(z \left (x \right )\) is given by \begin {align*} z \left (x \right )&={\mathrm e}^{-\left (\int \frac {p \left (x \right )}{2}d x \right )}\\ &= e^{-\int \frac {\sqrt {x}}{2} }\\ &= {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\tag {5} \end {align*}

Hence (3) becomes \begin {align*} y = v \left (x \right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\tag {4} \end {align*}

Applying this change of variable to the original ode results in \begin {align*} v^{\prime \prime }\left (x \right )-9 v \left (x \right ) = x \end {align*}

Which is now solved for \(v \left (x \right )\) This is second order non-homogeneous ODE. In standard form the ODE is \[ A v''(x) + B v'(x) + C v(x) = f(x) \] Where \(A=1, B=0, C=-9, f(x)=x\). Let the solution be \[ v \left (x \right ) = v_h + v_p \] Where \(v_h\) is the solution to the homogeneous ODE \( A v''(x) + B v'(x) + C v(x) = 0\), and \(v_p\) is a particular solution to the non-homogeneous ODE \(A v''(x) + B v'(x) + C v(x) = f(x)\). \(v_h\) is the solution to \[ v^{\prime \prime }\left (x \right )-9 v \left (x \right ) = 0 \] This is second order with constant coefficients homogeneous ODE. In standard form the ODE is \[ A v''(x) + B v'(x) + C v(x) = 0 \] Where in the above \(A=1, B=0, C=-9\). Let the solution be \(v \left (x \right )=e^{\lambda x}\). Substituting this into the ODE gives \[ \lambda ^{2} {\mathrm e}^{\lambda x}-9 \,{\mathrm e}^{\lambda x} = 0 \tag {1} \] Since exponential function is never zero, then dividing Eq(2) throughout by \(e^{\lambda x}\) gives \[ \lambda ^{2}-9 = 0 \tag {2} \] Equation (2) is the characteristic equation of the ODE. Its roots determine the general solution form.Using the quadratic formula \[ \lambda _{1,2} = \frac {-B}{2 A} \pm \frac {1}{2 A} \sqrt {B^2 - 4 A C} \] Substituting \(A=1, B=0, C=-9\) into the above gives \begin {align*} \lambda _{1,2} &= \frac {0}{(2) \left (1\right )} \pm \frac {1}{(2) \left (1\right )} \sqrt {0^2 - (4) \left (1\right )\left (-9\right )}\\ &= \pm 3 \end {align*}

Hence \begin{align*} \lambda _1 &= + 3 \\ \lambda _2 &= - 3 \\ \end{align*} Which simplifies to \begin{align*} \lambda _1 &= 3 \\ \lambda _2 &= -3 \\ \end{align*} Since roots are real and distinct, then the solution is \begin{align*} v \left (x \right ) &= c_{1} e^{\lambda _1 x} + c_{2} e^{\lambda _2 x} \\ v \left (x \right ) &= c_{1} e^{\left (3\right )x} +c_{2} e^{\left (-3\right )x} \\ \end{align*} Or \[ v \left (x \right ) =c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x} \] Therefore the homogeneous solution \(v_h\) is \[ v_h = c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x} \] The particular solution is now found using the method of undetermined coefficients. Looking at the RHS of the ode, which is \[ x \] Shows that the corresponding undetermined set of the basis functions (UC_set) for the trial solution is \[ [\{1, x\}] \] While the set of the basis functions for the homogeneous solution found earlier is \[ \{{\mathrm e}^{-3 x}, {\mathrm e}^{3 x}\} \] Since there is no duplication between the basis function in the UC_set and the basis functions of the homogeneous solution, the trial solution is a linear combination of all the basis in the UC_set. \[ v_p = A_{2} x +A_{1} \] The unknowns \(\{A_{1}, A_{2}\}\) are found by substituting the above trial solution \(v_p\) into the ODE and comparing coefficients. Substituting the trial solution into the ODE and simplifying gives \[ -9 A_{2} x -9 A_{1} = x \] Solving for the unknowns by comparing coefficients results in \[ \left [A_{1} = 0, A_{2} = -{\frac {1}{9}}\right ] \] Substituting the above back in the above trial solution \(v_p\), gives the particular solution \[ v_p = -\frac {x}{9} \] Therefore the general solution is \begin{align*} v &= v_h + v_p \\ &= \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}\right ) + \left (-\frac {x}{9}\right ) \\ \end{align*} Now that \(v \left (x \right )\) is known, then \begin {align*} y&= v \left (x \right ) z \left (x \right )\\ &= \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) \left (z \left (x \right )\right )\tag {7} \end {align*}

But from (5) \begin {align*} z \left (x \right )&= {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \end {align*}

Hence (7) becomes \begin {align*} y = \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \end {align*}

Therefore the homogeneous solution \(y_h\) is \[ y_h = \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \] The particular solution \(y_p\) can be found using either the method of undetermined coefficients, or the method of variation of parameters. The method of variation of parameters will be used as it is more general and can be used when the coefficients of the ODE depend on \(x\) as well. Let \begin{equation} \tag{1} y_p(x) = u_1 y_1 + u_2 y_2 \end{equation} Where \(u_1,u_2\) to be determined, and \(y_1,y_2\) are the two basis solutions (the two linearly independent solutions of the homogeneous ODE) found earlier when solving the homogeneous ODE as \begin{align*} y_1 &= {\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \\ y_2 &= {\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \\ \end{align*} In the Variation of parameters \(u_1,u_2\) are found using \begin{align*} \tag{2} u_1 &= -\int \frac {y_2 f(x)}{a W(x)} \\ \tag{3} u_2 &= \int \frac {y_1 f(x)}{a W(x)} \\ \end{align*} Where \(W(x)\) is the Wronskian and \(a\) is the coefficient in front of \(y''\) in the given ODE. The Wronskian is given by \(W= \begin {vmatrix} y_1 & y_{2} \\ y_{1}^{\prime } & y_{2}^{\prime } \end {vmatrix} \). Hence \[ W = \begin {vmatrix} {\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} & {\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \\ \frac {d}{dx}\left ({\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right ) & \frac {d}{dx}\left ({\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right ) \end {vmatrix} \] Which gives \[ W = \begin {vmatrix} {\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} & {\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \\ 3 \,{\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {{\mathrm e}^{3 x} \sqrt {x}\, {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{2} & -3 \,{\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {{\mathrm e}^{-3 x} \sqrt {x}\, {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{2} \end {vmatrix} \] Therefore \[ W = \left ({\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right )\left (-3 \,{\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {{\mathrm e}^{-3 x} \sqrt {x}\, {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{2}\right ) - \left ({\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right )\left (3 \,{\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {{\mathrm e}^{3 x} \sqrt {x}\, {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{2}\right ) \] Which simplifies to \[ W = -6 \,{\mathrm e}^{3 x} {\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}} {\mathrm e}^{-3 x} \] Which simplifies to \[ W = -6 \,{\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}} \] Therefore Eq. (2) becomes \[ u_1 = -\int \frac {{\mathrm e}^{-3 x} {\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}} x}{-6 \,{\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}}}\,dx \] Which simplifies to \[ u_1 = - \int -\frac {x \,{\mathrm e}^{-3 x}}{6}d x \] Hence \[ u_1 = -\frac {\left (3 x +1\right ) {\mathrm e}^{-3 x}}{54} \] And Eq. (3) becomes \[ u_2 = \int \frac {{\mathrm e}^{3 x} {\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}} x}{-6 \,{\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}}}\,dx \] Which simplifies to \[ u_2 = \int -\frac {x \,{\mathrm e}^{3 x}}{6}d x \] Hence \[ u_2 = -\frac {\left (-1+3 x \right ) {\mathrm e}^{3 x}}{54} \] Therefore the particular solution, from equation (1) is \[ y_p(x) = -\frac {\left (3 x +1\right ) {\mathrm e}^{-3 x} {\mathrm e}^{3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{54}-\frac {\left (-1+3 x \right ) {\mathrm e}^{3 x} {\mathrm e}^{-3 x} {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{54} \] Which simplifies to \[ y_p(x) = -\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \] Therefore the general solution is \begin{align*} y &= y_h + y_p \\ &= \left (\left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right ) + \left (-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9}\right ) \\ \end{align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \\ \end{align*}

Verification of solutions

\[ y = \left (c_{1} {\mathrm e}^{3 x}+c_{2} {\mathrm e}^{-3 x}-\frac {x}{9}\right ) {\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \] Verified OK.

3.60.2 Solving using Kovacic algorithm

Writing the ode as \begin {align*} y^{\prime \prime }+y^{\prime } \sqrt {x}+\left (\frac {1}{4 \sqrt {x}}+\frac {x}{4}-9\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 &= \sqrt {x}\tag {3} \\ C &= \frac {1}{4 \sqrt {x}}+\frac {x}{4}-9 \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 {9}{1}\tag {6} \end {align*}

Comparing the above to (5) shows that \begin {align*} s &= 9\\ t &= 1 \end {align*}

Therefore eq. (4) becomes \begin {align*} z''(x) &= 9 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 255: 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 = 9\) 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}^{-3 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 {\sqrt {x}}{1} \,dx} \\ &= z_1 e^{-\frac {x^{\frac {3}{2}}}{3}} \\ &= z_1 \left ({\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}\right ) \\ \end{align*} Which simplifies to \[ y_1 = {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{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 {\sqrt {x}}{1} \,dx}}{\left (y_1\right )^2} \,dx \\ &= y_1 \int \frac { e^{-\frac {2 x^{\frac {3}{2}}}{3}}}{\left (y_1\right )^2} \,dx \\ &= y_1 \left (\frac {{\mathrm e}^{6 x}}{6}\right ) \\ \end{align*} Therefore the solution is

\begin{align*} y &= c_{1} y_1 + c_{2} y_2 \\ &= c_{1} \left ({\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}\right ) + c_{2} \left ({\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}\left (\frac {{\mathrm e}^{6 x}}{6}\right )\right ) \\ \end{align*} This is second order nonhomogeneous ODE. Let the solution be \[ y = y_h + y_p \] Where \(y_h\) is the solution to the homogeneous ODE \( A y''(x) + B y'(x) + C y(x) = 0\), and \(y_p\) is a particular solution to the nonhomogeneous ODE \(A y''(x) + B y'(x) + C y(x) = f(x)\). \(y_h\) is the solution to \[ y^{\prime \prime }+y^{\prime } \sqrt {x}+\left (\frac {1}{4 \sqrt {x}}+\frac {x}{4}-9\right ) y = 0 \] The homogeneous solution is found using the Kovacic algorithm which results in \[ y_h = c_{1} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}+\frac {c_{2} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6} \] The particular solution \(y_p\) can be found using either the method of undetermined coefficients, or the method of variation of parameters. The method of variation of parameters will be used as it is more general and can be used when the coefficients of the ODE depend on \(x\) as well. Let \begin{equation} \tag{1} y_p(x) = u_1 y_1 + u_2 y_2 \end{equation} Where \(u_1,u_2\) to be determined, and \(y_1,y_2\) are the two basis solutions (the two linearly independent solutions of the homogeneous ODE) found earlier when solving the homogeneous ODE as \begin{align*} y_1 &= {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} \\ y_2 &= \frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6} \\ \end{align*} In the Variation of parameters \(u_1,u_2\) are found using \begin{align*} \tag{2} u_1 &= -\int \frac {y_2 f(x)}{a W(x)} \\ \tag{3} u_2 &= \int \frac {y_1 f(x)}{a W(x)} \\ \end{align*} Where \(W(x)\) is the Wronskian and \(a\) is the coefficient in front of \(y''\) in the given ODE. The Wronskian is given by \(W= \begin {vmatrix} y_1 & y_{2} \\ y_{1}^{\prime } & y_{2}^{\prime } \end {vmatrix} \). Hence \[ W = \begin {vmatrix} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} & \frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6} \\ \frac {d}{dx}\left ({\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}\right ) & \frac {d}{dx}\left (\frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}\right ) \end {vmatrix} \] Which gives \[ W = \begin {vmatrix} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} & \frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6} \\ \left (-3-\frac {\sqrt {x}}{2}\right ) {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} & \frac {\left (3-\frac {\sqrt {x}}{2}\right ) {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6} \end {vmatrix} \] Therefore \[ W = \left ({\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}\right )\left (\frac {\left (3-\frac {\sqrt {x}}{2}\right ) {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}\right ) - \left (\frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}\right )\left (\left (-3-\frac {\sqrt {x}}{2}\right ) {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}\right ) \] Which simplifies to \[ W = {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}} \] Which simplifies to \[ W = {\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}} \] Therefore Eq. (2) becomes \[ u_1 = -\int \frac {\frac {{\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}} x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{6}}{{\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}}}\,dx \] Which simplifies to \[ u_1 = - \int \frac {x \,{\mathrm e}^{3 x}}{6}d x \] Hence \[ u_1 = -\frac {\left (-1+3 x \right ) {\mathrm e}^{3 x}}{54} \] And Eq. (3) becomes \[ u_2 = \int \frac {{\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}} x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{{\mathrm e}^{-\frac {2 x^{\frac {3}{2}}}{3}}}\,dx \] Which simplifies to \[ u_2 = \int x \,{\mathrm e}^{-3 x}d x \] Hence \[ u_2 = -\frac {\left (3 x +1\right ) {\mathrm e}^{-3 x}}{9} \] Therefore the particular solution, from equation (1) is \[ y_p(x) = -\frac {\left (-1+3 x \right ) {\mathrm e}^{3 x} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}}{54}-\frac {\left (3 x +1\right ) {\mathrm e}^{-3 x} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{54} \] Which simplifies to \[ y_p(x) = -\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \] Therefore the general solution is \begin{align*} y &= y_h + y_p \\ &= \left (c_{1} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}+\frac {c_{2} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}\right ) + \left (-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9}\right ) \\ \end{align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= c_{1} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}+\frac {c_{2} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \\ \end{align*}

Verification of solutions

\[ y = c_{1} {\mathrm e}^{-3 x -\frac {x^{\frac {3}{2}}}{3}}+\frac {c_{2} {\mathrm e}^{3 x -\frac {x^{\frac {3}{2}}}{3}}}{6}-\frac {x \,{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}}}{9} \] Verified OK.

Maple trace Kovacic algorithm successful

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
trying high order exact linear fully integrable 
trying differential order: 2; linear nonhomogeneous with symmetry [0,1] 
trying a double symmetry of the form [xi=0, eta=F(x)] 
-> Try solving first the homogeneous part of the ODE 
   trying a symmetry of the form [xi=0, eta=F(x)] 
   checking if the LODE is missing y 
   -> Trying a Liouvillian solution using Kovacics algorithm 
      A Liouvillian solution exists 
      Reducible group (found an exponential solution) 
      Reducible group (found another exponential solution) 
   <- Kovacics algorithm successful 
<- solving first the homogeneous part of the ODE successful`
 

Solution by Maple

Time used: 0.0 (sec). Leaf size: 28

dsolve(diff(diff(y(x),x),x)+diff(y(x),x)*x^(1/2)+(1/4/x^(1/2)+1/4*x-9)*y(x)-x*exp(-1/3*x^(3/2))=0,y(x), singsol=all)
 

\[ y \left (x \right ) = -\frac {{\mathrm e}^{-\frac {x^{\frac {3}{2}}}{3}} \left (-9 \sinh \left (3 x \right ) c_{2} -9 \cosh \left (3 x \right ) c_{1} +x \right )}{9} \]

Solution by Mathematica

Time used: 0.137 (sec). Leaf size: 45

DSolve[-(x/E^(x^(3/2)/3)) + (-9 + 1/(4*Sqrt[x]) + x/4)*y[x] + Sqrt[x]*y'[x] + y''[x] == 0,y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to \frac {1}{18} e^{-\frac {1}{3} \left (\sqrt {x}+9\right ) x} \left (-2 e^{3 x} x+3 c_2 e^{6 x}+18 c_1\right ) \]