Part of V3D-01 — Vector Algebra

Vector Addition and Scalar Multiplication

by Notetube Official102 words4 views

Vector addition follows the triangle law (head-to-tail) or the parallelogram law (common tail). In component form: a + b = (a1a_{1}+b1b_{1})i + (a2a_{2}+b2b_{2})j + (a3a_{3}+b3b_{3})k. Addition is commutative (a + b = b + a) and associative. Scalar multiplication: ka = ka1ka_{1}i + ka2ka_{2}j + ka3ka_{3}k. If k > 0, direction is preserved; if k < 0, direction reverses. Key property: |ka| = |k| · |a|. Two vectors are collinear (parallel) if a = kb for some scalar k. The vector from point A to point B is AB = b - a (position vector of B minus position vector of A).

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes