Internal
problem
ID
[13747]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
10,
Two
tricks
for
nonlinear
equations.
Exercises
page
97
Problem
number
:
10.4
(i)
Date
solved
:
Tuesday, January 28, 2025 at 06:01:08 AM
CAS
classification
:
[[_homogeneous, `class A`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 11
dsolve(x*y(x)+y(x)^2+x^2-x^2*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.097 (sec). Leaf size: 29
DSolve[x*y[x]+y[x]^2+x^2-x^2*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]