Internal
problem
ID
[13384]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Section
2.4.
Special
integrating
factors
and
transformations.
Exercises
page
67
Problem
number
:
10
Date
solved
:
Tuesday, January 28, 2025 at 05:36:24 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 13.538 (sec). Leaf size: 129
dsolve((10*x-4*y(x)+12)-(x+5*y(x)+3)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.315 (sec). Leaf size: 3061
DSolve[(10*x-4*y[x]+12)-(x+5*y[x]+3)*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]
Too large to display