Internal
problem
ID
[13370]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
Miscellaneous
Review.
Exercises
page
60
Problem
number
:
20
Date
solved
:
Tuesday, January 28, 2025 at 05:33:09 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.351 (sec). Leaf size: 18
dsolve([diff(y(x),x)=(2*x+7*y(x))/(2*x-2*y(x)),y(1) = 2],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.061 (sec). Leaf size: 68
DSolve[{D[y[x],x]==(2*x+7*y[x])/(2*x-2*y[x]),{y[1]==2}},y[x],x,IncludeSingularSolutions -> True]