Internal
problem
ID
[4633]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
1
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 09:28:49 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 15
dsolve(diff(y(x),x)+tan(x) = (1-y(x))*sec(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.587 (sec). Leaf size: 21
DSolve[D[y[x],x]+Tan[x]==(1-y[x])*Sec[x],y[x],x,IncludeSingularSolutions -> True]