Internal
problem
ID
[3304]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
37,
page
171
Problem
number
:
20
Date
solved
:
Monday, January 27, 2025 at 07:32:49 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.055 (sec). Leaf size: 137
dsolve(8*x+1=diff(y(x),x)^2*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.706 (sec). Leaf size: 79
DSolve[8*x+1==D[y[x],x]^2*y[x],y[x],x,IncludeSingularSolutions -> True]