Internal
problem
ID
[5351]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
27
Problem
number
:
766
Date
solved
:
Monday, January 27, 2025 at 11:16:53 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.143 (sec). Leaf size: 112
dsolve(diff(y(x),x)^2+f(x)*(y(x)-a)^2*(y(x)-b) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.102 (sec). Leaf size: 93
DSolve[(D[y[x],x])^2+f[x]*(y[x]-a)^2 *(y[x]-b)==0,y[x],x,IncludeSingularSolutions -> True]