Internal
problem
ID
[803]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
33
(a)
Date
solved
:
Wednesday, February 05, 2025 at 04:21:09 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 47
dsolve(diff(y(x),x) = 1/4*(-3*x^2-2*y(x)^2)/(x*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.215 (sec). Leaf size: 60
DSolve[D[y[x],x] == 1/4*(-3*x^2-2*y[x]^2)/(x*y[x]),y[x],x,IncludeSingularSolutions -> True]