






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The scalar triple product, as its name may suggest, results in a scalar as its result. It is a means of combining three vectors via cross product and a dot ...
Typology: Lecture notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!
The scalar triple product, as its name may suggest, results in a scalar as its result. It
is a means of combining three vectors via cross product and a dot product. Given the
vectors
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 scalar triple product will involve a dot product and a cross product
It is necessary to perform the cross product before the dot product when computing a
scalar triple product,
i j k
= i
− j
since A = A 1 i + A 2 j + A 3 k one can take the dot product to find that
which is simply
Important Formula 3.1.
The usefulness of being able to write the scalar triple product as a determinant is not only
due to convenience in calculation but also due to the following property of determinants
Note 3.1. Exchanging any two adjacent rows in a determinant changes the sign of the
original determinant.
... example continued
Take the dot product with A to find
Method 2 :
Evaluate the determinant
Example 3.1.2. Prove that
Important Formula 3.2.
Solution:
Notice that there are no brackets given here as the only way to evaluate the scalar triple
products is to perform the cross products before performing the dot products
a
. 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
now,
a This is due to the fact that if the dot product is evaluate first one would be left with a cross product
between a scalar and a vector which is not defined.
The vector triple product, as its name suggests, produces a vector. It is the result of
taking the cross product of one vector with the cross product of two other vectors.
Important Formula 3.3 (Vector Triple Product).
Proving the vector triple product formula can be done in a number of ways. The straight-
forward method is to assign
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
and work out the various dot and cross products to show that the result is the same.
Here we shall however go through a slightly more subtle but less calculation heavy proof.
Note 3.2. The vector A × (B × C) must be in the same plane as B and C. This is due
to fact that the vector that results from the cross product is perpendicular to both the
vectors whose product has just been taken. Since one can say that A × (B × C) is on
the same plane as B and C it follows that
A × (B × C) = αB + βC
where α and β are scalars.
We introduce a new coordinate system with the unit vector i
′ along the vector B, j
′ a
unit vector (orthogonal to i
′ ), which is on the same plane as the both the vectors B and
C, and k
′ a unit vector orthogonal to both i
′ and j
′ 1
. Using this basis allows one to write
the vectors B and C as
B = B 1 i
′
′
′
C = C 1 i
′
′
′
however there is no special reduction to the representation of the vector A in terms of
this new basis thus,
A = A 1 i
′
′
′ .
1 the unit vector k
′ will thus point in the same direction as the vector B × C.
This is the desired result as returning to our definitions of A, Band C in this basis,
A = A 1 i
′
′
′
B = B 1 i
′
C = C 1 i
′
′
one finds that,
Hence,
A × (B × C) = (A 2 C 2 + A 1 C 1 )B 1 i
′ − A 1 B 1 (C 1 i
′
′ )
3.3.1 The area of a parallelogram.
θ
B
A h
(a) The parallelogram
θ
B
A
h
(b) The triangle
Figure 2: Areas related to the cross product.
The are of a parallelogram is simply given by the product of the base and the height of
the parallelogram. Here this is given by
Area of parallelogram = h | B |
= (| A | sin(θ)) | B |
= | A | | B | sin(θ)
3.3.2 The area of a triangle.
The area of a triangle is half the base times the height. From the figure we have
Area of triangle =
| B | h =
| B | (| A | sin(θ))
Here we list most of the main results concerning vectors,
2 ≡ | A |
2 (3.4.1)
A · (αB) = α(A · B) (3.4.3)
A × (αB) = α(A × B) (3.4.7)
3.4.1 Worked problem
Example 3.4.1 (Manipulating vectors without evaluation).
Prove that
(i) (A × B) × (C × D) = C(A · B × D) − D(A · B × C)
(ii) (A × B) × (C × D) = B(A · C × D) − A(B · C × D)
Solution:
(i) let U = A × B
= (U · D)C − (U · C)D using Eq 3.4.
= (A · B × D)C − (A · B × C)D using Eq 3.4.
(ii) let V = (C × D)
(A × B) × (C × D) = −(C × D) × (A × B) using Eq 3.4.
= − {(V · B)A − (V · A)B} using Eq 3.4.
= (C · D × A)B − (C · D × B)A using Eq 3.4.