Internal
problem
ID
[10175]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
162
Date
solved
:
Monday, January 27, 2025 at 06:31:19 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 54
dsolve((x-a)*(x-b)*diff(y(x),x) + y(x)^2 + k*(y(x)+x-a)*(y(x)+x-b)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.416 (sec). Leaf size: 101
DSolve[(x-a)*(x-b)*D[y[x],x] + y[x]^2 + k*(y[x]+x-a)*(y[x]+x-b)==0,y[x],x,IncludeSingularSolutions -> True]