Two mutually perpendicular vectors

1.9k Views Asked by At

I cannot demonstrate this excersice about vectors: If $A$ and $B$ are mutually perpendicular vectors( different to zero vector) and "c" is any number show that :

$\|A +cB \| \geq \|A\|$.

Well I don´t know where to start, I was thinking about using the dot product but I don´t get how to use it, could anyone give me a solution or any idea?

2

There are 2 best solutions below

2
On

Hint

$$\left\|A+cB\right\|^2=\left\|A\right\|^2+|c|^2\left\|B\right\|^2$$

0
On

You need only note that \begin{align*} (A+cB, A+cB) &= (A, A) + c^2(B, B) + 2c^2(A, B)\\ &= (A, A) + c^2(B, B)\\ &\ge (A, A). \end{align*}