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) on the interval [a,b].
Representative Rectangle:
We draw a rectangle within the region with a thickness of Δx.
A sample point xˉi is chosen within each sub-interval.
The width of each rectangle is determined by Δx=nb−a, where n 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). The area is calculated as: Area of one rectangle=f(xi)×Δx
Approximation by Summation: As we add multiple rectangles, we get an approximation of the total area: Area≈∑i=1nf(xi)Δx
The Integral Definition: By taking the limit as the number of rectangles n approaches infinity, the sum becomes a definite integral: Area=limn→∞∑i=1nf(xi)Δx=∫abf(x)dx
Differential Operator: The term dx 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) and g(x).
Methodology:
Draw a representative rectangle between the two curves.
The thickness remains Δx.
The height of the rectangle is no longer just f(xi), but the difference between the upper function value and the lower function value.
Area of the Representative Rectangle: Area=(f(xi)−g(xi))Δx
General Formula for Area (S): If we take the limit as n→∞, the area between the curves from a to b is: S=∫ab(f(x)−g(x))dx
Requirement: This formula holds true as long as f(x)≥g(x) over the entire interval [a,b]. In simple terms: Area=∫lower limitupper limit(upper function−lower function)dx
Example 1: Area Bounded by y=x and y=x2
Identifying the Region: To find the limits of integration (a and b), we solve for the points of intersection between the line and the parabola.
Solving the System:
Set the equations equal: x=x2
Rearrange: x2−x=0
Factor: x(x−1)=0
Solutions: x=0 and x=1. Therefore, a=0 and b=1.
Determining the Upper Function: Over the interval [0,1], the line y=x is above the parabola y=x2.
Setting up the Integral: S=∫01(x−x2)dx
Integration and Evaluation:
Antiderivative: [21x2−31x3]01
Calculation: (21(1)2−31(1)3)−(21(0)2−31(0)3)
Final Result: 21−31=61
Example 2: Area Bounded by y=x3−x and y=8x
Analysis of the Cubic Function:
Factor the cubic: x(x2−1)=x(x−1)(x+1).
The intercepts are −1,0,1.
Finding Intersections with y=8x:
Set equations equal: x3−x=8x
Rearrange: x3−9x=0
Factor: x(x2−9)=x(x+3)(x−3)=0
Intersections occur at x=−3,0,3.
Defining the Regions:
Region S1 (x∈[−3,0]): The cubic x3−x is the upper function and 8x is the lower function. S1=∫−30(x3−x−8x)dx=∫−30(x3−9x)dx
Region S2 (x∈[0,3]): The line 8x is the upper function and x3−x is the lower function. S2=∫03(8x−(x3−x))dx=∫03(9x−x3)dx
Calculation and Symmetry:
S1=20.25
S2=20.25
The area is symmetric because both functions are odd functions.
Total Area: S=S1+S2=20.25+20.25=40.5
Example 3: Periodic Area Between y=sin(x) and y=sin(2x)
Visualizing the Graphs:
y=sin(x) has a period of 2π and an amplitude of 1.
y=sin(2x) has its period adjusted by the coefficient 2, resulting in a period of 22π=π.
Finding Intersection Points:
Set equal: sin(x)=sin(2x).
Use the Double-Angle Identity: sin(2x)=2sin(x)cos(x).
Equation: sin(x)=2sin(x)cos(x).
Rearrange and Factor: 2sin(x)cos(x)−sin(x)=0⇒sin(x)(2cos(x)−1)=0.
Case 1 (sin(x)=0): x=0,π,2π.
Case 2 (2cos(x)−1=0⇒cos(x)=21): x=3π,35π.
Calculation of Specific Regions (from 0 to 2π):
S1: Interval [0,3π] S1=∫0π/3(sin(2x)−sin(x))dx=[−21cos(2x)+cos(x)]0π/3=41
S2: Interval [3π,π] S2=∫π/3π(sin(x)−sin(2x))dx=49
S3: Interval [π,35π] S3=∫π5π/3(sin(2x)−sin(x))dx=49
S4: Interval [35π,2π] S4=∫5π/32π(sin(x)−sin(2x))dx=41
Summary: The infinite number of repeated enclosed regions have areas that are either 41 or 49.
Integrating with Respect to y
When functions are given as x in terms of y, it is often easier to integrate along the y-axis (horizontal rectangles).
Example Case: x=−21y+1 (a line) and x=21y2 (a right-opening parabola).
Intersections:
Set equal: −21y+1=21y2
Multiply by 2: −y+2=y2
Factor: y2+y−2=(y+2)(y−1)=0
Interval: y∈[−2,1].
Horizontal Slice Logic:
Representative rectangles have a height of dy.
Area is calculated as: ∫bottomtop(right function−left function)dy
Setup: S=∫−21((−21y+1)−(21y2))dy
Result: The area calculated through these same integration techniques is 2.25.
Example 5: Area of a Triangle Using Calculus
Points of the Triangle: (0,0), (2,5), and (5,2).
Finding Line Equations:
Line 1 (L1): Connects (0,0) and (2,5). Slope m=25. Equation: y=25x.
Line 2 (L2): Connects (2,5) and (5,2). Slope m=5−22−5=−1. Using point-slope: y−5=−1(x−2)⇒y=−x+7.
Line 3 (L3): Connects (0,0) and (5,2). Slope m=52. Equation: y=52x.
Dividing the Area into Regions:
Region S1: Interval [0,2]
Region S2: Interval [2,5]
Total Triangle Area: S=S1+S2=4.2+6.3=10.5.