6.18 problem 21

6.18.1 Solving as series ode
6.18.2 Maple step by step solution

Internal problem ID [5036]
Internal file name [OUTPUT/4529_Sunday_June_05_2022_03_00_21_PM_6381161/index.tex]

Book: Fundamentals of Differential Equations. By Nagle, Saff and Snider. 9th edition. Boston. Pearson 2018.
Section: Chapter 8, Series solutions of differential equations. Section 8.4. page 449
Problem number: 21.
ODE order: 1.
ODE degree: 1.

The type(s) of ODE detected by this program : "first order ode series method. Ordinary point", "first order ode series method. Taylor series method"

Maple gives the following as the ode type

[_linear]

\[ \boxed {y^{\prime }-y x=\sin \left (x \right )} \] With the expansion point for the power series method at \(x = 0\).

6.18.1 Solving as series ode

Solving ode using Taylor series method. This gives review on how the Taylor series method works for solving first order ode. Let \[ y^{\prime }=f\left ( x,y\right ) \] Where \(f\left ( x,y\right ) \) is analytic at expansion point \(x_{0}\). We can always shift to \(x_{0}=0\) if \(x_{0}\) is not zero. So from now we assume \(x_{0}=0\,\). Assume also that \(y\left ( x_{0}\right ) =y_{0}\). Using Taylor series\begin {align*} y\left ( x\right ) & =y\left ( x_{0}\right ) +\left ( x-x_{0}\right ) y^{\prime }\left ( x_{0}\right ) +\frac {\left ( x-x_{0}\right ) ^{2}}{2}y^{\prime \prime }\left ( x_{0}\right ) +\frac {\left ( x-x_{0}\right ) ^{3}}{3!}y^{\prime \prime }\left ( x_{0}\right ) +\cdots \\ & =y_{0}+xf+\frac {x^{2}}{2}\left . \frac {df}{dx}\right \vert _{x_{0},y_{0}}+\frac {x^{3}}{3!}\left . \frac {d^{2}f}{dx^{2}}\right \vert _{x_{0},y_{0}}+\cdots \\ & =y_{0}+\sum _{n=0}^{\infty }\frac {x^{n+1}}{\left ( n+1\right ) !}\left . \frac {d^{n}f}{dx^{n}}\right \vert _{x_{0},y_{0}} \end {align*}

But \begin {align} \frac {df}{dx} & =\frac {\partial f}{\partial x}+\frac {\partial f}{\partial y}f\tag {1}\\ \frac {d^{2}f}{dx^{2}} & =\frac {d}{dx}\left ( \frac {df}{dx}\right ) \nonumber \\ & =\frac {\partial }{\partial x}\left ( \frac {df}{dx}\right ) +\frac {\partial }{\partial y}\left ( \frac {df}{dx}\right ) f\tag {2}\\ \frac {d^{3}f}{dx^{3}} & =\frac {d}{dx}\left ( \frac {d^{2}f}{dx^{2}}\right ) \nonumber \\ & =\frac {\partial }{\partial x}\left ( \frac {d^{2}f}{dx^{2}}\right ) +\left ( \frac {\partial }{\partial y}\frac {d^{2}f}{dx^{2}}\right ) f\tag {3}\\ & \vdots \nonumber \end {align}

And so on. Hence if we name \(F_{0}=f\left ( x,y\right ) \) then the above can be written as \begin {align} F_{0} & =f\left ( x,y\right ) \tag {4}\\ F_{n} & =\frac {d}{dx}\left ( F_{n-1}\right ) \nonumber \\ & =\frac {\partial }{\partial x}F_{n-1}+\left ( \frac {\partial F_{n-1}}{\partial y}\right ) F_{0} \tag {5} \end {align}

For example, for \(n=1\,\) we see that \begin {align*} F_{1} & =\frac {d}{dx}\left ( F_{0}\right ) \\ & =\frac {\partial }{\partial x}F_{0}+\left ( \frac {\partial F_{0}}{\partial y}\right ) F_{0}\\ & =\frac {\partial f}{\partial x}+\frac {\partial f}{\partial y}f \end {align*}

Which is (1). And when \(n=2\)\begin {align*} F_{2} & =\frac {d}{dx}\left ( F_{1}\right ) \\ & =\frac {\partial }{\partial x}F_{1}+\left ( \frac {\partial F_{1}}{\partial y}\right ) F_{0}\\ & =\frac {\partial }{\partial x}\left ( \frac {\partial f}{\partial x}+\frac {\partial f}{\partial y}f\right ) +\frac {\partial }{\partial y}\left ( \frac {\partial f}{\partial x}+\frac {\partial f}{\partial y}f\right ) f\\ & =\frac {\partial }{\partial x}\left ( \frac {df}{dx}\right ) +\frac {\partial }{\partial y}\left ( \frac {df}{dx}\right ) f \end {align*}

Which is (2) and so on. Therefore (4,5) can be used from now on along with \begin {equation} y\left ( x\right ) =y_{0}+\sum _{n=0}^{\infty }\frac {x^{n+1}}{\left ( n+1\right ) !}\left . F_{n}\right \vert _{x_{0},y_{0}} \tag {6} \end {equation} Hence \begin {align*} F_0 &= y x +\sin \left (x \right )\\ F_1 &= \frac {d F_0}{dx} \\ &= \frac {\partial F_0}{\partial x}+ \frac {\partial F_0}{\partial y} F_0 \\ &= y x^{2}+\sin \left (x \right ) x +y+\cos \left (x \right )\\ F_2 &= \frac {d F_1}{dx} \\ &= \frac {\partial F_1}{\partial x}+ \frac {\partial F_1}{\partial y} F_1 \\ &= \left (x^{2}+1\right ) \sin \left (x \right )+x \left (\left (x^{2}+3\right ) y+\cos \left (x \right )\right )\\ F_3 &= \frac {d F_2}{dx} \\ &= \frac {\partial F_2}{\partial x}+ \frac {\partial F_2}{\partial y} F_2 \\ &= \left (x^{4}+6 x^{2}+3\right ) y+\sin \left (x \right ) x^{3}+\cos \left (x \right ) x^{2}+4 \sin \left (x \right ) x +2 \cos \left (x \right )\\ F_4 &= \frac {d F_3}{dx} \\ &= \frac {\partial F_3}{\partial x}+ \frac {\partial F_3}{\partial y} F_3 \\ &= \left (x^{4}+8 x^{2}+5\right ) \sin \left (x \right )+x \left (\left (x^{4}+10 x^{2}+15\right ) y+\cos \left (x \right ) \left (x^{2}+6\right )\right ) \end {align*}

And so on. Evaluating all the above at initial conditions \(x \left (0\right ) = 0\) and \(y \left (0\right ) = y \left (0\right )\) gives \begin {align*} F_0 &= 0\\ F_1 &= y \left (0\right )+1\\ F_2 &= 0\\ F_3 &= 2+3 y \left (0\right )\\ F_4 &= 0 \end {align*}

Substituting all the above in (6) and simplifying gives the solution as \[ y = \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) y \left (0\right )+\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \] Since \(x = 0\) is also an ordinary point, then standard power series can also be used. Writing the ODE as \begin {align*} y^{\prime } + q(x)y &= p(x) \\ y^{\prime }-y x &= \sin \left (x \right ) \end {align*}

Where \begin {align*} q(x) &= -x\\ p(x) &= \sin \left (x \right ) \end {align*}

Next, the type of the expansion point \(x = 0\) is determined. This point can be an ordinary point, a regular singular point (also called removable singularity), or irregular singular point (also called non-removable singularity or essential singularity). When \(x = 0\) is an ordinary point, then the standard power series is used. If the point is a regular singular point, Frobenius series is used instead. Irregular singular point requires more advanced methods (asymptotic methods) and is not supported now. Hopefully this will be added in the future. \(x = 0\) is called an ordinary point \(q(x)\) has a Taylor series expansion around the point \(x = 0\). \(x = 0\) is called a regular singular point if \(q(x)\) is not not analytic at \(x = 0\) but \(x q(x)\) has Taylor series expansion. And finally, \(x = 0\) is an irregular singular point if the point is not ordinary and not regular singular. This is the most complicated case. Now the expansion point \(x = 0\) is checked to see if it is an ordinary point or not. Let the solution be represented as power series of the form \[ y = \moverset {\infty }{\munderset {n =0}{\sum }}a_{n} x^{n} \] Then \begin {align*} y^{\prime } &= \moverset {\infty }{\munderset {n =1}{\sum }}n a_{n} x^{n -1} \end {align*}

Substituting the above back into the ode gives \begin {align*} \left (\moverset {\infty }{\munderset {n =1}{\sum }}n a_{n} x^{n -1}\right )-\left (\moverset {\infty }{\munderset {n =0}{\sum }}a_{n} x^{n}\right ) x = \sin \left (x \right )\tag {1} \end {align*}

Expanding \(\sin \left (x \right )\) as Taylor series around \(x=0\) and keeping only the first \(6\) terms gives \begin {align*} \sin \left (x \right ) &= x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5} + \dots \\ &= x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5} \end {align*}

Hence the ODE in Eq (1) becomes \[ \left (\moverset {\infty }{\munderset {n =1}{\sum }}n a_{n} x^{n -1}\right )-\left (\moverset {\infty }{\munderset {n =0}{\sum }}a_{n} x^{n}\right ) x = x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5}\tag {1} \] Which simplifies to \begin{equation} \tag{2} \left (\moverset {\infty }{\munderset {n =1}{\sum }}n a_{n} x^{n -1}\right )+\moverset {\infty }{\munderset {n =0}{\sum }}\left (-x^{1+n} a_{n}\right ) = x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5} \end{equation} The next step is to make all powers of \(x\) be \(n\) in each summation term. Going over each summation term above with power of \(x\) in it which is not already \(x^{n}\) and adjusting the power and the corresponding index gives \begin{align*} \moverset {\infty }{\munderset {n =1}{\sum }}n a_{n} x^{n -1} &= \moverset {\infty }{\munderset {n =0}{\sum }}\left (1+n \right ) a_{1+n} x^{n} \\ \moverset {\infty }{\munderset {n =0}{\sum }}\left (-x^{1+n} a_{n}\right ) &= \moverset {\infty }{\munderset {n =1}{\sum }}\left (-a_{n -1} x^{n}\right ) \\ \end{align*} Substituting all the above in Eq (2) gives the following equation where now all powers of \(x\) are the same and equal to \(n\). \begin{equation} \tag{3} \left (\moverset {\infty }{\munderset {n =0}{\sum }}\left (1+n \right ) a_{1+n} x^{n}\right )+\moverset {\infty }{\munderset {n =1}{\sum }}\left (-a_{n -1} x^{n}\right ) = x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5} \end{equation} For \(1\le n\), the recurrence equation is \begin{equation} \tag{4} \left (\left (1+n \right ) a_{1+n}-a_{n -1}\right ) x^{n} = x -\frac {1}{6} x^{3}+\frac {1}{120} x^{5} \end{equation} For \(n = 1\) the recurrence equation gives \begin{align*} \left (2 a_{2}-a_{0}\right ) x&=x \\ 2 a_{2}-a_{0} &= 1 \\ \end{align*} Which after substituting the earlier terms found becomes \[ a_{2} = \frac {1}{2}+\frac {a_{0}}{2} \] For \(n = 2\) the recurrence equation gives \begin{align*} \left (3 a_{3}-a_{1}\right ) x^{2}&=0 \\ 3 a_{3}-a_{1} &= 0 \\ \end{align*} Which after substituting the earlier terms found becomes \[ a_{3} = 0 \] For \(n = 3\) the recurrence equation gives \begin{align*} \left (4 a_{4}-a_{2}\right ) x^{3}&=-\frac {x^{3}}{6} \\ 4 a_{4}-a_{2} &= -{\frac {1}{6}} \\ \end{align*} Which after substituting the earlier terms found becomes \[ a_{4} = \frac {1}{12}+\frac {a_{0}}{8} \] For \(n = 4\) the recurrence equation gives \begin{align*} \left (5 a_{5}-a_{3}\right ) x^{4}&=0 \\ 5 a_{5}-a_{3} &= 0 \\ \end{align*} Which after substituting the earlier terms found becomes \[ a_{5} = 0 \] For \(n = 5\) the recurrence equation gives \begin{align*} \left (6 a_{6}-a_{4}\right ) x^{5}&=\frac {x^{5}}{120} \\ 6 a_{6}-a_{4} &= {\frac {1}{120}} \\ \end{align*} Which after substituting the earlier terms found becomes \[ a_{6} = \frac {11}{720}+\frac {a_{0}}{48} \] And so on. Therefore the solution is \begin {align*} y &= \moverset {\infty }{\munderset {n =0}{\sum }}a_{n} x^{n}\\ &= a_{3} x^{3}+a_{2} x^{2}+a_{1} x +a_{0} + \dots \end {align*}

Substituting the values for \(a_{n}\) found above, the solution becomes \[ y = a_{0}+\left (\frac {1}{2}+\frac {a_{0}}{2}\right ) x^{2}+\left (\frac {1}{12}+\frac {a_{0}}{8}\right ) x^{4}+\dots \] Collecting terms, the solution becomes \begin{equation} \tag{3} y = \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) a_{0}+\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \end{equation}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) y \left (0\right )+\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \\ \tag{2} y &= \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) c_{1} +\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \\ \end{align*}

Figure 146: Slope field plot

Verification of solutions

\[ y = \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) y \left (0\right )+\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \] Verified OK.

\[ y = \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) c_{1} +\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \] Verified OK.

6.18.2 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & y^{\prime }-y x =\sin \left (x \right ) \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & y^{\prime } \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & y^{\prime }=y x +\sin \left (x \right ) \\ \bullet & {} & \textrm {Group terms with}\hspace {3pt} y\hspace {3pt}\textrm {on the lhs of the ODE and the rest on the rhs of the ODE}\hspace {3pt} \\ {} & {} & y^{\prime }-y x =\sin \left (x \right ) \\ \bullet & {} & \textrm {The ODE is linear; multiply by an integrating factor}\hspace {3pt} \mu \left (x \right ) \\ {} & {} & \mu \left (x \right ) \left (y^{\prime }-y x \right )=\mu \left (x \right ) \sin \left (x \right ) \\ \bullet & {} & \textrm {Assume the lhs of the ODE is the total derivative}\hspace {3pt} \frac {d}{d x}\left (y \mu \left (x \right )\right ) \\ {} & {} & \mu \left (x \right ) \left (y^{\prime }-y x \right )=y^{\prime } \mu \left (x \right )+y \mu ^{\prime }\left (x \right ) \\ \bullet & {} & \textrm {Isolate}\hspace {3pt} \mu ^{\prime }\left (x \right ) \\ {} & {} & \mu ^{\prime }\left (x \right )=-\mu \left (x \right ) x \\ \bullet & {} & \textrm {Solve to find the integrating factor}\hspace {3pt} \\ {} & {} & \mu \left (x \right )={\mathrm e}^{-\frac {x^{2}}{2}} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} x \\ {} & {} & \int \left (\frac {d}{d x}\left (y \mu \left (x \right )\right )\right )d x =\int \mu \left (x \right ) \sin \left (x \right )d x +c_{1} \\ \bullet & {} & \textrm {Evaluate the integral on the lhs}\hspace {3pt} \\ {} & {} & y \mu \left (x \right )=\int \mu \left (x \right ) \sin \left (x \right )d x +c_{1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} y \\ {} & {} & y=\frac {\int \mu \left (x \right ) \sin \left (x \right )d x +c_{1}}{\mu \left (x \right )} \\ \bullet & {} & \textrm {Substitute}\hspace {3pt} \mu \left (x \right )={\mathrm e}^{-\frac {x^{2}}{2}} \\ {} & {} & y=\frac {\int {\mathrm e}^{-\frac {x^{2}}{2}} \sin \left (x \right )d x +c_{1}}{{\mathrm e}^{-\frac {x^{2}}{2}}} \\ \bullet & {} & \textrm {Evaluate the integrals on the rhs}\hspace {3pt} \\ {} & {} & y=\frac {-\frac {\mathrm {I} \sqrt {\pi }\, {\mathrm e}^{-\frac {1}{2}} \sqrt {2}\, \mathrm {erf}\left (\frac {\sqrt {2}\, x}{2}-\frac {\mathrm {I} \sqrt {2}}{2}\right )}{4}+\frac {\mathrm {I} \sqrt {\pi }\, {\mathrm e}^{-\frac {1}{2}} \sqrt {2}\, \mathrm {erf}\left (\frac {\sqrt {2}\, x}{2}+\frac {\mathrm {I} \sqrt {2}}{2}\right )}{4}+c_{1}}{{\mathrm e}^{-\frac {x^{2}}{2}}} \\ \bullet & {} & \textrm {Simplify}\hspace {3pt} \\ {} & {} & y=\frac {\left (\mathrm {I} \sqrt {\pi }\, {\mathrm e}^{-\frac {1}{2}} \sqrt {2}\, \mathrm {erf}\left (\frac {\sqrt {2}\, \left (-x +\mathrm {I}\right )}{2}\right )+\mathrm {I} \sqrt {\pi }\, {\mathrm e}^{-\frac {1}{2}} \sqrt {2}\, \mathrm {erf}\left (\frac {\sqrt {2}\, \left (x +\mathrm {I}\right )}{2}\right )+4 c_{1} \right ) {\mathrm e}^{\frac {x^{2}}{2}}}{4} \end {array} \]

Maple trace

`Methods for first order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
trying 1st order linear 
<- 1st order linear successful`
 

Solution by Maple

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

Order:=6; 
dsolve(diff(y(x),x)-x*y(x)=sin(x),y(x),type='series',x=0);
 

\[ y \left (x \right ) = \left (1+\frac {1}{2} x^{2}+\frac {1}{8} x^{4}\right ) y \left (0\right )+\frac {x^{2}}{2}+\frac {x^{4}}{12}+O\left (x^{6}\right ) \]

Solution by Mathematica

Time used: 0.02 (sec). Leaf size: 37

AsymptoticDSolveValue[y'[x]-x*y[x]==Sin[x],y[x],{x,0,5}]
 

\[ y(x)\to \frac {x^4}{12}+\frac {x^2}{2}+c_1 \left (\frac {x^4}{8}+\frac {x^2}{2}+1\right ) \]