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