Given vector $\mathbf{v} = \begin{bmatrix} 5 \\ -1 \end{bmatrix}$, $\mathbf{b_1} = \begin{bmatrix} 1 \\ 1 \end{bmatrix}$ and $\mathbf{b_2} = \begin{bmatrix} 1 \\ -1 \end{bmatrix}$ all written in the standard basis, what is $\mathbf v$ in the basis defined by $\mathbf{b_1}$ and $\mathbf{b_2}$? You are given that $\mathbf{b_1}$ and $\mathbf{b_2}$ are orthogonal to each other.
a) $\mathbf{v_b} = \begin{bmatrix} 3 \\ 2 \end{bmatrix}$
b) $\mathbf{v_b} = \begin{bmatrix} -3 \\ 2 \end{bmatrix}$
c) $\mathbf{v_b} = \begin{bmatrix} 2 \\ 3 \end{bmatrix} $
THESE are the options to choose from , need written soln for reference
If $\bf{b}_1,\bf{b}_2$ are orthogonal, then if $\bf{v}=\alpha \bf{b}_0 + \beta \bf{b}_1$ we can find the coefficients by inner products:
$$\langle \bf{v},\bf{b}_1\rangle = \beta \langle\bf{b}_1, \bf{b}_1\rangle$$ so
$$\beta = \frac{\langle \bf{v},\bf{b}_1\rangle}{\langle\bf{b}_1, \bf{b}_1\rangle}$$
and similarly for $\alpha$. For orthonormal vectors the denominator would have been $1$, here it is $2$ for both.
So for $\begin{bmatrix} 5 \\ -1\end{bmatrix}$ we get $\alpha= \frac{4}{2}=2$ and $\beta= \frac{6}{2}=3$ etc.