1.30 problem 30
Internal
problem
ID
[7994]
Book
:
First
order
enumerated
odes
Section
:
section
1
Problem
number
:
30
Date
solved
:
Monday, October 21, 2024 at 04:40:39 PM
CAS
classification
:
[_Riccati]
Solve
\begin{align*} y^{\prime }&=x +y+b y^{2} \end{align*}
1.30.1 Solved as first order ode of type Riccati
Time used: 0.112 (sec)
In canonical form the ODE is
\begin{align*} y' &= F(x,y)\\ &= b \,y^{2}+x +y \end{align*}
This is a Riccati ODE. Comparing the ODE to solve
\[ y' = b \,y^{2}+x +y \]
With Riccati ODE standard form
\[ y' = f_0(x)+ f_1(x)y+f_2(x)y^{2} \]
Shows that \(f_0(x)=x\), \(f_1(x)=1\) and \(f_2(x)=b\). Let
\begin{align*} y &= \frac {-u'}{f_2 u} \\ &= \frac {-u'}{u b} \tag {1} \end{align*}
Using the above substitution in the given ODE results (after some simplification)in a second
order ODE to solve for \(u(x)\) which is
\begin{align*} f_2 u''(x) -\left ( f_2' + f_1 f_2 \right ) u'(x) + f_2^2 f_0 u(x) &= 0 \tag {2} \end{align*}
But
\begin{align*} f_2' &=0\\ f_1 f_2 &=b\\ f_2^2 f_0 &=b^{2} x \end{align*}
Substituting the above terms back in equation (2) gives
\begin{align*} b u^{\prime \prime }\left (x \right )-b u^{\prime }\left (x \right )+b^{2} x u \left (x \right ) = 0 \end{align*}
This is Airy ODE. It has the general form
\[ a \frac {d^{2}u}{d x^{2}} + b \frac {d u}{d x} + c u x = F(x) \]
Where in this case
\begin{align*} a &= b\\ b &= -b\\ c &= b^{2}\\ F &= 0 \end{align*}
Therefore the solution to the homogeneous Airy ODE becomes
\[
u = c_1 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryAi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )+c_2 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryBi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )
\]
Will add steps showing
solving for IC soon.
Taking derivative gives
\[
u^{\prime }\left (x \right ) = \frac {c_1 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryAi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )}{2}-c_1 \,{\mathrm e}^{\frac {x}{2}} b^{{1}/{3}} \operatorname {AiryAi}\left (1, -\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )+\frac {c_2 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryBi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )}{2}-c_2 \,{\mathrm e}^{\frac {x}{2}} b^{{1}/{3}} \operatorname {AiryBi}\left (1, -\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )
\]
Doing change of constants, the solution becomes
\[
y = -\frac {\frac {c_3 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryAi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )}{2}-c_3 \,{\mathrm e}^{\frac {x}{2}} b^{{1}/{3}} \operatorname {AiryAi}\left (1, -\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )+\frac {{\mathrm e}^{\frac {x}{2}} \operatorname {AiryBi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )}{2}-{\mathrm e}^{\frac {x}{2}} b^{{1}/{3}} \operatorname {AiryBi}\left (1, -\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )}{b \left (c_3 \,{\mathrm e}^{\frac {x}{2}} \operatorname {AiryAi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )+{\mathrm e}^{\frac {x}{2}} \operatorname {AiryBi}\left (-\frac {b^{3} x -\frac {1}{4} b^{2}}{b^{{8}/{3}}}\right )\right )}
\]
1.30.2 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & y^{\prime }=x +y+b y^{2} \\ \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 }=x +y+b y^{2} \end {array} \]
1.30.3 Maple trace
Methods for first order ODEs:
1.30.4 Maple dsolve solution
Solving time : 0.010
(sec)
Leaf size : 105
dsolve(diff(y(x),x) = x+y(x)+b*y(x)^2,
y(x),singsol=all)
\[
y = \frac {2 \operatorname {AiryAi}\left (1, -\frac {4 b x -1}{4 b^{{2}/{3}}}\right ) b^{{1}/{3}} c_1 -\operatorname {AiryAi}\left (-\frac {4 b x -1}{4 b^{{2}/{3}}}\right ) c_1 +2 b^{{1}/{3}} \operatorname {AiryBi}\left (1, -\frac {4 b x -1}{4 b^{{2}/{3}}}\right )-\operatorname {AiryBi}\left (-\frac {4 b x -1}{4 b^{{2}/{3}}}\right )}{2 b \left (\operatorname {AiryAi}\left (-\frac {4 b x -1}{4 b^{{2}/{3}}}\right ) c_1 +\operatorname {AiryBi}\left (-\frac {4 b x -1}{4 b^{{2}/{3}}}\right )\right )}
\]
1.30.5 Mathematica DSolve solution
Solving time : 0.201
(sec)
Leaf size : 211
DSolve[{D[y[x],x]==x+y[x]+b*y[x]^2,{}},
y[x],x,IncludeSingularSolutions->True]
\begin{align*}
y(x)\to -\frac {-(-b)^{2/3} \operatorname {AiryBi}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )+2 b \operatorname {AiryBiPrime}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )+c_1 \left (2 b \operatorname {AiryAiPrime}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )-(-b)^{2/3} \operatorname {AiryAi}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )\right )}{2 (-b)^{5/3} \left (\operatorname {AiryBi}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )+c_1 \operatorname {AiryAi}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )\right )} \\
y(x)\to -\frac {\frac {2 \sqrt [3]{-b} \operatorname {AiryAiPrime}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )}{\operatorname {AiryAi}\left (\frac {\frac {1}{4}-b x}{(-b)^{2/3}}\right )}+1}{2 b} \\
\end{align*}