Question: Moving boundary and Differential transformation method

How to solve this DE by using  Differential transformation method?

diff(f(x),x$3)+1/2 * f(x) *diff(f(x),x$2)=0;

with boundary conditions

  f(0)=1 ; f '(0)= lamda * f ''(0)   and   f ' (x) -> 1  as x -> infinity
where lamda is some constant...

Please Wait...