Solveeit Logo

Question

Question: In a square matrix A of order 3, $a_{ii} = m_i + i$ where i = 1,2,3 and $m_i$'s are the slopes (in i...

In a square matrix A of order 3, aii=mi+ia_{ii} = m_i + i where i = 1,2,3 and mim_i's are the slopes (in increasing order of their absolute value) of the 3 normals concurrent at the point (9,-6) to the parabola y2=4xy^2 = 4x. Rest all other entries of the matrix are one. The value of det. (A) is equal to:

A

37

B

-6

C

-4

D

-9

Answer

-4

Explanation

Solution

The equation of a normal to the parabola y2=4xy^2 = 4x (where a=1a=1) is given by tx+yt32t=0tx + y - t^3 - 2t = 0. For the normal to pass through (9, -6), we substitute these coordinates into the equation: 9t6t32t=09t - 6 - t^3 - 2t = 0, which simplifies to t37t+6=0t^3 - 7t + 6 = 0. Factoring this cubic equation gives (t1)(t2)(t+3)=0(t-1)(t-2)(t+3) = 0, so the roots are t=1,2,3t=1, 2, -3. The slopes of the normals are m=tm = -t, which are m1=1,m2=2,m3=3m_1 = -1, m_2 = -2, m_3 = 3. Ordering these slopes by their absolute values: 1=1,2=2,3=3|-1|=1, |-2|=2, |3|=3. Thus, m1=1,m2=2,m3=3m_1 = -1, m_2 = -2, m_3 = 3. The diagonal elements of matrix A are aii=mi+ia_{ii} = m_i + i. a11=m1+1=1+1=0a_{11} = m_1 + 1 = -1 + 1 = 0 a22=m2+2=2+2=0a_{22} = m_2 + 2 = -2 + 2 = 0 a33=m3+3=3+3=6a_{33} = m_3 + 3 = 3 + 3 = 6 The matrix A is:

A=(011101116)A = \begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 6 \end{pmatrix}

The determinant of A is: det(A)=0(01)1(61)+1(10)=05+1=4\det(A) = 0(0-1) - 1(6-1) + 1(1-0) = 0 - 5 + 1 = -4.