Is there any scalar that can mirror a vector?

56 Views Asked by At

I am visualizing what scaling a vector does to its original vector, it can expand it, shrink it, flip it the other way, but is there such thing as a scalar changing the only the $y$ value of a vector?

For instance you have the vector $(2,3)$ does there exist such scalar that would produce $(2,-3)$?

I am just curious. I think there isn't one, but just wanted to check with you guys.

2

There are 2 best solutions below

0
On

Suppose that there is a scalar $s$ such that $s(2,3)=(2,-3)$. Then we have $2s=2$ and $3s=-3$, which gives $s=1$ and $s=-1.$ Conclusion ?

0
On

No, this is not possible. If $(2,-3)=\alpha(2,3)$ for some scalar $\alpha$, then equating the first components gives $2\alpha = 2$, and equating second components gives $3\alpha = -3$. Clearly no value of $\alpha$ satisfies both these equations.