Skip to main content
Back to Definite Integration
JEE Main 2018
Definite Integration
Definite Integration
Hard

Question

Let F(x)=f(x)+f(1x),F\left( x \right) = f\left( x \right) + f\left( {{1 \over x}} \right), where f(x)=lxlogt1+tdt,f\left( x \right) = \int\limits_l^x {{{\log t} \over {1 + t}}dt,} Then F(e)F(e) equals

Options

Solution

Key Concepts and Formulas

  1. Properties of Definite Integrals: The value of a definite integral is independent of the variable of integration (abf(x)dx=abf(t)dt\int_a^b f(x) dx = \int_a^b f(t) dt). Integrals with the same limits can be added or subtracted by combining their integrands.
  2. Substitution Rule for Definite Integrals: When performing a substitution u=g(x)u = g(x), the limits of integration must be transformed accordingly. For abf(x)dx\int_a^b f(x) dx, if u=g(x)u=g(x), the new limits are g(a)g(a) and g(b)g(b).
  3. Fundamental Theorem of Calculus: abh(x)dx=h(b)h(a)\int_a^b h'(x) dx = h(b) - h(a).
  4. Logarithm Properties: log(1/x)=logx\log(1/x) = -\log x.

Step-by-Step Solution

We are given the function F(x)=f(x)+f(1/x)F(x) = f(x) + f(1/x), where f(x)=1xlogt1+tdtf(x) = \int_1^x \frac{\log t}{1+t} dt. We need to find the value of F(e)F(e).

Step 1: Express F(e)F(e) in terms of f(e)f(e) and f(1/e)f(1/e). Substitute x=ex=e into the definition of F(x)F(x): F(e)=f(e)+f(1e)F(e) = f(e) + f\left(\frac{1}{e}\right) Now, use the definition of f(x)f(x) to write f(e)f(e) and f(1/e)f(1/e) as definite integrals: f(e)=1elogt1+tdtf(e) = \int_1^e \frac{\log t}{1+t} dt f(1e)=11/elogt1+tdtf\left(\frac{1}{e}\right) = \int_1^{1/e} \frac{\log t}{1+t} dt Therefore, F(e)=1elogt1+tdt+11/elogt1+tdt(1)F(e) = \int_1^e \frac{\log t}{1+t} dt + \int_1^{1/e} \frac{\log t}{1+t} dt \quad \ldots(1)

Step 2: Evaluate the second integral using a substitution. Let the second integral be I=11/elogt1+tdtI = \int_1^{1/e} \frac{\log t}{1+t} dt. We will use the substitution z=1/tz = 1/t. From z=1/tz = 1/t, we have t=1/zt = 1/z. Differentiating with respect to zz, we get dt=1z2dzdt = -\frac{1}{z^2} dz. Now, we change the limits of integration: When t=1t = 1, z=1/1=1z = 1/1 = 1. When t=1/et = 1/e, z=1/(1/e)=ez = 1/(1/e) = e.

Substitute these into the integral II: I=1elog(1/z)1+1/z(1z2)dzI = \int_1^e \frac{\log(1/z)}{1 + 1/z} \left(-\frac{1}{z^2}\right) dz Using the logarithm property log(1/z)=logz\log(1/z) = -\log z: I=1elogzz+1z(1z2)dzI = \int_1^e \frac{-\log z}{\frac{z+1}{z}} \left(-\frac{1}{z^2}\right) dz I=1elogzzz+1(1z2)dzI = \int_1^e \frac{-\log z \cdot z}{z+1} \left(-\frac{1}{z^2}\right) dz I=1elogzz(z+1)dzI = \int_1^e \frac{\log z}{z(z+1)} dz Since the variable of integration does not affect the value of a definite integral, we can replace zz with tt: I=1elogtt(t+1)dtI = \int_1^e \frac{\log t}{t(t+1)} dt

Step 3: Combine the integrals for F(e)F(e). Substitute the evaluated form of II back into equation (1): F(e)=1elogt1+tdt+1elogtt(1+t)dtF(e) = \int_1^e \frac{\log t}{1+t} dt + \int_1^e \frac{\log t}{t(1+t)} dt Since the limits of integration are the same, we can combine the integrands: F(e)=1e(logt1+t+logtt(1+t))dtF(e) = \int_1^e \left(\frac{\log t}{1+t} + \frac{\log t}{t(1+t)}\right) dt Find a common denominator for the terms inside the parenthesis: F(e)=1e(tlogtt(1+t)+logtt(1+t))dtF(e) = \int_1^e \left(\frac{t \log t}{t(1+t)} + \frac{\log t}{t(1+t)}\right) dt F(e)=1etlogt+logtt(1+t)dtF(e) = \int_1^e \frac{t \log t + \log t}{t(1+t)} dt Factor out logt\log t from the numerator: F(e)=1elogt(t+1)t(1+t)dtF(e) = \int_1^e \frac{\log t (t+1)}{t(1+t)} dt For t[1,e]t \in [1, e], t+10t+1 \neq 0, so we can cancel the (t+1)(t+1) term: F(e)=1elogttdtF(e) = \int_1^e \frac{\log t}{t} dt

Step 4: Evaluate the final integral. To evaluate 1elogttdt\int_1^e \frac{\log t}{t} dt, we use the substitution u=logtu = \log t. Differentiating with respect to tt, we get du=1tdtdu = \frac{1}{t} dt. Now, we change the limits of integration: When t=1t = 1, u=log1=0u = \log 1 = 0. When t=et = e, u=loge=1u = \log e = 1.

Substitute uu and dudu into the integral: F(e)=01uduF(e) = \int_0^1 u \, du This is a standard integral: F(e)=[u22]01F(e) = \left[\frac{u^2}{2}\right]_0^1 Apply the Fundamental Theorem of Calculus: F(e)=122022F(e) = \frac{1^2}{2} - \frac{0^2}{2} F(e)=120F(e) = \frac{1}{2} - 0 F(e)=12F(e) = \frac{1}{2}

Common Mistakes & Tips

  • Limit Transformation: Always remember to change the limits of integration when performing a substitution in a definite integral.
  • Algebraic Simplification: Be meticulous with algebraic manipulations, especially when combining fractions and canceling terms. Errors here can lead to a completely wrong result.
  • Recognizing Patterns: The structure of F(x)=f(x)+f(1/x)F(x) = f(x) + f(1/x) is a strong indicator that a substitution of the form z=1/tz=1/t will be beneficial.

Summary

The problem involves evaluating F(e)=f(e)+f(1/e)F(e) = f(e) + f(1/e), where f(x)f(x) is defined by an integral. By expressing F(e)F(e) as a sum of two integrals and applying the substitution z=1/tz=1/t to the integral involving f(1/e)f(1/e), we transformed the problem into a sum of integrals with the same limits. Algebraic simplification led to a single integral 1elogttdt\int_1^e \frac{\log t}{t} dt. This integral was then easily evaluated using the substitution u=logtu = \log t, yielding the result 1/21/2.

The final answer is 1/2\boxed{1/2}, which corresponds to option (C).

Practice More Definite Integration Questions

View All Questions