in Linear Algebra edited by
9,196 views
38 votes
38 votes

Which one of the following does NOT equal $$\begin{vmatrix} 1 & x & x^{2}\\ 1& y & y^{2}\\ 1 & z & z^{2} \end{vmatrix} \quad ?$$

  1. $\begin{vmatrix} 1& x(x+1)& x+1\\ 1& y(y+1) & y+1\\ 1& z(z+1) & z+1 \end{vmatrix}$
  2. $\begin{vmatrix} 1& x+1 & x^{2}+1\\ 1& y+1 & y^{2}+1\\ 1& z+1 & z^{2}+1 \end{vmatrix}$
  3. $\begin{vmatrix} 0& x-y & x^{2}-y^{2}\\ 0 & y-z & y^{2}-z^{2}\\ 1 & z & z^{2} \end{vmatrix}$
  4. $\begin{vmatrix} 2& x+y & x^{2}+y^{2}\\ 2 & y+z & y^{2}+z^{2}\\ 1 & z & z^{2} \end{vmatrix}$
in Linear Algebra edited by
by
9.2k views

4 Comments

edited by
Yes, try to substitute different $-$different values and eliminate the options.
1
1
What is a,b and c here?
0
0
see above comment $a,b,c$ is nothing but $x,y,z$
1
1

6 Answers

47 votes
47 votes
Best answer

Answer is A.

Operations are:

$C_{3} \leftarrow C_{3} + C_{2}$

$C_{2} \leftarrow C_{2} + C_{1}$

Swap $C_{2}\, \& \,C_{3}$

The Swapping operations make the determinant as $(-1)*|A|$

whereas the other options have their determinant as $|A|.$

edited by

4 Comments

why i can not use exchange command here?
0
0
Bcz ,determinant property-- if any  two rows (or any two columns)of a determinant are interchanged then the value of determinant is multiplied by "-1".
9
9

This is special type of matrix called vandermonde matrix, it is special as it has some important applications.

19
19
even exchanges won't change it tho right.
0
0
28 votes
28 votes
$\begin{vmatrix} 1 &x &x^{2} \\ 1 & y& y^{2}\\ 1& z& z^{2} \end{vmatrix}$

$(B):$    $C2\rightarrow C2+C1 ,\ C3\rightarrow C3+C1$

$\begin{vmatrix} 1 &x+1 &x^{2}+1 \\ 1 & y+1& y^{2}+1\\ 1& z+1& z^{2}+1 \end{vmatrix}$

$(C):$   $R1\rightarrow R1-R2 ,\ R2\rightarrow R3-R2$

$\begin{vmatrix} 0 &x-y &x^{2}-y^{2} \\ 0 & y-z& y^{2}-z^{2}\\ 1& z& z^{2} \end{vmatrix}$

$(D):$   $R1\rightarrow R1+R2 ,\ R2\rightarrow R3+R2$

$\begin{vmatrix} 2 &x+y &x^{2}+y^{2} \\ 2 & y+z& y^{2}+z^{2}\\ 1& z& z^{2} \end{vmatrix}$

 

We can't get option(A) from given Determinant.

 

Hence,Option(A) is the correct choice.
edited by

2 Comments

Applying row operations mentioned in D, does not yield the last determinant. How you got the last one?
0
0
$R_{i} → R_{i}+kR_{j}$

$C_{i} → C_{i}+kC_{j}$

won’t change the determinant.
0
0
4 votes
4 votes
the correct ans is option (A)
3 votes
3 votes

Let $A$ be the original matrix. If we try to eliminate the options, 

option A comes out to be $-|A|$

option B, C, D gives $|A|$

Thus, answer is option A

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true