I am studying multivariable calculus, and I came up with a doub that I cannot solve, or I believe I udnerstood wrong.
Say I have to calculate the following integral:
$$\int_T (x^2 + y)\ \text{d}x\text{d}y$$
Where $T$ is a well defined region (for example $T = \{(x, y)\in\mathbb{R}^2; 0\leq x \leq 1,\ 1\leq y \leq 2\}$).
Now, I understood the double integration is mostly used to calculate areas of given regions or shapes. For example, the above integral alone, that is
$$\int_T \text{d}x\text{d}y$$
Will give me the area of the region $T$, which by the way is a square. So fine so far.
My question is: what does exactly mean to calculate the integral of $x^2 + y$ over this region? $x^2 + y$ defines a region too, a shape (right?), yet not exactly since I expect a shape to be defined by a function $f(x, y) = 0$, not just $f(x, y)$.
I know it may be a stupid question, but I need to get those suble things to touch what I am studying, and my notes are not that useful. Thank you!