ode internal name "second_order_ode_non_constant_coeff_transformation_on_B"
This method is tried to reduce the order ode the ODE by one, by doing direct transformation on \(B\left ( x\right ) \) for the ode
Let
Then \(y^{\prime }=B^{\prime }v+v^{\prime }B\) and \(y^{\prime \prime }=B^{\prime \prime }v+B^{\prime }v^{\prime }+v^{\prime \prime }B+v^{\prime }B^{\prime }=v^{\prime \prime }B+2v^{\prime }B^{\prime }+B^{\prime \prime }v\) then the original ode becomes
Now we check if \(AB^{\prime \prime }+BB^{\prime }+CB=0\) or not. If it is zero, then this method works and we can now solve
Using \(u=v^{\prime }\) which reduces the order to one.
This is first order ode now. Solved for \(u\) gives \(v^{\prime }\) which is solved for \(v\) as first order ode. Then \(y=Bv\) and we are done. This method only works of course if \(AB^{\prime \prime }+BB^{\prime }+CB=0\) comes out to be zero. Here is an example