Internal
problem
ID
[13675]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
11,
The
nth
order
homogeneous
linear
differential
equation.
Section
11.8,
Exercises
page
583
Problem
number
:
4(c)
Date
solved
:
Tuesday, January 28, 2025 at 08:24:54 PM
CAS
classification
:
[_Lienard]
✓ Solution by Maple
Time used: 0.431 (sec). Leaf size: 29
dsolve(diff(x(t),t$2)-tan(t)*diff(x(t),t)+x(t)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.734 (sec). Leaf size: 79
DSolve[D[x[t],{t,2}]-Tan[t]*D[x[t],t]+x[t]==0,{x[t]},t,IncludeSingularSolutions -> True]