Internal
problem
ID
[804]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Chapter
1
review
problems.
Page
78
Problem
number
:
34
(a)
Date
solved
:
Monday, January 27, 2025 at 03:08:03 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 51
dsolve(diff(y(x),x) = (x+3*y(x))/(-3*x+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.423 (sec). Leaf size: 94
DSolve[D[y[x],x] == (x+3*y[x])/(-3*x+y[x]),y[x],x,IncludeSingularSolutions -> True]