Area of Regions Between Curves

Area of Regions Between Curves

Area of a Region Between Two Curves (Integrate with Respect to x)

  • Definition: Area between two curves when integrating with respect to x.

    • If f(x) > g(x) on the interval [a,b][a, b], the area AA of the region bounded by the graphs of ff and gg on [a,b][a, b] is given by:

    A=ab(f(x)g(x))dxA = \int_{a}^{b} (f(x) - g(x)) dx

    • Case 1: If g(x)=0g(x) = 0, then:

    A=abf(x)dxA = \int_{a}^{b} f(x) dx

    • Case 2: If g(x)0g(x) \neq 0, then:

    A=ab(f(x)g(x))dxA = \int_{a}^{b} (f(x) - g(x)) dx

Examples

  • Rectangle:

    • To find the area of a rectangle, integrate f(x)=hf(x) = h from 00 to ll.

    A = A=0l ⁣f(x)dx=0l ⁣hdxA=\int_0^{l}\!f\left(x\right)\,dx=\int_0^{l}\!h\,dx

  • Triangular Plate:

    • To find the area of a triangular plate, integrate from 1-1 to 11.

    A=11 ⁣f(x)dxA=\int_{-1}^1\!f\left(x\right)\,dx

    =10(1+x) ⁣dx+01 ⁣(1x)dx=\int_{-1}^0\left(1+x\right)\!\,dx+\int_0^1\!\left(1-x\right)\,dx

    =[x+x22]10+[xx22]01=1=\left\lbrack x+\frac{x^2}{2}\right\rbrack-1^0+\left\lbrack x-\frac{x^2}{2}\right\rbrack0^1=1

  • Area Between Two Curves:

    • Find the area of the region bounded by f(x)=5x2f(x) = 5 - x^2 and g(x)=x23g(x) = x^2 - 3.

      1. Find Intersections:

      f(x)=g(x)5x2=x232x2=8x2=4x=2,2f(x) = g(x) \Rightarrow 5 - x^2 = x^2 - 3 \Rightarrow 2x^2 = 8 \Rightarrow x^2 = 4 \Rightarrow x = -2, 2

      1. Calculate Area:

      A=<em>22(5x2)(x23)dx=</em>22(82x2)dx=202(82x2)dxA = \int<em>{-2}^{2} (5 - x^2) - (x^2 - 3) dx = \int</em>{-2}^{2} (8 - 2x^2) dx = 2 \int_{0}^{2} (8 - 2x^2) dx

      *Because the function is even.*
      

      =2[8x23x3]02=643= 2 \Big[8x - \frac{2}{3}x^3\Big]_{0}^{2} = \frac{64}{3}

  • Area in the First Quadrant:

    • Find the area of the region in the first quadrant bounded by f(x)=x23f(x) = x^{\frac{2}{3}} and g(x)=x4g(x) = x - 4.

      1. Find Intersection:

      x23=x4x2=(x4)3x=8x^{\frac{2}{3}} = x - 4 \Rightarrow x^2 = (x - 4)^3 \Rightarrow x = 8

      *The intersection point is (8,4)(8, 4).*
      
      1. Calculate Area:

      R=<em>04f(x)dx+</em>48f(x)g(x)dx=<em>04x23dx+</em>48x23(x4)dxR = \int<em>{0}^{4} f(x) dx + \int</em>{4}^{8} f(x) - g(x) dx = \int<em>{0}^{4} x^{\frac{2}{3}} dx + \int</em>{4}^{8} x^{\frac{2}{3}} - (x - 4) dx

      =[35x53]<em>04+[35x5312x2+4x]</em>48=565= \Big[\frac{3}{5}x^{\frac{5}{3}}\Big]<em>{0}^{4} + \Big[\frac{3}{5}x^{\frac{5}{3}} - \frac{1}{2}x^2 + 4x\Big]</em>{4}^{8} = \frac{56}{5}

Area of a Region Between Two Curves (Integrate with Respect to y)

  • Definition: Area between two curves when integrating with respect to y.

    • If f(y)g(y)f(y) \geq g(y) on the interval [c,d][c, d], the area AA of the region bounded by the graphs x=f(y)x = f(y) and x=g(y)x = g(y) on [c,d][c, d] is given by:

    A=cd(f(y)g(y))dyA = \int_{c}^{d} (f(y) - g(y)) dy

Example (Revisited)

  • Area in the First Quadrant (Integrating with respect to y):

    • Find the area of the region in the first quadrant bounded by f(x)=x23f(x) = x^{\frac{2}{3}} and g(x)=x4g(x) = x - 4 by integrating with respect to yy from [c,d]=[0,4][c, d] = [0, 4].

      1. Rewrite Functions in terms of y:

      f(x)=x23y=x23y32=xf(y)=y32f(x) = x^{\frac{2}{3}} \Rightarrow y = x^{\frac{2}{3}} \Rightarrow y^{\frac{3}{2}} = x \Rightarrow f(y) = y^{\frac{3}{2}}

      g(x)=x4y=x4y+4=xg(y)=y+4g(x) = x - 4 \Rightarrow y = x - 4 \Rightarrow y + 4 = x \Rightarrow g(y) = y + 4

      1. Calculate Area:

      R=<em>04g(y)f(y)dy=</em>04(y+4)y32dyR = \int<em>{0}^{4} g(y) - f(y) dy = \int</em>{0}^{4} (y + 4) - y^{\frac{3}{2}} dy

      =[y22+4y25y52]04=565= \Big[\frac{y^2}{2} + 4y - \frac{2}{5}y^{\frac{5}{2}}\Big]_{0}^{4} = \frac{56}{5}