Let f(x) = \left| {\matrix{ a & { - 1} & 0 \cr {ax} & a & { - 1} \cr {a{x^2}} & {ax} & a \cr } } \right|,\,a \in R. Then the sum of the squares of all the values of a, for which 2f′(10)−f′(5)+100=0, is
Options
Solution
Key Concepts and Formulas
Determinant Evaluation: For a 3×3 matrix, the determinant can be expanded along any row or column. For a matrix psvqtwrux, expanding along the first row gives p(tx−uw)−q(sx−uv)+r(sw−tv). Choosing a row or column with zero elements simplifies calculations.
Differentiation Rules:
Constant Multiple Rule:dxd[c⋅h(x)]=c⋅h′(x), where c is a constant with respect to x.
Chain Rule:dxd[g(x)]n=n[g(x)]n−1⋅g′(x). This is crucial for differentiating composite functions like (x+a)2.
Solving Quadratic Equations and Vieta's Formulas: For a quadratic equation Ax2+Bx+C=0 with roots α and β, the sum of roots α+β=−AB and the product of roots αβ=AC. The sum of squares of roots is given by α2+β2=(α+β)2−2αβ.
Step-by-Step Solution
Step 1: Evaluate the Determinant to Express f(x) as a Polynomial
The first step is to simplify the given determinant into a more manageable polynomial form of f(x). This algebraic expression is necessary for subsequent differentiation.
The given determinant is:
f(x)=aaxax2−1aax0−1a
To simplify, we expand the determinant along the first row (R1) because it contains a zero, which eliminates one term in the expansion.
f(x)=a⋅aax−1a−(−1)⋅axax2−1a+0⋅axax2aax
Now, we evaluate the 2×2 determinants:
The first term: a⋅(a⋅a−(−1)⋅ax)=a(a2+ax)
The second term: +1⋅(ax⋅a−(−1)⋅ax2)=1⋅(a2x+ax2)
The third term is 0, so its contribution is zero.
Combine these results:
f(x)=a(a2+ax)+(a2x+ax2)f(x)=a3+a2x+a2x+ax2f(x)=a3+2a2x+ax2
We can factor out a from the expression:
f(x)=a(a2+2ax+x2)
Recognizing the perfect square trinomial (x2+2ax+a2)=(x+a)2, we simplify f(x) to:
f(x)=a(x+a)2
Step 2: Differentiate f(x) to Find f′(x)
The problem involves f′(10) and f′(5), so we need to find the derivative of f(x) with respect to x. Remember that a is treated as a constant here.
Given f(x)=a(x+a)2.
Using the constant multiple rule and the chain rule:
f′(x)=a⋅dxd((x+a)2)
Let u=x+a. Then dxdu=1.
Applying the chain rule dxd(u2)=2u⋅dxdu:
f′(x)=a⋅2(x+a)2−1⋅dxd(x+a)f′(x)=a⋅2(x+a)⋅1f′(x)=2a(x+a)
Step 3: Substitute f′(x) into the Given Condition
The problem states the condition 2f′(10)−f′(5)+100=0. We will evaluate f′(x) at x=10 and x=5 and substitute these into the equation.
First, evaluate f′(10):
f′(10)=2a(10+a)
Next, evaluate f′(5):
f′(5)=2a(5+a)
Substitute these expressions into the given condition:
2⋅[2a(10+a)]−[2a(5+a)]+100=04a(10+a)−2a(5+a)+100=0
Step 4: Solve the Resulting Quadratic Equation for 'a'
Now, we simplify the equation from Step 3 and solve for the values of a.
4a(10+a)−2a(5+a)+100=0
Distribute the terms:
(40a+4a2)−(10a+2a2)+100=0
Remove parentheses, being careful with the negative sign:
40a+4a2−10a−2a2+100=0
Combine like terms:
(4a2−2a2)+(40a−10a)+100=02a2+30a+100=0
Divide the entire equation by 2 to simplify:
a2+15a+50=0
This is a quadratic equation. We can solve it by factorization. We look for two numbers that multiply to 50 and add up to 15. These numbers are 10 and 5.
(a+10)(a+5)=0
This yields two possible values for a:
a+10=0⇒a=−10a+5=0⇒a=−5
So, the values of a are −10 and −5.
Step 5: Calculate the Sum of the Squares of all Values of a
The question asks for the sum of the squares of all the values of a. Let a1=−10 and a2=−5.
Sum of squares =a12+a22=(−10)2+(−5)2=100+25=125
Alternatively, using Vieta's formulas for a2+15a+50=0:
Here, A=1, B=15, C=50.
Sum of roots: a1+a2=−AB=−115=−15
Product of roots: a1a2=AC=150=50
Sum of squares: a12+a22=(a1+a2)2−2a1a2=(−15)2−2(50)=225−100=125
Both methods confirm the result.
Common Mistakes & Tips
Determinant Expansion Errors: Be careful with signs when expanding determinants, especially the negative sign for the middle term in a 3×3 expansion.
Differentiation of Constants: Remember that a is a constant with respect to x. Its derivative with respect to x is 0, and it acts as a constant multiplier. Do not treat a as a variable when differentiating f(x).
Chain Rule Application: Ensure the chain rule is correctly applied when differentiating (x+a)2. It's 2(x+a) multiplied by the derivative of (x+a), which is 1.
Algebraic Simplification: Simplify the expression for f(x) as much as possible, e.g., recognizing (x2+2ax+a2) as (x+a)2. This makes differentiation much easier.
Summary
This problem required a systematic application of determinant evaluation, differentiation, and solving quadratic equations. We first simplified the determinant to obtain f(x)=a(x+a)2. Then, we found its derivative f′(x)=2a(x+a). Substituting f′(10) and f′(5) into the given condition 2f′(10)−f′(5)+100=0 led to a quadratic equation a2+15a+50=0. Solving this equation yielded a=−10 and a=−5. Finally, we calculated the sum of the squares of these values, (−10)2+(−5)2=100+25=125.
The final answer is 125, which corresponds to option (C).