Applications of Integration: Center of Mass, Mean Value, and Root Mean Square
Center of Mass
Center of Mass for Discrete Masses
Consider a mechanical system with n discrete masses located at positions along an axis.
Index each mass with i=1 to n.
The ith body has mass m<em>i and is located at position x</em>i with respect to the origin.
The location of the center of mass xˉ is calculated as: xˉ=∑</em>i=1nmi∑<em>i=1nx</em>im<em>i
Example: Discrete Masses
Four masses are located at positions -2, -1, 1, and 2.
The masses are 2, 1, 2, and 3, respectively.
Calculate the center of mass: xˉ=∑</em>i=14m<em>i∑<em>i=14x</em>im<em>ixˉ=m</em>1+m<em>2+m</em>3+m4x</em>1m<em>1+x</em>2m<em>2+x</em>3m<em>3+x</em>4m<em>4 xˉ=2+1+2+3(−2)(2)+(−1)(1)+(1)(2)+(2)(3) xˉ=8−4−1+2+6 xˉ=83
Center of Mass for Continuous Systems
For a one-dimensional object with linear density ρ(x), where ρ(x) gives the density at each point x from the origin.
Assume the density function is defined from x=a to x=b.
Divide the interval [a,b] into n equal subintervals of length Δx=nb−a.
Approximate the mass in each subinterval as ρ(xi)Δx.
Approximate the center of mass as: xˉ≈∑</em>i=1nρ(xi)Δx∑<em>i=1nx</em>iρ(x<em>i)Δx
The exact center of mass is found by taking the limit as n→∞: xˉ=∫</em>abρ(x)dx∫<em>abxρ(x)dx
Example: Continuous System
Find the center of mass of an object with linear density ρ(x)=ax2, where a > 0 and 0≤x≤L.
Apply the formula: xˉ=∫</em>0Lax2dx∫<em>0Lx(ax2)dx xˉ=a∫</em>0Lx2dxa∫<em>0Lx3dx xˉ=∫</em>0Lx2dx∫<em>0Lx3dx xˉ=3x3</em>0L4x4<em>0L xˉ=3L34L4 xˉ=43L
Mean Value of a Function
The mean value of a function f(x) over an interval [a,b] is needed to find a varying quantity.
Approximate the mean value by subdividing the interval into n equal parts and averaging the function values at each point x<em>i:
n1∑</em>i=1nf(xi)
Since Δx=nb−a, we have n=Δxb−a.
The mean value can be approximated as: b−a1∑<em>i=1nf(x</em>i)Δx
The exact mean value fˉ is: fˉ=lim<em>n→∞b−a1∑</em>i=1nf(x<em>i)Δx=b−a1∫</em>abf(x)dx
Geometrically, the area under the curve of f(x) between a and b is equal to the area of a rectangle with height fˉ and width (b−a).
Example 1: Mean Value
Find the mean value of f(x)=x2 over the interval [0,1]: fˉ=1−01∫<em>01x2dxfˉ=∫</em>01x2dx fˉ=3x301 fˉ=31
Example 2: Mean Value
Find the mean value of f(x)=sin(πx) over the interval [−1,1]:
The function is odd-symmetric, meaning f(−x)=−f(x).
The area under the curve cancels out, so the mean value should be zero. fˉ=1−(−1)1∫<em>−11sin(πx)dxfˉ=21∫</em>−11sin(πx)dx fˉ=21[−πcos(πx)]−11 fˉ=2π1[−cos(π)+cos(−π)] fˉ=2π1[−(−1)+(−1)]=0
Root Mean Square Value
The mean value of a function is sometimes useless (e.g., when the function is anti-symmetric over the interval of integration).
The root mean square (RMS) value is introduced for a function f(x) defined on an interval [a,b] to obtain more information when the average is uninformative.
The RMS value is defined as the square root of the mean value of the square of the function: RMS=Mean Value of f(x)2
RMS=b−a1∫ab[f(x)]2dx
Example: Root Mean Square Value
Calculate the RMS value for the function f(x)=2cos(x) over the interval [0,2π]:
Use the power reduction formula: cos2(x)=21+cos(2x) RMS=2π4∫<em>02π21+cos(2x)dxRMS=4π4∫</em>02π(1+cos(2x))dx RMS=π1[x+2sin(2x)]02π RMS=π1(2π+0−0−0) RMS=π2π RMS=2