Here I can't find the limit
limit(U0*(r^(n+1)-1)/(-1+r), n = infinity)
in Maple with condition |r| < 1 which is obviously -U0/(-1+r).
How can I tell Maple that abs(r) <1 so it automatically computes the limit.
P.S. I tried >assume(r <1); additionally( r> -1); but didn't work!