44.4.5 problem 2 (a)

Internal problem ID [7018]
Book : A First Course in Differential Equations with Modeling Applications by Dennis G. Zill. 12 ed. Metric version. 2024. Cengage learning.
Section : Chapter 2. First order differential equations. Section 2.1 Solution curves without a solution. Exercises 2.1 at page 44
Problem number : 2 (a)
Date solved : Monday, January 27, 2025 at 02:41:07 PM
CAS classification : [`y=_G(x,y')`]

\begin{align*} y^{\prime }&={\mathrm e}^{-\frac {x y^{2}}{100}} \end{align*}

With initial conditions

\begin{align*} y \left (-6\right )&=0 \end{align*}

Solution by Maple

dsolve([diff(y(x),x)=exp(-1/100*x*y(x)^2),y(-6) = 0],y(x), singsol=all)
 
\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.000 (sec). Leaf size: 0

DSolve[{D[y[x],x]==Exp[-1/100*x*y[x]^2],{y[-6]==0}},y[x],x,IncludeSingularSolutions -> True]
 

Not solved