Reducible Second Order ODE
#math
Reduction happens by considering one derivative to be another variable, thus reducing the number of derivates we're working with.
A general 2nd order differential is of the form $$F(x,y, y', y'') = 0$$but it can be converted into a 1st order differential under certain conditions.
Case 1 :
- if the independent term (
) is missing, then we can substitute which gives , so the equations becomes $$F\left( y, w, w \frac{dw}{dy} \right) = 0$$which is a 1st order and can be tackled
Case 2 :
- if the dependent variable, (
) is missing, then we can substitute , and , so we get which is a first order.