Internal
problem
ID
[3050]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
50
Date
solved
:
Monday, January 27, 2025 at 07:11:59 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _dAlembert]
With initial conditions
✓ Solution by Maple
Time used: 5.935 (sec). Leaf size: 21
dsolve([(3*x*y(x))+(3*x^2+y(x)^2)*diff(y(x),x)=0,y(0) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 9.022 (sec). Leaf size: 26
DSolve[{(3*x*y[x])+(3*x^2+y[x]^2)*D[y[x],x]==0,{y[0]==1}},y[x],x,IncludeSingularSolutions -> True]