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