Internal
problem
ID
[186]
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
:
8
Date
solved
:
Friday, February 07, 2025 at 08:01:54 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 17
dsolve(2*x*y(x)+x^2*diff(y(x),x)=y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.140 (sec). Leaf size: 24
DSolve[2*x*y[x]+x^2*D[y[x],x]==y[x]^2,y[x],x,IncludeSingularSolutions -> True]