Internal
problem
ID
[4248]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
7,
page
37
Problem
number
:
5.a
Date
solved
:
Monday, January 27, 2025 at 08:44:29 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 31
dsolve(diff(y(x),x)=(x+y(x)+4)/(x-y(x)-6),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.063 (sec). Leaf size: 58
DSolve[D[y[x],x]==(x+y[x]+4)/(x-y[x]-6),y[x],x,IncludeSingularSolutions -> True]