Internal
problem
ID
[5398]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
28
Problem
number
:
815
Date
solved
:
Monday, January 27, 2025 at 11:18:53 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 123
dsolve(diff(y(x),x)^2-2*(1-3*y(x))*diff(y(x),x)-(4-9*y(x))*y(x) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.298 (sec). Leaf size: 4769
DSolve[(D[y[x],x])^2-2*(1-3*y[x])*D[y[x],x]-(4-9*y[x])*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display