Internal
problem
ID
[11456]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
3,
linear
third
order
Problem
number
:
1453
Date
solved
:
Monday, January 27, 2025 at 11:22:21 PM
CAS
classification
:
[[_3rd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 124
dsolve(diff(diff(diff(y(x),x),x),x)-a^2*diff(y(x),x)-exp(2*a*x)*sin(x)^2=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 22.071 (sec). Leaf size: 97
DSolve[-(E^(2*a*x)*Sin[x]^2) - a^2*D[y[x],x] + Derivative[3][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]