3.1 problem 1

Internal problem ID [1668]

Book: Differential equations and their applications, 3rd ed., M. Braun
Section: Section 1.4. Page 24
Problem number: 1.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_separable]

\[ \boxed {\left (t^{2}+1\right ) y^{\prime }-y^{2}=1} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 9

dsolve((t^2+1)*diff(y(t),t) = 1+y(t)^2,y(t), singsol=all)
 

\[ y \left (t \right ) = \tan \left (\arctan \left (t \right )+c_{1} \right ) \]

Solution by Mathematica

Time used: 0.25 (sec). Leaf size: 25

DSolve[(t^2+1)*y'[t] == 1+y[t]^2,y[t],t,IncludeSingularSolutions -> True]
 

\begin{align*} y(t)\to \tan (\arctan (t)+c_1) y(t)\to -i y(t)\to i \end{align*}