Is there a situation where it might be useful to integrate a function by taking the rectangle between the origin and the upper-right of the area, minus the rectangle between the origin and the lower-left of the area, minus the area to the left of the curve which could be calculated as the area under the inverse function. In other words:
$$ \int_a^b \! f(x) \, \textrm{d}x = b \cdot f(b) - a \cdot f(a) - \int_{f(a)}^{f(b)} \! f^{-1}(x) \, \textrm{d}x $$
Also, does this technique happen to have a name that I could lookup?