Internal
problem
ID
[1239]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Miscellaneous
problems,
end
of
chapter
2.
Page
133
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 04:47:09 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.116 (sec). Leaf size: 86
dsolve([diff(y(x),x) = (x^2-1)/(1+y(x)^2),y(-1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.963 (sec). Leaf size: 97
DSolve[{D[y[x],x]== (x^2-1)/(1+y[x]^2),y[-1]==1},y[x],x,IncludeSingularSolutions -> True]