18.22 problem 498

Internal problem ID [3752]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 18
Problem number: 498.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]

\[ \boxed {\left (3+9 x +21 y\right ) y^{\prime }+5 y=45+7 x} \]

Solution by Maple

Time used: 0.266 (sec). Leaf size: 62

dsolve((3+9*x+21*y(x))*diff(y(x),x) = 45+7*x-5*y(x),y(x), singsol=all)
 

\[ y \left (x \right ) = \frac {11}{3}-\frac {\operatorname {RootOf}\left (\left (x +5\right )^{7} c_{1} \textit {\_Z}^{49}-12 \left (x +5\right )^{7} c_{1} \textit {\_Z}^{42}+48 \left (x +5\right )^{7} c_{1} \textit {\_Z}^{35}-64 \left (x +5\right )^{7} c_{1} \textit {\_Z}^{28}-27\right )^{7} \left (x +5\right )}{3}+\frac {x}{3} \]

Solution by Mathematica

Time used: 60.806 (sec). Leaf size: 7785

DSolve[(3+9 x+21 y[x])y'[x]==45 +7 x-5 y[x],y[x],x,IncludeSingularSolutions -> True]
 

Too large to display