3.5.3.4 Example 4

y=x(y)2 is put in normal form (by replacing y with p) and solving for y gives

(1)y=xp2=xf(p)

This is the case when f(p)=p2 and g(p)=0. Since f(p)p then this is d’Almbert ode.  

Writing ff(p) and gg(p) to make notation simpler but remembering that f is function of p(x) which in turn is function of x. Same for g(p).

y=xf

Taking derivative of the above w.r.t. x gives

p=ddx(xf)p=f+xfdpdxpf=xfdpdx

Since f=p2 then the above becomes

(2)pp2=2xpdpdx

The singular solution is given when dpdx=0 or pp2=0. This gives p=0 or p=1. Substituting these values of p in (1) gives singular solutions

(3)ys1=0(4)ys2=x

General solution is found when dpdx0. Eq(2) is a first order ode in p. Now we could either solve ode (2) directly as it is for p(x), or do an inversion and solve for x(p).  If the ode is linear as is in p then no need to do inversion. Since (2) is separable as is, no need to do an inversion. The solution to (2) is

p1=0p2=1+c1x

For each p, there is a general solution. Substituting each of the above in (1) gives

y1(x)=0y2(x)=x(1+c1x)2

Hence the final solutions are

y=x(singular)y=0y=x(1+c1x)2

But y=x can be obtained from the general solution when c1=0. Hence it is removed. Therefore the final solutions are

(6)y=0(7)y=x(1+c1x)2

What will happen if we had done an inversion to x(p)? Let us find out. ode(5) now becomes

pp2pdxdp=2xdx2x=ppp2dp

This is also separable in x. Solving this for x gives

x=c1(p1)2

Solving for p from the above gives

p1=x+xc1xp2=xxc1x

Substituting each of the above in (1) gives

y1=x(x+xc1x)2=(x+xc1)x2y2=x(xxc1x)2=(xxc1)x2

Now we see that singular solution y=x can be obtained from the above general solutions from c1=0. But y=0 can not. Hence the final solutions are

(8)y=0(singular)(9)y=(x+xc1)x2(10)y=(xxc1)x2

All solutions (6,7,8,9,10) are correct and verified. Maple gives the solutions given in (8,9,10) and not those in (6,7).

Another method to find the singular solutions if it exists is called the p-discriminant. This is used only for first order ode with nonlinear in y. We set up the following two equations

F(x,y,y)=0F(x,y,y)y=0

We eliminate y and obtain G(x,y)=0 equation. This is the singular solution. But we still have to check if it satisfies the ode and also if it is true singular solution curve. More on this later. Let us now just find the singular solution found above but using the p-discriminant method. The above two equations are

yx(y)2=02xy=0

Second equation gives y=0. Hence the first equation now gives the singular solution as

y=0

Which is the same obtained earlier.