Can you help me with this problem?
Find the center of mass of a lamina whose region $R$ is given by the inequality: $$|x|+|y|\le 1,$$
and the density in the point $(x,y)$ is : $$\delta(x,y)=e^{x+y}.$$
The region $R$ is this one:

Is this the proper way to set up the integral for m:
$$\int_{-1}^{1}\int_{-x-1}^{x+1} \ e^{x+y} \ dy \ dx$$
Any help? Thanks
By definition the center of mass is situated in $$r_c = \frac{\int_{\Bbb R^2} r \rho(r)dr}{\int_{\Bbb R^2} \rho(r)dr},$$ therefore in your case you need to find the integrals
$$\int_{R} \exp(x+y)dxdy, \quad \int_{R} x\exp(x+y)dxdy, \quad \int_{R} y\exp(x+y)dxdy,$$ Where $R=\{(x,y)\in \Bbb R^2:|x|+|y|\le 1\}$.
Can you find these integrals?
Edit
The mass is found via $$M = \int_R \delta(x,y)dxdx = \int_{x=-1}^{x=1}\left( \int_{y=|x|-1}^{y=1-|x|}\exp(x+y)dy\right)dx$$