Skip to main content

Tutorial 9

Tutorial 9: Application of integral

  1. Find the area bounded by the curves.

    i. y=x4−x2y=x^{4}-x^{2} and y=x2y=x^{2} (the part to the right of the yy-axis)

    Solution

    We first need to compute where the graphs of the functions intersect. Setting f(x)=g(x)f(x)=g(x), we get,

    f(x)=g(x)x4−x2=x2\begin{aligned} f(x)&=g(x) \\ x^4-x^2&=x^2 \end{aligned}

    x=0,2x=0, \sqrt{2} (only positive at the right side)

    On (0,2)(0,\sqrt2) we have x2>(x4−x2)x^{2}>\left(x^{4}-x^{2}\right), so g(x)=x2g(x)=x^{2} is the upper curve. The area is therefore (upper −- lower):

    A=∫02g(x)dx−∫02f(x)dx=∫02(x2−(x4−x2))dx=∫02(2x2−x4)dx=[2x33−x55]02=2⋅2323−2525=2523−2525=27215≈0.754\begin{aligned} A&=\int_0^{\sqrt{2}} g(x) d x-\int_0^{\sqrt{2}} f(x) d x \\ &=\int_0^{\sqrt{2}}\left(x^2-\left(x^4-x^2\right)\right) d x \\ &=\int_0^{\sqrt{2}}\left(2x^2-x^4\right) d x \\ &=\left[\frac{2 x^{3}}{3}-\frac{x^{5}}{5}\right]_0^{\sqrt{2}} \\ &=\frac{2 \cdot 2^{\frac{3}{2}}}{3}-\frac{2^{\frac{5}{2}}}{5} =\frac{2^{\frac{5}{2}}}{3}-\frac{2^{\frac{5}{2}}}{5} =\frac{2^{\frac{7}{2}}}{15} \\ &\approx 0.754 \end{aligned}

    ii. x=y3x=y^{3} and x=y2x=y^{2}

    Solution

    We first need to compute where the graphs of the functions intersect. Setting f(x)=g(x)f(x)=g(x), we get,

    f(y)=g(y)y3=y2y=1,0\begin{aligned} f(y)&=g(y) \\ y^3&=y^2 \\ y&=1,0 \end{aligned}

    Now,

    A=∫01f(y)dy−∫01g(y)dy=∫01(y2−y3)dy=[y33−y44]01=13−14=112\begin{aligned} A&=\int_0^1 f(y) d y-\int_0^1 g(y) d y \\ &=\int_0^1\left(y^2-y^3\right) d y =\left[\frac{y^{3}}{3}-\frac{y^{4}}{4}\right]_0^1 =\frac{1}{3}-\frac{1}{4}=\frac{1}{12} \end{aligned}

    iii. y=cos⁡(πx/2)y=\cos (\pi x / 2) and y=1−x2y=1-x^{2} (in the first quadrant)

    Solution

    As from the Figure, the two curves intersect at (−1,0)(-1,0), (0,1)(0,1) and (1,0)(1,0). Since we only compute the first quadrant, the limits will be x=0x=0 to x=1x=1.

    Figure for Question 1(iii)

    Now we get,

    A=∫01f(x)dx−∫01g(x)dx=∫01(1−x2−cos⁡πx2)dx=∣x−x33−2πsin⁡πx2∣01=23−2π≈0.03 Unit \begin{aligned} \mathrm{A} &=\int_0^1 f(x) d x-\int_0^1 g(x) d x \\ &=\int_0^1\left(1-x^2-\cos \frac{\pi x}{2}\right) d x \\ &=\left|x-\frac{x^3}{3}-\frac{2}{\pi} \sin \frac{\pi x}{2}\right|_0^1 \\ &=\frac{2}{3}-\frac{2}{\pi} \approx 0.03 \text { Unit } \end{aligned}
  2. Find the area bounded by the parabola x=8+2y−y2x=8+2 y-y^{2}, the yy-axis, and the lines y=−1y=-1 and y=3y=3.

    Solution
    x=8+2y−y2=−(y2−2y−8)=−((y−1)2−9)=(4−y)(2+y)\begin{aligned} x & =8+2y-y^{2}\\ & =-\left( y^{2} -2y-8\right)\\ & =-\left(( y-1)^{2} -9\right)\\ & =( 4-y)( 2+y) \end{aligned}

    ∴\therefore The vertex of the parabola is (9,1)(9,1) and it cuts the yy-axis (x=0x=0) at y=4y=4 and y=−2y=-2.

    Area bounded by the parabola:

    ∫−13(8+2y−y2) dy=8y+y2−13y3∣−13=(8(3)+32−13(3)3)−(8(−1)+(−1)2−13(−1)3)=923\begin{aligned} \int _{-1}^{3}\left( 8+2y-y^{2}\right) \ dy & =\left. 8y+y^{2} -\frac{1}{3} y^{3}\right| _{-1}^{3}\\ & =\left( 8( 3) +3^{2} -\frac{1}{3}( 3)^{3}\right) -\left( 8( -1) +( -1)^{2} -\frac{1}{3}( -1)^{3}\right)\\ & =\frac{92}{3} \end{aligned}
  3. Assume a cylindrical tank of radius 4 m4 \mathrm{~m} and height 10 m10 \mathrm{~m} is filled to a depth of 8 m8 \mathrm{~m} as shown Figure 3.1. How much work is needed to empty a tank partially filled with water?

    Figure for Question 3

    Figure 3.1 A tank partially filled with water

    Solution

    The first thing we need to do is define a frame of reference. We let xx represent the vertical distance below the top of the tank. That is, we orient the xx-axis vertically, with the origin at the top of the tank and the downward direction being positive (Figure 3.1).

    Using this coordinate system, the water extends from x=2x=2 to x=10x=10 . Therefore, we partition the interval [2,10][2,10] and look at the work required to lift each individual "layer" of water. So, for i=0,1,2,…,ni=0,1,2,\ldots,n , let P=xiP=x_i be a regular partition of the interval [2,10][2,10], and for i=1,2,…,ni=1,2,\ldots,n , choose an arbitrary point x×i∈[xi−1,xi]x\times i\in[x_i-1,x_i]. Figure 3.2 shows a representative layer.

    Figure for Solution 3

    In pumping problems, the force required to lift the water to the top of the tank is the force required to overcome gravity, so it is equal to the weight of the water. Given that the weight-density of water is 9800N/m39800 \text{N/m}^3, or 62.4lb/ft362.4\text{lb/ft}^3, calculating the volume of each layer gives us the weight. In this case, we have:

    V=π(4)2Δx=16πΔxV=\pi(4)^2\Delta x=16\pi\Delta x

    Then, the force needed to lift each layer is,

    F=9800⋅16πΔx=156,800πΔxF=9800\cdot 16\pi\Delta x=156,800\pi\Delta x

    Note that this step becomes a little more difficult if we have a noncylindrical tank. We look at a noncylindrical tank in the next example.

    We also need to know the distance the water must be lifted. Based on our choice of coordinate systems, we can use xi∗x_i^* as an approximation of the distance the layer must be lifted. Then the work to lift the ii-th layer of water WiW_i is approximately:

    Wi≈156,800πxi∗ΔxW_i\approx156,800\pi x_i^*\Delta x

    Adding the work for each layer, we see the approximate work to empty the tank is given by

    W=∑i=1nWi≈∑i=1n156,800πxi∗ΔxW=\sum_{i=1}^n W_i\approx\sum_{i=1}^n 156,800\pi x_i^*\Delta x

    This is a Riemann sum, so taking the limit as n→∞n\rightarrow\infty, we get,

    W=lim⁡n→∞∑i=1n156,800πxi∗Δx=156,800π∫210xdx=156,800π(x22)∣210=7,526,400π≈23,644,883\begin{aligned} W&=\lim_{n\rightarrow\infty}\sum_{i=1}^n 156,800\pi x_i^* \Delta x\\ &=156,800\pi\int_2^{10} x dx\\ &=\left.156,800\pi\left(\frac{x^2}{2}\right)\right|_2^{10}\\ &=7,526,400\pi\approx23,644,883 \end{aligned}

    The work required to empty the tank is approximately 23,650,000 J.

  4. An object moves along a straight line with acceleration given by a(t)=−cos⁡(t)a(t)=-\cos (t), and s(0)=1s(0)=1 and v(0)=0v(0)=0. Find the maximum distance the object travels from zero, and find its maximum speed. Describe the motion of the object.

    Solution

    We compute:

    v(t)=v0+∫0t−cos⁡(u)du=0−sin⁡(u)∣0t=−sin⁡t\begin{aligned} v(t)&=v_0+\int_0^t-\cos(u)du\\ &=\left.0-\sin(u)\right|_0^t\\ &=-\sin t \end{aligned}

    The position is then:

    s(t)=s(0)+∫0t−sin⁡u du=1+[cos⁡u]0t=1+cos⁡t−1=cos⁡ts(t)=s(0)+\int_0^t -\sin u\,du=1+\left[\cos u\right]_0^t=1+\cos t-1=\cos t
    • Maximum distance from zero: max⁡∣s(t)∣=max⁡∣cos⁡t∣=1\max|s(t)|=\max|\cos t|=1 (attained at t=0,π,2π,…t=0,\pi,2\pi,\dots).
    • Maximum speed: max⁡∣v(t)∣=max⁡∣−sin⁡t∣=1 m/s\max|v(t)|=\max|-\sin t|=1\ \mathrm{m/s} (attained at t=π2,3π2,…t=\tfrac{\pi}{2},\tfrac{3\pi}{2},\dots).

    Motion: the object oscillates back and forth between s=−1s=-1 and s=1s=1 in simple harmonic motion (period 2π2\pi), starting at s=1s=1 with zero velocity.

  5. A particle at rest leaves the origin with its velocity increasing with time according to v(t)=3.2tm/s\mathrm{v}(\mathrm{t})=3.2 \mathrm{t} \mathrm{m} / \mathrm{s}. At 5.0 s5.0 \mathrm{~s}, the particle's velocity starts decreasing according to [16.0−1.5(t−5.0)]m/s[16.0-1.5(\mathrm{t}-5.0)] \mathrm{m} / \mathrm{s}. This decrease continues until t=11.0 s\mathrm{t}=11.0 \mathrm{~s}, after which the particle's velocity remains constant at 7.0 m/s7.0 \mathrm{~m} / \mathrm{s}. (a) What is the acceleration of the particle as a function of time? (b) What is the position of the particle at t=2.0 s,t=7.0 s\mathrm{t}=2.0 \mathrm{~s}, \mathrm{t}=7.0 \mathrm{~s}, and t=12.0 s\mathrm{t}=12.0 \mathrm{~s} ?

    Solution

    (a)

    a(t)=3.2 m/s2t≤5.0 sa(t)=−1.5 m/s25.0 s≤t≤11.0 sa(t)=0 m/s2t>11.0 sx(t)=∫v(t)dt+C2=∫3.2tdt+C2=1.6t2+C2t≤5.0 sx(0)=0⇒C2=0therefore, x(2.0 s)=6.4 mx(t)=∫v(t)dt+C2=∫[16.0−1.5(t−5.0)]dt+C2=16t−1.5(t22−5.0t)+C25.0≤t≤11.0 sx(5 s)=1.6(5.0)2=40 m=16(5.0 s)−1.5(522−5.0(5.0))+C2\begin{aligned} a(t)&=3.2 \mathrm{~m} / \mathrm{s}^2 && t\leq 5.0 \mathrm{~s}\\ a(t)&=-1.5 \mathrm{~m} / \mathrm{s}^2 && 5.0 \mathrm{~s} \leq t \leq 11.0 \mathrm{~s}\\ a(t)&=0 \mathrm{~m} / \mathrm{s}^2 && t>11.0 \mathrm{~s}\\ x(t)&=\int v(t) d t+C_2\\ &=\int 3.2 t d t+C_2=1.6 t^2+C_2 && t \leq 5.0 \mathrm{~s}\\ x(0)&=0 \Rightarrow C_2=0 && \text{therefore, } x(2.0 \mathrm{~s})=6.4 \mathrm{~m}\\ x(t)&=\int v(t) d t+C_2\\ &=\int[16.0-1.5(t-5.0)] d t+C_2\\ &=16 t-1.5\left(\frac{t^2}{2}-5.0 t\right)+C_2 &&5.0 \leq t \leq 11.0 \mathrm{~s}\\ x(5 \mathrm{~s})&=1.6(5.0)^2=40\mathrm{~m}\\ &=16(5.0 \mathrm{~s})-1.5\left(\frac{5^2}{2}-5.0(5.0)\right)+C_2 \end{aligned}

    (b)

    40=98.75+C2⇒C2=−58.75x(7.0 s)=16(7.0)−1.5(722−5.0(7))−58.75=69 mx(t)=∫7.0dt+C2=7t+C2t≥11.0 sx(11.0 s)=16(11)−1.5(1122−5.0(11))−58.75=109=7(11.0 s)+C2⇒C2=32 mx(t)=7t+32 mx≥11.0 s⇒x(12.0 s)=7(12)+32=116 m\begin{aligned} 40&=98.75+C_2 \Rightarrow C_2=-58.75\\ x(7.0 \mathrm{~s})&=16(7.0)-1.5\left(\frac{7^2}{2}-5.0(7)\right)-58.75=69 \mathrm{~m}\\ x(t)&=\int 7.0 d t+C_2=7 t+C_2 \qquad t \geq 11.0 \mathrm{~s}\\ x(11.0 \mathrm{~s})&=16(11)-1.5\left(\frac{11^2}{2}-5.0(11)\right)-58.75=109=7(11.0 \mathrm{~s})+C_2 \Rightarrow C_2=32 \mathrm{~m}\\ x(t)&=7 t+32 \mathrm{~m}\\ x &\geq 11.0 \mathrm{~s} \Rightarrow x(12.0 \mathrm{~s})=7(12)+32=116 \mathrm{~m} \end{aligned}
  6. A force of 50 N50 \mathrm{~N} will stretch a spring from its natural length of 2 meters to a length of 2.52.5 meters.

    i. Find the spring constant.

    Solution

    we find that the spring constant kk is,

    k(0.5 m)=50 Nk=100N/m\begin{aligned} k(0.5 \mathrm{~m}) &= 50 \mathrm{~N}\\ k &= 100 \text{N/m} \end{aligned}

    ii. Find the work needed to stretch the spring by a length of 0.50.5 meter from its natural length.

    Solution

    By Hooke’s Law, the force needed to compress the spring by a length of xx feet from its natural length is

    f(x)=kx=100xf(x) = kx = 100x

    since k=100k = 100.

    As the spring expand from a length of 2m to a length of 2.5m, we can think of one end of the spring as moving along the x-axis from x=0x = 0 to x=0.5x = 0.5 while the other end of the spring is held fixed. Then the work done is,

    W=∫00.5100x dx=100⋅0.522=12.5 JouleW=\int_0^{0.5}100x\,dx=100\cdot\frac{0.5^2}{2}=12.5\text{ Joule}
  7. Find the arc length LL of the curve y=x3/2y=x^{3 / 2} from x=0x=0 to x=5x=5.

    Solution
    y′=32x12=32xy' =\frac{3}{2} x^{\frac{1}{2}} =\frac{3}{2}\sqrt{x}
    L=∫051+(y′)2 dx=∫051+(32x)2 dx=∫051+94x dx=∫05(1+94x)12 dx=(1+94x)32(32)(94)∣05=(1+94(5))32278−(1+94(0))32278=33527\begin{aligned} L & =\int _{0}^{5}\sqrt{1+( y')^{2}} \ dx\\ & =\int _{0}^{5}\sqrt{1+\left(\frac{3}{2}\sqrt{x}\right)^{2}} \ dx\\ & =\int _{0}^{5}\sqrt{1+\frac{9}{4} x} \ dx\\ & =\int _{0}^{5}\left( 1+\frac{9}{4} x\right)^{\frac{1}{2}} \ dx\\ & =\left. \frac{\left( 1+\frac{9}{4} x\right)^{\frac{3}{2}}}{\left(\frac{3}{2}\right)\left(\frac{9}{4}\right)}\right| _{0}^{5}\\ & =\frac{\left( 1+\frac{9}{4}( 5)\right)^{\frac{3}{2}}}{\frac{27}{8}} -\frac{\left( 1+\frac{9}{4}( 0)\right)^{\frac{3}{2}}}{\frac{27}{8}}\\ & =\frac{335}{27} \end{aligned}
  8. Find the arc length of the catenary y=a2(exa+e−xa)\displaystyle y=\frac{a}{2}\left(e^{\frac{x}{a}}+e^{\frac{-x}{a}}\right) from x=0x=0 to x=ax=a.

    Solution
    y′=a2(1aexa−1ae−xa)+0(exa+e−xa)=a2(1a)(exa−e−xa)=12(exa−e−xa)\begin{aligned} y' & =\frac{a}{2}\left(\frac{1}{a} e^{\frac{x}{a}} -\frac{1}{a} e^{-\frac{x}{a}}\right) +0\left( e^{\frac{x}{a}} +e^{-\frac{x}{a}}\right)\\ & =\frac{a}{2}\left(\frac{1}{a}\right)\left( e^{\frac{x}{a}} -e^{-\frac{x}{a}}\right)\\ & =\frac{1}{2}\left( e^{\frac{x}{a}} -e^{-\frac{x}{a}}\right) \end{aligned}

    Arc length:

    L=∫0a1+(y′)2 dx=∫0a1+[12(exa−e−xa)]2dx=∫0a1+14(e2xa−2e0+e−2xa)dx=∫0a1+14e2xa−12+14e−2xadx=∫0a14e2xa+12+14e−2xadx=∫0a14[e2xa+2+e−2xa]dx=∫0a14(exa+e−xa)2dx=∫0a12(exa+e−xa) dx=12∫0a(exa+e−xa) dx=12[exa1a−e−xa1a∣0a]=12⋅a[e1+e−1−1+1]=a2[e−e−1]\begin{aligned} L & =\int _{0}^{a}\sqrt{1+( y')^{2}} \ dx\\ & =\int _{0}^{a}\sqrt{1+\left[\frac{1}{2}\left( e^{\frac{x}{a}} -e^{-\frac{x}{a}}\right)\right]^{2}} dx\\ & =\int _{0}^{a}\sqrt{1+\frac{1}{4}\left( e^{\frac{2x}{a}} -2e^{0} +e^{-\frac{2x}{a}}\right)} dx\\ & =\int _{0}^{a}\sqrt{1+\frac{1}{4} e^{\frac{2x}{a}} -\frac{1}{2} +\frac{1}{4} e^{-\frac{2x}{a}}} dx\\ & =\int _{0}^{a}\sqrt{\frac{1}{4} e^{\frac{2x}{a}} +\frac{1}{2} +\frac{1}{4} e^{-\frac{2x}{a}}} dx\\ & =\int _{0}^{a}\sqrt{\frac{1}{4}\left[ e^{\frac{2x}{a}} +2+ e^{-\frac{2x}{a}}\right]} dx\\ & =\int _{0}^{a}\sqrt{\frac{1}{4}\left( e^{\frac{x}{a}} +e^{-\frac{x}{a}}\right)^{2}} dx\\ & =\int _{0}^{a}\frac{1}{2}\left( e^{\frac{x}{a}} +e^{-\frac{x}{a}}\right) \ dx\\ & =\frac{1}{2}\int _{0}^{a}\left( e^{\frac{x}{a}} +e^{-\frac{x}{a}}\right) \ dx\\ & =\frac{1}{2}\left[\left. \frac{e^{\frac{x}{a}}}{\frac{1}{a}} -\frac{e^{-\frac{x}{a}}}{\frac{1}{a}}\right| _{0}^{a}\right]\\ & =\frac{1}{2} \cdot a\left[ e^{1} +e^{-1} -1+1\right]\\ & =\frac{a}{2}\left[ e-e^{-1}\right] \end{aligned}
  9. Find the centroid of the plane area bounded by the parabolas y=2x−x2y=2 x-x^{2} and y=3x2−6xy=3 x^{2}-6 x

    Solution
    Figure for Question 9
    A=∫∫RdA=∫02∫3x2−6x2x−x2dydx=∫02[2x−x2−3x2+6x]dx=∫02[−4x2+8x]dx=−4x33+4x2∣02=−4(2)33+4(2)2=163\begin{aligned} A & =\int \int\limits _{R} dA\\ & =\int _{0}^{2}\int _{3x^{2} -6x}^{2x-x^{2}} dydx\\ & =\int _{0}^{2}\left[ 2x-x^{2} -3x^{2} +6x\right] dx\\ & =\int _{0}^{2}\left[ -4x^{2} +8x\right] dx\\ & =\left. \frac{-4x^{3}}{3} +4x^{2}\right| _{0}^{2}\\ & =\frac{-4( 2)^{3}}{3} +4( 2)^{2}\\ & =\mathbf{\frac{16}{3}} \end{aligned}
    My=∫∫Rx dA=∫02∫3x2−6x2x−x2x dydx=∫02x(2x−x2−3x2+6x) dx=∫02[−4x3+8x2]dx=−x4+83x3∣02=−24+83(2)3=163\begin{aligned} M_{y} & =\int \int\limits _{R} x\ dA\\ & =\int _{0}^{2}\int _{3x^{2} -6x}^{2x-x^{2}} x\ dydx\\ & =\int _{0}^{2} x\left( 2x-x^{2} -3x^{2} +6x\right) \ dx\\ & =\int _{0}^{2}\left[ -4x^{3} +8x^{2}\right] dx\\ & =\left. -x^{4} +\frac{8}{3} x^{3}\right| _{0}^{2}\\ & =-2^{4} +\frac{8}{3}( 2)^{3}\\ & =\mathbf{\frac{16}{3}} \end{aligned}
    Mx=∫∫Ry dA=∫02∫3x2−6x2x−x2y dydx=12∫02[(2x−x2)2−(3x2−6x)2]dx=12∫02[4x2−4x3+x4−9x4+36x3−36x2]dx=12∫02[−8x4+32x3−32x2]dx=12[−85x5+8x4−323x3∣02]=12[−85(2)5+8(2)4−323(2)3]=−6415\begin{aligned} M_{x} & =\int \int\limits _{R} y\ dA\\ & =\int _{0}^{2}\int _{3x^{2} -6x}^{2x-x^{2}} y\ dydx\\ & =\frac{1}{2}\int _{0}^{2}\left[\left( 2x-x^{2}\right)^{2} -\left( 3x^{2} -6x\right)^{2}\right] dx\\ & =\frac{1}{2}\int _{0}^{2}\left[ 4x^{2} -4x^{3} +x^{4} -9x^{4} +36x^{3} -36x^{2}\right] dx\\ & =\frac{1}{2}\int _{0}^{2}\left[ -8x^{4} +32x^{3} -32x^{2}\right] dx\\ & =\frac{1}{2}\left[\left. -\frac{8}{5} x^{5} +8x^{4} -\frac{32}{3} x^{3}\right| _{0}^{2}\right]\\ & =\frac{1}{2}\left[ -\frac{8}{5}( 2)^{5} +8( 2)^{4} -\frac{32}{3}( 2)^{3}\right]\\ & =-\frac{64}{15} \end{aligned}

    Hence, x=MyA=163163=1x=\frac{M_{y}}{A} =\frac{\frac{16}{3}}{\frac{16}{3}} =1, y=MxA=−6415163=−45y=\frac{M_{x}}{A} =\frac{-\frac{64}{15}}{\frac{16}{3}} =-\frac{4}{5}. Thus, the centroid is (1,−45)\left( 1,-\frac{4}{5}\right).

  10. Find the hydrostatic force on a circular plate of radius 2 that is submerged 6 meters in the water.

    Solution
    Figure for Question 10

    The phrase “submerged 6 meters” is ambiguous. The following solution uses the interpretation that the top of the circular plate is 6 meters below the water surface. With the origin at the center of the plate, the center is therefore 8 meters below the surface. If “6 meters” instead means the center is 6 meters below the surface, replace 8−y8-y by 6−y6-y and the final force becomes 235440π235440\pi.

    Setting up the axis system such that the origin of the axis is at the center of the plate.

    Finally, split up the plate into nn horizontal strips each of width Δy\Delta y. Choosing a point yi∗y_{i}^{*} from each strip. Assume that the strips are rectangular.

    The depth below the water surface of each strip is,

    di=8−yi∗d_{i} =8-y_{i}^{*}

    and that in turn gives us the pressure on the strip,

    Pi=ρgdi=9810(8−yi∗)P_{i} =\rho gd_{i} =9810\left( 8-y_{i}^{*}\right)

    The area of each strip is,

    Ai=24−(yi∗)2  ΔyA_{i} =2\sqrt{4-\left( y_{i}^{*}\right)^{2}} \ \ \Delta y

    The hydrostatic force on each strip is,

    Fi=PiAi=9810(8−yi∗)(2)4−(yi∗)2  ΔyF_{i} =P_{i} A_{i} =9810\left( 8-y_{i}^{*}\right)( 2)\sqrt{4-\left( y_{i}^{*}\right)^{2}} \ \ \Delta y

    The total force on the plate is,

    F=lim⁡n→∞∑i=1n19620(8−yi∗)4−(yi∗)2  Δy=19620∫ −2 2(8−y)4−y2 dy=19620∫ −2 284−y2 dy−19620∫ −2 2y4−y2 dy\begin{aligned} F & =\lim\limits _{n\rightarrow \infty }\sum\limits _{i=1}^{n} 19620\left( 8-y_{i}^{*}\right)\sqrt{4-\left( y_{i}^{*}\right)^{2}} \ \ \Delta y\\ & =19620\int _{\ -2}^{\ 2}( 8-y)\sqrt{4-y^{2}} \ dy\\ & =19620\int _{\ -2}^{\ 2} 8\sqrt{4-y^{2}} \ dy-19620\int _{\ -2}^{\ 2} y\sqrt{4-y^{2}} \ dy \end{aligned}

    The first integral requires the trig substitution y=2sin⁡θy=2\sin \theta and the second integral needs the substitution v=4−y2v=4-y^{2}.

    F=627840∫ −π/2  π/2 cos⁡2θ dθ+9810∫ 0 0v dv=313920∫ −π/2  π/2 1+cos⁡(2θ) dθ+0=313920(θ+12sin⁡(2θ))∣−π/2π/2=313920π\begin{aligned} F & =627840\int _{\ -\pi /2\ }^{\ \pi /2\ }\cos^{2} \theta \ d\theta +9810\int _{\ 0}^{\ 0}\sqrt{v} \ dv\\ & =313920\int _{\ -\pi /2\ }^{\ \pi /2\ } 1+\cos( 2\theta ) \ d\theta +0\\ & =313920\left. \left( \theta +\frac{1}{2}\sin( 2\theta )\right)\right| _{-\pi /2}^{\pi /2}\\ & =313920\pi \end{aligned}