Internal
problem
ID
[5405]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
28
Problem
number
:
822
Date
solved
:
Monday, January 27, 2025 at 11:21:02 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.059 (sec). Leaf size: 75
dsolve(diff(y(x),x)^2-(4+y(x)^2)*diff(y(x),x)+4+y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.544 (sec). Leaf size: 73
DSolve[(D[y[x],x])^2-(4+y[x]^2)*D[y[x],x]+4+y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]