Internal
problem
ID
[18646]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
III.
Ordinary
differential
equations
of
the
first
order
and
first
degree.
Exercises
at
page
33
Problem
number
:
28
Date
solved
:
Tuesday, January 28, 2025 at 12:07:29 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 26
dsolve((3*x^2)*diff(y(x),x)+(2*x^2-3*y(x)^2)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.278 (sec). Leaf size: 101
DSolve[(3*x^2)*D[y[x],x]+(2*x^2-3*y[x]^2)==0,y[x],x,IncludeSingularSolutions -> True]