Internal
problem
ID
[1186]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
10th
ed.,
Boyce
and
DiPrima
Section
:
Section
2.5.
Page
88
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 04:43:23 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 23
dsolve(diff(y(t),t) = -2*arctan(y(t))/(1+y(t)^2),y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.959 (sec). Leaf size: 38
DSolve[D[y[t],t] == -2*ArcTan[y[t]]/(1+y[t]^2),y[t],t,IncludeSingularSolutions -> True]