given: $\vec{u} = -5\vec{i} + 3\vec{j} -4\vec{k}$
find a unit vector $\vec{v}=\alpha\vec{i}+\beta\vec{j}+\gamma\vec{k}$ such that $|\vec{u}+\vec{v}|$ is maximal.
So I was thinking first of all we know $\sqrt{\alpha^2+\beta^2+\gamma^2}=1$
and we want $\sqrt{(-5+\alpha)^2+(3+\beta)^2+(-4+\gamma)^2}$ to be maximal
but I'm not sure how to continue
If $u$ and $v$ are vectors in $\mathbb{R}^n$, then the value of $\| u + v \|$ is maximized when $u$ and $v$ point in the same direction, or there exists $c \in \mathbb{R}_{\geq 0}$ such that $v=cu$. This can be seen geometrically, or by using the fact that equality in the triangle inequality $\|u + v\| \leq \|u \| + \| v \|$ holds when $u$ and $v$ are pointing in the same direction.
Now if we impose the restriction that $v$ is a unit vector, we can take $v= \frac{u}{\|u\|}$, which is a unit vector and points in the same direction as $u$.