Key Concepts and Formulas
- Fermat's Theorem: If a function f(x) has a local extremum (maximum or minimum) at x=c, and f(x) is differentiable at x=c, then f′(c)=0.
- Derivative of Logarithmic Function: dxd(log∣x∣)=x1 for x=0.
- Power Rule: dxd(xn)=nxn−1.
Step-by-Step Solution
Step 1: Find the derivative of f(x)
We are given the function:
f(x)=αlog∣x∣+βx2+x
We need to find its derivative, f′(x). We will differentiate each term with respect to x.
- Derivative of αlog∣x∣:
dxd(αlog∣x∣)=α⋅x1=xα
- Derivative of βx2:
dxd(βx2)=β⋅2x=2βx
- Derivative of x:
dxd(x)=1
Therefore, the first derivative of f(x) is:
f′(x)=xα+2βx+1
Step 2: Apply the condition for extreme points
We are given that x=−1 and x=2 are extreme points. According to Fermat's Theorem, this implies f′(−1)=0 and f′(2)=0.
-
Substitute x=−1 into f′(x):
f′(−1)=−1α+2β(−1)+1=0
−α−2β+1=0
Rearranging the equation:
α+2β=1…(i)
-
Substitute x=2 into f′(x):
f′(2)=2α+2β(2)+1=0
2α+4β+1=0
Multiplying the entire equation by 2 to eliminate the fraction:
α+8β+2=0
Rearranging the equation:
α+8β=−2…(ii)
Step 3: Solve the system of linear equations
We have the following system of equations:
α+2β=1…(i)
α+8β=−2…(ii)
We can solve this system using the elimination method. Subtract equation (i) from equation (ii):
(α+8β)−(α+2β)=−2−1
6β=−3
β=−63=−21
Now substitute the value of β into equation (i) to find α:
α+2(−21)=1
α−1=1
α=2
Common Mistakes & Tips:
- Sign Errors: Pay close attention to signs during substitution and algebraic manipulation.
- Derivative of log∣x∣: Remember that the derivative of log∣x∣ is x1 for all x=0.
- Checking the solution: After finding the values of α and β, substitute them back into the original equations to verify the solution.
Summary
By finding the first derivative of the given function and applying the condition that the derivative is zero at extreme points, we derived a system of two linear equations. Solving this system allowed us to determine the values of α and β. The values are α=2 and β=−21.
The final answer is α=2,β=−21, which corresponds to option (A).