Internal
problem
ID
[2995]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 07:06:14 AM
CAS
classification
:
[_rational, _Bernoulli]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 135
dsolve(3*diff(y(x),x)+2*y(x)/(x+1)=x/y(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.283 (sec). Leaf size: 144
DSolve[3*D[y[x],x]+2*y[x]/(x+1)==x/y[x]^2,y[x],x,IncludeSingularSolutions -> True]