Internal
problem
ID
[11531]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
3,
linear
third
order
Problem
number
:
1530
Date
solved
:
Tuesday, January 28, 2025 at 06:06:47 PM
CAS
classification
:
[[_3rd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.507 (sec). Leaf size: 105
dsolve(diff(diff(diff(y(x),x),x),x)*sin(x)^2+3*diff(diff(y(x),x),x)*sin(x)*cos(x)+(cos(2*x)+4*nu*(nu+1)*sin(x)^2)*diff(y(x),x)+2*nu*(nu+1)*y(x)*sin(2*x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.050 (sec). Leaf size: 35
DSolve[2*nu*(1 + nu)*Sin[2*x]*y[x] + (Cos[2*x] + 4*nu*(1 + nu)*Sin[x]^2)*D[y[x],x] + 3*Cos[x]*Sin[x]*D[y[x],{x,2}] + Sin[x]^2*Derivative[3][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]