<p>If <span>\( xf(x) = x + \int_1^x f(t)\,dt \)</span>, then find <span>\( \sum_{k=1}^{10} f(e^k) \)</span>.</p>
Step-by-Step Solution
Key Concept: Differentiate both sides of the given functional equation to find f(x) explicitly, then use the resulting formula to compute the sum telescopically.
<p><strong>Step 1:</strong> Differentiate both sides of xf(x) = x + ∫₁ˣ f(t)dt with respect to x.</p><p>Left side: d/dx[xf(x)] = f(x) + xf'(x)</p><p>Right side: d/dx[x + ∫₁ˣ f(t)dt] = 1 + f(x)</p><p><strong>Step 2:</strong> Equate derivatives: f(x) + xf'(x) = 1 + f(x)</p><p>This simplifies to: xf'(x) = 1, so f'(x) = 1/x</p><p><strong>Step 3:</strong> Integrate: f(x) = ln(x) + C</p><p>Use initial condition from original equation: At x=1, f(1)·1 = 1 + ∫₁¹ f(t)dt = 1 + 0 = 1, so f(1) = 1</p><p>Therefore: 1 = ln(1) + C = 0 + C, giving C = 1</p><p>Thus: f(x) = ln(x) + 1</p><p><strong>Step 4:</strong> Calculate f(eᵏ) = ln(eᵏ) + 1 = k + 1</p><p><strong>Step 5:</strong> Compute the sum: ∑ₖ₌₁¹⁰ f(eᵏ) = ∑ₖ₌₁¹⁰ (k + 1) = ∑ₖ₌₁¹⁰ k + ∑ₖ₌₁¹⁰ 1</p><p>= [10(11)/2] + 10 = 55 + 10 = 65</p><p>∴ Answer: <strong>65</strong></p>
Correct Answer: C