Internal
problem
ID
[4921]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
12
Problem
number
:
321
Date
solved
:
Monday, January 27, 2025 at 09:50:40 AM
CAS
classification
:
[[_homogeneous, `class C`], _rational, _Riccati]
✓ Solution by Maple
Time used: 0.324 (sec). Leaf size: 34
dsolve((x-a)^2*diff(y(x),x)+k*(x+y(x)-a)^2+y(x)^2 = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.228 (sec). Leaf size: 50
DSolve[(x-a)^2 D[y[x],x]+k(x+y[x]-a)^2+y[x]^2==0,y[x],x,IncludeSingularSolutions -> True]