Question:medium

If \( x = -1 \) and \( x = 2 \) are extreme points of \( f(x) = \alpha \log|x| + \beta x^2 + x \), \( x \neq 0 \), then:

Show Hint

Setting the first derivative to zero at the given extreme points yields a system of equations that can be solved for the unknown parameters.
Updated On: Nov 28, 2025
  • \( \alpha = -6, \beta = \frac{1}{2} \)
  • \( \alpha = -6, \beta = -\frac{1}{2} \)
  • \( \alpha = 2, \beta = -\frac{1}{2} \)
  • \( \alpha = 2, \beta = \frac{1}{2} \)
Hide Solution

The Correct Option is C

Solution and Explanation


Step 1: Calculate the first derivative of \( f(x) \).
The function is \( f(x) = \alpha \log|x| + \beta x^2 + x \). The derivative \( f'(x) \) is computed as: \[f'(x) = \frac{d}{dx} (\alpha \log|x| + \beta x^2 + x) = \frac{\alpha}{x} + 2\beta x + 1\]
Step 2: Utilize the property that extreme points occur where the first derivative equals zero.
Since \( x = -1 \) and \( x = 2 \) are extreme points, \( f'(-1) = 0 \) and \( f'(2) = 0 \). For \( x = -1 \): \[f'(-1) = \frac{\alpha}{-1} + 2\beta (-1) + 1 = -\alpha - 2\beta + 1 = 0\] For \( x = 2 \): \[f'(2) = \frac{\alpha}{2} + 2\beta (2) + 1 = \frac{\alpha}{2} + 4\beta + 1 = 0\]
Step 3: Solve the system of linear equations for \( \alpha \) and \( \beta \).
The system of equations is: 1) \( -\alpha - 2\beta = -1 \) 2) \( \alpha + 8\beta = -2 \) (multiplying the second equation by 2) Adding the two equations: \[(-\alpha - 2\beta) + (\alpha + 8\beta) = -1 + (-2)\] \[\n6\beta = -3\n\] \[\n\beta = -\frac{1}{2}\n\] Substitute \( \beta = -\frac{1}{2} \) into the first equation: \[-\alpha - 2\left(-\frac{1}{2}\right) = -1\] \[-\alpha + 1 = -1\] \[-\alpha = -2\] \[\n\alpha = 2\n\] Therefore, \( \alpha = 2 \) and \( \beta = -\frac{1}{2} \).
Was this answer helpful?
0