Let f be a non-negative function in [0, 1] and twice differentiable in (0, 1). If ∫0x1−(f′(t))2dt=∫0xf(t)dt, 0≤x≤1 and f(0) = 0, then x→0limx21∫0xf(t)dt :
Options
Solution
1. Key Concepts and Formulas
Leibniz's Rule for Differentiation Under the Integral Sign: If G(x)=∫a(x)b(x)h(t,x)dt, then G′(x)=h(b(x),x)⋅b′(x)−h(a(x),x)⋅a′(x)+∫a(x)b(x)∂x∂h(t,x)dt. For G(x)=∫0xh(t)dt, this simplifies to G′(x)=h(x).
L'Hôpital's Rule: If x→climg(x)f(x) is of the form 00 or ∞∞, then x→climg(x)f(x)=x→climg′(x)f′(x), provided the latter limit exists.
Taylor Series Expansion of cosx around x=0: cosx=1−2!x2+4!x4−…
2. Step-by-Step Solution
We are given the integral equation:
∫0x1−(f′(t))2dt=∫0xf(t)dtfor 0≤x≤1
with the conditions f(0)=0, f(x)≥0 for x∈[0,1], and f is twice differentiable in (0,1). We need to find x→0limx21∫0xf(t)dt.
Step 1: Differentiate both sides of the integral equation using Leibniz's Rule.
To eliminate the integrals and obtain a differential equation, we differentiate both sides of the given equation with respect to x. Applying Leibniz's Rule (specifically, dxd∫0xh(t)dt=h(x)), we get:
1−(f′(x))2=f(x)
This equation implies that f(x)≥0 (since the left side is a square root) and 1−(f′(x))2≥0, which means (f′(x))2≤1, or −1≤f′(x)≤1.
Step 2: Square both sides and rearrange to form a separable differential equation.
Squaring both sides of 1−(f′(x))2=f(x) gives:
1−(f′(x))2=f2(x)
Rearranging the terms to isolate (f′(x))2:
(f′(x))2=1−f2(x)
Taking the square root of both sides yields:
f′(x)=±1−f2(x)
Since f(x)≥0, we consider the differential equation in the form dxdf=±1−f2. We can separate the variables:
1−f2df=±dx
Step 3: Integrate the differential equation.
Integrating both sides:
∫1−f2df=∫±dx
The integral on the left is a standard form: ∫1−u2du=arcsin(u)+C. Thus, we have:
arcsin(f(x))=±x+C
Step 4: Use the initial condition to find the constant of integration.
We are given f(0)=0. Substituting x=0 into the equation:
arcsin(f(0))=±0+Carcsin(0)=C
Since arcsin(0)=0, we get C=0.
So, the equation becomes:
arcsin(f(x))=±x
This implies f(x)=sin(±x). Since sin(−x)=−sin(x), we have f(x)=±sin(x).
Given that f(x)≥0 for x∈[0,1], and sin(x)≥0 for x∈[0,1] (as 1 radian is in the first quadrant), we must choose the positive sign.
Therefore, f(x)=sin(x).
Step 5: Evaluate the limit.
We need to find x→0limx21∫0xf(t)dt. Substituting f(t)=sint:
L=x→0limx21∫0xsintdt
First, evaluate the definite integral:
∫0xsintdt=[−cost]0x=−cosx−(−cos0)=−cosx+1=1−cosx
Now, substitute this back into the limit:
L=x→0limx21−cosx
As x→0, the expression is of the indeterminate form 00. We can apply L'Hôpital's Rule.
Step 6: Apply L'Hôpital's Rule (or Taylor Series).
Applying L'Hôpital's Rule:
L=x→0limdxd(x2)dxd(1−cosx)=x→0lim2xsinx
This is still of the form 00, so we apply L'Hôpital's Rule again:
L=x→0limdxd(2x)dxd(sinx)=x→0lim2cosx
Substituting x=0:
L=2cos0=21
Alternatively, using the Taylor series expansion for cosx around x=0, cosx=1−2x2+O(x4):
1−cosx=1−(1−2x2+O(x4))=2x2+O(x4)
Then the limit becomes:
L=x→0limx22x2+O(x4)=x→0lim(21+O(x2))=21
3. Common Mistakes & Tips
Squaring both sides: Be cautious about introducing extraneous solutions. Always check the derived function against the original conditions. In this case, f(x)≥0 helped select the correct form of the solution.
Differentiating integrals: Ensure correct application of Leibniz's Rule, especially when the limits of integration are functions of the variable of differentiation.
Indeterminate forms: When evaluating limits, always check if the form is indeterminate (00 or ∞∞) before applying L'Hôpital's Rule.
4. Summary
The problem requires transforming an integral equation into a differential equation by differentiating both sides using Leibniz's Rule. Solving the resulting separable differential equation with the given initial condition yields f(x)=sin(x). Finally, the limit is evaluated by integrating f(t) and applying L'Hôpital's Rule or Taylor series expansion for the indeterminate form.
The final answer is 21, which corresponds to option (D).