JEE Challenger
More from Application of Integrals

Area Bounded by Function Composition Curve and Lines

Let f:(1,)Rf:(1, \infty) \rightarrow \mathbb{R} be a function defined as f(x)=x1x+1f(x)=\frac{x-1}{x+1}. Let fi+1(x)=f(fi(x)),i=1,2,,25f^{i+1}(x)=f\left(f^i(x)\right), i=1, 2, \ldots, 25, where f1(x)=f(x)f^1(x)=f(x). If g(x)+f26(x)=0,x(1,)g(x)+f^{26}(x)=0, x \in(1, \infty), then the area of the region bounded by the curves y=g(x),2y=2x3,y=0y=g(x), 2 y=2 x-3, y=0 and x=4x=4 is :

Options

A

18+loge2\frac{1}{8}+\log_e 2

Correct
B

14+loge2\frac{1}{4}+\log_e 2

C

56+3loge2\frac{5}{6}+3 \log_e 2

D

56+loge2\frac{5}{6}+\log_e 2

Step-by-Step Solution

To find the area of the region bounded by the given curves, we first determine the explicit form of g(x)g(x).

Step 1: Determine the composite function f26(x)f^{26}(x)

The function f:(1,)Rf:(1, \infty) \rightarrow \mathbb{R} is defined as: f(x)=x1x+1f(x) = \frac{x-1}{x+1}

Let us compute the successive compositions fn(x)=f(fn1(x))f^n(x) = f(f^{n-1}(x)):

  1. f1(x)=x1x+1f^1(x) = \frac{x-1}{x+1}

  2. f2(x)=f(f(x))=x1x+11x1x+1+1=(x1)(x+1)(x1)+(x+1)=22x=1xf^2(x) = f(f(x)) = \frac{\frac{x-1}{x+1} - 1}{\frac{x-1}{x+1} + 1} = \frac{(x-1) - (x+1)}{(x-1) + (x+1)} = \frac{-2}{2x} = -\frac{1}{x}

  3. f3(x)=f(f2(x))=f(1x)=1x11x+1=1x1+x=x+11xf^3(x) = f(f^2(x)) = f\left(-\frac{1}{x}\right) = \frac{-\frac{1}{x} - 1}{-\frac{1}{x} + 1} = \frac{-1-x}{-1+x} = \frac{x+1}{1-x}

  4. f4(x)=f(f3(x))=f(x+11x)=x+11x1x+11x+1=(x+1)(1x)(x+1)+(1x)=2x2=xf^4(x) = f(f^3(x)) = f\left(\frac{x+1}{1-x}\right) = \frac{\frac{x+1}{1-x} - 1}{\frac{x+1}{1-x} + 1} = \frac{(x+1) - (1-x)}{(x+1) + (1-x)} = \frac{2x}{2} = x

Since f4(x)=xf^4(x) = x, the sequence of functions fn(x)f^n(x) is periodic with a period of 44.

Thus, for n=26n = 26: 262(mod4)    f26(x)=f2(x)=1x26 \equiv 2 \pmod 4 \implies f^{26}(x) = f^2(x) = -\frac{1}{x}

Step 2: Find g(x)g(x)

We are given g(x)+f26(x)=0g(x) + f^{26}(x) = 0 for x(1,)x \in (1, \infty), so: g(x)=f26(x)=(1x)=1xg(x) = -f^{26}(x) = -\left(-\frac{1}{x}\right) = \frac{1}{x}

Step 3: Identify the region and boundaries

The region is bounded by the following curves and lines:

  1. y=g(x)=1xy = g(x) = \frac{1}{x}
  2. Line 2y=2x3    y=x322y = 2x - 3 \implies y = x - \frac{3}{2}
  3. y=0y = 0 (the x-axis)
  4. Line x=4x = 4

Now, let us find the points of intersection:

  • Intersection of y=x32y = x - \frac{3}{2} and y=0y = 0: x32=0    x=32x - \frac{3}{2} = 0 \implies x = \frac{3}{2}

  • Intersection of y=x32y = x - \frac{3}{2} and y=1xy = \frac{1}{x} for x(1,)x \in (1, \infty): x32=1x    2x23x2=0    (2x+1)(x2)=0x - \frac{3}{2} = \frac{1}{x} \implies 2x^2 - 3x - 2 = 0 \implies (2x + 1)(x - 2) = 0 Since x>1x > 1, we take x=2x = 2. The point of intersection is (2,12)\left(2, \frac{1}{2}\right).

  • Intersection of y=1xy = \frac{1}{x} and x=4x = 4: y=14y = \frac{1}{4}

Thus, the region starts at x=32x = \frac{3}{2} and ends at x=4x = 4.

  • For x[32,2]x \in \left[\frac{3}{2}, 2\right], the region is bounded between the line y=x32y = x - \frac{3}{2} and y=0y = 0.
  • For x[2,4]x \in [2, 4], the region is bounded between the curve y=1xy = \frac{1}{x} and y=0y = 0.

Step 4: Compute the area

The total area AA is given by: A=3/22(x32)dx+241xdxA = \int_{3/2}^{2} \left(x - \frac{3}{2}\right) \, dx + \int_{2}^{4} \frac{1}{x} \, dx

Calculating each integral separately: 3/22(x32)dx=[(x32)22]3/22=(232)220=(12)22=18\int_{3/2}^{2} \left(x - \frac{3}{2}\right) \, dx = \left[ \frac{\left(x - \frac{3}{2}\right)^2}{2} \right]_{3/2}^{2} = \frac{\left(2 - \frac{3}{2}\right)^2}{2} - 0 = \frac{\left(\frac{1}{2}\right)^2}{2} = \frac{1}{8}

241xdx=[logex]24=loge4loge2=loge(42)=loge2\int_{2}^{4} \frac{1}{x} \, dx = \left[ \log_e x \right]_{2}^{4} = \log_e 4 - \log_e 2 = \log_e \left(\frac{4}{2}\right) = \log_e 2

Adding the two parts together: Area=18+loge2\text{Area} = \frac{1}{8} + \log_e 2

Thus, the correct option is A.

Area Bounded by Function Composition Curve and Lines | Mathematics PYQ Solution - JEE Challenger