Internal
problem
ID
[11425]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
2,
linear
second
order
Problem
number
:
1421
Date
solved
:
Monday, January 27, 2025 at 11:20:46 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 28
dsolve(diff(diff(y(x),x),x) = -a*(n-1)*sin(2*a*x)/cos(a*x)^2*diff(y(x),x)-n*a^2*((n-1)*sin(a*x)^2+cos(a*x)^2)/cos(a*x)^2*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.190 (sec). Leaf size: 65
DSolve[D[y[x],{x,2}] == -(a^2*n*Sec[a*x]^2*(Cos[a*x]^2 + (-1 + n)*Sin[a*x]^2)*y[x]) - a*(-1 + n)*Sec[a*x]^2*Sin[2*a*x]*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]