Internal
problem
ID
[16899]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
12.
Miscellaneous
problems.
Exercises
page
93
Problem
number
:
307
Date
solved
:
Tuesday, January 28, 2025 at 09:40:12 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 71
dsolve(diff(y(x),x)=sqrt( (9*y(x)^2-6*y(x)+2)/ (x^2-2*x+5) ),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.760 (sec). Leaf size: 160
DSolve[D[y[x],x]==Sqrt[ (9*y[x]^2-6*y[x]+2)/ (x^2-2*x+5) ],y[x],x,IncludeSingularSolutions -> True]