4.10 problem Recognizable Exact Differential equations. Integrating factors. Exercise 10.2, page 90

Internal problem ID [3969]

Book: Ordinary Differential Equations, By Tenenbaum and Pollard. Dover, NY 1963
Section: Chapter 2. Special types of differential equations of the first kind. Lesson 10
Problem number: Recognizable Exact Differential equations. Integrating factors. Exercise 10.2, page 90.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_exact]

Solve \begin {gather*} \boxed {x^{2}+y \cos \relax (x )+\left (y^{3}+\sin \relax (x )\right ) y^{\prime }=0} \end {gather*}

Solution by Maple

Time used: 0.006 (sec). Leaf size: 21

dsolve((x^2+y(x)*cos(x))+(y(x)^3+sin(x))*diff(y(x),x)=0,y(x), singsol=all)
 

\[ \frac {x^{3}}{3}+y \relax (x ) \sin \relax (x )+\frac {y \relax (x )^{4}}{4}+c_{1} = 0 \]

Solution by Mathematica

Time used: 97.315 (sec). Leaf size: 3454

DSolve[(x^2+y[x]*Cos[x])+(y[x]^3+Sin[x])*y'[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Too large to display