Double integral over the set with an absolute value of $y$

244 Views Asked by At

I need to calculate an integral over the set:

$$D \colon 0\leq x\leq \pi\text{ and }|y|\leq x$$

from the set (definite integral) $D \int \cos(y)dA$

I don't understand what $|y| \leq x$ means. Can someone give me a tip how to calculate this?

1

There are 1 best solutions below

0
On

$|y| \leq x$ means $-x \leq y \leq x$, so those are your limits for $y$.

$$\int_{0}^{\pi} \int_{-x}^{x} \cos(y) dy dx$$