When is the rank of this matrix equal to $2$?
$\begin{bmatrix}-\sin u + \sin (u+v) & \sin(u+v) \\ \cos u - \cos(u+v) & -\cos(u+v)\\ 1 & 0 \end{bmatrix}$
I’ve computed the two $2 \times 2$ determinants, which give $\sin v$ and $-\cos(u+v)$. However, if I equal them to $0$, I obtain $v=\pi n$ for the first case and $v+u=\pi/2 +\pi n$ for the second one (with $n\in \mathbb{N}$). How should I conclude?
Note that rank of this matrix is at least one (last row) and at most two (because its dimension is 3×2).
Now, you need to check when matrix rank is 1. If it is one, then first and second rows has to be linearly dependent on the last row, therefore $\sin(u+v) = -\cos(u+v) = 0$, but this can never happen as $\sin^2 x + \cos^2 x = 1$.
Therefore, this matrix has rank 2 for all values of $u$ and $v$