SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
3. Cross product

Definition 3.1. Let �v and w� be two vectors in R3
. The cross product
of �v and w�, denoted �v × w�, is the vector defined as follows:
•	 the length of �v × w� is the area of the parallelogram with sides �v
and w�, that is, ��v��w�� sin θ.
• �v × w� is orthogonal to both �v and w�.
•	 the three vectors �v, w� and �v × w� form a right-handed set of
vectors.
Remark 3.2. The cross product only makes sense in R3
.
Example 3.3. We have
ı × ˆ ˆ j × ˆ	 kˆ × ˆˆ j = k, ˆ k = ˆı and ı = ˆj.
By contrast
jˆ× ˆ k, ˆ j = −ˆ and ˆı × kˆ = −ˆı = −ˆ k × ˆ ı	 j.
Theorem 3.4. Let �u, �v and w� be three vectors in R3
and let λ be a
scalar.
(1) �v × w� = −w� × �v.
(2) �u × (�v + w�) = �u × �v + �u × w�.
(3) (�u + �v) × w� = �u × w� + �v × w�.
(4) λ(�v × w�) = (λ�v) × w� = �v × (λ�w).
Before we prove (3.4), let’s draw some conclusions from these prop­
erties.
Remark 3.5. Note that (1) of (3.4) is what really distinguishes the
cross product (the cross product is skew commutative).
Consider computing the cross product of ˆı, ˆı and ˆj. On the one hand,
(ˆı × ˆı) × jˆ= �0 ×�j = �0.
On the other hand,
ˆı × (ˆı × jˆ) = ˆı × kˆ = −j.ˆ
In other words, the order in which we compute the cross product is
important (the cross product is not associative).
Note that if �v and w� are parallel, then the cross product is the zero
vector. One can see this directly from the formula; the area of the
parallelogram is zero and the only vector of zero length is the zero
1
� � � �
�
 �

�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�

�
�
�
�

�
�
�
�

�
�
�
�

�
�
�
�

�
�
�
�

vector. On the other hand, we know that w� = λ�v. In this case,
�v × w� = �v × (λ�v)
= λ�v × �v
= −λ�v × �v.
To get from the second to the third line, we just switched the factors.
But the only vector which is equal to its inverse is the zero vector.
Let’s try to compute the cross product using (3.4). If �v = (v1, v2, v3)
and w� = (w1, w2, w3), then
�v × w� = (v1ˆı + v2jˆ+ v3kˆ) × (w1ˆı + w2jˆ+ w3kˆ)
= v1w1(ˆı × ˆı) + v1w2(ˆı × jˆ) + v1w3(ˆı × kˆ)
+ v2w1(ˆj × ˆı) + v2w2(ˆj × jˆ) + v2w3(ˆj × kˆ)
+ v3w1(kˆ × ˆı) + v3w2(kˆ × jˆ) + v3w3(kˆ × kˆ)
= (v2w3 − v3w2)ˆı + (v3w1 − v1w3)ˆ k.j + (v1w2 − v2w1)ˆ
Definition 3.6. A matrix A = (aij) is a rectangular array of numbers,
where aij is in the i row and jth column. If A has m rows and n
columns, then we say that A is a m × n matrix.
Example 3.7.

A =
−2 1 −7
=
a11 a12 a13
,
0 2 −4 a21 a22 a23
is a 2 × 3 matrix. a23 = −4.
Definition 3.8. If

a b
A =
c d
is a 2 × 2 matrix, then the determinant of A is the scalar
a b
= ad − bc.

c d

If
 ⎞⎛
a b c

d e f
⎝
 ⎠
A =

g h i

is a 3 × 3 matrix, then the determinant of A is the scalar
a b c
f
 d f
 d
e
 e

d e f
 − b
= a
 + c

h i
 g
 i
 g
 h

.

g h i

2
�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
�
�
�
�
�

�
Note that the cross product of �v and w� is the (formal) determinant

ˆı jˆ kˆ

v1 v2 v3
w1 w2 w3
.

Let’s now turn to the proof of (3.4).
Definition 3.9. Let �u, �v and w� be three vectors in R3
. The triple
scalar product is (�u × �v) w�.·
The triple scalar product is the signed volume of the parallelepiped
formed using the three vectors, �u, �v and w�. Indeed, the volume of the
parallelepiped is the area of the base times the height. For the base,
we take the parallelogram with sides �u and �v. The magnitude of �u × �v
is the area of this parallelogram. The height of the parallelepiped, up
to sign, is the length of w� times the cosine of the angle, let’s call this
φ, between �u × �v and w�. The sign is positive, if �u, �v and w� form a
right-handed set and negative if they form a left-handed set.
Lemma 3.10. If �u = (u1, u2, u3), �v = (v1, v2, v3) and w� = (w1, w2, w3)
are three vectors in R3
, then
u1 u2 u3
v1 v2 v3
w1 w2 w3
.
(�u × �v) w� =·
Proof. We have already seen that
�
�
�
�
�
�
�u × �v =
ˆı jˆ kˆ

u1 u2 u3
v1 v2 v3
.

If one expands this determinant and dots with w�, this is the same as
replacing the top row by (w1, w2, w3),
(�u × �v) w� =·
w1 w2 w3
u1 u2 u3
v1 v2 v3
.

Finally, if we switch the first row and the second row, and then the

second row and the third row, the sign changes twice (which makes no

change at all):

(�u × �v) w� =·
u1 u2 u3
v1 v2 v3 .

w1 w2 w3
3
�
�
�
�
�
�

�
�
�
�
�
�
Example 3.11. The scalar triple product of ˆı, jˆ and kˆ is one. One
way to see this is geometrically; the parallelepiped determined by these
three vectors is the unit cube, which has volume 1, and these vectors
form a right-handed set, so that the sign is positive.
Another way to see this is to compute directly
(ˆı × jˆ) kˆ = kˆ kˆ = 1.· ·
Finally one can use determinants,
0
0
1 0

(ˆı × jˆ)
 kˆ =
 0 1
 = 1.
·

1
Lemma 3.12. Let �u, �v and w� be three vectors in R3
.
Then
(�u × �v) w� = (�v × w�) �u = (w� × �u) �v.· · ·
Proof. In fact all three numbers have the same absolute value, namely
the volume of the parallelepiped with sides �u, �v and w�. On the other
hand, if �u, �v, and w� is a right-handed set, then so is �v, w� and �u and
vice-versa, so all three numbers have the same sign as well. �
Lemma 3.13. Let �v and w� be two vectors in R3
.
Then �v = w� if and only if �v �x = w� �x, for every vector �x in R3
.· ·
Proof. One direction is clear; if �v = w�, then �v �x = w� �x for any vector· ·
�x.
So, suppose that we know that �v �x = w� �x, for every vector �x.· ·
Suppose that �v = (v1, v2, v3) and w� = (w1, w2, w3). If we take �x = ˆı,
then we see that
v1 = �v ˆı = w� ˆı = w1.· ·
Similarly, if we take �x = ˆj and �x = kˆ, then we also get
v2 = �v jˆ= w� jˆ= w2,· ·
and
v3 = �v kˆ = w� kˆ = w3.· ·
But then �v = w� as they have the same components. �
Proof of (3.4). We first prove (1). Both sides have the same magni­
tude, namely the area of the parallelogram with sides �v and w�. Further
both sides are orthogonal to �v and w�, so the only thing to check is the
change in sign.
4
0 0
�
As �v, w� and �v × w� form a right-handed triple, it follows that w�, �v
and �v × w� form a left-handed triple. But then w�, �v and −�v × w� form
a right-handed triple. It follows that
w� × � = −� w.v v × �
This is (1).
To check (2), we check that
(�u × (�v + w�)) �x = (�u × �v + �u × w�) �x,· ·
for an arbitrary vector �x. We first attack the LHS. By (3.12), we have
(�u × (�v + w�)) �x = (�x × �u) (�v + w�)· ·
= (�x × �u) �v + (�x × �u) w�· ·
= (�u × �v) �x + (�u × w�) �x.· ·
We now attack the RHS.
(�u × �v + �u × w�) �x = (�u × �v) �x + (�u × �v) �x.· · ·
It follows that both sides are equal. This is (2).
We could check (3) by a similar argument. Here is another way.
(�u + �v) × w� = −w� × (�u + �v)
v= −w� × �u − w� × �
= � w + � w.u × � v × �
This is (3).
To prove (4), it suffices to prove the first equality, since the fact that
the first term is equal to the third term follows by a similar derivation.
If λ = 0, then both sides are the zero vector, and there is nothing to
prove. So we may assume that λ = 0. Note first that the magnitude
of both sides is the area of the parallelogram with sides λ�v and w�.
If λ > 0, then �v and λ�v point in the same direction. Similarly �v × w�
and λ(�v × w�) point in the same direction. As �v, w� and �v × w� for a
right-handed set, then so do λ�v, w� and λ(�v × w�). But then λ(�v × w�) is
the cross product of λ�v and w�, that is,
(λ�v) × w� = λ(�v × w�).
If λ < 0, then �v and λ�v point in the opposite direction. Similarly
�v × w� and λ(�v × w�) point in the opposite direction. But then λ�v, w�
and λ(�v × w�) still form a right-handed set. This is (4). �
5
MIT OpenCourseWare
http://ocw.mit.edu
18.022 Calculus of Several Variables
Fall 2010
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

Contenu connexe

Tendances

03 tensors
03 tensors03 tensors
03 tensorsTino Lc
 
Lesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvatureLesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvatureLawrence De Vera
 
Kostadin Trencevski - Noncommutative Coordinates and Applications
Kostadin Trencevski - Noncommutative Coordinates and ApplicationsKostadin Trencevski - Noncommutative Coordinates and Applications
Kostadin Trencevski - Noncommutative Coordinates and ApplicationsSEENET-MTP
 
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...Panchal Anand
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeDheirya Joshi
 
Partial Differential Equations, 3 simple examples
Partial Differential Equations, 3 simple examplesPartial Differential Equations, 3 simple examples
Partial Differential Equations, 3 simple examplesEnrique Valderrama
 
Btech admission in india
Btech admission in indiaBtech admission in india
Btech admission in indiaEdhole.com
 
Jawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikaJawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikamiranteogbonna
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equationsEmdadul Haque Milon
 
Ordinary Differential Equation
Ordinary Differential EquationOrdinary Differential Equation
Ordinary Differential Equationnur fara
 

Tendances (20)

Waveguides
WaveguidesWaveguides
Waveguides
 
Soal latihan1mekanika
Soal latihan1mekanikaSoal latihan1mekanika
Soal latihan1mekanika
 
Imc2017 day2-solutions
Imc2017 day2-solutionsImc2017 day2-solutions
Imc2017 day2-solutions
 
Introduction
IntroductionIntroduction
Introduction
 
03 tensors
03 tensors03 tensors
03 tensors
 
Sect5 6
Sect5 6Sect5 6
Sect5 6
 
Classical mechanics
Classical mechanicsClassical mechanics
Classical mechanics
 
Lesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvatureLesson 6 differentials parametric-curvature
Lesson 6 differentials parametric-curvature
 
Kostadin Trencevski - Noncommutative Coordinates and Applications
Kostadin Trencevski - Noncommutative Coordinates and ApplicationsKostadin Trencevski - Noncommutative Coordinates and Applications
Kostadin Trencevski - Noncommutative Coordinates and Applications
 
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
GTU LAVC Line Integral,Green Theorem in the Plane, Surface And Volume Integra...
 
Applications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First DegreeApplications of Differential Equations of First order and First Degree
Applications of Differential Equations of First order and First Degree
 
Sol84
Sol84Sol84
Sol84
 
Mcs 013 solve assignment
Mcs 013 solve assignmentMcs 013 solve assignment
Mcs 013 solve assignment
 
Partial Differential Equations, 3 simple examples
Partial Differential Equations, 3 simple examplesPartial Differential Equations, 3 simple examples
Partial Differential Equations, 3 simple examples
 
Btech admission in india
Btech admission in indiaBtech admission in india
Btech admission in india
 
New test123
New test123New test123
New test123
 
Shear
ShearShear
Shear
 
Jawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanikaJawaban soal-latihan1mekanika
Jawaban soal-latihan1mekanika
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
 
Ordinary Differential Equation
Ordinary Differential EquationOrdinary Differential Equation
Ordinary Differential Equation
 

En vedette

En vedette (20)

2 force moment
2 force moment2 force moment
2 force moment
 
triple product
triple producttriple product
triple product
 
Case class scala
Case class scalaCase class scala
Case class scala
 
Triple product of vectors
Triple product of vectorsTriple product of vectors
Triple product of vectors
 
All about scala
All about scalaAll about scala
All about scala
 
Lesson 3: The Cross Product
Lesson 3: The Cross ProductLesson 3: The Cross Product
Lesson 3: The Cross Product
 
Cross product
Cross productCross product
Cross product
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Area of-parallelogram
Area of-parallelogramArea of-parallelogram
Area of-parallelogram
 
Moment of force
Moment of forceMoment of force
Moment of force
 
Frequency modulation
Frequency modulationFrequency modulation
Frequency modulation
 
Scala - The Simple Parts, SFScala presentation
Scala - The Simple Parts, SFScala presentationScala - The Simple Parts, SFScala presentation
Scala - The Simple Parts, SFScala presentation
 
Moment and levers
Moment and leversMoment and levers
Moment and levers
 
Area of a triangle and parallelogram
Area of a triangle and parallelogramArea of a triangle and parallelogram
Area of a triangle and parallelogram
 
Lesson 04, shearing force and bending moment 01
Lesson 04, shearing force and bending moment 01Lesson 04, shearing force and bending moment 01
Lesson 04, shearing force and bending moment 01
 
Turning Effect of Forces
Turning Effect of ForcesTurning Effect of Forces
Turning Effect of Forces
 
Turning Effect of Forces
Turning Effect of ForcesTurning Effect of Forces
Turning Effect of Forces
 
Frequency modulation and its application
Frequency modulation and its applicationFrequency modulation and its application
Frequency modulation and its application
 
Fm
FmFm
Fm
 
Amplitude modulation
Amplitude modulationAmplitude modulation
Amplitude modulation
 

Similaire à the cross product of vectors

Similaire à the cross product of vectors (20)

Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1  Three-Dimensional Coordinate SysChapter 12 Section 12.1  Three-Dimensional Coordinate Sys
Chapter 12 Section 12.1 Three-Dimensional Coordinate Sys
 
Vector
VectorVector
Vector
 
dot product of vectors
dot product of vectorsdot product of vectors
dot product of vectors
 
Triple Integral
Triple IntegralTriple Integral
Triple Integral
 
linear algebra.pptx
linear algebra.pptxlinear algebra.pptx
linear algebra.pptx
 
Linear Algebra Assignment Help
Linear Algebra Assignment HelpLinear Algebra Assignment Help
Linear Algebra Assignment Help
 
Lecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdfLecture2 (vectors and tensors).pdf
Lecture2 (vectors and tensors).pdf
 
Lesson 2-2 - Math 8 - W2Q2_Slopes and Intercepts of Lines.pptx
Lesson 2-2 - Math 8 - W2Q2_Slopes and Intercepts of Lines.pptxLesson 2-2 - Math 8 - W2Q2_Slopes and Intercepts of Lines.pptx
Lesson 2-2 - Math 8 - W2Q2_Slopes and Intercepts of Lines.pptx
 
20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docx20230124 PLOS Fractal Manuscript 8.docx
20230124 PLOS Fractal Manuscript 8.docx
 
Sol23
Sol23Sol23
Sol23
 
Sol23
Sol23Sol23
Sol23
 
Sol19
Sol19Sol19
Sol19
 
Sol19
Sol19Sol19
Sol19
 
Vector Space & Sub Space Presentation
Vector Space & Sub Space PresentationVector Space & Sub Space Presentation
Vector Space & Sub Space Presentation
 
Lines and planes in space
Lines and planes  in spaceLines and planes  in space
Lines and planes in space
 
Triple_Integrals.pdf
Triple_Integrals.pdfTriple_Integrals.pdf
Triple_Integrals.pdf
 
Vectors 2.pdf
Vectors 2.pdfVectors 2.pdf
Vectors 2.pdf
 
Understanding viscoelasticity
Understanding viscoelasticityUnderstanding viscoelasticity
Understanding viscoelasticity
 
1525 equations of lines in space
1525 equations of lines in space1525 equations of lines in space
1525 equations of lines in space
 
precalculus 6.3
precalculus 6.3precalculus 6.3
precalculus 6.3
 

Plus de Elias Dinsa

Hospital Management system Database design
Hospital Management system Database designHospital Management system Database design
Hospital Management system Database designElias Dinsa
 
planes and distances
planes and distancesplanes and distances
planes and distancesElias Dinsa
 
diff. of functions
diff. of functionsdiff. of functions
diff. of functionsElias Dinsa
 
limits and continuity
limits and continuitylimits and continuity
limits and continuityElias Dinsa
 
eliodinsulenapier
eliodinsulenapiereliodinsulenapier
eliodinsulenapierElias Dinsa
 

Plus de Elias Dinsa (7)

eliodinsule
eliodinsuleeliodinsule
eliodinsule
 
Hospital Management system Database design
Hospital Management system Database designHospital Management system Database design
Hospital Management system Database design
 
planes and distances
planes and distancesplanes and distances
planes and distances
 
diff. of functions
diff. of functionsdiff. of functions
diff. of functions
 
Limits3a
Limits3aLimits3a
Limits3a
 
limits and continuity
limits and continuitylimits and continuity
limits and continuity
 
eliodinsulenapier
eliodinsulenapiereliodinsulenapier
eliodinsulenapier
 

the cross product of vectors

  • 1. 3. Cross product Definition 3.1. Let �v and w� be two vectors in R3 . The cross product of �v and w�, denoted �v × w�, is the vector defined as follows: • the length of �v × w� is the area of the parallelogram with sides �v and w�, that is, ��v��w�� sin θ. • �v × w� is orthogonal to both �v and w�. • the three vectors �v, w� and �v × w� form a right-handed set of vectors. Remark 3.2. The cross product only makes sense in R3 . Example 3.3. We have ı × ˆ ˆ j × ˆ kˆ × ˆˆ j = k, ˆ k = ˆı and ı = ˆj. By contrast jˆ× ˆ k, ˆ j = −ˆ and ˆı × kˆ = −ˆı = −ˆ k × ˆ ı j. Theorem 3.4. Let �u, �v and w� be three vectors in R3 and let λ be a scalar. (1) �v × w� = −w� × �v. (2) �u × (�v + w�) = �u × �v + �u × w�. (3) (�u + �v) × w� = �u × w� + �v × w�. (4) λ(�v × w�) = (λ�v) × w� = �v × (λ�w). Before we prove (3.4), let’s draw some conclusions from these prop­ erties. Remark 3.5. Note that (1) of (3.4) is what really distinguishes the cross product (the cross product is skew commutative). Consider computing the cross product of ˆı, ˆı and ˆj. On the one hand, (ˆı × ˆı) × jˆ= �0 ×�j = �0. On the other hand, ˆı × (ˆı × jˆ) = ˆı × kˆ = −j.ˆ In other words, the order in which we compute the cross product is important (the cross product is not associative). Note that if �v and w� are parallel, then the cross product is the zero vector. One can see this directly from the formula; the area of the parallelogram is zero and the only vector of zero length is the zero 1
  • 2. � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � vector. On the other hand, we know that w� = λ�v. In this case, �v × w� = �v × (λ�v) = λ�v × �v = −λ�v × �v. To get from the second to the third line, we just switched the factors. But the only vector which is equal to its inverse is the zero vector. Let’s try to compute the cross product using (3.4). If �v = (v1, v2, v3) and w� = (w1, w2, w3), then �v × w� = (v1ˆı + v2jˆ+ v3kˆ) × (w1ˆı + w2jˆ+ w3kˆ) = v1w1(ˆı × ˆı) + v1w2(ˆı × jˆ) + v1w3(ˆı × kˆ) + v2w1(ˆj × ˆı) + v2w2(ˆj × jˆ) + v2w3(ˆj × kˆ) + v3w1(kˆ × ˆı) + v3w2(kˆ × jˆ) + v3w3(kˆ × kˆ) = (v2w3 − v3w2)ˆı + (v3w1 − v1w3)ˆ k.j + (v1w2 − v2w1)ˆ Definition 3.6. A matrix A = (aij) is a rectangular array of numbers, where aij is in the i row and jth column. If A has m rows and n columns, then we say that A is a m × n matrix. Example 3.7. A = −2 1 −7 = a11 a12 a13 , 0 2 −4 a21 a22 a23 is a 2 × 3 matrix. a23 = −4. Definition 3.8. If a b A = c d is a 2 × 2 matrix, then the determinant of A is the scalar a b = ad − bc. c d If ⎞⎛ a b c d e f ⎝ ⎠ A = g h i is a 3 × 3 matrix, then the determinant of A is the scalar a b c f d f d e e d e f − b = a + c h i g i g h . g h i 2
  • 3. � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � Note that the cross product of �v and w� is the (formal) determinant ˆı jˆ kˆ v1 v2 v3 w1 w2 w3 . Let’s now turn to the proof of (3.4). Definition 3.9. Let �u, �v and w� be three vectors in R3 . The triple scalar product is (�u × �v) w�.· The triple scalar product is the signed volume of the parallelepiped formed using the three vectors, �u, �v and w�. Indeed, the volume of the parallelepiped is the area of the base times the height. For the base, we take the parallelogram with sides �u and �v. The magnitude of �u × �v is the area of this parallelogram. The height of the parallelepiped, up to sign, is the length of w� times the cosine of the angle, let’s call this φ, between �u × �v and w�. The sign is positive, if �u, �v and w� form a right-handed set and negative if they form a left-handed set. Lemma 3.10. If �u = (u1, u2, u3), �v = (v1, v2, v3) and w� = (w1, w2, w3) are three vectors in R3 , then u1 u2 u3 v1 v2 v3 w1 w2 w3 . (�u × �v) w� =· Proof. We have already seen that � � � � � � �u × �v = ˆı jˆ kˆ u1 u2 u3 v1 v2 v3 . If one expands this determinant and dots with w�, this is the same as replacing the top row by (w1, w2, w3), (�u × �v) w� =· w1 w2 w3 u1 u2 u3 v1 v2 v3 . Finally, if we switch the first row and the second row, and then the second row and the third row, the sign changes twice (which makes no change at all): (�u × �v) w� =· u1 u2 u3 v1 v2 v3 . w1 w2 w3 3
  • 4. � � � � � � � � � � � � Example 3.11. The scalar triple product of ˆı, jˆ and kˆ is one. One way to see this is geometrically; the parallelepiped determined by these three vectors is the unit cube, which has volume 1, and these vectors form a right-handed set, so that the sign is positive. Another way to see this is to compute directly (ˆı × jˆ) kˆ = kˆ kˆ = 1.· · Finally one can use determinants, 0 0 1 0 (ˆı × jˆ) kˆ = 0 1 = 1. · 1 Lemma 3.12. Let �u, �v and w� be three vectors in R3 . Then (�u × �v) w� = (�v × w�) �u = (w� × �u) �v.· · · Proof. In fact all three numbers have the same absolute value, namely the volume of the parallelepiped with sides �u, �v and w�. On the other hand, if �u, �v, and w� is a right-handed set, then so is �v, w� and �u and vice-versa, so all three numbers have the same sign as well. � Lemma 3.13. Let �v and w� be two vectors in R3 . Then �v = w� if and only if �v �x = w� �x, for every vector �x in R3 .· · Proof. One direction is clear; if �v = w�, then �v �x = w� �x for any vector· · �x. So, suppose that we know that �v �x = w� �x, for every vector �x.· · Suppose that �v = (v1, v2, v3) and w� = (w1, w2, w3). If we take �x = ˆı, then we see that v1 = �v ˆı = w� ˆı = w1.· · Similarly, if we take �x = ˆj and �x = kˆ, then we also get v2 = �v jˆ= w� jˆ= w2,· · and v3 = �v kˆ = w� kˆ = w3.· · But then �v = w� as they have the same components. � Proof of (3.4). We first prove (1). Both sides have the same magni­ tude, namely the area of the parallelogram with sides �v and w�. Further both sides are orthogonal to �v and w�, so the only thing to check is the change in sign. 4 0 0
  • 5. � As �v, w� and �v × w� form a right-handed triple, it follows that w�, �v and �v × w� form a left-handed triple. But then w�, �v and −�v × w� form a right-handed triple. It follows that w� × � = −� w.v v × � This is (1). To check (2), we check that (�u × (�v + w�)) �x = (�u × �v + �u × w�) �x,· · for an arbitrary vector �x. We first attack the LHS. By (3.12), we have (�u × (�v + w�)) �x = (�x × �u) (�v + w�)· · = (�x × �u) �v + (�x × �u) w�· · = (�u × �v) �x + (�u × w�) �x.· · We now attack the RHS. (�u × �v + �u × w�) �x = (�u × �v) �x + (�u × �v) �x.· · · It follows that both sides are equal. This is (2). We could check (3) by a similar argument. Here is another way. (�u + �v) × w� = −w� × (�u + �v) v= −w� × �u − w� × � = � w + � w.u × � v × � This is (3). To prove (4), it suffices to prove the first equality, since the fact that the first term is equal to the third term follows by a similar derivation. If λ = 0, then both sides are the zero vector, and there is nothing to prove. So we may assume that λ = 0. Note first that the magnitude of both sides is the area of the parallelogram with sides λ�v and w�. If λ > 0, then �v and λ�v point in the same direction. Similarly �v × w� and λ(�v × w�) point in the same direction. As �v, w� and �v × w� for a right-handed set, then so do λ�v, w� and λ(�v × w�). But then λ(�v × w�) is the cross product of λ�v and w�, that is, (λ�v) × w� = λ(�v × w�). If λ < 0, then �v and λ�v point in the opposite direction. Similarly �v × w� and λ(�v × w�) point in the opposite direction. But then λ�v, w� and λ(�v × w�) still form a right-handed set. This is (4). � 5
  • 6. MIT OpenCourseWare http://ocw.mit.edu 18.022 Calculus of Several Variables Fall 2010 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.