3.3.23 Chini first order ode y=f(x)(y)n+g(x)y+h(x)

3.3.23.1 Example 1
3.3.23.2 Example 2
3.3.23.3 Example 3

ode internal name "first_order_ode_chini"

This ode is normally generated when we get an Abel ode of first kind f0+f1y+f2y2+f3y3 and then remove the square term f2 using the transformation y=u(x)f23f3. Again as mentioned above, this is done when the Abel invariant is constant. See above section.

Now we check if the Chini invariant is also constant or not. The Chini invariant is given by

Δ=fn1h2n+1(fhfhngfh)nnn

And if this comes out to be constant (i.e. do not depend on x), then we can now solve the Chini ode using method given in Kamke page 303.

Otherwise there is no general method to solve it.  This below is my translation of Kamke 1.55, page 303 on Chini ode. He says, given ode

(1)y=f(x)(y)n+g(x)y+h(x)

If for a suitable constants  α,β

(2)(hf)1n=egdx(β+αhegdxdx)

if and when

(3)z=(hf)1n

A solution of the linear equation

(4)zgz=αh

you get the solutions of the original ode

(5)y=(hf)1nu(x)

Through which

(6)duunαu+1+c1=(hf)1nhdx

Is determined. For h=0 the ode is Bernoulli. Lets try to figure how the above works on number of examples.