This gives an overview on solving first order ode where \(y^{\prime }\) enters the ode as nonlinear. Examples are \(x\left ( y^{\prime }\right ) ^{2}+yy^{\prime }+x=0\) or \(2y^{\prime }x-y+\ln y^{\prime }=0\) and so on. Four general cases exist and these are summarized in the flow chart at the end of this section. Two of these cases are called the Clairaut ode and the d’Alembert ode. Following the flow chart, a number of examples are solved.
Given the ode \(F\left ( x,y,y^{\prime }\right ) =0\), we start by writing \(y^{\prime }=p\) which results in
This is the top level algorithm
Algorithm below is Clairaut dAlembert solver algorithm
The following is the general flow chart for solving nonlinear first order ode using d’Alembert and Clairaut methods.