Planar lamina

From HandWiki
Short description: Mathematical model of a thin, flat object

In mathematics, a planar lamina (or plane lamina[1]) is a figure representing a thin, usually uniform, flat layer of the solid. It serves also as an idealized model of a planar cross section of a solid body in integration.

Planar laminas can be used to determine moments of inertia, or center of mass of flat figures, as well as an aid in corresponding calculations for 3D bodies.

Definition

Basically, a planar lamina is defined as a figure (a closed set) D of a finite area in a plane, with some mass m.[2]

This is useful in calculating moments of inertia or center of mass for a constant density, because the mass of a lamina is proportional to its area. In a case of a variable density, given by some (non-negative) surface density function [math]\displaystyle{ \rho(x,y), }[/math] the mass [math]\displaystyle{ m }[/math] of the planar lamina D is a planar integral of ρ over the figure:[3]

[math]\displaystyle{ m = \iint_D\rho(x,y)\,dx\,dy }[/math]

Properties

The center of mass of the lamina is at the point

[math]\displaystyle{ \left(\frac{M_y}{m},\frac{M_x}{m}\right) }[/math]

where [math]\displaystyle{ M_y }[/math] is the moment of the entire lamina about the y-axis and [math]\displaystyle{ M_x }[/math] is the moment of the entire lamina about the x-axis:

[math]\displaystyle{ M_y = \lim_{m,n \to \infty}\,\sum_{i=1}^{m}\,\sum_{j=1}^{n}\,x{_{ij}}^{*}\,\rho\ (x{_{ij}}^{*},y{_{ij}}^{*})\,\Delta D = \iint_D x\, \rho\ (x,y)\,dx\,dy }[/math]
[math]\displaystyle{ M_x = \lim_{m,n \to \infty}\,\sum_{i=1}^{m}\,\sum_{j=1}^{n}\,y{_{ij}}^{*}\,\rho\ (x{_{ij}}^{*},y{_{ij}}^{*})\,\Delta D = \iint_D y\, \rho\ (x,y)\,dx\,dy }[/math]

with summation and integration taken over a planar domain [math]\displaystyle{ D }[/math].

Example

Bound region.jpg

Find the center of mass of a lamina with edges given by the lines [math]\displaystyle{ x=0, }[/math] [math]\displaystyle{ y=x }[/math] and [math]\displaystyle{ y=4-x }[/math] where the density is given as [math]\displaystyle{ \rho\ (x,y)\,=2x+3y+2 }[/math].

For this the mass [math]\displaystyle{ m }[/math] must be found as well as the moments [math]\displaystyle{ M_y }[/math] and [math]\displaystyle{ M_x }[/math].

Mass is [math]\displaystyle{ m = \iint_D\rho(x,y)\,dx\,dy }[/math] which can be equivalently expressed as an iterated integral:

[math]\displaystyle{ m = \int_{x=0}^2 \int_{y=x}^{4-x} \,(2x+3y+2)\,dy\,dx }[/math]

The inner integral is:

[math]\displaystyle{ \int_{y=x}^{4-x} \,(2x+3y+2)\,dy }[/math]
[math]\displaystyle{ \qquad = \left.\left(2xy+\frac{3y^2}{2}+2y\right)\right|_{y=x}^{4-x} }[/math]
[math]\displaystyle{ \qquad = \left[2x(4-x)+\frac{3(4-x)^2}{2}+2(4-x)\right]-\left[2x(x)+\frac{3(x)^2}{2}+2(x)\right] }[/math]
[math]\displaystyle{ \qquad = -4x^2-8x+32 }[/math]

Plugging this into the outer integral results in:

[math]\displaystyle{ \begin{align}m & =\int_{x=0}^2\left(-4x^2-8x+32\right)\,dx \\ & = \left.\left(-\frac{4x^3}{3}-4x^2+32x\right)\right|_{x=0}^2 \\ & = \frac{112}{3} \end{align} }[/math]

Similarly are calculated both moments:

[math]\displaystyle{ M_y = \iint_D x\,\rho(x,y)\,dx\,dy = \int_{x=0}^2 \int_{y=x}^{4-x} x\,(2x+3y+2)\,dy\,dx }[/math]

with the inner integral:

[math]\displaystyle{ \int_{y=x}^{4-x} x\,(2x+3y+2)\,dy }[/math]
[math]\displaystyle{ \qquad = \left.\left(2x^2y+\frac{3xy^2}{2}+2xy\right)\right|_{y=x}^{4-x} }[/math]
[math]\displaystyle{ \qquad = -4x^3-8x^2+32x }[/math]

which makes:

[math]\displaystyle{ \begin{align} M_y & = \int_{x=0}^2(-4x^3-8x^2+32x)\,dx \\ & = \left.\left(-x^4-\frac{8x^3}{3}+16x^2\right)\right|_{x=0}^2 \\ & = \frac{80}{3} \end{align} }[/math]

and

[math]\displaystyle{ \begin{align}M_x & = \iint_D y\,\rho(x,y)\,dx\,dy = \int_{x=0}^2 \int_{y=x}^{4-x} y\,(2x+3y+2)\,dy\,dx \\ & = \int_0^2(xy^2+y^3+y^2)\Big|_{y=x}^{4-x}\,dx \\ & = \int_0^2(-2x^3+4x^2-40x+80)\,dx \\ & = \left.\left(-\frac{x^4}{2}+\frac{4x^3}{3}-20x^2+80x\right)\right|_{x=0}^2 \\ & = \frac{248}{3} \end{align} }[/math]

Finally, the center of mass is

[math]\displaystyle{ \left( \frac{M_y}m, \frac{M_x}m \right) = \left( \frac{\frac{80}{3}}{\frac{112}{3}}, \frac{\frac{248}{3}}{\frac{112}{3}} \right) = \left( \frac 57, \frac{31}{14} \right) }[/math]

References