I was stumbled with a basic calculus question by a friend.
The question first asks to find unit vectors $v,w$ s.t $|u+v|$ is maximal and $|u-w|$ is minimal where $u=(-2,5,3)$.
Then the question asks to find unit vectors $v,w$ s.t $u\cdot v$ is maximal and $|u\cdot w|$ is minimal.
It's easy to write out the equations in all parts, for example for the first part: denote $v=(x,y,z)$ then we wish to find the maximum $$(z+3)^{2}+(y+5)^{2}+(x-2)^{2}$$ under $$x^{2}+y^{2}+z^{2}=1$$
and similarly for the second part with the minimum. But this doesn't seem like the right way to go at this, since I only know to solve such a question with Lagrange multipliers, and they didn't study this (yet).
Can anyone please help point me out in the right direction ?
The right direction is to consider vectors $v$ and $w$ which are collinear with $u$.
For the second part of the question, observe that $u\cdot v=|u||v|\cos\left(\angle(u,v)\right)$. In your case, the absolute values of $u$ and $v$ are fixed, so the values of $u\cdot v$ and $|u\cdot w|$ depend only on the angle between these two vectors.