Internal
problem
ID
[10008]
Book
:
Collection
of
Kovacic
problems
Section
:
section
3.
Problems
from
Kovacic
related
papers
Problem
number
:
Kovacic
1985
paper.
page
25.
section
5.2.
Example
2
Date
solved
:
Monday, January 27, 2025 at 06:16:43 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 25
dsolve(diff(y(x),x$2)= -(5*x^2+27)/(36*(x^2-1)^2)*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 38
DSolve[D[y[x],{x,2}]== -(5*x^2+27)/(36*(x^2-1)^2)*y[x],y[x],x,IncludeSingularSolutions -> True]