Internal
problem
ID
[5691]
Book
:
Differential
and
integral
calculus,
vol
II
By
N.
Piskunov.
1974
Section
:
Chapter
1
Problem
number
:
Example,
page
28
Date
solved
:
Monday, January 27, 2025 at 01:07:19 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 23
dsolve(diff(y(x),x)=(2*x+y(x)-1)/(4*x+2*y(x)+5),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.757 (sec). Leaf size: 41
DSolve[D[y[x],x]==(2*x+y[x]-1)/(4*x+2*y[x]+5),y[x],x,IncludeSingularSolutions -> True]