I have the orthonormal basis for $b_1 = (-\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2})$, $b_2 =(-\frac{\sqrt{2}}{2}), (-\frac{\sqrt{2}}{2})$ for $\mathbb{R}^2$.
I need to compute the coordinates of the following three points (in the standard basis) in the basis $\{b_1,b_2\}$:
$(0,0)$, $(1,0)$, $(2,3)$
Can anyone help me get going with this? I dont know how to compute the coordinates.
Thanks.
By definition, the coordinates of a point $(x,y)$ in a base $(b_1, b_2)$ are the coefficients $\lambda$ and $\mu$ such that $(x,y)=\lambda b_1 + \mu b_2$.
Let's take $(1,0)$. You have to find $\lambda$ and $\mu$ such that $$(1,0)=\lambda \left(-\frac{\sqrt{2}}{2}, \frac{\sqrt{2}}{2}\right) + \mu \left(-\frac{\sqrt{2}}{2}, -\frac{\sqrt{2}}{2}\right)$$
This is equivalent to the system $$1 = \lambda \times \left( - \frac{\sqrt{2}}{2} \right) + \mu \times \left( - \frac{\sqrt{2}}{2} \right) \quad \text{and} \quad 0 = \lambda \times \left( \frac{\sqrt{2}}{2} \right) + \mu \times \left( - \frac{\sqrt{2}}{2} \right)$$
You can solve this system and find the solution $$\lambda = \mu = - \frac{\sqrt{2}}{2}$$
Those are the coordinates of $(1,0)$ in the basis $(b_1, b_2)$.
You can do the same with the other vectors !
(Hint : for $(0,0)$, the answer is straightforward !)