9.34 problem 14.5 (d)

Internal problem ID [13558]
Internal file name [OUTPUT/12730_Saturday_February_17_2024_08_44_13_AM_66644115/index.tex]

Book: Ordinary Differential Equations. An introduction to the fundamentals. Kenneth B. Howell. second edition. CRC Press. FL, USA. 2020
Section: Chapter 14. Higher order equations and the reduction of order method. Additional exercises page 277
Problem number: 14.5 (d).
ODE order: 3.
ODE degree: 1.

The type(s) of ODE detected by this program : "unknown"

Maple gives the following as the ode type

[[_3rd_order, _with_linear_symmetries]]

Unable to solve or complete the solution.

\[ \boxed {x^{3} y^{\prime \prime \prime }-4 y^{\prime \prime }+10 y^{\prime }-12 y=0} \] Unable to solve this ODE.

Maple trace

`Methods for third order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
checking if the LODE has constant coefficients 
checking if the LODE is of Euler type 
trying high order exact linear fully integrable 
trying to convert to a linear ODE with constant coefficients 
trying differential order: 3; missing the dependent variable 
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 
trying a solution in terms of MeijerG functions 
-> pFq: Equivalence to the 3F2 or one of its 3 confluent cases under a power @ Moebius 
trying a solution in terms of MeijerG functions 
   checking if the LODE is of Euler type 
<- no solution through differential factorization was found 
trying reduction of order using simple exponentials 
trying differential order: 3; exact nonlinear 
--- Trying Lie symmetry methods, high order --- 
`, `-> Computing symmetries using: way = 3`[0, y]
 

Solution by Maple

dsolve([x^3*diff(y(x),x$3)-4*diff(y(x),x$2)+10*diff(y(x),x)-12*y(x)=0,x^2],singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[x^3*y'''[x]-4*y''[x]+10*y'[x]-12*y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved