StemCET Logo

Maths Question 4 – JEE-MAIN 2025

If the system of equations 2x+λy+3z=5 3x+2yz=7 4x+5y+μz=9 has infinitely many solutions, then (λ2+μ2) is equal to :

For a system of linear equations to have infinitely many solutions, the rank of the coefficient matrix must be equal to the rank of the augmented matrix, and this rank must be less than the number of variables.

Step 1: Apply the condition for infinitely many solutions✦ Active

For a system of linear equations to have infinitely many solutions, the rank of the coefficient matrix must be equal to the rank of the augmented matrix, and this rank must be less than the number of variables. This implies that the rows of the augmented matrix are linearly dependent. Let the rows of the augmented matrix be R1=(2,λ,3,5), R2=(3,2,1,7), and R3=(4,5,μ,9). We can assume R3=aR1+bR2 for some scalars a and b.

Step 2: Solve for the scalar coefficients a and b○ Expand

Equating the corresponding components of the rows, we get a system of equations:

4=2a+3b(1) 5=aλ+2b(2) μ=3ab(3) 9=5a+7b(4)

From equations (1) and (4), we can solve for a and b. Multiply (1) by 7 and (4) by 3:

28=14a+21b 27=15a+21b

Subtracting the second modified equation from the first gives 1=a, so a=1. Substitute a=1 into (1): 4=2(1)+3b4=2+3b6=3bb=2.

Step 3: Determine λ and μ and calculate the final expression○ Expand

Substitute a=1 and b=2 into equations (2) and (3):

5=(1)λ+2(2)5=λ+4λ=1 μ=3(1)2μ=32μ=5

Finally, calculate (λ2+μ2):

λ2+μ2=(1)2+(5)2=1+25=26
✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.