50.4.12 problem 12

Internal problem ID [7861]
Book : Differential Equations: Theory, Technique, and Practice by George Simmons, Steven Krantz. McGraw-Hill NY. 2007. 1st Edition.
Section : Chapter 1. What is a differential equation. Section 1.5. Exact Equations. Page 20
Problem number : 12
Date solved : Monday, January 27, 2025 at 03:27:55 PM
CAS classification : [_exact]

\begin{align*} 2 x y^{4}+\sin \left (y\right )+\left (4 x^{2} y^{3}+x \cos \left (y\right )\right ) y^{\prime }&=0 \end{align*}

Solution by Maple

Time used: 0.027 (sec). Leaf size: 18

dsolve((2*x*y(x)^4+sin(y(x)))+(4*x^2*y(x)^3+x*cos(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
 
\[ x^{2} y^{4}+\sin \left (y\right ) x +c_{1} = 0 \]

Solution by Mathematica

Time used: 0.217 (sec). Leaf size: 20

DSolve[(2*x*y[x]^4+Sin[y[x]])+(4*x^2*y[x]^3+x*Cos[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]
 
\[ \text {Solve}\left [x^2 y(x)^4+x \sin (y(x))=c_1,y(x)\right ] \]