Internal
problem
ID
[17903]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
27
(page
32)
Date
solved
:
Tuesday, January 28, 2025 at 11:11:53 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.086 (sec). Leaf size: 21
dsolve((x+2*y(x)+1)*diff(y(x),x)=2*x+4*y(x)+3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.075 (sec). Leaf size: 43
DSolve[(x+2*y[x]+1)*D[y[x],x]==2*x+4*y[x]+3,y[x],x,IncludeSingularSolutions -> True]