Internal
problem
ID
[7754]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
5.
Existence
and
uniqueness
of
solutions
to
first
order
equations.
Page
198
Problem
number
:
1(h)
Date
solved
:
Monday, January 27, 2025 at 03:12:05 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 17
dsolve((3*x^2*ln(x)+x^2+y(x))+x*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.040 (sec). Leaf size: 19
DSolve[(3*x^2*Log[x]+x^2+y[x])+x*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]