Internal
problem
ID
[19076]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
II.
Equations
of
first
order
and
first
degree.
Exercise
II
(C)
at
page
12
Problem
number
:
4
Date
solved
:
Tuesday, January 28, 2025 at 12:52:00 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
✓ Solution by Maple
Time used: 0.198 (sec). Leaf size: 64
dsolve((x^2+y(x)^2)*diff(y(x),x)=x^2+x*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.187 (sec). Leaf size: 86
DSolve[(x^2+y[x]^2)*D[y[x],x]==x^2+x*y[x],y[x],x,IncludeSingularSolutions -> True]