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

2023 · 10 Apr · Shift 2 · Q36
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. /2023 · 10 Apr · Shift 2 · Q36

Matrices and Determinants question

2023 · 10 Apr · Shift 2 · Q36

JEE MainMathematicsMatrices and DeterminantsNumerical+4 / −1
Let S\mathrm{S}S be the set of values of λ\lambdaλ, for which the system of equations 6λx−3y+3z=4λ26 \lambda x-3 y+3 z=4 \lambda^{2}6λx−3y+3z=4λ2, 2x+6λy+4z=12 x+6 \lambda y+4 z=12x+6λy+4z=1, 3x+2y+3λz=λ3 x+2 y+3 \lambda z=\lambda3x+2y+3λz=λ has no solution. Then 12∑i∈S∣λ∣12 \sum_{i \in S}|\lambda|12∑i∈S​∣λ∣ is equal to ‾\underline{\hspace{2cm}}​.
Numerical answer
View written solutionFree

Correct answer: 24

  1. Write the system in matrix form

The given system is

6λx−3y+3z=4λ2,6\lambda x-3y+3z=4\lambda^2,6λx−3y+3z=4λ2, 2x+6λy+4z=1,2x+6\lambda y+4z=1,2x+6λy+4z=1, 3x+2y+3λz=λ.3x+2y+3\lambda z=\lambda.3x+2y+3λz=λ.

So the coefficient matrix is

A=(6λ−3326λ4323λ),A=\begin{pmatrix} 6\lambda & -3 & 3\\ 2 & 6\lambda & 4\\ 3 & 2 & 3\lambda \end{pmatrix},A=​6λ23​−36λ2​343λ​​,

and the RHS vector is

B=(4λ21λ).B=\begin{pmatrix}4\lambda^2\\1\\\lambda\end{pmatrix}.B=​4λ21λ​​.

For the system to have no solution, we need:

  • det⁡(A)=0\det(A)=0det(A)=0 (so the system is singular), and
  • the augmented system must be inconsistent.

  1. Find when det⁡(A)=0\det(A)=0det(A)=0

Compute

det⁡(A)=∣6λ−3326λ4323λ∣.\det(A)=\begin{vmatrix} 6\lambda & -3 & 3\\ 2 & 6\lambda & 4\\ 3 & 2 & 3\lambda \end{vmatrix}.det(A)=​6λ23​−36λ2​343λ​​.

Expanding along the first row,

det⁡(A)=6λ∣6λ423λ∣−(−3)∣2433λ∣+3∣26λ32∣.\det(A)=6\lambda\begin{vmatrix}6\lambda & 4\\2 & 3\lambda\end{vmatrix} -(-3)\begin{vmatrix}2 & 4\\3 & 3\lambda\end{vmatrix} +3\begin{vmatrix}2 & 6\lambda\\3 & 2\end{vmatrix}.det(A)=6λ​6λ2​43λ​​−(−3)​23​43λ​​+3​23​6λ2​​.

Now,

∣6λ423λ∣=18λ2−8,\begin{vmatrix}6\lambda & 4\\2 & 3\lambda\end{vmatrix}=18\lambda^2-8,​6λ2​43λ​​=18λ2−8, ∣2433λ∣=6λ−12,\begin{vmatrix}2 & 4\\3 & 3\lambda\end{vmatrix}=6\lambda-12,​23​43λ​​=6λ−12, ∣26λ32∣=4−18λ.\begin{vmatrix}2 & 6\lambda\\3 & 2\end{vmatrix}=4-18\lambda.​23​6λ2​​=4−18λ.

Hence,

det⁡(A)=6λ(18λ2−8)+3(6λ−12)+3(4−18λ).\det(A)=6\lambda(18\lambda^2-8)+3(6\lambda-12)+3(4-18\lambda).det(A)=6λ(18λ2−8)+3(6λ−12)+3(4−18λ).

Simplify:

det⁡(A)=108λ3−48λ+18λ−36+12−54λ\det(A)=108\lambda^3-48\lambda+18\lambda-36+12-54\lambdadet(A)=108λ3−48λ+18λ−36+12−54λ =108λ3−84λ−24.=108\lambda^3-84\lambda-24.=108λ3−84λ−24.

Factor out 121212:

det⁡(A)=12(9λ3−7λ−2).\det(A)=12(9\lambda^3-7\lambda-2).det(A)=12(9λ3−7λ−2).

So we solve

9λ3−7λ−2=0.9\lambda^3-7\lambda-2=0.9λ3−7λ−2=0.

Try rational roots. For λ=1\lambda=1λ=1,

9−7−2=0,9-7-2=0,9−7−2=0,

so (λ−1)(\lambda-1)(λ−1) is a factor.

Divide:

9λ3−7λ−2=(λ−1)(9λ2+9λ+2).9\lambda^3-7\lambda-2=(\lambda-1)(9\lambda^2+9\lambda+2).9λ3−7λ−2=(λ−1)(9λ2+9λ+2).

Now,

9λ2+9λ+2=(3λ+1)(3λ+2).9\lambda^2+9\lambda+2=(3\lambda+1)(3\lambda+2).9λ2+9λ+2=(3λ+1)(3λ+2).

Thus,

det⁡(A)=12(λ−1)(3λ+1)(3λ+2).\det(A)=12(\lambda-1)(3\lambda+1)(3\lambda+2).det(A)=12(λ−1)(3λ+1)(3λ+2).

Therefore singular values are

λ=1, −13, −23.\lambda=1,\,-\frac13,\,-\frac23.λ=1,−31​,−32​.
  1. Check consistency for each singular value

We must find which of these make the system inconsistent.


Case 1: λ=1\lambda=1λ=1

System becomes

6x−3y+3z=4,6x-3y+3z=4,6x−3y+3z=4, 2x+6y+4z=1,2x+6y+4z=1,2x+6y+4z=1, 3x+2y+3z=1.3x+2y+3z=1.3x+2y+3z=1.

From the first equation,

2x−y+z=43.2x-y+z=\frac43.2x−y+z=34​.

Multiply by 333:

6x−3y+3z=4.6x-3y+3z=4.6x−3y+3z=4.

Now check if row dependence creates contradiction. Observe coefficient rows satisfy

R1=3R3−2R2?R_1=3R_3-2R_2?R1​=3R3​−2R2​?

Let's verify more directly through elimination.

Take

R2−13R1:(2x+6y+4z)−13(6x−3y+3z)=1−43R_2-\frac13R_1: \quad (2x+6y+4z)-\frac13(6x-3y+3z)=1-\frac43R2​−31​R1​:(2x+6y+4z)−31​(6x−3y+3z)=1−34​ 0x+7y+3z=−13.0x+7y+3z=-\frac13.0x+7y+3z=−31​.

Take

R3−12R1:(3x+2y+3z)−12(6x−3y+3z)=1−2R_3-\frac12R_1: \quad (3x+2y+3z)-\frac12(6x-3y+3z)=1-2R3​−21​R1​:(3x+2y+3z)−21​(6x−3y+3z)=1−2 0x+72y+32z=−1.0x+\frac72 y+\frac32 z=-1.0x+27​y+23​z=−1.

Multiplying the second derived equation by 222 gives

7y+3z=−2,7y+3z=-2,7y+3z=−2,

whereas from the first derived equation,

7y+3z=−13.7y+3z=-\frac13.7y+3z=−31​.

Contradiction. Hence no solution for λ=1\lambda=1λ=1.


Case 2: λ=−13\lambda=-\frac13λ=−31​

System becomes

−2x−3y+3z=49,-2x-3y+3z=\frac49,−2x−3y+3z=94​, 2x−2y+4z=1,2x-2y+4z=1,2x−2y+4z=1, 3x+2y−z=−13.3x+2y-z=-\frac13.3x+2y−z=−31​.

Check consistency by solving two equations and testing the third.

Add first and second:

(−2x−3y+3z)+(2x−2y+4z)=49+1(-2x-3y+3z)+(2x-2y+4z)=\frac49+1(−2x−3y+3z)+(2x−2y+4z)=94​+1 −5y+7z=139.(1)-5y+7z=\frac{13}{9}. \quad (1)−5y+7z=913​.(1)

From third,

3x+2y−z=−13.(2)3x+2y-z=-\frac13. \quad (2)3x+2y−z=−31​.(2)

From second,

2x−2y+4z=1.(3)2x-2y+4z=1. \quad (3)2x−2y+4z=1.(3)

Solve (2) and (3): from (3),

x=y−2z+12.x=y-2z+\frac12.x=y−2z+21​.

Substitute into (2):

3(y−2z+12)+2y−z=−133\left(y-2z+\frac12\right)+2y-z=-\frac133(y−2z+21​)+2y−z=−31​ 5y−7z+32=−135y-7z+\frac32=-\frac135y−7z+23​=−31​ 5y−7z=−116.5y-7z=-\frac{11}{6}.5y−7z=−611​.

Thus

−5y+7z=116.-5y+7z=\frac{11}{6}.−5y+7z=611​.

But from (1),

−5y+7z=139.-5y+7z=\frac{13}{9}.−5y+7z=913​.

Contradiction. Hence no solution for λ=−13\lambda=-\frac13λ=−31​.


Case 3: λ=−23\lambda=-\frac23λ=−32​

System becomes

−4x−3y+3z=169,-4x-3y+3z=\frac{16}{9},−4x−3y+3z=916​, 2x−4y+4z=1,2x-4y+4z=1,2x−4y+4z=1, 3x+2y−2z=−23.3x+2y-2z=-\frac23.3x+2y−2z=−32​.

Multiply the second equation by 222:

4x−8y+8z=2.4x-8y+8z=2.4x−8y+8z=2.

Add with the first equation:

(−4x−3y+3z)+(4x−8y+8z)=169+2(-4x-3y+3z)+(4x-8y+8z)=\frac{16}{9}+2(−4x−3y+3z)+(4x−8y+8z)=916​+2 −11y+11z=349-11y+11z=\frac{34}{9}−11y+11z=934​ y−z=−3499.(1)y-z=-\frac{34}{99}. \quad (1)y−z=−9934​.(1)

From third equation,

3x+2y−2z=−23.(2)3x+2y-2z=-\frac23. \quad (2)3x+2y−2z=−32​.(2)

From second,

2x−4y+4z=1.(3)2x-4y+4z=1. \quad (3)2x−4y+4z=1.(3)

Use (3):

x=2y−2z+12.x=2y-2z+\frac12.x=2y−2z+21​.

Substitute into (2):

3(2y−2z+12)+2y−2z=−233\left(2y-2z+\frac12\right)+2y-2z=-\frac233(2y−2z+21​)+2y−2z=−32​ 8y−8z+32=−238y-8z+\frac32=-\frac238y−8z+23​=−32​ y−z=−1348.(4)y-z=-\frac{13}{48}. \quad (4)y−z=−4813​.(4)

(1) and (4) contradict. Hence no solution for λ=−23\lambda=-\frac23λ=−32​.


  1. Form the set SSS

Thus,

S={1,−13,−23}.S=\left\{1,-\frac13,-\frac23\right\}.S={1,−31​,−32​}.

So,

∑i∈S∣λ∣=∣1∣+∣−13∣+∣−23∣=1+13+23=2.\sum_{i\in S}|\lambda|=\left|1\right|+\left|-\frac13\right|+\left|-\frac23\right|=1+\frac13+\frac23=2.i∈S∑​∣λ∣=∣1∣+​−31​​+​−32​​=1+31​+32​=2.

Therefore,

12∑i∈S∣λ∣=12⋅2=24.12\sum_{i\in S}|\lambda|=12\cdot 2=24.12i∈S∑​∣λ∣=12⋅2=24.
  1. Compare with stored answer

Derived answer = 242424.

Stored correct answer = 242424.

They agree.

PreviousNext

More from Matrices and Determinants

  • Let A be a 2×2 matrix with real entries such that A′=αA+I, where α∈R−{−1,1}. If det(A2−A)=4, then the sum of all possible values…2023 · MCQ
  • Let A=​0a1​10c​230​​, where a,c∈R. If A3=A and the positive value of a belongs to the interval (n−1,n], where n∈N…2023 · Numerical
  • If the system of linear equations ​7x+11y+αz=135x+4y+7z=β175x+194y+57z=361​ has infinitely many solutions, then α+β+2 is equal to :2023 · MCQ
  • ​x+1xx​xx+λx​xxx+λ2​​=89​(103x+81), then λ,3λ​ are the roots of the equation :2023 · MCQ
  • Let A=[10​511​1​]. If B=[1−1​2−1​]A[−11​−21​],…2023 · MCQ
  • Let Dk​=​1nn​2kn2+n+2n2+n​2k−1n2n2+n+2​​. If ∑k=1n​Dk​=96, then n is equal to ​…2023 · Numerical
  • For the system of linear equations 2x+4y+2az=bx+2y+3z=42x−5y+2z=8 which of the following is NOT correct?2023 · MCQ
  • Let B=​11α​32α​α34​​,α>2 be the adjoint of a matrix A and ∣A∣=2. Then [α​−2α​α​]B​α−2αα​​…2023 · MCQ