1.3 problem 2

Internal problem ID [2757]

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

CAS Maple gives this as type [[_linear, `class A`]]

\[ \boxed {y^{\prime }-x^{2}-3 \cosh \left (x \right )-2 y=0} \]

Solution by Maple

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

dsolve(diff(y(x),x) = x^2+3*cosh(x)+2*y(x),y(x), singsol=all)
 

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

Solution by Mathematica

Time used: 0.084 (sec). Leaf size: 38

DSolve[y'[x]==x^2+3*Cosh[x]+2*y[x],y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {1}{4} \left (-2 x (x+1)-2 e^{-x}-6 e^x+4 c_1 e^{2 x}-1\right ) \\ \end{align*}