Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2025 · 24 Jan · Shift 1 · Q46
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Main
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2025 · 24 Jan · Shift 1 · Q46

Matrices and Determinants question

2025 · 24 Jan · Shift 1 · Q46

JEE MainMathematicsMatrices and DeterminantsNumerical+4 / −1
Let A be a 3×33 \times 33×3 matrix such that XTAX=O\mathrm{X}^{\mathrm{T}} \mathrm{AX}=\mathrm{O}XTAX=O for all nonzero 3×13 \times 13×1 matrices X=[xyz]X=\left[\begin{array}{l}x \\ y \\ z\end{array}\right]X=​xyz​​. If A[111]=[14−5],A[121]=[04−8]\mathrm{A}\left[\begin{array}{l}1 \\ 1 \\ 1\end{array}\right]=\left[\begin{array}{c}1 \\ 4 \\ -5\end{array}\right], \mathrm{A}\left[\begin{array}{l}1 \\ 2 \\ 1\end{array}\right]=\left[\begin{array}{c}0 \\ 4 \\ -8\end{array}\right]A​111​​=​14−5​​,A​121​​=​04−8​​, and det⁡(adj⁡(2( A+I)))=2α3β5γ,α,β,γ∈N\operatorname{det}(\operatorname{adj}(2(\mathrm{~A}+\mathrm{I})))=2^\alpha 3^\beta 5^\gamma, \alpha, \beta, \gamma \in Ndet(adj(2( A+I)))=2α3β5γ,α,β,γ∈N, then α2+β2+γ2\alpha^2+\beta^2+\gamma^2α2+β2+γ2 is
Numerical answer
View written solutionFree

Correct answer: 44

  1. Use the condition XTAX=0X^TAX=0XTAX=0 for all XXX

Given XTAX=0 for all X∈R3,X^TAX=0 \,\text{for all } X\in \mathbb{R}^3,XTAX=0for all X∈R3, this implies that AAA is skew-symmetric, i.e. AT=−A.A^T=-A.AT=−A.

So let

0 & a & b\\ -a & 0 & c\\ -b & -c & 0 \end{bmatrix}.$$ --- 2. **Use $A\begin{bmatrix}1\\1\\1\end{bmatrix}=\begin{bmatrix}1\\4\\-5\end{bmatrix}$** Compute: $$A\begin{bmatrix}1\\1\\1\end{bmatrix}= \begin{bmatrix} a+b\\ -a+c\\ -b-c \end{bmatrix} = \begin{bmatrix}1\\4\\-5\end{bmatrix}.$$ Thus, $$a+b=1 \quad ...(1)$$ $$-a+c=4 \quad ...(2)$$ $$-b-c=-5 \quad ...(3)$$ --- 3. **Use $A\begin{bmatrix}1\\2\\1\end{bmatrix}=\begin{bmatrix}0\\4\\-8\end{bmatrix}$** Compute: $$A\begin{bmatrix}1\\2\\1\end{bmatrix}= \begin{bmatrix} 2a+b\\ -a+c\\ -b-2c \end{bmatrix} = \begin{bmatrix}0\\4\\-8\end{bmatrix}.$$ So, $$2a+b=0 \quad ...(4)$$ $$-a+c=4 \quad ...(5)$$ $$-b-2c=-8 \quad ...(6)$$ --- 4. **Solve for $a,b,c$** From (1) and (4): $$(2a+b)-(a+b)=0-1 \Rightarrow a=-1.$$ Then from (1): $$-1+b=1 \Rightarrow b=2.$$ From (2): $$-(-1)+c=4 \Rightarrow 1+c=4 \Rightarrow c=3.$$ Hence $$A=\begin{bmatrix} 0 & -1 & 2\\ 1 & 0 & 3\\ -2 & -3 & 0 \end{bmatrix}.$$ --- 5. **Find $A+I$ and then $2(A+I)$** $$A+I= \begin{bmatrix} 1 & -1 & 2\\ 1 & 1 & 3\\ -2 & -3 & 1 \end{bmatrix}.$$ So $$2(A+I)= \begin{bmatrix} 2 & -2 & 4\\ 2 & 2 & 6\\ -4 & -6 & 2 \end{bmatrix}.$$ --- 6. **Use determinant formula for adjugate** For an $n\times n$ matrix $M$, $$\det(\operatorname{adj}(M))=(\det M)^{n-1}.$$ Here $n=3$, so $$\det(\operatorname{adj}(M))=(\det M)^2,$$ where $$M=2(A+I).$$ Thus we first compute $\det(M)$. Also, $$\det(2(A+I))=2^3\det(A+I)=8\det(A+I).$$ So compute $\det(A+I)$. --- 7. **Compute $\det(A+I)$** $$\det\begin{bmatrix} 1 & -1 & 2\\ 1 & 1 & 3\\ -2 & -3 & 1 \end{bmatrix}$$ Expand along first row: $$=1\begin{vmatrix}1&3\\-3&1\end{vmatrix} -(-1)\begin{vmatrix}1&3\\-2&1\end{vmatrix} +2\begin{vmatrix}1&1\\-2&-3\end{vmatrix}.$$ Now, $$\begin{vmatrix}1&3\\-3&1\end{vmatrix}=1+9=10,$$ $$\begin{vmatrix}1&3\\-2&1\end{vmatrix}=1+6=7,$$ $$\begin{vmatrix}1&1\\-2&-3\end{vmatrix}=-3+2=-1.$$ Therefore, $$\det(A+I)=10+7+2(-1)=15.$$ Hence $$\det(2(A+I))=8\cdot 15=120=2^3\cdot 3\cdot 5.$$ --- 8. **Compute $\det(\operatorname{adj}(2(A+I)))$** $$\det(\operatorname{adj}(2(A+I)))=(120)^2.$$ So, $$(120)^2=(2^3\cdot 3\cdot 5)^2=2^6\cdot 3^2\cdot 5^2.$$ Thus, $$\alpha=6,\quad \beta=2,\quad \gamma=2.$$ --- 9. **Find $\alpha^2+\beta^2+\gamma^2$** $$\alpha^2+\beta^2+\gamma^2=6^2+2^2+2^2=36+4+4=44.$$ --- 10. **Comparison with stored answer** Derived answer = $44$. Stored correct answer = $44$. They agree.
PreviousNext

More from Matrices and Determinants

  • For some a,b, let f(x)=​a+xsinx​aa​11+xsinx​1​ b b b+xsinx​​​,xeq0,x→0lim​f(x)=λ+μa+ub.…2025 · MCQ
  • If the system of equations ​x+2y−3z=22x+λy+5z=514x+3y+μz=33​ has infinitely many solutions, then λ+μ is equal to :2025 · MCQ
  • Let M denote the set of all real matrices of order 3×3 and let S={−3,−2,−1,1,2}. Let ​S1​={A=[aij​]∈M:A=AT and aij​∈ S,∀i,j},S2​={A=[aij​]∈M:A=−AT and aij​∈ S,∀i,j},S3​={A=[aij​]∈M:a11​+a22​+a33​=0 and aij​∈ S,∀i,j}.​…2025 · Numerical
  • Let A=[2​1​0​−21​] and P=[cosθsinθ​−sinθcosθ​],θ>0. If B=PAP⊤,C=P⊤B10P…2025 · MCQ
  • Let A=[aij​​]=[log5​128log5​8​log4​5log4​25​]. If Aij​ is the cofactor of aij​, Cij​=k=1∑2​aik​Ajk​,1≤i,j≤2…2025 · MCQ
  • Let M and m respectively be the maximum and the minimum values of f(x)=​1+sin2xsin2xsin2x​cos2x1+cos2xcos2x​4sin4x4sin4x1+4sin4x​​,x∈R…2025 · MCQ
  • Let S={m∈Z:Am2+Am=3I−A−6}, where A=[21​−10​]. Then n(S) is equal to ​.2025 · Numerical
  • Let A=[aij​] be a 2×2 matrix such that aij​∈{0,1} for all i and j. Let the random variable X denote the possible values of the determinant of the matrix A. Then, the variance of X is:2025 · MCQ