Limits, Continuity & Differentiability
General
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>
Step-by-Step Solution
Key Concept: General
<div class="solution"><p><strong>Key Idea:</strong> For <span class="math-inline">$1^\infty$</span> form: <span class="math-inline">$\lim_{x\to 0}\dfrac{f(x)+x^2}{x^2}\cdot\dfrac{1}{x} = 2$</span>, so <span class="math-inline">$\lim_{x\to 0}\dfrac{f(x)+x^2}{x^3} = 2$</span>.</p><p><strong>Step 1:</strong> For the limit to be finite, the numerator must vanish faster than <span class="math-inline">$x^3$</span>. So <span class="math-inline">$f(x) + x^2$</span> must be <span class="math-inline">$O(x^3)$</span>, meaning the <span class="math-inline">$x^2$</span> term in <span class="math-inline">$f(x)$</span> must cancel the <span class="math-inline">$+x^2$</span>.</p><p><strong>Step 2:</strong> Least degree polynomial means no unnecessary terms. Try <span class="math-inline">$f(x) = 2x^3 - x^2$</span>:<br><span class="math-block">$$\lim_{x\to 0}\frac{2x^3 - x^2 + x^2}{x^3} = \lim_{x\to 0}\frac{2x^3}{x^3} = 2 \checkmark$$</span></p><p><strong>Step 3:</strong> Compute <span class="math-inline">$f(2)$</span>:<br><span class="math-block">$$f(2) = 2(8) - 4 = 16 - 4 = 12$$</span></p><p><strong>Answer: (D) 12</strong></p><div class="trap-box"><strong>Trap:</strong> Students try <span class="math-inline">$f(x) = 2x^3$</span> (forgetting to cancel the <span class="math-inline">$x^2$</span> term), which gives <span class="math-inline">$\lim \frac{2x^3+x^2}{x^3} = 2 + \frac{1}{x} \to \infty$</span>. The <span class="math-inline">$-x^2$</span> is essential.</div><div class="key-concept"><strong>Key Concept:</strong> Least degree polynomial construction using limit finiteness condition</div></div>
Correct Answer: 4