21.8 problem 3(b)

Internal problem ID [5317]

Book: An introduction to Ordinary Differential Equations. Earl A. Coddington. Dover. NY 1961
Section: Chapter 5. Existence and uniqueness of solutions to first order equations. Page 190
Problem number: 3(b).
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_quadrature]

Solve \begin {gather*} \boxed {y^{\prime }-2 \sqrt {y}=0} \end {gather*} With initial conditions \begin {align*} [y \left (x_{0} \right ) = 0] \end {align*}

Solution by Maple

Time used: 0.016 (sec). Leaf size: 5

dsolve([diff(y(x),x)=2*sqrt(y(x)),y(x__0) = 0],y(x), singsol=all)
 

\[ y \relax (x ) = 0 \]

Solution by Mathematica

Time used: 0.002 (sec). Leaf size: 6

DSolve[{y'[x]==2*Sqrt[y[x]],{y[x0]==0}},y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to 0 \\ \end{align*}