Objective: Calculate the area of the region between two curves, specifically the curves described by the equations ( y = f(x) ) and ( y = g(x) ).
Conditions: Both functions ( f ) and ( g ) are continuous and ( f(x) \geq g(x) ) for all ( x ) in the interval ([a, b]).
Setup of the Problem
Consider the shaded region ( S ) that lies between the two curves from ( x = a ) to ( x = b ).
Approximation of the area using rectangles:
Divide the interval ([a, b]) into ( n ) subintervals of width ( \Delta x ).
Height of rectangles is given by the difference in function values: ( f(xi^) - g(xi^) ), where ( xi^* ) is a point in the subinterval ( [xi, x_{i+1}] ).
Number of rectangles = ( n )
Riemann Sum and Definite Integral
Area approximation using Riemann sums:
Area = Basis ( \Delta x \times ) Height ( (f(xi^) - g(xi^)) )
Summing the area contributions yields:
[ ext{Area} \approx \sum{i=1}^{n} (f(xi^) - g(x_i^)) \Delta x ]
Taking the limit as ( n o \infty ) leads to:
[ A = \lim{n \to \infty} \sum{i=1}^{n} (f(xi^) - g(xi^)) \Delta x = \int_{a}^{b} (f(x) - g(x)) \, dx ]
Thus, the area ( A ) between the two curves is calculated using the definite integral:
[ A = \int_{a}^{b} (f(x) - g(x)) \, dx ]
Example 1: Area Between ( y = 2x ) and ( y = x^2 - 4x )
Find Points of Intersection:
Set the equations equal to find intersection points:
[ 2x = x^2 - 4x ]