Internal
problem
ID
[10022]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 06:18:34 PM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 13
dsolve(diff(y(x),x) + y(x)*tan(x) - sin(2*x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.043 (sec). Leaf size: 23
DSolve[D[y[x],x]+ y[x]*Tan[x] - Sin[2*x]==0,y[x],x,IncludeSingularSolutions -> True]