Calculus: Areas Between Curves and Integration Techniques

Foundations: Review of the Definite Integral

In Calculus I, the area under a curve is defined as a definite integral. This concept is derived through the following steps:

  • The Region: Consider a region under a curve f(x)f(x) on the interval [a,b][a, b].

  • Representative Rectangle:

    • We draw a rectangle within the region with a thickness of Δx\Delta x.

    • A sample point xˉi\bar{x}_i is chosen within each sub-interval.

    • The width of each rectangle is determined by Δx=ban\Delta x = \frac{b-a}{n}, where nn is the number of partitions (rectangles).

  • Area of a Representative Rectangle: The height of the rectangle is specified by the function value at the sample point, f(xi)f(x_i). The area is calculated as:     Area of one rectangle=f(xi)×Δx\text{Area of one rectangle} = f(x_i) \times \Delta x

  • Approximation by Summation: As we add multiple rectangles, we get an approximation of the total area:     Areai=1nf(xi)Δx\text{Area} \approx \sum_{i=1}^{n} f(x_i) \Delta x

  • The Integral Definition: By taking the limit as the number of rectangles nn approaches infinity, the sum becomes a definite integral:     Area=limni=1nf(xi)Δx=abf(x)dx\text{Area} = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i) \Delta x = \int_a^b f(x) \,dx

  • Differential Operator: The term dxdx represents the differential operator associated with the integration process.

Determining the Area Between Curves

The logic used to find the area under a single curve can be extended to find the area bounded between two curves, f(x)f(x) and g(x)g(x).

  • Methodology:

    • Draw a representative rectangle between the two curves.

    • The thickness remains Δx\Delta x.

    • The height of the rectangle is no longer just f(xi)f(x_i), but the difference between the upper function value and the lower function value.

  • Area of the Representative Rectangle:     Area=(f(xi)g(xi))Δx\text{Area} = (f(x_i) - g(x_i)) \Delta x

  • General Formula for Area (SS): If we take the limit as nn \to \infty, the area between the curves from aa to bb is:     S=ab(f(x)g(x))dxS = \int_a^b (f(x) - g(x)) \,dx

  • Requirement: This formula holds true as long as f(x)g(x)f(x) \geq g(x) over the entire interval [a,b][a, b]. In simple terms:     Area=lower limitupper limit(upper functionlower function)dx\text{Area} = \int_{\text{lower limit}}^{\text{upper limit}} (\text{upper function} - \text{lower function}) \,dx

Example 1: Area Bounded by y=xy = x and y=x2y = x^2

  • Identifying the Region: To find the limits of integration (aa and bb), we solve for the points of intersection between the line and the parabola.

  • Solving the System:

    • Set the equations equal: x=x2x = x^2

    • Rearrange: x2x=0x^2 - x = 0

    • Factor: x(x1)=0x(x - 1) = 0

    • Solutions: x=0x = 0 and x=1x = 1. Therefore, a=0a = 0 and b=1b = 1.

  • Determining the Upper Function: Over the interval [0,1][0, 1], the line y=xy = x is above the parabola y=x2y = x^2.

  • Setting up the Integral:     S=01(xx2)dxS = \int_0^1 (x - x^2) \,dx

  • Integration and Evaluation:

    • Antiderivative: [12x213x3]01[\frac{1}{2}x^2 - \frac{1}{3}x^3]_0^1

    • Calculation: (12(1)213(1)3)(12(0)213(0)3)(\frac{1}{2}(1)^2 - \frac{1}{3}(1)^3) - (\frac{1}{2}(0)^2 - \frac{1}{3}(0)^3)

    • Final Result: 1213=16\frac{1}{2} - \frac{1}{3} = \frac{1}{6}

Example 2: Area Bounded by y=x3xy = x^3 - x and y=8xy = 8x

  • Analysis of the Cubic Function:

    • Factor the cubic: x(x21)=x(x1)(x+1)x(x^2 - 1) = x(x - 1)(x + 1).

    • The intercepts are 1,0,1-1, 0, 1.

  • Finding Intersections with y=8xy = 8x:

    • Set equations equal: x3x=8xx^3 - x = 8x

    • Rearrange: x39x=0x^3 - 9x = 0

    • Factor: x(x29)=x(x+3)(x3)=0x(x^2 - 9) = x(x + 3)(x - 3) = 0

    • Intersections occur at x=3,0,3x = -3, 0, 3.

  • Defining the Regions:

    • Region S1S_1 (x[3,0]x ∈ [-3, 0]): The cubic x3xx^3 - x is the upper function and 8x8x is the lower function.         S1=30(x3x8x)dx=30(x39x)dxS_1 = \int_{-3}^0 (x^3 - x - 8x) \,dx = \int_{-3}^0 (x^3 - 9x) \,dx

    • Region S2S_2 (x[0,3]x ∈ [0, 3]): The line 8x8x is the upper function and x3xx^3 - x is the lower function.         S2=03(8x(x3x))dx=03(9xx3)dxS_2 = \int_0^3 (8x - (x^3 - x)) \,dx = \int_0^3 (9x - x^3) \,dx

  • Calculation and Symmetry:

    • S1=20.25S_1 = 20.25

    • S2=20.25S_2 = 20.25

    • The area is symmetric because both functions are odd functions.

  • Total Area: S=S1+S2=20.25+20.25=40.5S = S_1 + S_2 = 20.25 + 20.25 = 40.5

Example 3: Periodic Area Between y=sin(x)y = \sin(x) and y=sin(2x)y = \sin(2x)

  • Visualizing the Graphs:

    • y=sin(x)y = \sin(x) has a period of 2π2\pi and an amplitude of 11.

    • y=sin(2x)y = \sin(2x) has its period adjusted by the coefficient 22, resulting in a period of 2π2=π\frac{2\pi}{2} = \pi.

  • Finding Intersection Points:

    • Set equal: sin(x)=sin(2x)\sin(x) = \sin(2x).

    • Use the Double-Angle Identity: sin(2x)=2sin(x)cos(x)\sin(2x) = 2\sin(x)\cos(x).

    • Equation: sin(x)=2sin(x)cos(x)\sin(x) = 2\sin(x)\cos(x).

    • Rearrange and Factor: 2sin(x)cos(x)sin(x)=0sin(x)(2cos(x)1)=02\sin(x)\cos(x) - \sin(x) = 0 \Rightarrow \sin(x)(2\cos(x) - 1) = 0.

    • Case 1 (sin(x)=0\sin(x) = 0): x=0,π,2πx = 0, \pi, 2\pi.

    • Case 2 (2cos(x)1=0cos(x)=122\cos(x) - 1 = 0 \Rightarrow \cos(x) = \frac{1}{2}): x=π3,5π3x = \frac{\pi}{3}, \frac{5\pi}{3}.

  • Calculation of Specific Regions (from 00 to 2π2\pi):

    • S1S_1: Interval [0,π3][0, \frac{\pi}{3}]         S1=0π/3(sin(2x)sin(x))dx=[12cos(2x)+cos(x)]0π/3=14S_1 = \int_0^{\pi/3} (\sin(2x) - \sin(x)) \,dx = [-\frac{1}{2}\cos(2x) + \cos(x)]_0^{\pi/3} = \frac{1}{4}

    • S2S_2: Interval [π3,π][\frac{\pi}{3}, \pi]         S2=π/3π(sin(x)sin(2x))dx=94S_2 = \int_{\pi/3}^{\pi} (\sin(x) - \sin(2x)) \,dx = \frac{9}{4}

    • S3S_3: Interval [π,5π3][\pi, \frac{5\pi}{3}]         S3=π5π/3(sin(2x)sin(x))dx=94S_3 = \int_{\pi}^{5\pi/3} (\sin(2x) - \sin(x)) \,dx = \frac{9}{4}

    • S4S_4: Interval [5π3,2π][\frac{5\pi}{3}, 2\pi]         S4=5π/32π(sin(x)sin(2x))dx=14S_4 = \int_{5\pi/3}^{2\pi} (\sin(x) - \sin(2x)) \,dx = \frac{1}{4}

  • Summary: The infinite number of repeated enclosed regions have areas that are either 14\frac{1}{4} or 94\frac{9}{4}.

Integrating with Respect to yy

When functions are given as xx in terms of yy, it is often easier to integrate along the y-axis (horizontal rectangles).

  • Example Case: x=12y+1x = -\frac{1}{2}y + 1 (a line) and x=12y2x = \frac{1}{2}y^2 (a right-opening parabola).

  • Intersections:

    • Set equal: 12y+1=12y2-\frac{1}{2}y + 1 = \frac{1}{2}y^2

    • Multiply by 22: y+2=y2-y + 2 = y^2

    • Factor: y2+y2=(y+2)(y1)=0y^2 + y - 2 = (y + 2)(y - 1) = 0

    • Interval: y[2,1]y \in [-2, 1].

  • Horizontal Slice Logic:

    • Representative rectangles have a height of dydy.

    • Area is calculated as: bottomtop(right functionleft function)dy\int_{\text{bottom}}^{\text{top}} (\text{right function} - \text{left function}) \,dy

  • Setup:     S=21((12y+1)(12y2))dyS = \int_{-2}^1 ((-\frac{1}{2}y + 1) - (\frac{1}{2}y^2)) \,dy

  • Result: The area calculated through these same integration techniques is 2.252.25.

Example 5: Area of a Triangle Using Calculus

  • Points of the Triangle: (0,0)(0, 0), (2,5)(2, 5), and (5,2)(5, 2).

  • Finding Line Equations:

    • Line 1 (L1L_1): Connects (0,0)(0, 0) and (2,5)(2, 5). Slope m=52m = \frac{5}{2}. Equation: y=52xy = \frac{5}{2}x.

    • Line 2 (L2L_2): Connects (2,5)(2, 5) and (5,2)(5, 2). Slope m=2552=1m = \frac{2-5}{5-2} = -1. Using point-slope: y5=1(x2)y=x+7y - 5 = -1(x - 2) \Rightarrow y = -x + 7.

    • Line 3 (L3L_3): Connects (0,0)(0, 0) and (5,2)(5, 2). Slope m=25m = \frac{2}{5}. Equation: y=25xy = \frac{2}{5}x.

  • Dividing the Area into Regions:

    • Region S1S_1: Interval [0,2][0, 2]

      • Upper function: L1L_1 (52x\frac{5}{2}x). Lower function: L3L_3 (25x\frac{2}{5}x).         S1=02(52x25x)dx=4.2S_1 = \int_0^2 (\frac{5}{2}x - \frac{2}{5}x) \,dx = 4.2

    • Region S2S_2: Interval [2,5][2, 5]

      • Upper function: L2L_2 (x+7-x + 7). Lower function: L3L_3 (25x\frac{2}{5}x).         S2=25((x+7)25x)dx=6.3S_2 = \int_2^5 ((-x + 7) - \frac{2}{5}x) \,dx = 6.3

  • Total Triangle Area: S=S1+S2=4.2+6.3=10.5S = S_1 + S_2 = 4.2 + 6.3 = 10.5.