Internal
problem
ID
[6034]
Book
:
A
treatise
on
ordinary
and
partial
differential
equations
by
William
Woolsey
Johnson.
1913
Section
:
Chapter
2,
Equations
of
the
first
order
and
degree.
page
20
Problem
number
:
4
Date
solved
:
Monday, January 27, 2025 at 01:34:00 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 54
dsolve(x*y(x)*(1+x^2)*diff(y(x),x)=1+y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.374 (sec). Leaf size: 131
DSolve[x*y[x]*(1+x^2)*D[y[x],x]==1+y[x]^2,y[x],x,IncludeSingularSolutions -> True]