Internal
problem
ID
[5149]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
20
Problem
number
:
553
Date
solved
:
Monday, January 27, 2025 at 10:15:51 AM
CAS
classification
:
[_exact, _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 52
dsolve(2*(1+x)*y(x)*diff(y(x),x)+2*x-3*x^2+y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.323 (sec). Leaf size: 56
DSolve[2(1+x)y[x] D[y[x],x]+2 x-3 x^2+y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]