Internal
problem
ID
[12918]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
V,
Singular
solutions.
Article
33.
Page
73
Problem
number
:
Ex
4
Date
solved
:
Tuesday, January 28, 2025 at 04:43:55 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.096 (sec). Leaf size: 58
dsolve(y(x)*(3-4*y(x))^2*diff(y(x),x)^2=4*(1-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.226 (sec). Leaf size: 3751
DSolve[y[x]*(3-4*y[x])^2*D[y[x],x]^2==4*(1-y[x]),y[x],x,IncludeSingularSolutions -> True]
Too large to display