3.48 problem 1049

3.48.1 Solving as second order change of variable on y method 1 ode
3.48.2 Solving using Kovacic algorithm

Internal problem ID [9381]
Internal file name [OUTPUT/8318_Monday_June_06_2022_02_42_46_AM_97488416/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 2, linear second order
Problem number: 1049.
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 }-4 x y^{\prime }+\left (4 x^{2}-1\right ) y={\mathrm e}^{x}} \]

3.48.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 }-4 x y^{\prime }+\left (4 x^{2}-1\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 )&=-4 x\\ q \left (x \right )&=4 x^{2}-1 \end {align*}

Calculating the Liouville ode invariant \(Q\) given by \begin {align*} Q &= q - \frac {p'}{2}- \frac {p^2}{4} \\ &= 4 x^{2}-1 - \frac {\left (-4 x\right )'}{2}- \frac {\left (-4 x\right )^2}{4} \\ &= 4 x^{2}-1 - \frac {\left (-4\right )}{2}- \frac {\left (16 x^{2}\right )}{4} \\ &= 4 x^{2}-1 - \left (-2\right )-4 x^{2}\\ &= 1 \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 {-4 x}{2} }\\ &= {\mathrm e}^{x^{2}}\tag {5} \end {align*}

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

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

Which is now solved for \(v \left (x \right )\) Simplyfing the ode gives \[ v^{\prime \prime }\left (x \right )+v \left (x \right ) = {\mathrm e}^{-x \left (x -1\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=1, f(x)={\mathrm e}^{-x \left (x -1\right )}\). 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 )+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=1\). Let the solution be \(v \left (x \right )=e^{\lambda x}\). Substituting this into the ODE gives \[ \lambda ^{2} {\mathrm e}^{\lambda x}+{\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}+1 = 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=1\) 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 (1\right )}\\ &= \pm i \end {align*}

Hence \begin {align*} \lambda _1 &= + i\\ \lambda _2 &= - i \end {align*}

Which simplifies to \begin{align*} \lambda _1 &= i \\ \lambda _2 &= -i \\ \end{align*} Since roots are complex conjugate of each others, then let the roots be \[ \lambda _{1,2} = \alpha \pm i \beta \] Where \(\alpha =0\) and \(\beta =1\). Therefore the final solution, when using Euler relation, can be written as \[ v \left (x \right ) = e^{\alpha x} \left ( c_{1} \cos (\beta x) + c_{2} \sin (\beta x) \right ) \] Which becomes \[ v \left (x \right ) = e^{0}\left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )\right ) \] Or \[ v \left (x \right ) = c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right ) \] Therefore the homogeneous solution \(v_h\) is \[ v_h = c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right ) \] The particular solution \(v_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} v_p(x) = u_1 v_1 + u_2 v_2 \end{equation} Where \(u_1,u_2\) to be determined, and \(v_1,v_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*} v_1 &= \cos \left (x \right ) \\ v_2 &= \sin \left (x \right ) \\ \end{align*} In the Variation of parameters \(u_1,u_2\) are found using \begin{align*} \tag{2} u_1 &= -\int \frac {v_2 f(x)}{a W(x)} \\ \tag{3} u_2 &= \int \frac {v_1 f(x)}{a W(x)} \\ \end{align*} Where \(W(x)\) is the Wronskian and \(a\) is the coefficient in front of \(v''\) in the given ODE. The Wronskian is given by \(W= \begin {vmatrix} v_1 & v_{2} \\ v_{1}^{\prime } & v_{2}^{\prime } \end {vmatrix} \). Hence \[ W = \begin {vmatrix} \cos \left (x \right ) & \sin \left (x \right ) \\ \frac {d}{dx}\left (\cos \left (x \right )\right ) & \frac {d}{dx}\left (\sin \left (x \right )\right ) \end {vmatrix} \] Which gives \[ W = \begin {vmatrix} \cos \left (x \right ) & \sin \left (x \right ) \\ -\sin \left (x \right ) & \cos \left (x \right ) \end {vmatrix} \] Therefore \[ W = \left (\cos \left (x \right )\right )\left (\cos \left (x \right )\right ) - \left (\sin \left (x \right )\right )\left (-\sin \left (x \right )\right ) \] Which simplifies to \[ W = \cos \left (x \right )^{2}+\sin \left (x \right )^{2} \] Which simplifies to \[ W = 1 \] Therefore Eq. (2) becomes \[ u_1 = -\int \frac {\sin \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}}{1}\,dx \] Which simplifies to \[ u_1 = - \int \sin \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_1 = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right )}{4} \] And Eq. (3) becomes \[ u_2 = \int \frac {\cos \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}}{1}\,dx \] Which simplifies to \[ u_2 = \int \cos \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_2 = \frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right )}{4} \] Therefore the particular solution, from equation (1) is \[ v_p(x) = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right ) \cos \left (x \right )}{4}+\frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right ) \sin \left (x \right )}{4} \] Which simplifies to \[ v_p(x) = \frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4} \] Therefore the general solution is \begin{align*} v &= v_h + v_p \\ &= \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )\right ) + \left (\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\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} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) \left (z \left (x \right )\right )\tag {7} \end {align*}

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

Hence (7) becomes \begin {align*} y = \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) {\mathrm e}^{x^{2}} \end {align*}

Therefore the homogeneous solution \(y_h\) is \[ y_h = \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) {\mathrm e}^{x^{2}} \] 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 &= \cos \left (x \right ) {\mathrm e}^{x^{2}} \\ y_2 &= \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ \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} \cos \left (x \right ) {\mathrm e}^{x^{2}} & \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ \frac {d}{dx}\left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\right ) & \frac {d}{dx}\left (\sin \left (x \right ) {\mathrm e}^{x^{2}}\right ) \end {vmatrix} \] Which gives \[ W = \begin {vmatrix} \cos \left (x \right ) {\mathrm e}^{x^{2}} & \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ -\sin \left (x \right ) {\mathrm e}^{x^{2}}+2 \cos \left (x \right ) x \,{\mathrm e}^{x^{2}} & \cos \left (x \right ) {\mathrm e}^{x^{2}}+2 \sin \left (x \right ) x \,{\mathrm e}^{x^{2}} \end {vmatrix} \] Therefore \[ W = \left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\right )\left (\cos \left (x \right ) {\mathrm e}^{x^{2}}+2 \sin \left (x \right ) x \,{\mathrm e}^{x^{2}}\right ) - \left (\sin \left (x \right ) {\mathrm e}^{x^{2}}\right )\left (-\sin \left (x \right ) {\mathrm e}^{x^{2}}+2 \cos \left (x \right ) x \,{\mathrm e}^{x^{2}}\right ) \] Which simplifies to \[ W = \cos \left (x \right )^{2} {\mathrm e}^{2 x^{2}}+{\mathrm e}^{2 x^{2}} \sin \left (x \right )^{2} \] Which simplifies to \[ W = {\mathrm e}^{2 x^{2}} \] Therefore Eq. (2) becomes \[ u_1 = -\int \frac {\sin \left (x \right ) {\mathrm e}^{x^{2}} {\mathrm e}^{x}}{{\mathrm e}^{2 x^{2}}}\,dx \] Which simplifies to \[ u_1 = - \int \sin \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_1 = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right )}{4} \] And Eq. (3) becomes \[ u_2 = \int \frac {\cos \left (x \right ) {\mathrm e}^{x^{2}} {\mathrm e}^{x}}{{\mathrm e}^{2 x^{2}}}\,dx \] Which simplifies to \[ u_2 = \int \cos \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_2 = \frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right )}{4} \] Therefore the particular solution, from equation (1) is \[ y_p(x) = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right ) \cos \left (x \right ) {\mathrm e}^{x^{2}}}{4}+\frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right ) \sin \left (x \right ) {\mathrm e}^{x^{2}}}{4} \] Which simplifies to \[ y_p(x) = \frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \] Therefore the general solution is \begin{align*} y &= y_h + y_p \\ &= \left (\left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) {\mathrm e}^{x^{2}}\right ) + \left (\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4}\right ) \\ \end{align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) {\mathrm e}^{x^{2}}+\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \\ \end{align*}

Verification of solutions

\[ y = \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )+\frac {\sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right )}{4}\right ) {\mathrm e}^{x^{2}}+\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \] Verified OK.

3.48.2 Solving using Kovacic algorithm

Writing the ode as \begin {align*} y^{\prime \prime }-4 x y^{\prime }+\left (4 x^{2}-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 &= -4 x\tag {3} \\ C &= 4 x^{2}-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 247: 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) = \cos \left (x \right ) \] 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 {-4 x}{1} \,dx} \\ &= z_1 e^{x^{2}} \\ &= z_1 \left ({\mathrm e}^{x^{2}}\right ) \\ \end{align*} Which simplifies to \[ y_1 = \cos \left (x \right ) {\mathrm e}^{x^{2}} \] 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 {-4 x}{1} \,dx}}{\left (y_1\right )^2} \,dx \\ &= y_1 \int \frac { e^{2 x^{2}}}{\left (y_1\right )^2} \,dx \\ &= y_1 \left (\tan \left (x \right )\right ) \\ \end{align*} Therefore the solution is

\begin{align*} y &= c_{1} y_1 + c_{2} y_2 \\ &= c_{1} \left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\right ) + c_{2} \left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\left (\tan \left (x \right )\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 }-4 x y^{\prime }+\left (4 x^{2}-1\right ) y = 0 \] The homogeneous solution is found using the Kovacic algorithm which results in \[ y_h = {\mathrm e}^{x^{2}} \cos \left (x \right ) c_{1} +{\mathrm e}^{x^{2}} \sin \left (x \right ) c_{2} \] 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 &= \cos \left (x \right ) {\mathrm e}^{x^{2}} \\ y_2 &= \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ \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} \cos \left (x \right ) {\mathrm e}^{x^{2}} & \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ \frac {d}{dx}\left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\right ) & \frac {d}{dx}\left (\sin \left (x \right ) {\mathrm e}^{x^{2}}\right ) \end {vmatrix} \] Which gives \[ W = \begin {vmatrix} \cos \left (x \right ) {\mathrm e}^{x^{2}} & \sin \left (x \right ) {\mathrm e}^{x^{2}} \\ -\sin \left (x \right ) {\mathrm e}^{x^{2}}+2 \cos \left (x \right ) x \,{\mathrm e}^{x^{2}} & \cos \left (x \right ) {\mathrm e}^{x^{2}}+2 \sin \left (x \right ) x \,{\mathrm e}^{x^{2}} \end {vmatrix} \] Therefore \[ W = \left (\cos \left (x \right ) {\mathrm e}^{x^{2}}\right )\left (\cos \left (x \right ) {\mathrm e}^{x^{2}}+2 \sin \left (x \right ) x \,{\mathrm e}^{x^{2}}\right ) - \left (\sin \left (x \right ) {\mathrm e}^{x^{2}}\right )\left (-\sin \left (x \right ) {\mathrm e}^{x^{2}}+2 \cos \left (x \right ) x \,{\mathrm e}^{x^{2}}\right ) \] Which simplifies to \[ W = \cos \left (x \right )^{2} {\mathrm e}^{2 x^{2}}+{\mathrm e}^{2 x^{2}} \sin \left (x \right )^{2} \] Which simplifies to \[ W = {\mathrm e}^{2 x^{2}} \] Therefore Eq. (2) becomes \[ u_1 = -\int \frac {\sin \left (x \right ) {\mathrm e}^{x^{2}} {\mathrm e}^{x}}{{\mathrm e}^{2 x^{2}}}\,dx \] Which simplifies to \[ u_1 = - \int \sin \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_1 = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right )}{4} \] And Eq. (3) becomes \[ u_2 = \int \frac {\cos \left (x \right ) {\mathrm e}^{x^{2}} {\mathrm e}^{x}}{{\mathrm e}^{2 x^{2}}}\,dx \] Which simplifies to \[ u_2 = \int \cos \left (x \right ) {\mathrm e}^{-x \left (x -1\right )}d x \] Hence \[ u_2 = \frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right )}{4} \] Therefore the particular solution, from equation (1) is \[ y_p(x) = \frac {i \sqrt {\pi }\, \left ({\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )\right ) \cos \left (x \right ) {\mathrm e}^{x^{2}}}{4}+\frac {\sqrt {\pi }\, \left (\operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right ) {\mathrm e}^{\frac {i}{2}}+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{-\frac {i}{2}} \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )\right ) \sin \left (x \right ) {\mathrm e}^{x^{2}}}{4} \] Which simplifies to \[ y_p(x) = \frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \] Therefore the general solution is \begin{align*} y &= y_h + y_p \\ &= \left ({\mathrm e}^{x^{2}} \cos \left (x \right ) c_{1} +{\mathrm e}^{x^{2}} \sin \left (x \right ) c_{2}\right ) + \left (\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4}\right ) \\ \end{align*} Which simplifies to \[ y = {\mathrm e}^{x^{2}} \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )\right )+\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \]

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= {\mathrm e}^{x^{2}} \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )\right )+\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \\ \end{align*}

Verification of solutions

\[ y = {\mathrm e}^{x^{2}} \left (c_{1} \cos \left (x \right )+c_{2} \sin \left (x \right )\right )+\frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )-{\mathrm e}^{-\frac {i}{2}} \left (i \cos \left (x \right )-\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}-\frac {i}{2}\right )+{\mathrm e}^{\frac {i}{2}} \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (\frac {1}{2}+\frac {i}{2}\right )\right ) \sqrt {\pi }}{4} \] 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 
   checking if the LODE has constant coefficients 
   checking if the LODE is of Euler type 
   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 
      Group is reducible or imprimitive 
   <- Kovacics algorithm successful 
<- solving first the homogeneous part of the ODE successful`
 

Solution by Maple

Time used: 0.032 (sec). Leaf size: 66

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

\[ y \left (x \right ) = \frac {{\mathrm e}^{x^{2}} \left ({\mathrm e}^{\frac {i}{2}} \sqrt {\pi }\, \left (i \cos \left (x \right )+\sin \left (x \right )\right ) \operatorname {erf}\left (x -\frac {1}{2}-\frac {i}{2}\right )-\left (i \cos \left (x \right )-\sin \left (x \right )\right ) {\mathrm e}^{-\frac {i}{2}} \sqrt {\pi }\, \operatorname {erf}\left (x -\frac {1}{2}+\frac {i}{2}\right )+4 c_{1} \sin \left (x \right )+4 c_{2} \cos \left (x \right )\right )}{4} \]

Solution by Mathematica

Time used: 0.139 (sec). Leaf size: 105

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

\[ y(x)\to \frac {1}{4} e^{x (x-i)-\frac {i}{2}} \left (-i e^i \sqrt {\pi } \text {erf}\left (-x+\left (\frac {1}{2}+\frac {i}{2}\right )\right )+\sqrt {\pi } e^{2 i x} \text {erfi}\left (\left (\frac {1}{2}+\frac {i}{2}\right )-i x\right )+2 e^{\frac {i}{2}} \left (2 c_1-i c_2 e^{2 i x}\right )\right ) \]