Internal
problem
ID
[9751]
Book
:
Collection
of
Kovacic
problems
Section
:
section
1
Problem
number
:
595
Date
solved
:
Monday, January 27, 2025 at 06:13:53 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.040 (sec). Leaf size: 21
dsolve(16*x^2*(1+x^2)*diff(y(x),x$2)+8*x*(1+9*x^2)*diff(y(x),x)+(1+49*x^2)*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.241 (sec). Leaf size: 53
DSolve[16*x^2*(1+x^2)*D[y[x],{x,2}]+8*x*(1+9*x^2)*D[y[x],x]+(1+49*x^2)*y[x]==0,y[x],x,IncludeSingularSolutions -> True]