Internal
problem
ID
[13324]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.3
(Linear
equations).
Exercises
page
56
Problem
number
:
11
Date
solved
:
Tuesday, January 28, 2025 at 05:22:12 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 10
dsolve(diff(r(t),t)+r(t)*tan(t)=cos(t),r(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.059 (sec). Leaf size: 12
DSolve[D[r[t],t]+r[t]*Tan[t]==Cos[t],r[t],t,IncludeSingularSolutions -> True]