Internal
problem
ID
[10097]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
83
Date
solved
:
Tuesday, January 28, 2025 at 04:25:41 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.080 (sec). Leaf size: 43
dsolve(diff(y(x),x) - tan(x*y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.272 (sec). Leaf size: 69
DSolve[D[y[x],x] - Tan[x*y[x]]==0,y[x],x,IncludeSingularSolutions -> True]