I've noticed that in analysis we often treat the unit-interval $[0,1]$ differently from $[0,\infty)$, particularly in improper-integration (but certainly not limited to).
By lieu of example, consider proving that the Gamma function converges; i.e., the integral exists. The Gamma function is defined as follows:
$$
\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,.
$$
Typical proofs I've encountered consider the two cases over the interval $[0,1]$ and $[0,\infty)$. This is because of the properties of $t^{z-1}e^{-t}$ over $[0,\infty)$. (Sorry, I'm not going to go in detail here; it's just an example.)
However, this has me wondering: what makes the unit-interval $[0,1] \subset \mathbb R$ so special? Although I'm mindful that I may be splitting-hairs, I'm seeking to understand if there's some concept that generalizes the properties of the unit-interval; perhaps this suggests why we may often have to treat it differently in, for example, integration-problems? I'm looking for something related to the closed multiplicative (group under multiplication?) of $[0,1]$.
As a start, I know that from elementary calculus, $ \lim_{x -> \infty} a^x = 0 $ if $a \in [0,1)$, $a^x=1$ if $a=1$ and $a^x=\infty$ if a>1. I'm thinking my answer lies somewhere in field-theory / group theory under the operation multiplication. Obviously the question is open-ended, but I'm hoping there is some general property about the interval between the multiplicative and additive identities of $\mathbb R$ that perhaps explain why we may often have to treat it differently.
(Again, I apologize for being so vague; just looking for someone to direct me to further reading/subjects/theorems.)
Maybe you are not looking in the right direction here. $[0,1]$ is not a group under multiplication (which is the inverse of $0$? of $1/2$?) It is however a "normalized" (of length 1) closed interval, every closed interval of $\mathbb{R}$ is homeomorphic to it (under a map which preserves the natural order, if you want) and this implies that many of the properties of a closed interval you can wonder about are proved true once checked for $[0,1].$ For instance, closed paths (continuous functions from a closed interval to any topological space) can be assumed to be defined on $[0,1]$ without loss of generality. And so on. But you can choose any closed interval to represent all of them in this sense.
Concerning your initial motivation, any integral on $[1,\infty)$ is by definition improper (Riemann-wise, because this distinction sort of dissapears if you switch to Lebesgue integration). An integral on $[0,1]$ might be improper or might not be. If the integrand is continuous then it is not improper (meaning: we don't have to worry about convergence of the integral). But consider the function $f(x)=0$ if $x=0$ and $f(x)=1/\sqrt{x}$ if $x\in (0,1]$. It has a finite integral on $[0,1]$, and it is an improper one (it involves a limit) because $f$ has an asymptote (only a vertical one, instead of a horizontal one as in your example).
Continuous functions on (arbitrary) closed intervals are always integrable, which is not true for noncompact ones. But I would not call this a feature of $[0,1]...$