Internal
problem
ID
[18168]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
2.
First
order
equations.
Section
9
(Integrating
Factors).
Problems
at
page
80
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 11:35:56 AM
CAS
classification
:
[[_homogeneous, `class G`]]
✓ Solution by Maple
Time used: 0.500 (sec). Leaf size: 176
dsolve(diff(y(x),x)=2*y(x)/x+x^3/y(x)+x*tan(y(x)/x^2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.098 (sec). Leaf size: 36
DSolve[D[y[x],x]==2*y[x]/x+x^3/y[x]+x*Tan[y[x]/x^2],y[x],x,IncludeSingularSolutions -> True]