Internal
problem
ID
[4096]
Book
:
Theory
and
solutions
of
Ordinary
Differential
equations,
Donald
Greenspan,
1960
Section
:
Chapter
2.
First
order
equations.
Exercises
at
page
14
Problem
number
:
1(f)
Date
solved
:
Monday, January 27, 2025 at 08:08:31 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 24
dsolve((x+1)*diff(y(x),x)-x^2*y(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.176 (sec). Leaf size: 32
DSolve[(x+1)*D[y[x],x]-x^2*y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]