Vector (Cross) Product
Vector(Cross) Product
Let and
be two non zero, non parallel vectors. Then the vector product
is defined as,
Where θ is the angle between vectors a and b.
Properties of vector product:
- If cross product of two vectors is zero that means vectors are parallel.
parallel vectors
- Vector product is not commutative.
- Vector Product is distributive
Some important applications of vector product
- Area of parallelogram with adjacent sides
and
is
- Area of a triangle with adjacent sides
and
is
- Area of parallelogram with diagonals
and
is
- Volume of parallelepiped is given as
- Three vectors are coplanar if their scalar triple product is 0 i.e
or three vector are coplanar if volume of parallelepiped formed by them is 0.
Example1. Find for given vectors
=i+3j-2k and
=-i+3k.
Solution:
= i(9-0) –j(3-2) +k(0+3)
= 9i-j+3k
Example2. A plane is defined by any three points that are in the plane. If a plane contains the points P=(1,0,0), Q=(1,1,1) and R=(2,−1,3) find a vector that is orthogonal to the plane.
Solution : To find orthogonal(normal) vector of a plane, we just find the cross product of two vectors lying in that plane.
So first we find two vectors using three points lying in the plane.
= (1,1,1) –(1,0,0)= 〈0,1,1〉
=(2,−1,3)–(1,0,0)= 〈1,-1,3〉
Orthogonal vector is,
= i(3+1) –j(0-1) +k(0-1) = 4i +j –k
Example3. Find a unit vector of magnitude 9, perpendicular to both the vectors = i-2j+3k and = i+2j-k.
Solution:
= i(2-6) –j(-1-3) +k(2+2)
= i(-4)-j(-4) +4k
= -4i+4j+4k
Required unit vector
(multiply with given magnitude 9)
Example4. Show that area of parallelogram having diagonals 〈3,1,-2〉 and 〈1,-3,4〉 is 5√3 .
Solution: lets assume these diagonals are represented by vectors and
.
= i(4-6) -j(12+2) +k(-9-1)
= -2i-14j-10k
Area of parallelogram =
= 1/2 (√300) = 5√3
Example5.Find area of triangle whose vertices are A(3,-1,2), B(1,-1,-3) and C(4,-3,1).
Solution: First we find vectors using given points.
= (1,-1,-3) –(3,-1,2)= 〈-2,0,-5〉
= (4,−3,1)–(3,-1,2)= 〈1,-2,-1〉
=i(0-10)-j(2+5)+k(4-0)
= -10i-7j+4k
Area of triangle ABC
Example6. Determine if three vectors lie in same plane (coplanar) or not.
a=〈1,4,-7〉 , b=〈2,-1,4〉 , c =〈0,-9,18〉
Solution:
= 1(-18+36)-4(36-0)-7(-18-0)
= 18 – 144 +126 = 0
Since scalar triple product is 0 i.e volume of parallelepiped is 0 so all three vectors lie in same plane.
Practice problems:
- Find a unit vector of magnitude 3, perpendicular to both the vectors a= 3i+j-4k and b= 6i+5j-2k.
- Find the area of parallelogram determined by vectors 〈3,1,-2〉 and 〈1,-3,4〉
- Determine of three vectors lie in same plane (coplanar) or not.
a=〈2,3,1〉 , b=〈1,-1,0〉 , c =〈7,3,2〉
- Let a=i+4j+2k , b=3i-2j+7k and c=2i-j+4k. Find a vector d which is perpendicular to both a and b and c.d =15
Answers:
- 2i-2j+k
- (5√3)/2 units
- Yes, coplanar
- 1/3 (2i-2j-k)
