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

Question

For x > 0, if f(x)=1xloget(1+t)dtf(x) = \int\limits_1^x {{{{{\log }_e}t} \over {(1 + t)}}dt} , then f(e)+f(1e)f(e) + f\left( {{1 \over e}} \right) is equal to :

Options

Solution

Key Concepts and Formulas

  • Definite Integral Properties: If abh(t)dt\int_a^b h(t) dt and abg(t)dt\int_a^b g(t) dt exist, then abh(t)dt+abg(t)dt=ab(h(t)+g(t))dt\int_a^b h(t) dt + \int_a^b g(t) dt = \int_a^b (h(t) + g(t)) dt.
  • Substitution Rule for Definite Integrals: To evaluate abh(g(t))g(t)dt\int_a^b h(g(t)) g'(t) dt, let u=g(t)u = g(t), then du=g(t)dtdu = g'(t) dt. The new limits of integration are g(a)g(a) and g(b)g(b).
  • Logarithm Properties: ln(1/u)=lnu\ln(1/u) = -\ln u.

Step-by-Step Solution

Step 1: Expressing f(1/x)f(1/x) using a Substitution

We are given f(x)=1xlnt1+tdtf(x) = \int_1^x \frac{\ln t}{1+t} dt. We need to find f(1/x)f(1/x). f(1x)=11/xlnt1+tdtf\left(\frac{1}{x}\right) = \int_1^{1/x} \frac{\ln t}{1+t} dt To simplify this integral, we use the substitution t=1ut = \frac{1}{u}.

  • Reasoning: This substitution is chosen because it often transforms integrals with limits involving xx and 1/x1/x into integrals with limits involving 11 and xx, and it simplifies terms like 1+t1+t and lnt\ln t in a useful way.
  • Finding dtdt: Differentiating t=u1t = u^{-1} with respect to uu, we get dt=u2du=1u2dudt = -u^{-2} du = -\frac{1}{u^2} du.
  • Changing Limits:
    • When t=1t = 1, 1=1u    u=11 = \frac{1}{u} \implies u = 1.
    • When t=1xt = \frac{1}{x}, 1x=1u    u=x\frac{1}{x} = \frac{1}{u} \implies u = x. Substituting these into the integral: f(1x)=1xln(1/u)1+1/u(1u2)duf\left(\frac{1}{x}\right) = \int_1^x \frac{\ln(1/u)}{1 + 1/u} \left(-\frac{1}{u^2}\right) du Now, we simplify the integrand:
  • ln(1/u)=lnu\ln(1/u) = -\ln u
  • 1+1u=u+1u1 + \frac{1}{u} = \frac{u+1}{u} Substituting these simplifications: f(1x)=1xlnu(u+1)/u(1u2)duf\left(\frac{1}{x}\right) = \int_1^x \frac{-\ln u}{(u+1)/u} \left(-\frac{1}{u^2}\right) du f(1x)=1xlnuuu+1(1u2)duf\left(\frac{1}{x}\right) = \int_1^x \frac{-\ln u \cdot u}{u+1} \left(-\frac{1}{u^2}\right) du f(1x)=1xlnuu(u+1)duf\left(\frac{1}{x}\right) = \int_1^x \frac{\ln u}{u(u+1)} du Since uu is a dummy variable, we can replace it with tt: f(1x)=1xlntt(1+t)dtf\left(\frac{1}{x}\right) = \int_1^x \frac{\ln t}{t(1+t)} dt

Step 2: Combining f(x)f(x) and f(1/x)f(1/x)

Now we add the expressions for f(x)f(x) and f(1/x)f(1/x). Since they have the same limits of integration, we can combine them under a single integral. f(x)+f(1x)=1xlnt1+tdt+1xlntt(1+t)dtf(x) + f\left(\frac{1}{x}\right) = \int_1^x \frac{\ln t}{1+t} dt + \int_1^x \frac{\ln t}{t(1+t)} dt f(x)+f(1x)=1x(lnt1+t+lntt(1+t))dtf(x) + f\left(\frac{1}{x}\right) = \int_1^x \left(\frac{\ln t}{1+t} + \frac{\ln t}{t(1+t)}\right) dt Factor out lnt\ln t: f(x)+f(1x)=1xlnt(11+t+1t(1+t))dtf(x) + f\left(\frac{1}{x}\right) = \int_1^x \ln t \left(\frac{1}{1+t} + \frac{1}{t(1+t)}\right) dt Simplify the terms inside the parenthesis: 11+t+1t(1+t)=tt(1+t)+1t(1+t)=t+1t(1+t)=1t\frac{1}{1+t} + \frac{1}{t(1+t)} = \frac{t}{t(1+t)} + \frac{1}{t(1+t)} = \frac{t+1}{t(1+t)} = \frac{1}{t} Substitute this back into the integral: f(x)+f(1x)=1xlnt(1t)dtf(x) + f\left(\frac{1}{x}\right) = \int_1^x \ln t \left(\frac{1}{t}\right) dt f(x)+f(1x)=1xlnttdtf(x) + f\left(\frac{1}{x}\right) = \int_1^x \frac{\ln t}{t} dt

Step 3: Evaluating the Simplified Integral

We need to evaluate the integral 1xlnttdt\int_1^x \frac{\ln t}{t} dt. We use the substitution v=lntv = \ln t.

  • Reasoning: The derivative of lnt\ln t is 1/t1/t, which is present in the integrand, making this substitution ideal.
  • Finding dvdv: Differentiating v=lntv = \ln t with respect to tt, we get dv=1tdtdv = \frac{1}{t} dt.
  • Changing Limits:
    • When t=1t = 1, v=ln1=0v = \ln 1 = 0.
    • When t=xt = x, v=lnxv = \ln x. Substitute these into the integral: 1xlnttdt=0lnxvdv\int_1^x \frac{\ln t}{t} dt = \int_0^{\ln x} v \, dv Now, we evaluate this simple integral: 0lnxvdv=[v22]0lnx\int_0^{\ln x} v \, dv = \left[\frac{v^2}{2}\right]_0^{\ln x} =(lnx)22022= \frac{(\ln x)^2}{2} - \frac{0^2}{2} =12(lnx)2= \frac{1}{2}(\ln x)^2 Thus, we have found that f(x)+f(1/x)=12(lnx)2f(x) + f(1/x) = \frac{1}{2}(\ln x)^2.

Step 4: Calculating the Specific Value

The problem asks for the value of f(e)+f(1/e)f(e) + f(1/e). We use the general expression derived in Step 3 and substitute x=ex = e. f(e)+f(1e)=12(lne)2f(e) + f\left(\frac{1}{e}\right) = \frac{1}{2}(\ln e)^2 We know that lne=1\ln e = 1. f(e)+f(1e)=12(1)2f(e) + f\left(\frac{1}{e}\right) = \frac{1}{2}(1)^2 f(e)+f(1e)=12f(e) + f\left(\frac{1}{e}\right) = \frac{1}{2}

Common Mistakes & Tips

  • Incorrect Substitution: Ensure the substitution correctly transforms both the differential (dtdt) and the limits of integration. A common error is forgetting to change the limits.
  • Algebraic Errors: The simplification of 11+t+1t(1+t)\frac{1}{1+t} + \frac{1}{t(1+t)} is crucial. Double-check algebraic manipulations to avoid errors.
  • Logarithm Properties: Be careful with logarithm properties, especially ln(1/u)=lnu\ln(1/u) = -\ln u.

Summary

The problem requires evaluating f(e)+f(1/e)f(e) + f(1/e) where f(x)f(x) is defined by a definite integral. The strategy involves transforming the integral for f(1/x)f(1/x) using the substitution t=1/ut=1/u. This allows us to combine f(x)f(x) and f(1/x)f(1/x) into a single integral, which simplifies significantly after algebraic manipulation. The resulting integral 1xlnttdt\int_1^x \frac{\ln t}{t} dt is then evaluated using a straightforward substitution. Finally, substituting x=ex=e into the general expression for f(x)+f(1/x)f(x) + f(1/x) yields the desired numerical value.

The final answer is \boxed{1/2}.

Practice More Definite Integration Questions

View All Questions