Internal
problem
ID
[4306]
Book
:
An
introduction
to
the
solution
and
applications
of
differential
equations,
J.W.
Searl,
1966
Section
:
Chapter
4,
Ex.
4.2
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 09:00:55 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.218 (sec). Leaf size: 75
dsolve([y(x)^2*diff(y(x),x)=2+3*y(x)^6,y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 87
DSolve[{y[x]^2*D[y[x],x]==2+3*y[x]^6,y[0]==0},y[x],x,IncludeSingularSolutions -> True]