Tricks for finding determinates

  • Thread starter thomas49th
  • Start date
In summary, the function P(x) is a second degree polynomial in x, and you can see immediately what P(b) and P(c) would be, what the coefficient of x2 is, and what the factors of P(x) must be and what the factored form of P(x) must look like.
  • #1
thomas49th
655
0

Homework Statement


Consider the following matrices
1 2 3
4 5 6
7 8 9

y+z z + x x+ y
x y z
1 1 1

1 1 1
a b c
a² b² c²

Keeping direct expansion to a minimum obtain the value of the determinates

I know the rules, but what give away pointers should I look out for? Do I want to aim for for rows with 0s in by adding and subtracting columns or rows?

Thanks
Tom
 
Physics news on Phys.org
  • #2
Try looking for symmetry.
 
  • #3
okay, but I cannot see any in the first matrix
 
  • #4
thomas49th said:
okay, but I cannot see any in the first matrix

Well, there's definitely a pattern (try finding the sum of each diagonal). I'm not sure off the top of my head how that'd help you find the determinant, though.
 
  • #5
thomas49th said:
okay, but I cannot see any in the first matrix

What if you subtract the 2nd row from the third and... what next?
 
  • #6
A "row operation", such as "subtract the first row from the second" as LKurtz suggested, does not change the value of the determinant.
 
  • #7
okay so if I subtract 4 5 6 from7 8 9 I get:

1 2 3
4 5 6
3 3 3

is the correct notation for this

(-R2 + R3)

okay I have all 3 elements in the third row the same? Can I now do

(R1+ R3)

then

(-R2 + R3)

you have 3 0s in row 3 and hence the determinate is 0?

Is that right?
 
  • #8
Yes. You could even stop earlier when you have two rows identical. That's enough isn't it?
 
  • #9
LCKurtz said:
Yes. You could even stop earlier when you have two rows identical. That's enough isn't it?

You mean I could also of done

1 2 3
4 5 6
7 8 9

(-R2 + R3) as before ----- (btw if i wrote this as (R3 - R2), does that means take R3 from R2 or R2 take R3?)

then do (-R1 + R2) to give 3 3 3 as well


If so, good!

So for the next question

y + z, z + x, x + y
x , y , z
1, 1, 1

okay any clues?? :)

Those ones look like they need to be multiplied by something :S.

Thanks
Tom

P.S Is there a rule where I can multiply one row by another and the determinate will remain the same?
 
  • #10
thomas49th said:
You mean I could also of done

1 2 3
4 5 6
7 8 9

(-R2 + R3) as before ----- (btw if i wrote this as (R3 - R2), does that means take R3 from R2 or R2 take R3?)

I guess it means whatever you want it to mean.
So for the next question

y + z, z + x, x + y
x , y , z
1, 1, 1

okay any clues?? :)
Hint: You can do column operations just as well as row ops.
P.S Is there a rule where I can multiply one row by another and the determinate will remain the same?

What do you think? Try it with a small 2 by 2 determinant and see.
 
  • #11
LCKurtz said:
I guess it means whatever you want it to mean.

So there is NO standard notation for row/column manipulation

LCKurtz said:
What do you think? Try it with a small 2 by 2 determinant and see.

Doesn't work. Didn't think so, not listed as a determinant rule or property.

So back to the question


y + z, z + x, x+y
x y z
1 1 1

so (-C2 + C3)

y + z, z + x, y - z
x y y - z
1 1 0

so (-C1 + C2)

y + z, x - y, y - z
x ,x - y, y - z
1 0 0

then find the det of the last row

(x-y)(y-z) - (x-y)(y-z)

= 0!

Is my logic correct?? :D This is fun

Right last one

1 1 1
a b c
a² b² c²

Tricky tricky.

I can see a way of getting only one one in the top row, but that would leave a nasty expansion :S

What should I look for?

Thanks
Tom
 
  • #12
getting down to 0 1 0 on the top row means I get the expression

ac² - ab² - bc² - ca² + cb² + ba²

is that of help at all?
 
  • #13
The determinant

[tex]\left | \begin{array}{ccc}
1&1&1\\
a&b&c\\
a^2&b^2&c^2
\end{array}\right |
[/tex]

is indeed tricky. I'm going to lead you through a few steps you probably wouldn't think of. First let's consider the function P(x) gotten by substituting x in for the a:

[tex]P(x) =\left | \begin{array}{ccc}
1&1&1\\
x&b&c\\
x^2&b^2&c^2
\end{array}\right |
[/tex]

Now some questions for you to think about.

1. Do you see that P(x) is a second degree polynomial in x? (Think about what would happen if you expanded it by minors of the first column, but don't actually expand it.)

2. Can you see immediately what P(b) and P(c) would be?

3. Can you see what the coefficient of x2 is?

4. Can you see what the factors of P(x) must be and what the factored form of P(x) must look like?

5. Finally what would P(a) be in the factored form, and note that P(a) is your original determinant.

Feel free to ask questions as you think about this.
 
Last edited:
  • #14
LCKurtz said:
The determinant

[tex]\left | \begin{array}{ccc}
1&1&1\\
a&b&c\\
a^2&b^2&c^2
\end{array}\right |
[/tex]

is indeed tricky. I'm going to lead you through a few steps you probably wouldn't think of. First let's consider the function P(x) gotten by substituting x in for the a:

[tex]P(x) =\left | \begin{array}{ccc}
1&1&1\\
x&b&c\\
x^2&b^2&c^2
\end{array}\right |
[/tex]

Now some questions for you to think about.

1. Do you see that P(x) is a second degree polynomial in x? (Think about what would happen if you expanded it by minors of the first column, but don't actually expand it.)

2. Can you see immediately what P(b) and P(c) would be?


3. Can you see what the coefficient of x2 is?

4. Can you see what the factors of P(x) must be and what the factored form of P(x) must look like?

5. Finally what would P(a) be in the factored form, and note that P(a) is your original determinant.

Feel free to ask questions as you think about this.

Okay I can see P(x) has a degree of 2 because of row 3 column 1. The minors of column 1 would be along the lines of bc² - cb².

P(b), does that means replace x by b?

[tex]P(x) =\left | \begin{array}{ccc}
1&1&1\\
b&b&c\\
b^2&b^2&c^2
\end{array}\right |
[/tex]

is that right so far?

Thanks :D
Tom
 
  • #15
thomas49th said:
Okay I can see P(x) has a degree of 2 because of row 3 column 1. The minors of column 1 would be along the lines of bc² - cb².

P(b), does that means replace x by b?

[tex]P(x) =\left | \begin{array}{ccc}
1&1&1\\
b&b&c\\
b^2&b^2&c^2
\end{array}\right |
[/tex]

is that right so far?

Thanks :D
Tom

Yes, and what is the value of a determinant with two columns or rows equal?
 
  • #16
0! but you can't say a = b. that's just ludicrous!

i can see the coefficient of x² is 1

so

4. Can you see what the factors of P(x) must be and what the factored form of P(x) must look like?

nope :( unless i can write it like x² + x + 1, but you get imaginary as the discriminant is -ve and you can't just start writing equations like that out of thin air!

Thanks!
Tom
 
  • #17
thomas49th said:
0! but you can't say a = b. that's just ludicrous!

I'm trying to show you something that you might like if you stick with it. I said to consider the function of x that you get if a is replaced by x:

[tex]
P(x) =\left | \begin{array}{ccc}
1&1&1\\
x&b&c\\
x^2&b^2&c^2
\end{array}\right |
[/tex]

There is nothing "ludicrous" about it. This is a second degree polynomial in x as you would see if you expanded it by minors of the first column.
i can see the coefficient of x² is 1

No, it isn't 1. What would x2 be multiplied by when you expand the determinant by the first column? It isn't 1.
so

4. Can you see what the factors of P(x) must be and what the factored form of P(x) must look like?

nope :(
Tom

One thing at a time. There was a typo in my first post which I don't know if you saw. In any case, can you see why P(b) and P(c) would be 0?

Are you familiar with the factor theorem for polynomials which says if a polynomial has a root of x = r then it must have a factor of (x - r)? The polynomial P(x) has roots of x = b and x = c. We will continue from here...
 
  • #18
Hi LCKurtz! Sorry I've not replied... been away!

Ok, I can see P(x) is what you said. I will atempt to expand it:

If I expand by the first column by it's minors I get:

bc² - cb²
x(c²-cb)
x²(c - b²)

Is that correct?

So the coefficient of x² is (c - b²)?

Yup I remember (mostly) the factor theorom, from my Core or "Pure" maths 3. How do you know the polynomial P(x) has roots of x = b and x = c? In other words I cannot see how P(b) and P(c) = 0... unless because 2 columns are equal in the matrix?

Thanks a lot for all the help so far!
Thomas :)
 
  • #19
thomas49th said:
Hi LCKurtz! Sorry I've not replied... been away!

Ok, I can see P(x) is what you said. I will atempt to expand it:

If I expand by the first column by it's minors I get:

bc² - cb²
x(c²-cb)
x²(c - b²)

Is that correct?

So the coefficient of x² is (c - b²)?

Look again at your coefficients for x and x2. Remember, to get the coefficient of each, you cross out the row and column it is in and take the remaining 2x2 determinant with appropriate sign.

Yup I remember (mostly) the factor theorom, from my Core or "Pure" maths 3. How do you know the polynomial P(x) has roots of x = b and x = c? In other words I cannot see how P(b) and P(c) = 0... unless because 2 columns are equal in the matrix?

That is exactly why as you noted earlier. A determinant with two rows or columns equal has a value of zero. (You could subtract one from the other to get a row or column of zeros).

So right now, you have a second degree polynomial P(x). We are almost done with what I want to show you. Forgetting for a moment where P(x) came from, if you know it has roots of x = b and x = c, what must P(x) have as factors? What must the factored form of P(x) look like?
 
  • #20
[tex] P(x) =\left | \begin{array}{ccc} 1&1&1\\ x&b&c\\ x^2&b^2&c^2 \end{array}\right | [/tex]

the determinant for the first one is:
[tex] P(x) =\left | \begin{array}{cc} b&c\\ b^2&c^2 \end{array}\right | [/tex]

+(bc² - cb²)

x is:

[tex] P(x) =\left | \begin{array}{cc} 1&1\\ b^2&c^2 \end{array}\right | [/tex]
-(c²-b²)

and x²:

[tex] P(x) =\left | \begin{array}{cc} 1&1\\ b&c \end{array}\right | [/tex]

+(c-b)

That okay?

If P(x) is a second degree polynominal then (x-b)(x-c)

Everything seem okay so far?
Thanks :)
Tom
 
  • #21
thomas49th said:
[tex] P(x) =\left | \begin{array}{ccc} 1&1&1\\ x&b&c\\ x^2&b^2&c^2 \end{array}\right | [/tex]

the determinant for the first one is:
[tex] P(x) =\left | \begin{array}{cc} b&c\\ b^2&c^2 \end{array}\right | [/tex]

+(bc² - cb²)

That is the constant coefficient of the polynomial but let's not call it P(x). We have already called the top one P(x).
x is:

[tex] P(x) =\left | \begin{array}{cc} 1&1\\ b^2&c^2 \end{array}\right | [/tex]
-(c²-b²)
Again, this is the coefficient of x, but don't call it P(x).
and x²:

[tex] P(x) =\left | \begin{array}{cc} 1&1\\ b&c \end{array}\right | [/tex]

+(c-b)

That okay?
Yes, the coefficient of x2 is (c-b). Again, not P(x) though.
If P(x) is a second degree polynominal then (x-b)(x-c)

Everything seem okay so far?
Thanks :)
Tom

Good. You are almost there. Since P(b) and P(c) are zero P(x) must have factors (x-b)(x-c). But that doesn't completely determine P(x) because P(x) might be a constant times that and it would still have those roots. So at this point you know:

[tex]P(x) = A(x-b)(x-c)[/tex]

for some constant A. Notice that that constant A would be the coefficient of x2 if you multiply it out. But you know from above that the coefficient of x2 in P(x) is (c-b). So A must equal (c-b). This tells you that

[tex]P(x) = (c-b)(x-b)(x-c)[/tex]

So now we have an identity:

[tex] P(x) =\left | \begin{array}{ccc} 1&1&1\\ x&b&c\\ x^2&b^2&c^2 \end{array}\right | = (c-b)(x-b)(x-c)[/tex]

Since this is an identity it is true if we put x = a in both sides:

[tex] P(a) =\left | \begin{array}{ccc} 1&1&1\\ a&b&c\\ a^2&b^2&c^2 \end{array}\right | = (c-b)(a-b)(a-c)[/tex]

That last determinant is what you started with and we have shown what its value is. If you multiply out the determinant the long way you might have difficulty showing it factors nicely like this. Like I said when we started, I wanted to show you a way to expand this determinant that you likely wouldn't think of. It's pretty nifty and I hope you like it.
 
  • #22
A-ha! That is ingenious! Thank you very much. I hope to use this more often. Does this method go by a name at all

Thanks for all the help
Thomas
 
  • #23
This determinant is called a Vandermonde determinant. The method I showed you works because of the special form it has. There is lots of stuff on the internet about Vandermonde determinants, much of which might be too advanced for you right now. Type it into Google and you will see lots of hits.
 

What are determinates and why are they important in scientific research?

Determinates are variables that have a direct or indirect effect on a particular outcome or phenomenon being studied. They are important because they help scientists understand the factors that influence the results of their research and allow them to make more accurate predictions.

What are some common tricks for finding determinates?

Some common tricks for finding determinates include conducting controlled experiments, using statistical analysis, and considering confounding variables. Additionally, scientists may also use their knowledge and expertise in the field to identify potential determinates.

How can I determine which variables are determinates in my research?

To determine which variables are determinates in your research, it is important to carefully design your study and consider previous research in the field. You can also use statistical analysis and conduct sensitivity analyses to identify potential determinates.

What are some challenges in identifying determinates?

One of the main challenges in identifying determinates is the presence of confounding variables, which can make it difficult to determine the true relationship between variables. Other challenges include limited resources and the complexity of certain phenomena.

How can I use determinates to improve the validity of my research?

By identifying and controlling for determinates, you can improve the validity of your research by reducing the influence of external factors on your results. This allows for more accurate and reliable conclusions to be drawn from your study.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
497
  • Calculus and Beyond Homework Help
Replies
5
Views
120
  • Calculus and Beyond Homework Help
Replies
6
Views
797
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
366
  • Calculus and Beyond Homework Help
Replies
14
Views
632
  • Calculus and Beyond Homework Help
Replies
1
Views
490
  • Calculus and Beyond Homework Help
Replies
5
Views
270
  • Calculus and Beyond Homework Help
Replies
2
Views
972
Replies
11
Views
1K
Back
Top