[Math] Find all values of $a$ such that $w = ai- \frac{a}{3}j$ is a unit vector

vector analysis

Find all values of $a$ such that $w = ai- \frac{a}{3}j$ is a unit vector.

I just need help understanding precisely what this question is asking. This is the first chapter and section of multivariable calculus.

I am going to assume then that $w$ is of length $1$, and therefore $\sqrt{(ai)^2 + (-\frac{a}{3}j)^2} = 1$

The problem with this is that I have a scalar $a$ multiplied to the unit vector $i$, and that whole thing is being squared. I have not been introduced to vector multiplication so I am going to have to assume I am not going about this the desired way (I am not simply solving for some variable $a$ using this equation, and if I am then I am unsure how to do so).

Please give me suggestions or clarifications. Am I to assume $i$ and $j$ are perpendicular unit vectors hopefully with a component of $1$ and the others are $0$? Should I consider $i$ and $j$ to take the value of $1$?

Best Answer

I will assume that your book assumes that $i,j$ are the standard basis for the real plane (which I would say is a very safe assumption). $i$ in this case means exactly the vector $(1,0)$. $j$ means $(0,1)$. (This is the answer to your last question, but your middle work was a bit off).

I'd like to add that there is no one singular concept called 'vector multiplication' - though two related ideas are dot products and cross products, neither of which are necessary here.

The only think you need to know is how to find the length of a vector; all you need to do that, fortunately, is the Pythagorean Theorem.

So you should think of a right triangle with one side length $a$ and the other side length $\frac{a}{3}$, and you want to find $a$ so that the hypotenuse is of length $1$.

Related Question