Internal
problem
ID
[4083]
Book
:
Differential
equations,
Shepley
L.
Ross,
1964
Section
:
2.4,
page
55
Problem
number
:
7
Date
solved
:
Monday, January 27, 2025 at 08:07:52 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 31
dsolve((x-2*y(x)-3)+(2*x+y(x)-1)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.061 (sec). Leaf size: 66
DSolve[(x-2*y[x]-3)+(2*x+y[x]-1)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]