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