Internal
problem
ID
[211]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Review
problems
at
page
98
Problem
number
:
33
Date
solved
:
Wednesday, February 05, 2025 at 03:09:43 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 47
dsolve(diff(y(x),x)=- (3*x^2+2*y(x)^2)/(4*x*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.224 (sec). Leaf size: 60
DSolve[D[y[x],x] == - (3*x^2+2*y[x]^2)/(4*x*y[x]),y[x],x,IncludeSingularSolutions -> True]