Internal
problem
ID
[17997]
Book
:
V.V.
Stepanov,
A
course
of
differential
equations
(in
Russian),
GIFML.
Moscow
(1958)
Section
:
All
content
Problem
number
:
135
(page
195)
Date
solved
:
Tuesday, January 28, 2025 at 08:28:27 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 1.168 (sec). Leaf size: 29
dsolve(diff(y(x),x$2)*sin(x)^2=2*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.146 (sec). Leaf size: 55
DSolve[D[y[x],{x,2}]*Sin[x]^2==2*y[x],y[x],x,IncludeSingularSolutions -> True]