Internal
problem
ID
[7746]
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
:
6(b)
Date
solved
:
Monday, January 27, 2025 at 03:11:57 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 21
dsolve(diff(y(x),x)=1/2*((x+y(x)-1)/(x+2))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.569 (sec). Leaf size: 86
DSolve[D[y[x],x]==1/2*((x+y[x]-1)/(x+2))^2,y[x],x,IncludeSingularSolutions -> True]