3.6 problem 6

Internal problem ID [1673]

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

CAS Maple gives this as type [_separable]

\[ \boxed {t^{2} \left (1+y^{2}\right )+2 y^{\prime } y=0} \] With initial conditions \begin {align*} [y \left (0\right ) = 1] \end {align*}

Solution by Maple

Time used: 0.078 (sec). Leaf size: 16

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

\[ y \left (t \right ) = \sqrt {2 \,{\mathrm e}^{-\frac {t^{3}}{3}}-1} \]

Solution by Mathematica

Time used: 5.32 (sec). Leaf size: 43

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

\begin{align*} y(t)\to \sqrt {2 e^{-\frac {t^3}{3}}-1} \\ y(t)\to \sqrt {2 e^{-\frac {t^3}{3}}-1} \\ \end{align*}