If the equation does not appear clear it is:

           E(dy/dx)2(x) +(2C-2y)(dy/dx) - Ex = 0   ; y(0)  = 0  ; E and C are constants.

E and C are constants and if really needed to be specified in  numerical terms for the analytical solution, they can be specified as E= 0.75 and C=0.5 . The initial condition is y(0) = 0.  The above equation  is a first order second degree (parabolic) non-linear ordinary differential equation. I need to solve it in connection with some research work.  I was looking for analytical solution and I tried Matematica and Matlab with the dsolve command but did not succeed. I have of course solved the equation numerically using Matlab with the ode23 command but I am looking for a general analytical solution to the above equation. I am naive in mathematics.

Similar questions and discussions