Is There a Formula for Unit Eigenvectors?

Click For Summary
SUMMARY

The discussion centers on the existence of a formula for unit eigenvectors and the definition of eigenvectors in linear algebra. It is established that a right eigenvector x of a matrix A satisfies the equation Ax=λx, where λ is the corresponding eigenvalue. The conversation clarifies that while eigenvectors can be normalized to unit length by dividing by their norm, there is no straightforward formula for calculating eigenvectors directly from matrix entries. The complexities of finding eigenvalues and eigenvectors are highlighted, emphasizing that this is a challenging area in linear algebra.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with linear algebra concepts
  • Knowledge of matrix operations
  • Ability to compute vector norms
NEXT STEPS
  • Study the process of finding eigenvalues using the characteristic polynomial
  • Learn about the spectral theorem and its implications for symmetric matrices
  • Explore numerical methods for computing eigenvectors, such as the QR algorithm
  • Investigate the applications of eigenvectors in systems of differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as data scientists and engineers who utilize eigenvalues and eigenvectors in their work.

Jhenrique
Messages
676
Reaction score
4
Last edited:
Physics news on Phys.org
?? Take any eigenvector and divide by its length.
 
HallsofIvy said:
?? Take any eigenvector and divide by its length.

And which is the formula for the eigenvector?
 
^ What do you mean by that? A (right) eigenvector of A, x, is a (nonzero) solution to Ax=λx, and λ is the corresponding eigenvalue. Any vector fulfilling the condition can be divided by its length ||x||, so that the resulting vector is still an eigenvector, since the eigenvector is not the zero vector.

(EDIT: Ok, technically talking about ||x|| obviously means that we have to be able to define a norm, but I don't think that was the issue?)
 
Last edited:
Again: which is the formula for the eigenvectors?
 
What's wrong with Ax=λx? Given A and λ, it can be used to (numerically or analytically) solve x.
 
Your original question was about unit eigenvectors and that is what I responded to. There are a number of ways of finding eigenvectors but there is no "formula" you can just plug numbers into. Finding eigenvalues and eigenvectors is one of the harder problems in Linear Algebra.
 
HallsofIvy said:
Your original question was about unit eigenvectors and that is what I responded to. There are a number of ways of finding eigenvectors but there is no "formula" you can just plug numbers into. Finding eigenvalues and eigenvectors is one of the harder problems in Linear Algebra.

If I want to express an eigenvector like (cos(Θ), sin(Θ)), is this form good way of constraint the expression, so that Θ is function of eigenvalues?
 
By defition:

##A\vec{v} =\lambda \vec{v}##
##(A - \lambda I)\vec{v} = \vec{0}##

So any eigenvector ##\vec{v}## is:
##\vec{v} = (A - \lambda I)^{-1}\vec{0} = \vec{0}##
##\vec{v} = \vec{0}##

What is wrong?
 
  • #10
A square matrix M has an inverse iff |M|\neq0. To obtain the eigenvalues \lambda, you solve the equation |A-\lambda I|=0. In your post, you use the expression (A-\lambda I)^{-1}, which is meaningless, because the eigenvalues are exactly the values for which the inverse doesn't exist.
 
  • #11
Also, although the math used was wrong, the 0 vector really is technically an eigenvector of all matrices...it's the trivial eigenvector, with an ill-defined eigenvalue. A*0=lambda*0 for all A and all lambda.
 
  • #12
Matterwave said:
the 0 vector really is technically an eigenvector of all matrices...it's the trivial eigenvector, with an ill-defined eigenvalue. A*0=lambda*0 for all A and all lambda.

No, eigenvectors are defined to be non-zero vectors.

Definition: A scalar λ is called an eigenvalue of the n × n matrix A is there is a nontrivial solution x of Ax = λx. Such an x is called an eigenvector corresponding to the eigenvalue λ
http://www.math.harvard.edu/archive/20_spring_05/handouts/ch05_notes.pdf

Eigenvectors may not be equal to the zero vector.
http://mathworld.wolfram.com/Eigenvector.html

An eigenvector of a square matrix A is a non-zero vector v that ...
http://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors

The notion of the zero vector as a "trivial eigenvector with an ill-defined eigenvalue" doesn't have any practical (or even theoretical) value.
 
  • #13
Alright. Well, if it's right there in the definition, then looks like I was wrong. :)
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 18 ·
Replies
18
Views
6K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K