I came across the following "biased eigenvalue problem" when I have tried to solve a quadratic constrained optimization problem.
$$Ax = \lambda (x+v), $$
where $A \in\mathbb{S}^{n}$ (the set of $n\times n$ positive semidefinite matrices), and $v \in \mathbb{R}^{n}$ a given unit vector.
My thoughts
By substituting $y =x+v$ into the problem, we have $$A(y-v) = \lambda y \implies Ay = \lambda y + u,$$ where $u =Av$. Here, $\lambda$ is only multiplied by the vector $y$, but still it is a biased problem.
How to find the eigenpairs $(x,\lambda)$ or $(y,\lambda)$? Is there a closed form or an algorithm to solve this problem?
I just need some hints or link for papers. Thanks in advance!
The problem can be written
$$(A-\lambda I)x=\lambda u.$$
In general, $A-\lambda I$ is invertible (unless $\lambda$ is an Eigenvalue of $A$) and the solution
$$x=\lambda (A-\lambda I)^{-1}u$$ holds.
The "trajectory" of the solution is a rational expression in $\lambda$, nothing simple.
With a random $3\times3$ example: