Internal
problem
ID
[4904]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
11
Problem
number
:
304
Date
solved
:
Monday, January 27, 2025 at 09:47:25 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 21
dsolve((-x^2+4)*diff(y(x),x)+4*y(x) = (2+x)*y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.242 (sec). Leaf size: 32
DSolve[(4-x^2)D[y[x],x]+4 y[x]==(2+x)y[x]^2,y[x],x,IncludeSingularSolutions -> True]