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+i where i = 1,2,3 and mi'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=4x. Rest all other entries of the matrix are one. The value of det. (A) is equal to:

37
-6
-4
-9
-4
Solution
The equation of a normal to the parabola y2=4x (where a=1) is given by tx+y−t3−2t=0. For the normal to pass through (9, -6), we substitute these coordinates into the equation: 9t−6−t3−2t=0, which simplifies to t3−7t+6=0. Factoring this cubic equation gives (t−1)(t−2)(t+3)=0, so the roots are t=1,2,−3. The slopes of the normals are m=−t, which are m1=−1,m2=−2,m3=3. Ordering these slopes by their absolute values: ∣−1∣=1,∣−2∣=2,∣3∣=3. Thus, m1=−1,m2=−2,m3=3. The diagonal elements of matrix A are aii=mi+i. a11=m1+1=−1+1=0 a22=m2+2=−2+2=0 a33=m3+3=3+3=6 The matrix A is:
A=011101116The determinant of A is: det(A)=0(0−1)−1(6−1)+1(1−0)=0−5+1=−4.