Internal
problem
ID
[2980]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 07:05:22 AM
CAS
classification
:
[[_homogeneous, `class G`], _rational]
With initial conditions
✓ Solution by Maple
Time used: 0.112 (sec). Leaf size: 41
dsolve([y(x)+2*(x-2*y(x)^2)*diff(y(x),x)=0,y(2) = -1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.129 (sec). Leaf size: 55
DSolve[{y[x]+2*(x-2*y[x]^2)*D[y[x],x]==0,{y[2]==-1}},y[x],x,IncludeSingularSolutions -> True]