Determine the area enclosed by the curves \( y = e^x \) and \( y = |e^x - 1| \) and the y-axis.
Step 1: Characterize the curves
The curve \( y = e^x \) is an exponential function always above the x-axis for \( x \geq 0 \).
The curve \( y = |e^x - 1| \) is defined as:
Step 2: Formulate the integral
The region of interest is bounded by the y-axis and extends from \( x = 0 \) to the intersection of \( e^x \) and \( e^x - 1 \), which is at \( x = 0 \).
The area is computed by integrating the difference between the upper and lower curves:
\[ \text{Area} = \int_0^1 e^x - (1 - e^x) \, dx \]
Step 3: Evaluate the integral
Simplify the integrand:
\[ \int_0^1 e^x - (1 - e^x) \, dx = \int_0^1 2e^x - 1 \, dx \]
Perform the integration:
\[ \int_0^1 2e^x - 1 \, dx = \left[ 2e^x - x \right]_0^1 = \left( 2e^1 - 1 \right) - \left( 2e^0 - 0 \right) \]
\[ = 2e - 1 - 2 = 2e - 3 \]
Step 4: Conclusion
The calculated area enclosed by the curves and the y-axis is \( 2e - 3 \).
Final Answer: \( 2e - 3 \).