Skip to main content
IIT JEE Test Series — Practice smarter, perform stronger.

Determinant flash cards

Master Determinant through 85 JEE Advanced-level recall cards, systematically structured one idea at a time. Revise concept-wise, identify the areas where you need improvement, and focus your preparation with greater precision.

Determinant, question and answer

10 of this chapter's 85 cards, laid out open so you can read straight through. The remaining 75 are in the interactive deck, where the answer stays hidden until you commit to one.

  1. 1.For a square matrix AA of order nn, what is the relation between adj(A)|adj(A)| and A|A|?

    adj(A)=An1|adj(A)| = |A|^{n-1}, and also adj(adj(A))=An2Aadj(adj(A)) = |A|^{n-2}A (for n2n \geq 2, and provided AA is invertible).

    Hint: Think about the order of the matrix as the exponent.

  2. 2.State the condition on the determinant of coefficient matrix Δ\Delta for a system of 3 linear equations in 3 unknowns (using Cramer's Rule) to have a unique solution.

    Unique solution exists iff Δ0\Delta \neq 0, given by x=Δ1Δ,y=Δ2Δ,z=Δ3Δx=\dfrac{\Delta_1}{\Delta}, y=\dfrac{\Delta_2}{\Delta}, z=\dfrac{\Delta_3}{\Delta}.

    Hint: Non-zero determinant means matrix is invertible.

  3. 3.For a system AX=BAX=B with A=0|A|=0, what are the two possible outcomes based on Δ1,Δ2,Δ3\Delta_1,\Delta_2,\Delta_3?

    If Δ=0\Delta=0 and all Δ1=Δ2=Δ3=0\Delta_1=\Delta_2=\Delta_3=0: infinite solutions or no solution (system may be consistent or inconsistent); if Δ=0\Delta=0 and at least one Δi0\Delta_i \neq 0: no solution.

    Hint: Consider consistency of the equations.

  4. 4.What is the area of a triangle with vertices (x1,y1),(x2,y2),(x3,y3)(x_1,y_1), (x_2,y_2), (x_3,y_3) in determinant form, and what does zero area imply?

    Area=12x1y11x2y21x3y31\text{Area}=\dfrac{1}{2}\left|\begin{vmatrix} x_1 & y_1 & 1\\ x_2 & y_2 & 1\\ x_3 & y_3 & 1\end{vmatrix}\right|; zero value implies the three points are collinear.

    Hint: A degenerate triangle has no area (take the modulus since area cannot be negative).

  5. 5.How is a skew-symmetric determinant of odd order evaluated, and what is the formula for A1A^{-1} in terms of adj(A)adj(A)?

    A skew-symmetric determinant of odd order equals 00; also A1=1Aadj(A)A^{-1}=\dfrac{1}{|A|}adj(A), valid only when A0|A|\neq 0.

    Hint: Recall AT=AA^T=-A and its effect on odd-order determinants.

  6. 6.If Δ=a1b1c1a2b2c2a3b3c3\Delta=\begin{vmatrix}a_1&b_1&c_1\\a_2&b_2&c_2\\a_3&b_3&c_3\end{vmatrix} and Δ\Delta' is formed by replacing R2R_2 with R2+λR1+μR3R_2+\lambda R_1+\mu R_3, how does Δ\Delta' compare to Δ\Delta?

    Δ=Δ\Delta'=\Delta. By multilinearity in R2R_2, Δ=det(R1,R2,R3)+λdet(R1,R1,R3)+μdet(R1,R3,R3)\Delta' = \det(R_1,R_2,R_3)+\lambda\det(R_1,R_1,R_3)+\mu\det(R_1,R_3,R_3). The last two determinants have a repeated row, so they vanish, leaving Δ=Δ\Delta'=\Delta.

    Hint: Split the determinant using linearity in R2R_2; repeated-row terms vanish.

  7. 7.If AA is a 3×33\times3 matrix with A=5|A|=5, find 2A|2A| and A|-A|.

    For an n×nn\times n matrix, kA=knA|kA|=k^n|A| since each of the nn rows is scaled by kk. Here n=3n=3: 2A=235=40|2A|=2^3\cdot5=40 and A=(1)35=5|-A|=(-1)^3\cdot5=-5.

    Hint: Scaling every row of a 3×33\times3 matrix by kk multiplies the determinant by k3k^3.

  8. 8.If R1=(a+p,  b+q,  c+r)R_1=(a+p,\;b+q,\;c+r) in a 3×33\times3 determinant with other rows (x,y,z)(x,y,z) and (l,m,n)(l,m,n) unchanged, express the determinant as a sum of two determinants.

    By linearity of the determinant in a single row, a+pb+qc+rxyzlmn=abcxyzlmn+pqrxyzlmn\begin{vmatrix}a+p&b+q&c+r\\x&y&z\\l&m&n\end{vmatrix}=\begin{vmatrix}a&b&c\\x&y&z\\l&m&n\end{vmatrix}+\begin{vmatrix}p&q&r\\x&y&z\\l&m&n\end{vmatrix}, since each entry of R1R_1 splits and the other two rows stay fixed.

    Hint: A determinant is linear in each row taken separately, so split entry-wise.

  9. 9.Δ=a1b1c1a2b2c2a3b3c3=5\Delta=\begin{vmatrix}a_1&b_1&c_1\\a_2&b_2&c_2\\a_3&b_3&c_3\end{vmatrix}=5. Find b2a2c2b1a1c1b3a3c3\begin{vmatrix}b_2&a_2&c_2\\b_1&a_1&c_1\\b_3&a_3&c_3\end{vmatrix}.

    First swap columns 1 and 2 of Δ\Delta (rows become (b1,a1,c1),(b2,a2,c2),(b3,a3,c3)(b_1,a_1,c_1),(b_2,a_2,c_2),(b_3,a_3,c_3)), flipping the sign to 5-5. Then swap rows 1 and 2 of that result to get (b2,a2,c2),(b1,a1,c1),(b3,a3,c3)(b_2,a_2,c_2),(b_1,a_1,c_1),(b_3,a_3,c_3), flipping the sign again to +5+5. The two sign changes cancel, so the answer is 5\mathbf{5}, not 5-5.

    Hint: Track two separate sign-flipping operations — they may cancel out.

  10. 10.For a 3×33\times3 matrix AA, if adj(A)=O\text{adj}(A)=O (the zero matrix) but AOA\neq O, what can you conclude about A|A| and rank(A)\text{rank}(A)?

    Since Aadj(A)=AIA\cdot\text{adj}(A)=|A|I, if adj(A)=O\text{adj}(A)=O then AI=O|A|I=O, forcing A=0|A|=0. Moreover, adj(A)=O\text{adj}(A)=O for a 3×33\times3 matrix happens precisely when every 2×22\times2 minor of AA vanishes, i.e. rank(A)1\text{rank}(A)\le1. So AA is singular with rank at most 1.

    Hint: Use AadjA=AIA\,\text{adj}A=|A|I and think about when every 2×22\times2 minor is zero.

Open the interactive deck for the other 75 cards, with self-grading so the ones you keep missing come back.

Other ways to revise this chapter

Master this chapter with similar other learning materials.

Preparing students for India’s top institutes

Our students are currently into top technological and medical institutes of India.

  • IIT Bombay
  • IIT Delhi
  • IIT Madras
  • IIT Kanpur
  • IIT Kharagpur
  • IIT Roorkee
  • IIT Guwahati
  • IIT BHU Varanasi
  • AIIMS Delhi
  • NIT Tiruchirappalli
  • NIT Rourkela

Join QuestPix, Today!

Get notified first, with exam & curriculum updates, course & test series launch offers, motivation & success stories and free learning resources recommended by toppers.

Chat on WhatsApp