Internal
problem
ID
[16898]
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
:
306
Date
solved
:
Tuesday, January 28, 2025 at 09:40:10 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.911 (sec). Leaf size: 94
dsolve(sin(ln(x))-cos(ln(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.328 (sec). Leaf size: 33
DSolve[Sin[Log[x]]-Cos[Log[y[x]]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]