Internal
problem
ID
[11474]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
3,
linear
third
order
Problem
number
:
1471
Date
solved
:
Tuesday, January 28, 2025 at 06:06:33 PM
CAS
classification
:
[[_3rd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 33
dsolve(diff(diff(diff(y(x),x),x),x)+f(x)*diff(diff(y(x),x),x)+diff(y(x),x)+f(x)*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.061 (sec). Leaf size: 84
DSolve[f[x]*y[x] + D[y[x],x] + f[x]*D[y[x],{x,2}] + Derivative[3][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]