Question: RK method solution for DE?

DE:=f'''(x)+f''(x)(cos(alpha)x+sin(alpha)f(x))/2=0;

ics:=f(0)=0,f'(0)=1,f'(x)=0 for x tends to infinity;

How to solve this DE im RK methods?

Please Wait...