Internal
problem
ID
[180]
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
:
2
Date
solved
:
Friday, February 07, 2025 at 08:01:30 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 18
dsolve(x*y(x)^2+3*y(x)^2-x^2*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.144 (sec). Leaf size: 25
DSolve[x*y[x]^2+3*y[x]^2-x^2*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]