Internal
problem
ID
[7745]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
5.
Existence
and
uniqueness
of
solutions
to
first
order
equations.
Page
190
Problem
number
:
5(c)
Date
solved
:
Monday, January 27, 2025 at 03:11:55 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
✓ Solution by Maple
Time used: 0.019 (sec). Leaf size: 21
dsolve(diff(y(x),x)=(x+y(x)+1)/(2*x+2*y(x)-1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 3.857 (sec). Leaf size: 32
DSolve[D[y[x],x]==(x+y[x]+1)/(2*x+2*y[x]-1),y[x],x,IncludeSingularSolutions -> True]