Question
Question: Let \(A=\left[ \begin{matrix} 2 & b & 1 \\\ b & {{b}^{2}}+1 & b \\\ 1 & b & 2 \\\ \...
Let A=2 b 1 bb2+1b1b2 where b>0. Then the minimum value of bdet(A) is :
A. 3
B. −3
C. −23
D. 23
Solution
Here in the given matrix of 3×3 ratio we will first find out the value of its determinant and as we can see, it might be obtained in variable b. Then to find the minimum value of bdet(A), we use the concept of maxima - minima and carry out the derivative test to find the minimum value.
Complete step-by-step answer:
Here in the question we have been given a 3×3 matrix, which means that the matrix has 3 rows and 3 columns and it is categorised under square matrix as per the type of matrices. And we have been asked to find the value of bdet(A). So, we will first find the determinant of matrix A, which would be,
det(A)=2 b 1 bb2+1b1b2
We will now expand the determinal along row 1. So, we will get,
2[2(b2+1)−b2]−b[2b−b]+1[b2−(b2+1)]⇒2[2b2+2−b2]−b(b)+1(b2−b2−1)⇒2[b2+2]−b2−1⇒2b2+4−b2−1⇒b2+3
Now, we have got the simplified form of the determinant, b2+3. So, let us take f(b)=bb2+3. This is the function of b whose minimum value has to be found. So, we will differentiate f(b) and then find the value of b, where f′(b)=0 and then find the value at which f(b) is minimum. So, on differentiating, we will get,
f′(b)=1−b23
On equating f′(b)=0, we get,
1−b23=0⇒b2b2−3=0⇒b2−3=0⇒b2=3⇒b=±3
Now, we will substitute the value of b=3 in the f(b), so we get the value as,
f(b)=3(3)2+3⇒f(b)=33+3⇒f(b)=36=23
Now, we will take the value of b=−3, so we get the value of f(b) as,
f(b)=−3(−3)2+3⇒f(b)=−33+3⇒f(b)=−36=−23
Thus, we get the minimum value as −23.
So, the correct answer is “Option c”.
Note: We can use an alternate method for solving the determinant. To find the minimum value of the function of b, that is bdet(A), the derivative test can be used or we can make a quadratic equation in b and put the value of D≥0 and find the range of f(b) and check for the minimum value. The students should be careful with their calculations as this involves a lot of multiple operations and there are chances of errors with numbers or signs.