Internal
problem
ID
[8284]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
2.0
Problem
number
:
50
Date
solved
:
Sunday, November 10, 2024 at 09:09:43 PM
CAS
classification
:
[[_3rd_order, _with_linear_symmetries]]
Solve
Does not support this form of ODE for higher order. Terminating.
`Methods for third order ODEs: --- Trying classification methods --- trying a quadrature trying high order exact linear fully integrable trying differential order: 3; linear nonhomogeneous with symmetry [0,1] trying high order linear exact nonhomogeneous trying differential order: 3; missing the dependent variable checking if the LODE is of Euler type trying Louvillian solutions for 3rd order ODEs, imprimitive case -> pFq: Equivalence to the 3F2 or one of its 3 confluent cases under a power @ Moebius <- pFq successful: received ODE is equivalent to the 1F2 ODE, case c = 0 `
Solving time : 0.015
(sec)
Leaf size : 51
dsolve(diff(diff(diff(y(x),x),x),x)-diff(y(x),x)*x^3-x^2*y(x)-x^3 = 0, y(x),singsol=all)