10.5.8 problem 8

Internal problem ID [1200]
Book : Elementary differential equations and boundary value problems, 10th ed., Boyce and DiPrima
Section : Section 2.6. Page 100
Problem number : 8
Date solved : Monday, January 27, 2025 at 04:44:08 AM
CAS classification : [`x=_G(y,y')`]

\begin{align*} {\mathrm e}^{x} \sin \left (y\right )+3 y-\left (3 x -{\mathrm e}^{x} \sin \left (y\right )\right ) y^{\prime }&=0 \end{align*}

Solution by Maple

dsolve(exp(x)*sin(y(x))+3*y(x)-(3*x-exp(x)*sin(y(x)))*diff(y(x),x) = 0,y(x), singsol=all)
 
\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.000 (sec). Leaf size: 0

DSolve[Exp[x]*Sin[y[x]]+3*y[x]-(3*x-Exp[x]*Sin[y[x]])*D[y[x],x] == 0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved