Key Concepts and Formulas
- Properties of Definite Integrals: The value of a definite integral is independent of the variable of integration (∫abf(x)dx=∫abf(t)dt). Integrals with the same limits can be added or subtracted by combining their integrands.
- Substitution Rule for Definite Integrals: When performing a substitution u=g(x), the limits of integration must be transformed accordingly. For ∫abf(x)dx, if u=g(x), the new limits are g(a) and g(b).
- Fundamental Theorem of Calculus: ∫abh′(x)dx=h(b)−h(a).
- Logarithm Properties: log(1/x)=−logx.
Step-by-Step Solution
We are given the function F(x)=f(x)+f(1/x), where f(x)=∫1x1+tlogtdt. We need to find the value of F(e).
Step 1: Express F(e) in terms of f(e) and f(1/e).
Substitute x=e into the definition of F(x):
F(e)=f(e)+f(e1)
Now, use the definition of f(x) to write f(e) and f(1/e) as definite integrals:
f(e)=∫1e1+tlogtdt
f(e1)=∫11/e1+tlogtdt
Therefore,
F(e)=∫1e1+tlogtdt+∫11/e1+tlogtdt…(1)
Step 2: Evaluate the second integral using a substitution.
Let the second integral be I=∫11/e1+tlogtdt. We will use the substitution z=1/t.
From z=1/t, we have t=1/z.
Differentiating with respect to z, we get dt=−z21dz.
Now, we change the limits of integration:
When t=1, z=1/1=1.
When t=1/e, z=1/(1/e)=e.
Substitute these into the integral I:
I=∫1e1+1/zlog(1/z)(−z21)dz
Using the logarithm property log(1/z)=−logz:
I=∫1ezz+1−logz(−z21)dz
I=∫1ez+1−logz⋅z(−z21)dz
I=∫1ez(z+1)logzdz
Since the variable of integration does not affect the value of a definite integral, we can replace z with t:
I=∫1et(t+1)logtdt
Step 3: Combine the integrals for F(e).
Substitute the evaluated form of I back into equation (1):
F(e)=∫1e1+tlogtdt+∫1et(1+t)logtdt
Since the limits of integration are the same, we can combine the integrands:
F(e)=∫1e(1+tlogt+t(1+t)logt)dt
Find a common denominator for the terms inside the parenthesis:
F(e)=∫1e(t(1+t)tlogt+t(1+t)logt)dt
F(e)=∫1et(1+t)tlogt+logtdt
Factor out logt from the numerator:
F(e)=∫1et(1+t)logt(t+1)dt
For t∈[1,e], t+1=0, so we can cancel the (t+1) term:
F(e)=∫1etlogtdt
Step 4: Evaluate the final integral.
To evaluate ∫1etlogtdt, we use the substitution u=logt.
Differentiating with respect to t, we get du=t1dt.
Now, we change the limits of integration:
When t=1, u=log1=0.
When t=e, u=loge=1.
Substitute u and du into the integral:
F(e)=∫01udu
This is a standard integral:
F(e)=[2u2]01
Apply the Fundamental Theorem of Calculus:
F(e)=212−202
F(e)=21−0
F(e)=21
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) is a strong indicator that a substitution of the form z=1/t will be beneficial.
Summary
The problem involves evaluating F(e)=f(e)+f(1/e), where f(x) is defined by an integral. By expressing F(e) as a sum of two integrals and applying the substitution z=1/t to the integral involving f(1/e), we transformed the problem into a sum of integrals with the same limits. Algebraic simplification led to a single integral ∫1etlogtdt. This integral was then easily evaluated using the substitution u=logt, yielding the result 1/2.
The final answer is 1/2, which corresponds to option (C).