The question is:
Find vector's $(1, 1)$ length, if scalar multiplication $(v, u)$ is
- $(v, u) = ((x_1, y_1),(x_2, y_2)) = x_1\cdot x_2 + y_1\cdot y_2$
- $(v, u) = ((x_1, y_1),(x_2, y_2)) = (x_1 + y_1)\cdot(x_2 + y_2)$
How vector's length even related to the scalar multiplication? Thanks
By "scalar multiplication" this question means "dot product," as in "the multiplication of two vectors which produces the scalar". You then can use the formula $\|u\| = \sqrt{(u,u)}$ to get the length of a vector $u$