Question: How to find the limit with Maple?

How to find the limit
limit(int(abs(sin(f(x))), x = 0 .. T)/T, T = infinity) assuming T::positive;
with Maple in the cases: a) f:=x->x^2; b) f:=x->x*exp(x)?

PS. Or to establish its nonexistence.

Please Wait...