Internal
problem
ID
[18635]
Book
:
A
short
course
on
differential
equations.
By
Donald
Francis
Campbell.
Maxmillan
company.
London.
1907
Section
:
Chapter
III.
Ordinary
differential
equations
of
the
first
order
and
first
degree.
Exercises
at
page
33
Problem
number
:
17
Date
solved
:
Tuesday, January 28, 2025 at 12:05:06 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 82
dsolve(y(x)*(3+y(x))*diff(y(x),x)=x*(2*y(x)+3),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.362 (sec). Leaf size: 48
DSolve[y[x]*(3+y[x])*D[y[x],x]==x*(2*y[x]+3),y[x],x,IncludeSingularSolutions -> True]