Factorizing determinants and rules to simplify them

In summary, the two determinant values are not the same. The first determinant is the product of the numbers on the diagonal, while the second determinant is the sum of the numbers on the diagonal.
  • #1
PcumP_Ravenclaw
106
4

Homework Statement


2. Evaluate the determinants

## \begin{vmatrix}
1 & 1 & 1\\ x & a & b \\ x^2 & a^2 & b^2 \\
\end{vmatrix} ##

## \begin{vmatrix}
x & a & b \\ x^2 & a^2 & b^2 \\ x^3 & a^3 & b^3 \\
\end{vmatrix} ##

and factorize both answers.

Homework Equations



Rules of determinants are given in the attachment.

The Attempt at a Solution



Using the scalar triple product definition of the determinant I calculated the first determinant to be

## ab^2 - ba^2 + bx^2 - xb^2 + ax^2 - xa^2 ##

The second determinant is ## a^2b^3 - b^2a^3 + b^2x^3 - x^2b^3 + a^3x^2 - x^2a^3 ##

How do I factorize this? Are the two determinant values same. If so can you please show the rules are applied in the two matrices above. From linear combination I only understand that a scalar multiple of a row/column can be added to another row/column. How do they multiply different elements in each row. e.g.

The first row of first matrix becomes x a b.I thought it could only be x x x or a a a or b b b.

danke...
 

Attachments

  • determinants.jpg
    determinants.jpg
    50.1 KB · Views: 793
Physics news on Phys.org
  • #3
##
a^2b^3 - b^2a^3 + b^2x^3 - x^2b^3 + a^3x^2 - x^2a^3## is definitely wrong in all terms. The first row doesn't contain ones, but x, a, b !

(and instead of ##a^3x^2 - x^2a^3## you probably meant ##a^3x^2 - x^3a^2## ? )
 
  • #4
PcumP_Ravenclaw said:

Homework Statement


2. Evaluate the determinants

## \begin{vmatrix}
1 & 1 & 1\\ x & a & b \\ x^2 & a^2 & b^2 \\
\end{vmatrix} ##

## \begin{vmatrix}
x & a & b \\ x^2 & a^2 & b^2 \\ x^3 & a^3 & b^3 \\
\end{vmatrix} ##

and factorize both answers.

Homework Equations



Rules of determinants are given in the attachment.
Hint: Note that the first determinant is a second degree polynomial in ##x##, call it ##P(x)##. What are ##P(a)## and ##P(b)##?

Hint2: What happens to the second determinant if you factor out an ##x##? An ##a##? A ##b##?
 
  • Like
Likes PcumP_Ravenclaw
  • #5
One way of evaluating determinants is to use "row operations" to reduce the matrix to an upper triangular matrix. The determinant of such a matrix is just the product of the diagonal numbers.

There are 3 "row operations":
1) Multiply a row by a number. This multiplies the entire determinant by that number.
2) Swap two rows. This changes the sign of the determinant.
3) Add any multiple of a row to another row. This does not change the determinant.

For example, starting with the matrix
[tex]\begin{bmatrix}1 & 1 & 1 \\ x & y & z \\ x^2 & y^2 & z^2 \end{bmatrix}[/tex]
we can get 0s in the first column, second and third rows, by adding -x times the first row to the second and [itex]-x^2[/itex] times the first row to the third:
[tex]\begin{bmatrix}1 & 1 & 1 \\ 0 & y- x & z- x \\ 0 & y^2- x^2 & z^2- x^2 \end{bmatrix}[/tex]
This does not change the determinant.

We can get 0 in the second column, second row by adding -(y+ x) times the second row from the third row:
[tex]\begin{bmatrix}1 & 1 & 1 \\ 0 & y- x & z- x \\ 0 & 0 & z^2- y^2 \end{bmatrix}[/tex]
This does not change the determinant so this determinant, and the original determinant, are just the product of the numbers on the diagonal, [itex](1)(y- x)(z^2- y^2)[/itex].
 
  • Like
Likes PcumP_Ravenclaw
  • #6
Maybe not the best, not completeLy what they are looking for, but much faster than your laborious expansion would be the "subtract the columns" rule. Row operationsbare also quite easy. If you do this nevertheless also note Kurz's comments.

This is also a form of determinant that comes up quite often in e.g. theory of equations and elimination known as the Vandernonde determinant.
 
  • Like
Likes BvU

What is factorizing a determinant?

Factorizing a determinant is the process of breaking down a determinant into smaller factors or terms in order to simplify it and make it easier to solve.

Why is it important to factorize determinants?

Factorizing determinants is important because it helps us to solve complex equations involving determinants more easily and efficiently. It also allows us to identify any common factors or patterns that may exist within the determinant.

What are the rules for factorizing determinants?

The rules for factorizing determinants include: 1) pulling out any common factors from each row or column, 2) using the distributive property to expand out the determinant, and 3) using the properties of determinants, such as swapping rows or columns, to simplify the determinant.

How do you simplify a factorized determinant?

To simplify a factorized determinant, you can use the distributive property to expand out the determinant and then combine like terms. You can also use the properties of determinants, such as swapping rows or columns, to simplify the determinant further.

Can you factorize any determinant?

Yes, any determinant can be factorized using the rules and methods mentioned above. However, the level of complexity and difficulty may vary depending on the determinant and the factors involved.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
542
  • Precalculus Mathematics Homework Help
Replies
6
Views
707
Replies
19
Views
733
  • Precalculus Mathematics Homework Help
Replies
4
Views
843
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
961
  • Linear and Abstract Algebra
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
164
Back
Top