I've may been asking the really stupid question.
The below general formula.
$$ \int_{a }^{b } f \left( x \right) \,dx =-\int_{b }^{a } f \left( x \right) \,dx $$
For instance,
$$ \int_{1 }^{3 } x \,dx = \left[ \frac{ 1 }{ 2 } x ^{2} \right]_{1}^{3} $$
$$ = \frac{1}{2} \left( 3 ^{2} -1 ^{2} \right) $$
$$ = \frac{ 1 }{ 2 } \left( 9-1 \right) =4 $$
And as we reverse the limits of the integration,
$$ \int_{3 }^{1 } x \,dx =\left[ \frac{ 1 }{ 2 } x ^{2} \right]_{3}^{1} $$
$$ = \frac{1}{2} \left( 1 ^{2} -3 ^{2} \right) $$
$$ = \frac{1}{2} \left( 1-9 \right) $$
$$ = \frac{ -8 }{ 2 } =-4 ~~ \leftarrow~~ \text{Only the sign is opposite} $$
I know that a return value of an integration is given by summing up an each infinitesimal area of a infinitesimal rectangle. In this integration for example, the width of the rectangle is $~ dx ~$ and the height of it is given by $~ x ~$
So even the limits is reversed , the result should be same but of course from the formula, that claim is disvalidated.
Why?