Internal
problem
ID
[4968]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
13
Problem
number
:
368
Date
solved
:
Monday, January 27, 2025 at 10:00:12 AM
CAS
classification
:
[[_homogeneous, `class D`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 58
dsolve(x*(c*x^2+b*x+a)*diff(y(x),x)+x^2-(c*x^2+b*x+a)*y(x) = y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.247 (sec). Leaf size: 116
DSolve[x(a+b x +c x^2)D[y[x],x]+x^2-(a+b x+c x^2)y[x]==y[x]^2,y[x],x,IncludeSingularSolutions -> True]