Internal
problem
ID
[10741]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
730
Date
solved
:
Tuesday, January 28, 2025 at 05:10:13 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(y)]`]]
✓ Solution by Maple
Time used: 0.248 (sec). Leaf size: 37
dsolve(diff(y(x),x) = 1/4*(2*y(x)^(3/2)-3*exp(x))^3*exp(x)/(2*y(x)^(3/2)-3*exp(x)+2)/y(x)^(1/2),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.235 (sec). Leaf size: 56
DSolve[D[y[x],x] == (E^x*(-3*E^x + 2*y[x]^(3/2))^3)/(4*Sqrt[y[x]]*(2 - 3*E^x + 2*y[x]^(3/2))),y[x],x,IncludeSingularSolutions -> True]