Exams › JEE Advanced › Maths
Correct answer: P->4, Q->3, R->2, S->1
a=(1,1,0), b=(0,1,1), c=(1,0,1). a x b = |i j k; 1 1 0; 0 1 1| = i(1-0)-j(1-0)+k(1-0) = i-j+k. Projection of (a x b) on c = (a x b).c/|c| = (1-0+1)/sqrt(2) = 2/sqrt(2) = sqrt(2). So P->3 (sqrt(2)). For Q: b,c,d linearly dependent means [b,c,d]=0. Det = |0 1 1; 1 0 1; 2 1 alpha| = 0(0*alpha-1)-1(alpha-2)+1(1-0) = 0-alpha+2+1 = 3-alpha = 0, so alpha=-1... wait: = 0*(0*alpha-1*1) - 1*(1*alpha-1*2) + 1*(1*1-0*2) = 0 - (alpha-2) + 1 = -alpha+2+1 = 3-alpha = 0 -> alpha = 3. Hmm let me redo. Det of matrix with rows b,c,d: row1=(0,1,1), row2=(1,0,1), row3=(2,1,alpha). Det = 0(0*alpha-1*1)-1(1*alpha-1*2)+1(1*1-0*2) = 0-1*(alpha-2)+1*(1) = -(alpha-2)+1 = -alpha+2+1 = 3-alpha. Set =0: alpha=3. So Q->3? But then P and Q both ->3? Let me recheck P. |c|=sqrt(1+0+1)=sqrt(2). (a x b).c_hat = (i-j+k).(i+k)/sqrt(2) = (1+0+1)/sqrt(2)=2/sqrt(2)=sqrt(2). If List-II has sqrt(2)=3, then P->3. For S: [a,b,c] = a.(b x c). b x c = |i j k; 0 1 1; 1 0 1| = i(1-0)-j(0-1)+k(0-1) = i+j-k. a.(b x c) = (1)(1)+(1)(1)+(0)(-1)=2. Volume of tetrahedron = (1/6)|[a,b,c]| = 2/6 = 1/3. So S->1 (1/3). For R: P1 is parallel to a and b, normal to P1 = a x b = (1,-1,1). P2 is perpendicular to c=(1,0,1), so normal to P2 = c = (1,0,1). Direction of intersection = n1 x n2 = (1,-1,1)x(1,0,1) = |i j k; 1 -1 1; 1 0 1| = i(-1-0)-j(1-1)+k(0+1) = -i-0j+k = (-1,0,1). So x+y+z = -1+0+1 = 0. R->2 (0). Summary: P->3(sqrt(2)), Q->?(alpha=3 which matches List value 3?). If List-II values are 1->1/3, 2->0, 3->sqrt(2), 4->-1, then alpha=3 is not in the list. Let me recalculate Q with alpha=-1: if alpha=-1, check linear dependence: 3-(-1)=4≠0. Not dependent. Try alpha=3: 3-3=0, dependent. So Q should map to value 3 in the list only if value 3 = alpha = 3. This is a match-list problem where the numbers in List-II are the actual numerical answers. So P->sqrt(2)=List item 3, Q->alpha=3=not directly, S->1/3=List item 1, R->0=List item 2. The answer code P->3, Q->4, R->2, S->1 means P matches to List-II entry 3 (sqrt(2)), Q matches to entry 4 (-1? no...). Given the standard answer for this problem is option D (P->4, Q->3, R->2, S->1), which implies List-II: 1=1/3, 2=0, 3=alpha value, 4=sqrt(2). With this mapping: P->4 means projection=sqrt(2), S->1 means vol=1/3, R->2 means x+y+z=0, Q->3 means alpha=3. Answer is D.