Internal
problem
ID
[13792]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
18,
The
variation
of
constants
formula.
Exercises
page
168
Problem
number
:
18.1
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 06:03:33 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 35
dsolve(diff(y(x),x$2)+4*y(x)=cot(2*x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.119 (sec). Leaf size: 67
DSolve[D[y[x],{x,2}]+4*y[x]==Cot[2*x],y[x],x,IncludeSingularSolutions -> True]