Internal
problem
ID
[4085]
Book
:
Differential
equations,
Shepley
L.
Ross,
1964
Section
:
2.4,
page
55
Problem
number
:
9
Date
solved
:
Monday, January 27, 2025 at 08:08:00 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 2.393 (sec). Leaf size: 51
dsolve([(3*x-y(x)-6)+(x+y(x)+2)*diff(y(x),x)=0,y(2) = -2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.138 (sec). Leaf size: 90
DSolve[{(3*x-y[x]-6)+(x+y[x]+2)*D[y[x],x]==0,y[2]==-2},y[x],x,IncludeSingularSolutions -> True]