Limits, Continuity & Differentiability
1^∞, 0^0 and ∞^0 indeterminate forms
Grade 12
Question:
<p>If <span class="math-inline">\(f(x)\)</span> is a polynomial of least degree such that <span class="math-inline">\(\lim_{x \to 0}\left(1 + \dfrac{f(x) + x^2}{x^2}\right)^{1/x} = e^2\)</span>, then <span class="math-inline">\(f(2)\)</span> is</p>
<span class="math-inline">\(2\)</span>
<span class="math-inline">\(8\)</span>
<span class="math-inline">\(10\)</span>
<span class="math-inline">\(12\)</span>
Step-by-Step Solution
Key Concept: For limits of the form (1 + something)^(1/x) to equal e^k, the exponent in the exponent must be proportional to 1/x. We need the expression f(x) + x²/x² to approach a form where the limit evaluates to e², meaning the coefficient must yield 2.
<p><strong>Step 1: Recognize the standard limit form.</strong></p><p>We have a limit of the form $\lim_{x \to 0}\left(1 + \frac{f(x) + x^2}{x^2}\right)^{1/x}$.</p><p>For limits of type $\lim (1 + u)^{1/v} = e^k$, we use: if $u \to 0$ and $u/v \to k$, then $(1+u)^{1/v} \to e^k$.</p><p><strong>Step 2: Set up the condition.</strong></p><p>Let $u = \frac{f(x) + x^2}{x^2}$. For the limit to equal $e^2$, we need:</p><p>$$\lim_{x \to 0} \frac{u}{1/x} = 2$$</p><p>This means: $\lim_{x \to 0} u \cdot x = 2$</p><p>$$\lim_{x \to 0} \frac{f(x) + x^2}{x^2} \cdot x = 2$$</p><p>$$\lim_{x \to 0} \frac{f(x) + x^2}{x} = 2$$</p><p><strong>Step 3: Analyze the polynomial f(x).</strong></p><p>For this limit to exist and equal 2, the numerator $f(x) + x^2$ must be divisible by $x$ (otherwise the limit is infinite or undefined).</p><p>For least degree polynomial: let $f(x) = ax + bx^2 + cx^3 + \ldots$</p><p>Then: $f(x) + x^2 = ax + (b+1)x^2 + cx^3 + \ldots$</p><p><strong>Step 4: Apply the limit condition.</strong></p><p>$$\lim_{x \to 0} \frac{ax + (b+1)x^2 + cx^3 + \ldots}{x} = \lim_{x \to 0} \left(a + (b+1)x + cx^2 + \ldots\right) = a = 2$$</p><p>So $a = 2$, and $f(x)$ must have no constant term for least degree.</p><p><strong>Step 5: Determine the minimal form.</strong></p><p>For the polynomial to have least degree with the leading coefficient being 2: $f(x) = 2x$</p><p>We can verify: $\lim_{x \to 0} \frac{2x + x^2}{x} = \lim_{x \to 0}(2 + x) = 2$ ✓</p><p><strong>Step 6: Calculate f(2).</strong></p><p>$$f(2) = 2(2) = 4$$</p><p>∴ Answer: 4</p>
Correct Answer: 4