Internal
problem
ID
[18025]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
162
(page
236)
Date
solved
:
Tuesday, January 28, 2025 at 11:20:49 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 128
dsolve(diff(y(x),x$2)+9*y(x)=ln( 2*sin(x/2) ),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.107 (sec). Leaf size: 76
DSolve[D[y[x],{x,2}]+9*y[x]==Log[2*Sin[x/2]],y[x],x,IncludeSingularSolutions -> True]