Can we add 2 vectors of unequal magnitudes and get a zero vector?
False
Let's assume my vector 1 is x^i+y^j. Now what vector should I add to it to get 0 vectors?
Let's say vector 2 be u^i+v^j
So vector 1+vector 2 = 0
⇒x^i+y^j+u^i+v^j=0
⇒(x+u)^i+(y+v)^j=0
⇒x+u=0
u = -x
Similarly, y + v = 0
v = -y
So my vector 2 is
−x^i−y^j
Let's see what's its magnitude is
|−−−−−−→vector 2|=√(−x)2+(−y)2
=√x2+y2
Wow so we find that magnitude of vector 1 is same as vector 2. So no it's not possible to have 2 vectors of unequal magnitude and get zero vector.