Find $\iint_De^{-x^2}\,dx\,dy$, where $D$ is the triangle formed by points $O(0,0), A(1,0), B(1,1)$
I'm totally lost on this one. I only have experience with circle functions, and converting them to polar and finding the bounds in $π$ and $r$, but here its just points.
Can anyone help me understand this? Do i just bound $x$ to $[0,1]$ and $y$ to $[0.1]$?
Note that $D=\{(x,y)\in\mathbb{R}^2:0\leq x,y\leq1\text{ and }x\leq y\}$. Therefore $$\iint_De^{-x^2}dxdy=\int_0^1\left(e^{-x^2}\int_0^{x}dy\right) \;dx$$ We have that $\int_0^{x}dy=x$ and therefore $$\iint_De^{-x^2}\,dx\,dy=\int_0^1xe^{-x^2}\,dx=\frac12\left(1-\frac1e\right)$$