Vector-Algebra-project
Vector-Algebra-project
INDEX
● Acknowledgement.
● Definition of vectors.
● Cross product of Vectors (Vector product).
● Physical representation of vector (Area vector of
parallelogram).
● Properties of vector product.
● Area vector of triangle when two vectors
are given.
● Solved examples.
Definition of vector
A vector is an object that has both a magnitude and a direction.
Geometrically, we can picture a vector as a directed line segment, whose
length is the magnitude of the vector and with an arrow indicating the
direction. The direction of the vector is from its tail to its head.
Two vectors are the same if they have the same magnitude and direction.
This means that if we take a vector and translate it to a new position
(without rotating it), then the vector we obtain at the end of this process is
the same vector we had in the beginning.
^
Thus we can say that, a×b = |a| |b|sin 𝑠𝑖𝑛 θ 𝑛, where a×b represents the
cross product of two vectors.
If in any case, any of the vectors is null or both the vectors are parallel to
each other, then the cross product is not defined.
a and b are the adjacent sides of the parallelogram OACB and θ is the
angle between the vectors a and b. Then the area of the parallelogram is
given by |a x b| = |a||b| sinθ.
(Since the angle between both the vectors would be 0, then sin 0 = 0)
Following the above property, we can say that the vector multiplication of a
^
vector with itself would be (a×a)= |a||a|sin0 𝑛 = 0
Also in terms of unit vector notation
^ ^ ^ ^ ^ ^
𝑖×𝑖 = 𝑗×𝑗 = 𝑘×𝑘 = 0
𝑖 𝑗 𝑘 𝑗 𝑘
𝑖
We know that in a parallelogram when the two adjacent sides are given
by AB vector and AC vector and the angle between the two sides are given
by θ then the area of the parallelogram will be given by |AB×AC∣ and the
value will be given by |AB∣×∣AC∣× sin θ.
A triangle divides a parallelogram into two equal parts, so the area of the
triangle will be given by
1
2
× |AB∣×∣AC∣× sin θ.
Below are the expressions used to find the area of a triangle when two
vectors are known,
1 1 1
2 2 2
× |AB×AC∣ or × |BC×CA∣ or × |CB×CA∣
Example 1:
Using vectors, find the area of the triangle with
Solution:
1
of triangle ABC= × ∣AB×AC∣
2
Area
We have AB= OB – OA
^ ^ ^
= (2−1) 𝑖+ (−1−2) 𝑗+ (4−3) 𝑘
^ ^
= i^ − 3𝑗+ 𝑘
AC= OC−OA
^ ^ ^
= (4−1) 𝑖+ (5−2) 𝑗+ (−1−3) 𝑘
^ ^
= 3i^ + 3𝑗− 4𝑘
^ ^
AB×AC= | 𝑖
^
𝑘|
𝑗
|1 -3 1 |
| 3 3 -4 |
^ ^ ^
= (12−3) 𝑖 − (−4−3) 𝑗 +(3+9) 𝑘
^ ^ ^
= 9𝑖 + + 12𝑘
7𝑗
∣AB×AC∣ =√ 81+49+144
=√274
Area of △ABC= 1
1
2 2
× ∣AB×AC∣ = × 274= √274/2 sq. units
Example 2:
Find the area of the parallelogram whose adjacent sides are determined by
the following vectors,
→ ^ ^ ^ → ^ ^ ^
𝑎 = 𝑖 – 𝑗 + 3𝑘 and 𝑏 = 2𝑖 – 7𝑗 + 𝑘
Solution:
→ → ^ ^ ^
𝑎 x𝑏 =|𝑖 𝑗 𝑘 |
=| 1 -1 3 |
=| 2 -7 1 |
^ ^ ^
= 20𝑖 + 5𝑗 – 5𝑘
→ → → →
x 𝑏 is, x 𝑏| = √202+52+(−5)2
𝑎
Also, the magnitude of
|𝑎
= √450
= √25×9×2
= 15√2.