New to vector and while currently learning the basics my book says according to vector triangle theory a + b = c.But according to geometry in a triangle the sum of two sides are always bigger than the other one.Which means a + b != c.So why OB = a + b? why it does not make any sense to me?
Please explain with simple example.
Yes, in a vector triangle, $\vec{a}+\vec{b}=\vec{c}$.
You seem to have confounded this with the Triangle Inequality.
The triangle inequality, in terms of vectors, states that $|\vec{a}|+|\vec{b}|>|\vec{c}|$, where $|v|$ denotes the magnitude, or length of the vector. The vectors themselves are added, but their magnitudes generally don't.
Here is an example: consider $(3,4)+(2,8)=(5,12)$, but $5+\sqrt{68}>13$.