If a , b , c are vectors, prove the following properties of vector addition:
Commutative Law: a + b = b + a
Associative Law: ( a + b ) + c = a + ( b + c )
Identity (Null Vector): a + 0 = a
Additive Inverse: a + ( − a ) = 0
Note: This question also requires finding P Q and ∣ P Q ∣ for given points in space, applying vector operations in 3D.
In 3D space, every point is located by an ordered triple ( x , y , z ) measured along three mutually perpendicular axes: the x -axis, y -axis, and z -axis. The position vector of point P ( x 1 , y 1 , z 1 ) from the origin O is:
O P = x 1 i ^ + y 1 j ^ + z 1 k ^
The unit vectors i ^ , j ^ , k ^ point along the positive x -, y -, and z -axes respectively, each with magnitude 1. Any vector v in space can be written as:
v = v 1 i ^ + v 2 j ^ + v 3 k ^
where v 1 , v 2 , v 3 are the scalar components.
If P ( x 1 , y 1 , z 1 ) and Q ( x 2 , y 2 , z 2 ) are two points in space, then:
P Q = O Q − O P = ( x 2 − x 1 ) i ^ + ( y 2 − y 1 ) j ^ + ( z 2 − z 1 ) k ^
For v = a i ^ + b j ^ + c k ^ :
∣ v ∣ = a 2 + b 2 + c 2
Two vectors a = a 1 i ^ + a 2 j ^ + a 3 k ^ and b = b 1 i ^ + b 2 j ^ + b 3 k ^ are parallel if:
a = k b for some scalar k = 0
Equivalently: b 1 a 1 = b 2 a 2 = b 3 a 3 = k
Let a = a 1 i ^ + a 2 j ^ + a 3 k ^ , b = b 1 i ^ + b 2 j ^ + b 3 k ^ , c = c 1 i ^ + c 2 j ^ + c 3 k ^ .
a + b = ( a 1 + b 1 ) i ^ + ( a 2 + b 2 ) j ^ + ( a 3 + b 3 ) k ^
Since addition of real numbers is commutative (a i + b i = b i + a i ):
= ( b 1 + a 1 ) i ^ + ( b 2 + a 2 ) j ^ + ( b 3 + a 3 ) k ^ = b + a ✓
( a + b ) + c = [( a 1 + b 1 ) + c 1 ] i ^ + [( a 2 + b 2 ) + c 2 ] j ^ + [( a 3 + b 3 ) + c 3 ] k ^
By associativity of real number addition:
= [ a 1 + ( b 1 + c 1 )] i ^ + [ a 2 + ( b 2 + c 2 )] j ^ + [ a 3 + ( b 3 + c 3 )] k ^ = a + ( b + c ) ✓
The null vector is 0 = 0 i ^ + 0 j ^ + 0 k ^ .
a + 0 = ( a 1 + 0 ) i ^ + ( a 2 + 0 ) j ^ + ( a 3 + 0 ) k ^ = a 1 i ^ + a 2 j ^ + a 3 k ^ = a ✓
The additive inverse of a is − a = − a 1 i ^ − a 2 j ^ − a 3 k ^ .
a + ( − a ) = ( a 1 − a 1 ) i ^ + ( a 2 − a 2 ) j ^ + ( a 3 − a 3 ) k ^ = 0 i ^ + 0 j ^ + 0 k ^ = 0 ✓
Given: P ( 1 , 2 , 3 ) and Q ( 4 , 6 , 8 )
Step 1: Apply the formula:
P Q = ( 4 − 1 ) i ^ + ( 6 − 2 ) j ^ + ( 8 − 3 ) k ^ = 3 i ^ + 4 j ^ + 5 k ^
Step 2: Find the magnitude:
∣ P Q ∣ = 3 2 + 4 2 + 5 2 = 9 + 16 + 25 = 50 = 5 2
Property Statement Commutative Law a + b = b + a Associative Law ( a + b ) + c = a + ( b + c ) Identity (Null Vector) a + 0 = a Additive Inverse a + ( − a ) = 0