2.36   ODE No. 36

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

axy(x)2+y(x)+y(x)3=0 Mathematica : cpu = 0.258517 (sec), leaf count = 195

Solve[Ai(123a3y(x)12123a4/3x2)(12)2/3a2/3xAi(123a3y(x)12123a4/3x2)Bi(123a3y(x)12123a4/3x2)(12)2/3a2/3xBi(123a3y(x)12123a4/3x2)+c1=0,y(x)] Maple : cpu = 0.073 (sec), leaf count = 62

{y(x)=2aa2x2+2RootOf(Bi(_Z)2a23_C1x+2a23xAi(_Z)+2Bi(1)(_Z)_C1+2Ai(1)(_Z))2a23}

Hand solution

(1)y(x)=axy2y3

This is Abel first order non-linear. The general form is of Abel first kind isy(x)=f0(x)+f1(x)y(x)+f2(x)y2(x)+f3(x)y3(x) In this case, f0(x)=0,f1(x)=0,f2(x)=ax,f3(x)=1. Note (f3f2)=(1ax)=1a. While Abel second kind has the form(y+g(x))y(x)=f0(x)+f1(x)y(x)+f2(x)y2(x) For g(x)0.

Looking at (1) again, using the transformation suggested in Kamke u=1y12ax2 or y=1u+12ax2Theny=uax(u+12ax2)2

Equating the above to the RHS of (1) givesuax(u+12ax2)2=ax(1u+12ax2)2(1u+12ax2)3uax=ax1u+12ax2dudx=1u+12ax2

Writing as(2)dxdu=u+12ax2 This can now be viewed as reverse Riccati in x. Using the standard transformation(3)x=zz(12a)=2zaz Hencedxdu=2a(zz(z)2z2) Equating this to RHS of (2) gives a second order Airy ODE where the dependent variable is z and the independent variable is u2a(zz(z)2z2)=u+12a(2zaz)22azz+2a(z)2z2=u+12a4(z)2a2z22azz+2a(z)2z2=u+2a(z)2z22azz=uz(u)+a2uz(u)=0

This is Airy ODE whose solution is found using power series method. The solution is(4)z(u)=C1AiryAI(12223a13u)+C2AiryBI(12223a13u) We now go back to (3) and find xx=2zaz Since dduAiryAI(12223a13u)=12223a13AiryAI(1,12223a13u)dduAiryBI(12223a13u)=12223a13AiryBI(1,12223a13u)

Then x=2aC112223a13AiryAI(1,12223a13u)C212223a13AiryBI(1,12223a13u)C1AiryAI(12223a13u)+C2AiryBI(12223a13u) Therefore dxdu is now found from above. Once we find dxdu then dudx is also found. Using dudx=1u+12ax2 now u(x) is found. Once u(x) is found then y(x) is found from the original transformation y=1u+12ax2. This is all now just algebra.