Can I swap x and y in any area between curves calculation?

159 Views Asked by At

The motivation behind my question is the exercise "find the area between $x + y = 0$ and $x = y^2 + 3y$". The typical approach taught in order to solve this question is to integrate with respect to y. However, because I'm less familiar graphing with respect to y than with respect to x, is it not equally valid to rewrite the exercise, interchanging x and y, as "find the area between $y + x = 0$ and $y = x^2 + 3y$" and solving with respect to x? I've solved this particular case both ways and gotten agreeing answers of $\frac{32}{3}$, but I'd like to know if the approach holds true in general.

(My intuition says yes, it must hold true in general, because in the problem definition x and y are just labels. They could be $\alpha$ and $\beta$ or any other pair of symbols and the problem would remain the same.)

1

There are 1 best solutions below

1
On

Your intuition is correct. Swapping $x$ and $y$ mirrors your function across the line $y = x$, which preserves area.