Internal
problem
ID
[18564]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
IV.
Methods
of
solution:
First
order
equations.
section
32.
Problems
at
page
89
Problem
number
:
8
Date
solved
:
Tuesday, January 28, 2025 at 12:00:12 PM
CAS
classification
:
[[_homogeneous, `class C`], _Riccati]
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 16
dsolve(diff(y(x),x)=(x+y(x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.509 (sec). Leaf size: 14
DSolve[D[y[x],x]==(x+y[x])^2,y[x],x,IncludeSingularSolutions -> True]