Integration: What is the mass of the plate?

146 Views Asked by At

The density at each point of a 1cm square plate is $1+r^6$ grams per square cm, where r is the distance in cm from the point to the certer of the plate. What is the mass of the plate?

So far what I have done as below, but it looks crazy: $$mass=4 \int_0^{\frac{1}{2}}\int_0^{\frac{1}{2}}{1+(\sqrt{x^2+y^2})^6} dx\,dy = \frac{283}{280}$$

2

There are 2 best solutions below

0
On BEST ANSWER

Let $r=\sqrt{x^2+y^2}$, Notice that $1+(\sqrt{x^2+y^2})^6$ is a odd function. The mass is 4 times the 1st quadrant.

$$mass= 4 \int_0^{\frac{1}{2}}\int_0^{\frac{1}{2}}{1+(\sqrt{x^2+y^2})^6} dx\,dy$$

Expend the square root and do integration on the polynomial.

0
On

I guess the plate is the square with vertices $(\pm 1/2,\pm 1/2)$(?)

Instead of cutting it in $1/4$, cut it in $1/8$:

$$\mbox{mass } = 8 \int_0^{\pi/4} \int_0^{\sec\theta/2} (1+r^6) r\; dr \; d\theta.$$

Even powers of $\sec \theta$ are easy to integrate.