<p>Find the polynomial function \(f(s)\) of degree 6 which satisfies \(\lim_{x \to 0} \left(1 + \frac{f(x)}{x^3}\right)^{1/x} = e^2\) and has local maximum at \(x = 1\) and local minima at \(x = 0\) and \(x = 2\).</p>
<p>\(f(x) = 2x^3(x-1)^2(x-2)\)</p>
<p>\(f(x) = 2x^3 + a_1 x^5 + a_2 x^4 + a_3 x^3 + a_4 x^2 + a_5 x + a_6\)</p>
<p>\(f(x) = a_0 x^6 + a_1 x^5 + a_2 x^4 + 2x^4\)</p>
<p>\(f(x) = a_0 x^5 + a_1 x^4 + a_2 x^3 + 2x^4\)</p>
Step-by-Step Solution
<div class="solution">
<p><strong>Step 1:</strong> To find the polynomial function \(f(s)\) of degree 6, we first analyze the given limit \(\lim_{x \to 0} \left(1 + \frac{f(x)}{x^3}\right)^{1/x} = e^2\). This implies that as \(x\) approaches 0, the expression \(\left(1 + \frac{f(x)}{x^3}\right)^{1/x}\) approaches \(e^2\). Using the limit definition of \(e\), \(\lim_{x \to 0} (1 + x)^{1/x} = e\), we can deduce that \(\frac{f(x)}{x^3}\) approaches \(2x\) as \(x\) approaches 0, because \(\left(1 + \frac{f(x)}{x^3}\right)^{1/x} = \left(1 + \frac{2x}{1}\right)^{1/x}\) would yield \(e^2\).</p>
<p><strong>Step 2:</strong> From Step 1, we understand that \(f(x)\) must be of the form \(f(x) = 2x^4 + g(x)\) where \(g(x)\) is a polynomial of degree less than 4 or exactly 4 but with a coefficient that makes it negligible compared to \(2x^4\) as \(x\) approaches 0. However, since \(f(x)\) is of degree 6, we need to incorporate terms that will give us the required degree without affecting the limit condition. The local maximum at \(x = 1\) and local minima at \(x = 0\) and \(x = 2\) indicate that the derivative of \(f(x)\) must be zero at these points. Given that \(f(x)\) has to be of degree 6 and considering the conditions, a possible form that satisfies these conditions and the limit is \(f(x) = kx^3(x-1)^2(x-2)\), where \(k\) is a constant. To satisfy the limit condition, \(k\) must be chosen such that the limit holds. Substituting \(f(x) = kx^3(x-1)^2(x-2)\) into the limit and solving for \(k\) should yield \(k = 2\) to match the given limit condition, as the limit simplifies to \(\lim_{x \to 0} \left(1 + \frac{kx^3(x-1)^2(x-2)}{x^3}\right)^{1/x} = \lim_{x \to 0} \left(1 + k(x-1)^2(x-2)\right)^{1/x}\), which should approach \(e^2\), implying \(k(x-1)^2(x-2)\) approaches \(2x\) as \(x\) approaches 0, thus \(k = 2\).</p>
<p><strong>Answer:</strong> \(f(x) = 2x^3(x-1)^2(x-2)\)</p>
<div class="key-concept"><strong>Key Concept:</strong> The solution involves understanding the limit definition of \(e\), applying it to the given problem to deduce the form of \(f(x)\), and using calculus to find the specific polynomial that satisfies all given conditions, including the degree of the polynomial and the locations of its local maxima and minima.</div>
</div>
Correct Answer: A