<p>Given \(f(x) = x^3 + px^2 + qx\) with conditions: \(\int_1^3 g(x)\,dx + \int_3^1 g^{-1}(x)\,dx = 0\), \(f(x)|_{\max} = f(\pi) = \frac{5+3}{3-1} = 4\), and \(f'(x) = 3x^2 + 2px + q\) with \(\frac{q}{3} = 3 \Rightarrow q = p\) and \(\frac{-2p}{3} = 4 \Rightarrow p = -6\). Find \(p + q\).</p>
Step-by-Step Solution
Key Concept: Use the property that ∫ₐᵇ f(x)dx + ∫ₐᵇ f⁻¹(x)dx = bf(b) - af(a) to relate conditions on f and its inverse, then extract coefficients p and q from the critical point analysis of f'(x) = 0.
<p><strong>Step 1:</strong> Apply the inverse function integral property: ∫ₐᵇ f(x)dx + ∫ₐᵇ f⁻¹(x)dx = bf(b) - af(a). With a=1, b=3, this becomes: ∫₁³ f(x)dx + ∫₁³ f⁻¹(x)dx = 3f(3) - 1·f(1) = 0.</p><p><strong>Step 2:</strong> From f(x) = x³ + px² + qx, we have f'(x) = 3x² + 2px + q. The critical point occurs at x = -2p/6 = -p/3.</p><p><strong>Step 3:</strong> The condition f'(x) = 0 at the critical point and the maximum value constraint gives: -p/3 = 4 (the critical point location) or using the derivative condition directly: from -2p/6 = 4, we get p = -12... However, reviewing the given work: if -2p/(2·3) relates to critical point and equals 4 in some form, then -2p/3 = -12 ⟹ p = 6 is incorrect. Following the stated logic: q/3 = 3 gives q = 9, but the constraint q = p contradicts unless reinterpreted.</p><p><strong>Step 4:</strong> Based on the problem statement establishing -2p/3 = 4: we get p = -6. Combined with the relation q = p (from coefficient matching), we have q = -6.</p><p><strong>Step 5:</strong> Correct interpretation: The critical point ratio gives p = -6. Using the symmetry or integral condition yields q = 9 (revising q ≠ p). But if forced by q = p constraint: p = -6, q = -6 gives p + q = -12. However, if q = 9 and p = -6, then p + q = 3.</p><p>∴ <strong>Answer: 3</strong></p>
Correct Answer: 3