Mada za sehemu hiiVectorsMada 5
- Vector Representation
- Ratio theorem
- Dot Product
- Cross product of vectors
- Vector Differentiation And Intergration
The cross product (or vector product) of two vectors is denoted by the multiplication symbol "×" or the wedge symbol "∧". For example, the cross product of vectors a and b is written as a×b or a∧b, and is read as "a cross b".
Unlike the dot product, which results in a scalar, the cross product of two vectors results in a vector. The cross product of two vectors in three-dimensional space is defined as a vector that is perpendicular (orthogonal) to the plane determined by the two original vectors.
If a=(a1,a2,a3)=a1i+a2j+a3k and b=(b1,b2,b3)=b1i+b2j+b3k, their cross product is calculated using the determinant of a 3x3 matrix:
a×b=ia1b1ja2b2ka3b3
Expanding the determinant gives:
a×b=(a2b3−a3b2)i−(a1b3−a3b1)j+(a1b2−a2b1)k
The cross product of two vectors a=a1i+a2j+a3k and b=b1i+b2j+b3k is obtained by finding the determinant of a matrix whose rows are the unit vectors i,j,k, the components of a, and the components of b, respectively:
a×b=ia1b1ja2b2ka3b3=(a2b3−a3b2)i−(a1b3−a3b1)j+(a1b2−a2b1)k
The resulting vector is perpendicular (orthogonal) to both a and b.
The cross product can also be defined in terms of the magnitudes of the vectors, the angle between them, and a unit vector:
a×b=∣a∣∣b∣sinθ n^
where θ is the angle between a and b, and n^ is a unit vector perpendicular to both a and b, whose direction is given by the right-hand rule.
Properties of the cross product
For any three non-zero vectors a, b, c, and a scalar t, the following properties hold:
- Anti-commutativity: a×b=−b×a
- Distributivity: a×(b+c)=a×b+a×c
- Scalar multiplication: (ta)×b=t(a×b)=a×(tb)
- Scalar triple product: a⋅(b×c)=(a×b)⋅c
- Cross product with itself: a×a=b×b=c×c=0 (the zero vector)
- Parallel vectors: If a×b=0, then a and b are parallel (or one of them is the zero vector).
- Vector triple product: a×(b×c)=(a⋅c)b−(a⋅b)c
- Cross products of unit vectors:
i×i=j×j=k×k=0
i×j=k,j×k=i,k×i=j
j×i=−k,k×j=−i,i×k=−j
The relationships between the cross products of the unit vectors i, j, and k can be visualized using a circle. Going clockwise gives positive results, and counterclockwise gives negative results.
Example 1
If a=−2i+4j+5k and b=i+3j−k, find a×b.
Solution:
a×b=i−21j43k5−1=(4(−1)−5(3))i−(−2(−1)−5(1))j+(−2(3)−4(1))k
a×b=(−4−15)i−(2−5)j+(−6−4)k=−19i+3j−10k
Example 2
Given two vectors a=6i+j+2k and b=3i+2j+k, find the cross product of a and b.
Solution:
a×b=i63j12k21=(1(1)−2(2))i−(6(1)−2(3))j+(6(2)−1(3))k
a×b=(1−4)i−(6−6)j+(12−3)k=−3i+0j+9k=−3i+9k
Example 3
Find a unit vector perpendicular to both vectors u=2i+j+3k and v=4i−2j+k.
Solution:
First, find the cross product u×v:
u×v=i24j1−2k31=(1(1)−3(−2))i−(2(1)−3(4))j+(2(−2)−1(4))k
u×v=(1+6)i−(2−12)j+(−4−4)k=7i+10j−8k
Now, find the magnitude of u×v:
∣u×v∣=72+102+(−8)2=49+100+64=213
The unit vector perpendicular to both u and v is:
∣u×v∣u×v=2137i+10j−8k=2137i+21310j−2138k
Example 4
Find a vector of magnitude 3 that is perpendicular to both vectors a=4i−8j+k and b=−j+k.
Solution:
First, find the cross product a×b:
a×b=i40j−8−1k11=(−8(1)−1(−1))i−(4(1)−1(0))j+(4(−1)−(−8)(0))k
a×b=(−8+1)i−(4−0)j+(−4−0)k=−7i−4j−4k
Find the magnitude of a×b:
∣a×b∣=(−7)2+(−4)2+(−4)2=49+16+16=81=9
The unit vector perpendicular to both a and b is:
∣a×b∣a×b=9−7i−4j−4k=−97i−94j−94k
A vector of magnitude 3 perpendicular to both a and b is:
3⋅9−7i−4j−4k=−37i−34j−34k
The cross product can be used to determine the angle θ between vectors a and b. Given a×b=∣a∣∣b∣sin(θ)n^, where n^ is a unit vector perpendicular to both a and b, we can find the sine of the angle:
sinθ=∣a∣∣b∣∣a×b∣
Therefore, θ=sin−1(∣a∣∣b∣∣a×b∣)
Example 1
Find the angle between the vectors a=4i−2j+5k and b=i+3j−k.
Solution:
a×b=i41j−23k5−1=((−2)(−1)−5(3))i−(4(−1)−5(1))j+(4(3)−(−2)(1))k
a×b=(2−15)i−(−4−5)j+(12+2)k=−13i+9j+14k
∣a×b∣=(−13)2+92+142=169+81+196=446
∣a∣=42+(−2)2+52=16+4+25=45
∣b∣=12+32+(−1)2=1+9+1=11
sinθ=4511446=495446≈0.9010≈0.9492
θ=sin−1(0.9492)≈71.6∘
Example 2
Find the angle between a and b, given that a=2i+4j+8k and b=6i+8j.
Solution:
a×b=i26j48k80=(4(0)−8(8))i−(2(0)−8(6))j+(2(8)−4(6))k
a×b=−64i+48j−8k
∣a×b∣=(−64)2+482+(−8)2=4096+2304+64=6464=8101
∣a∣=22+42+82=4+16+64=84=221
∣b∣=62+82+02=36+64=100=10
sinθ=10⋅2218101=10214101=5212101≈22.920.1≈0.8777
θ=sin−1(0.8777)≈61.4∘
The cross product of vectors can be used to find the areas of a triangle and a parallelogram.
The area of a parallelogram formed by vectors a and b is given by:
A=∣a×b∣
Since ∣a×b∣=∣a∣∣b∣sinθ, where θ is the angle between a and b, the area can also be written as:
A=∣a∣∣b∣sinθ
The area of a triangle formed by vectors a and b is half the area of the parallelogram formed by the same vectors:
A=21∣a×b∣
Area of a parallelogram using diagonal vectors
Consider a parallelogram with adjacent sides formed by vectors a and b, and diagonals d1 and d2 (Insert Figure 2.14 here). We have:
d1=a+b
d2=b−a
Taking the cross product of the diagonals:
d1×d2=(a+b)×(b−a)=a×b−a×a+b×b−b×a
Since a×a=0 and b×b=0, and b×a=−a×b:
d1×d2=a×b−(−a×b)=2(a×b)
Therefore, the area of the parallelogram in terms of its diagonals is:
A=21∣d1×d2∣
Example 1
Find the area of a triangle formed by the points P1(2,3,4), P2(1,1,1), and P3(3,0,−1).
Solution:
P1P2=(1−2)i+(1−3)j+(1−4)k=−i−2j−3k
P1P3=(3−2)i+(0−3)j+(−1−4)k=i−3j−5k
P1P2×P1P3=i−11j−2−3k−3−5=(10−9)i−(5−(−3))j+(3−(−2))k=i−8j+5k
∣P1P2×P1P3∣=12+(−8)2+52=1+64+25=90=310
Area of the triangle: A=21⋅310=2310 square units.
Example 2
The adjacent sides of a triangle are formed by the vectors a=4i−5j+3k and b=2i+2j−4k. Find the area of the triangle.
Solution:
a×b=i42j−52k3−4=(20−6)i−(−16−6)j+(8−(−10))k=14i+22j+18k
∣a×b∣=142+222+182=196+484+324=1004=2251
Area of the triangle: A=21⋅2251=251 square units.
Example 3
The adjacent sides of a parallelogram are defined by the vectors a=8i+2j−k and b=−2j+k. Find the area of the parallelogram.
Solution:
a×b=i80j2−2k−11=(2−2)i−(8−0)j+(−16−0)k=0i−8j−16k=−8j−16k
∣a×b∣=02+(−8)2+(−16)2=0+64+256=320=85
Area of the parallelogram: A=85 square units.
Let a, b, and c be vectors representing the sides of a triangle ABC, as shown in Figure 2.15 (Insert Figure 2.15 here). The sides of the triangle are related by the vector equation:
a+b+c=0
(or equivalently, c=−(a+b) or a=−(b+c) or b=−(a+c))
Which is equivalent to a+b=−c
Taking the cross product of both sides of a+b=−c with a:
a×(a+b)=a×(−c)
a×a+a×b=−a×c
Since a×a=0:
a×b=−a×c
a×b=c×a
Similarly, taking the cross product of a+b=−c with b:
b×(a+b)=b×(−c)
b×a+b×b=−b×c
Since b×b=0:
b×a=−b×c
b×a=c×b
Using the property that b×a=−a×b:
−a×b=c×b
a×b=−c×b
a×b=b×c
Combining the results, we have:
a×b=b×c=c×a
Taking the magnitudes:
∣a×b∣=∣b×c∣=∣c×a∣
Using the definition of the magnitude of the cross product: ∣u×v∣=∣u∣∣v∣sinθ, where θ is the angle between u and v:
∣a∣∣b∣sinC=∣b∣∣c∣sinA=∣c∣∣a∣sinB
Dividing by ∣a∣∣b∣∣c∣:
∣c∣sinC=∣a∣sinA=∣b∣sinB
Which is commonly written as:
asinA=bsinB=csinC
Where a, b, and c are the magnitudes of the vectors (side lengths of the triangle).
Mwalimu
Unasoma somo hili? Niulize nikuelezee chochote kilichomo.
Ingia ili kumuuliza Mwalimu wa AI wa Sonza kuhusu mada hii.
Ingia ili kuulizaMajadiliano
Hakuna maswali bado