Internal
problem
ID
[19113]
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
(D)
at
page
16
Problem
number
:
18
Date
solved
:
Tuesday, January 28, 2025 at 12:58:01 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.024 (sec). Leaf size: 30
dsolve(diff(y(x),x)+x=x*exp( (n-1)*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.397 (sec). Leaf size: 47
DSolve[D[y[x],x]+x==x*Exp[ (n-1)*y[x]],y[x],x,IncludeSingularSolutions -> True]