Concept:
• Area under a curve \( y = f(x) \) bounded by the x-axis and lines \( x = a \), \( x = b \) is given by \( \int_a^b |f(x)| \, dx \).
• For a region below the x-axis, the definite integral will be negative, so we take the absolute value for area.
Step 1: Determine the integration limits and sign of the function
The area is bounded by the y-axis (\( x = 0 \)), the line \( x = 1 \), and the x-axis (\( y = 0 \)).
In the interval \( [0, 1] \), let's check the sign of \( y = 2x - 4 \):
At \( x = 0, y = -4 \).
At \( x = 1, y = -2 \).
Since the function is always negative in this interval, the curve lies below the x-axis.
Step 2: Set up the integral for the area
Area \( A = \int_0^1 |2x - 4| \, dx \).
Since \( 2x - 4 \) is negative on \( [0, 1] \), \( |2x - 4| = -(2x - 4) = 4 - 2x \).
\[ A = \int_0^1 (4 - 2x) \, dx \]
Step 3: Evaluate the definite integral
Integrate the expression:
\[ A = [4x - x^2]_0^1 \]
Substitute the limits:
\[ A = (4(1) - (1)^2) - (4(0) - 0^2) \]
\[ A = (4 - 1) - 0 = 3 \text{ sq. units} \]