Internal
problem
ID
[794]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
24
Date
solved
:
Monday, January 27, 2025 at 03:07:15 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 22
dsolve(9*x^2*y(x)^2+x^(3/2)*diff(y(x),x) = y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.158 (sec). Leaf size: 34
DSolve[9*x^2*y[x]^2+x^(3/2)*D[y[x],x] == y[x]^2,y[x],x,IncludeSingularSolutions -> True]