Animated Solution for Mathematics - Definite Integration: Let the functions f:R→R and g:R→R be defined by f(x)=ex−1−e−∣x−1∣ and g(x)=21(ex−1+e1−x). Then the area of the region in the first quadrant bounded by the curves y=f(x), y=g(x) and x=0 is
Select Answer:
Visualized Solution
The Bounded Region
Find the area bounded by y=f(x), y=g(x) and x=0 in the first quadrant.
f(x)=ex−1−e−∣x−1∣
g(x)=21(ex−1+e1−x)
Analyzing f(x)
f(x)=ex−1−e−∣x−1∣
Critical point for ∣x−1∣ is x=1.
We must split f(x) into two cases: x≤1 and x>1.
f(x) for x≤1
For x≤1, ∣x−1∣=−(x−1)=1−x
f(x)=ex−1−e−(1−x)
f(x)=ex−1−ex−1=0
f(x) for x>1
For x>1, ∣x−1∣=x−1
f(x)=ex−1−e−(x−1)
f(x)=ex−1−e1−x
Graphing g(x)
g(x)=21(ex−1+e1−x)
Notice g(x) is always positive.
Minimum value occurs at x=1, where g(1)=1.
Finding the Intersection
To find the right boundary, set f(x)=g(x).
From the graph, intersection occurs at x>1.
Use f(x)=ex−1−e1−x.
Equating f(x) and g(x)
ex−1−e1−x=21(ex−1+e1−x)
Let t=ex−1 (where t>1 since x>1)
Then e1−x=t1
t−t1=21(t+t1)
Solving for x
Multiply by 2: 2t−t2=t+t1
Rearrange: t=t3⟹t2=3
t=3 (since t>1)
ex−1=3⟹x−1=ln(3)
x=1+ln(3)
The Integration Limits
The intersection point is at x=1+ln(3).
The total area is split into two distinct regions at x=1.
This is because the lower curve f(x) changes its definition there.
Setting Up the Area Integral
Area A=∫01+ln3(g(x)−f(x))dx
Split at x=1:
A=∫01(g(x)−0)dx+∫11+ln3(g(x)−f(x))dx
Let A=A1+A2
Evaluating A1
A1=∫0121(ex−1+e1−x)dx
A1=21[ex−1−e1−x]01
Upper limit (x=1): 21(e0−e0)=0
Lower limit (x=0): 21(e−1−e1)
A1=0−21(e−1−e)=21(e−e−1)
Simplifying Integrand for A2
g(x)−f(x)=21(ex−1+e1−x)−(ex−1−e1−x)
g(x)−f(x)=(21−1)ex−1+(21−(−1))e1−x
g(x)−f(x)=−21ex−1+23e1−x
Evaluating A2
A2=∫11+ln3(−21ex−1+23e1−x)dx
A2=[−21ex−1−23e1−x]11+ln3
Upper limit: −21(3)−23(31)=−3
Lower limit: −21(1)−23(1)=−2
A2=−3−(−2)=2−3
Total Area
Total Area A=A1+A2
A=21(e−e−1)+(2−3)
A=(2−3)+21(e−e−1)
This matches option A.
00:00 / 00:00
The Sigma Insight: Area Bounded by Curves
Solution Diagram
Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a calculus problem; we are peeling back the layers of a function to reveal the elegant geometry hidden beneath.
We are tasked with finding the area bounded by f(x)=ex−1−e−∣x−1∣, g(x)=21(ex−1+e1−x), and the y-axis (x=0). At first glance, this looks like a standard area-under-the-curve problem.
However, in the world of JEE Advanced, the devil is always in the details—specifically, in that absolute value sign.
Decoding the Piecewise Nature
The function f(x)=ex−1−e−∣x−1∣ is a wolf in sheep's clothing. The modulus ∣x−1∣ is a signal, a warning light that tells us to stop and find the critical point where the expression inside the modulus vanishes. That happens at x=1.
Let us analyze the two worlds created by this hinge point:
1. The Region x≤1: Here, x−1 is negative, so ∣x−1∣=−(x−1)=1−x. Substituting this into our function, we get f(x)=ex−1−e−(1−x)=ex−1−ex−1=0.
The complex exponential expression collapses into a flat, horizontal line lying perfectly on the x-axis. Our lower boundary for the first part of the area is simply y=0.
2. The Region x>1: Here, x−1 is positive, so ∣x−1∣=x−1. Our function becomes f(x)=ex−1−e−(x−1)=ex−1−e1−x. This is a growing, curved function that will serve as our lower boundary for the second part of the area.
The Hyperbolic Dance
Now, let us turn our attention to g(x)=21(ex−1+e1−x). If you have spent time with hyperbolic functions, you might recognize this as a shifted version of cosh(x−1).
It is a beautiful, symmetric curve that reaches its minimum value of 1 at x=1. Because g(x) is always positive and sits above f(x) in our region of interest, it will act as our upper boundary.
We are essentially calculating the area trapped between this hyperbolic curve and the piecewise floor we just defined.
The Intersection
To find the right-hand limit of our area, we must find where f(x) and g(x) meet. We set them equal:
ex−1−e1−x=21(ex−1+e1−x)
Let t=ex−1. Since x>1, we know t>1. Our equation transforms into:
t−t1=21(t+t1)
Multiplying by 2 and rearranging, we get 2t−t2=t+t1, which simplifies to t=t3, or t2=3. Since t>1, we take the positive root: t=3.
Thus, ex−1=3, which gives us our upper limit: x=1+ln(3).
The Integration
We are ready to calculate the total area A. Because the lower boundary changes at x=1, we split the integral into two acts:
Act 1 (0 to 1): The area is ∫01(g(x)−0)dx. Integrating 21(ex−1+e1−x), we get:
Act 2 (1 to 1+ln(3)): The area is ∫11+ln(3)(g(x)−f(x))dx. Simplifying the integrand g(x)−f(x) gives us −21ex−1+23e1−x.
Integrating this, we get:
[−21ex−1−23e1−x]11+ln(3)=2−3
The Grand Finale
Adding our two acts together, the total area is:
A=(2−3)+21(e−e1)
Look at what we have achieved. We navigated the piecewise trap, solved a transcendental equation using clever substitution, and carefully partitioned our integral.
This is the essence of JEE Advanced mathematics: not just calculating, but understanding the narrative of the functions. You have done well. Keep this clarity of thought, and no problem will ever be too daunting.