Internal
problem
ID
[7929]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Problems
for
Review
and
Discovery.
Page
53
Problem
number
:
2(e)
Date
solved
:
Monday, January 27, 2025 at 03:32:50 PM
CAS
classification
:
[[_homogeneous, `class A`], _rational, [_Abel, `2nd type`, `class A`]]
With initial conditions
✓ Solution by Maple
Time used: 0.171 (sec). Leaf size: 30
dsolve([diff(y(x),x)=(x+y(x))/(x-y(x)),y(1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.044 (sec). Leaf size: 46
DSolve[{D[y[x],x]==(x+y[x])/(x-y[x]),{y[1]==1}},y[x],x,IncludeSingularSolutions -> True]