Linear Algebra: Characteristic Equation Factoring

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
henry3369
Messages
194
Reaction score
0

Homework Statement


If I have the characteristic equation:
3 + 3λ2 + 9λ + 5
And I'm told that one of its eigenvalues is -1.
How do I find the rest of the eigenvalues?

Homework Equations


3 + 3λ2 + 9λ + 5

The Attempt at a Solution


The furthest I can get is:
3 + 3λ2 + 9λ + 5 = (λ + 1) x (some factor of the original characteristic equation)

I can't seem to figure out what "some factor of the original characteristic equation" is. I tried it by inspection and I don't see how (λ + 1) helps. Is there some method that I'm missing to find that part?
 
Physics news on Phys.org
henry3369 said:

Homework Statement


If I have the characteristic equation:
3 + 3λ2 + 9λ + 5
And I'm told that one of its eigenvalues is -1.
How do I find the rest of the eigenvalues?

Homework Equations


3 + 3λ2 + 9λ + 5

The Attempt at a Solution


The furthest I can get is:
3 + 3λ2 + 9λ + 5 = (λ + 1) x (some factor of the original characteristic equation)

I can't seem to figure out what "some factor of the original characteristic equation" is. I tried it by inspection and I don't see how (λ + 1) helps. Is there some method that I'm missing to find that part?

Apply polynomial long division http://en.wikipedia.org/wiki/Polynomial_long_division.
 
  • Like
Likes   Reactions: STEMucator
First, you have not written an equation, but a cubic expression. Probably an oversight on your part.

Your expression contains [itex]- \lambda^3[/itex]. So it must arise from an expression of the form [itex]- (\lambda -a)(\lambda -b)(\lambda -c)[/itex]. You can get rid of the negative in the characteristic equation by simple algebra. You say correctly that one factor of the remaining cubic must be [itex](\lambda - (-1) )[/itex] or [itex](\lambda + 1)[/itex]. A simple long division of the given expression (with the signs changed) will leave you with a quadratic expression. You can then use the standard quadratic formula to factorise the quadratic.
 
MarcusAgrippa said:
Your expression contains [itex]- \lambda^3[/itex]. So it must arise from an expression of the form [itex]- (\lambda -a)(\lambda -b)(\lambda -c)[/itex].

It's not always the case a cubic polynomial will factor into that form. In this problem you have three linear factors, which is nice. In general though, there could be an irreducible quadratic generated by the long division. A more general form would be:

$$ax^3 + bx^2 + cx + d = (x \pm e)(fx^2 \pm gx \pm h^2)$$

Where the cubic is factored into the product of a linear factor and a quadratic factor. The quadratic factor may or may not be reducible depending on where you are.

Also see: http://mathworld.wolfram.com/CubicFormula.html
 
Last edited:
Zondrina said:
It's not always the case a cubic polynomial will factor into that form. In this problem you have three linear factors, which is nice. In general though, there could be an irreducible quadratic generated by the long division.
The characteristic equation can have complex roots: the eigenvalues can be complex. And with them, it factors into three linear factors.
 
Last edited:
ehild said:
The characteristic equation can have complex roots: the eigenvalues can be complex. And with them, it factors into three linear factors.

I completely ignored ##\mathbb{C}## there. My bad.
 
While it is true that any cubic polynomial can be factored to three linear terms, I think I would first start looking for a quadratic factor- call it [itex]a\lambda^2+ b\lambda+ c[/itex]. Then we must have [itex](\lambda+ 1)(a\lambda^2+ b\lambda+ c)= (a\lambda^3+ b\lambda^2+ c\lambda)+ (a\lambda^2+ b\lambda+ c)= a\lambda^3+ (a+ b)\lambda^2+ (b+ c)\lambda+ c= -\lambda^3+ 3\lambda^2+ 9\lambda+ 5[/itex]
so that we must have [itex]a= -1[/itex], [itex]a+ b= 3[/itex], [itex]b+ c= 9[/itex], and [itex]c= 5[/itex]

That is, of course, 4 equations for 3 unknowns. It is because we know that x+ 1 is a factor that we known these equations are consistent.