{$DS.}Function Af_aletrectparabolic(L,t,w) C=sqrt(1+(t/L)^2) Af_aletrectparabolic=w*((c*L^2)+((L^2/t)*ln((t/L)+C))) End