Internal
problem
ID
[19148]
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.
Misc
examples
on
chapter
II
at
page
25
Problem
number
:
23
Date
solved
:
Tuesday, January 28, 2025 at 01:06:44 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 19
dsolve(diff(s(x),x)+x^2=x^2*exp(3*s(x)),s(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.782 (sec). Leaf size: 132
DSolve[D[s[x],x]+x^2==x^2*Exp[3*s[x]],s[x],x,IncludeSingularSolutions -> True]