Consider the matrix: \[ \begin{bmatrix} 1 & k \\ 2 & 1 \end{bmatrix}, \] where \(k\) is a positive real number. Which of the following vectors is/are eigenvector(s) of this matrix?
Step 1: Calculate eigenvalues.
For the given matrix:
\[
A =
\begin{bmatrix}
1 & k \\
2 & 1
\end{bmatrix}
\]
The characteristic equation is determined as:
\[
\det
\begin{bmatrix}
1 - \lambda & k \\
2 & 1 - \lambda
\end{bmatrix}
= 0
\]
Expanding the determinant:
\[
(1 - \lambda)^2 - 2k = 0
\]
Simplify to:
\[
\lambda^2 - 2\lambda - 2k + 1 = 0
\]
Solve for \(\lambda\):
\[
\lambda = 1 \pm \sqrt{2k}
\]
Step 2: Derive eigenvectors.
For eigenvalue \(\lambda_1 = 1 + \sqrt{2k}\):
\[
\begin{bmatrix}
1 - (1 + \sqrt{2k}) & k \\
2 & 1 - (1 + \sqrt{2k})
\end{bmatrix}
\begin{bmatrix}
x \\
y
\end{bmatrix}
= 0
\]
Simplify to find the ratio \(\frac{y}{x}\):
\[
y = \frac{\sqrt{2}}{k} x
\]
Thus, an eigenvector corresponding to \(\lambda_1\) is:
\[
\begin{bmatrix}
1 \\
\frac{\sqrt{2}}{k}
\end{bmatrix}
\]
For eigenvalue \(\lambda_2 = 1 - \sqrt{2k}\): \[ y = -\frac{\sqrt{2}}{k} x \] Thus, an eigenvector corresponding to \(\lambda_2\) is: \[ \begin{bmatrix} 1 \\ -\frac{\sqrt{2}}{k} \end{bmatrix} \] Therefore, the correct eigenvectors are option (1) and (2). Final Answer: \[ \boxed{(1), (2)} \]
A JK flip-flop has inputs $J = 1$ and $K = 1$.
The clock input is applied as shown. Find the output clock cycles per second (output frequency).

f(w, x, y, z) =\( \Sigma\) (0, 2, 5, 7, 8, 10, 13, 14, 15)
Find the correct simplified expression.
For the non-inverting amplifier shown in the figure, the input voltage is 1 V. The feedback network consists of 2 k$\Omega$ and 1 k$\Omega$ resistors as shown.
If the switch is open, $V_o = x$.
If the switch is closed, $V_o = ____ x$.

Consider the system described by the difference equation
\[ y(n) = \frac{5}{6}y(n-1) - \frac{1}{6}(4-n) + x(n). \] Determine whether the system is linear and time-invariant (LTI).