Problem Statement:
We are given two functions:
f:(0,1)→R defined as:
f(x)=nifx∈[n+11,n1),n∈N.g:(0,1)→R such that for all x∈(0,1):
∫x2xt1−tdt<g(x)<2x.
We are to evaluate the limit:
x→0limf(x)g(x)and determine which of the given options (A)-(D) is correct.
Step 1: Analyze f(x).
The function f(x) is piecewise constant:
For x∈[n+11,n1), f(x)=n.
As x→0+, x falls into intervals with larger n.
Behavior as x→0+:
For x∈[n+11,n1), x≈n1.
Thus, f(x)=n≈x1.
Limit of f(x):
x→0+limf(x)=n→∞limn=∞.
Step 2: Analyze g(x).
The function g(x) is bounded by:
∫x2xt1−tdt<g(x)<2x.Lower Bound:
∫x2xt1−tdt=∫x2x(t1−t)dt.Compute the integral:
∫(t1−t)dt=2t−32t3/2.Evaluate from x2 to x:
[2x−32x3/2]−[2x−32x3]=2x−32x3/2−2x+32x3.For x→0+, the dominant term is 2x, so:
∫x2xt1−tdt≈2x.Upper Bound:
g(x)<2x.Conclusion for g(x):
g(x)≈2xasx→0+.
Step 3: Evaluate limx→0f(x)g(x).
From Step 1 and Step 2:
f(x)≈x1,g(x)≈2x.Thus:
f(x)g(x)≈x1×2x=2.Therefore:
x→0limf(x)g(x)=2.
Verification of Bounds:
To ensure the approximation is valid, consider x∈[n+11,n1):
The upper bound g(x)<2x also leads to:
f(x)g(x)<n×n2=2.Hence, the limit is squeezed to 2.
Final Answer:
The limit is equal to 2. Therefore, the correct option is (C).
C
Comments
Post a Comment