Internal
problem
ID
[18227]
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.
Miscellaneous
Problems
for
Chapter
2.
Problems
at
page
99
Problem
number
:
29
Date
solved
:
Tuesday, January 28, 2025 at 11:40:54 AM
CAS
classification
:
[[_homogeneous, `class A`], _dAlembert]
✓ Solution by Maple
Time used: 0.059 (sec). Leaf size: 35
dsolve(diff(y(x),x)=(2*x*y(x)*exp( (x/y(x))^2 ))/( y(x)^2+y(x)^2 *exp( (x/y(x))^2 ) + 2*x^2* exp( (x/y(x))^2) ),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.379 (sec). Leaf size: 34
DSolve[D[y[x],x]==(2*x*y[x]*Exp[ (x/y[x])^2 ])/( y[x]^2+y[x]^2 *Exp[ (x/y[x])^2 ] + 2*x^2* Exp[ (x/y[x])^2] ),y[x],x,IncludeSingularSolutions -> True]