Help Finding Eigenvalues | Quick Answers

  • Thread starter Thread starter Ush
  • Start date Start date
  • Tags Tags
    Eigenvalues
Ush
Messages
97
Reaction score
0
attachment.php?attachmentid=40167&stc=1&d=1319056232.png

helppp please
 

Attachments

  • pf1.PNG
    pf1.PNG
    5.6 KB · Views: 527
Physics news on Phys.org
I think what you've done is correct so far. That polynomial can be factored. Give it a try.
 
i have no idea how to do that..
ex
λ (λ^2 – 21λ + 147k^2) – 343k^3
leaves a variable out
=(
 
There's really no cookbook way of factoring. You just have to futz around with it, look for patterns, and make educated guesses.

If you're going to have any hope of factoring by hand, the root has to divide into 343k3, so the first thing you need to do is find the factors of 343, which turns out to be 73. So now you can write
\lambda^3-21k\lambda^2+147k^2\lambda-(7k)^3=0Can you see or discover anything else?
 
how did you get that as a factor? and how would i use that to find the other factors?
i tried dividing the equation with λ-7k and i got

3-21λ2k+147λk2-343k3) / λ-7k = λ2 + (147λk2-343k3 / λ-7k)
(using polynomial division)

...and that looks more complicated then the original =[
I'm totally off track =/
 
I would suggest you factor all of the numerical coefficients and look for patterns.
 
i know they are all divisible by 7 =/
 
Ush said:
how did you get that as a factor? and how would i use that to find the other factors?
i tried dividing the equation with λ-7k and i got

3-21λ2k+147λk2-343k3) / λ-7k = λ2 + (147λk2-343k3 / λ-7k)
(using polynomial division)
Your division is incorrect. λ - 7k divides the cubic with no remainder, and the resulting polynomial can be easily factored.
Ush said:
...and that looks more complicated then the original =[
I'm totally off track =/
 
  • #10
Mark44
I re-did the division, and I got
(λ-7k)(λ2 - 14λk + 49k2)
=(λ-7k)(λ-7k)(λ-7k)

the three eigenvalues are 7k?
 
  • #11
You got it!
 
  • #12
thank you everyone! =)
 
  • #13
Ush said:
Mark44
I re-did the division, and I got
(λ-7k)(λ2 - 14λk + 49k2)
=(λ-7k)(λ-7k)(λ-7k)

the three eigenvalues are 7k?
Bingo!
 
  • #14
Ush said:
i know they are all divisible by 7 =/
Well, you can say a bit more than that. If you fully factor the coefficients, you can see that you can write the polynomial as
\lambda^3 - 3\lambda^2(7k)^1+3\lambda^1(7k)^2-(7k)^3which you hopefully should recognize as the binomial expansion of (\lambda-7k)^3.
 
  • #15
vela, you're a genius =) thank you for showing me that; that's much much much quicker then guessing a factor, and then doing long division. Useful to know for the next test!
 
Back
Top