Internal
problem
ID
[11473]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
3,
linear
third
order
Problem
number
:
1470
Date
solved
:
Monday, January 27, 2025 at 11:22:29 PM
CAS
classification
:
[[_3rd_order, _fully, _exact, _linear]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 41
dsolve(diff(diff(diff(y(x),x),x),x)-diff(diff(y(x),x),x)*sin(x)-2*diff(y(x),x)*cos(x)+y(x)*sin(x)-ln(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.068 (sec). Leaf size: 73
DSolve[-Log[x] + Sin[x]*y[x] - 2*Cos[x]*D[y[x],x] - Sin[x]*D[y[x],{x,2}] + Derivative[3][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]