Pranshu Gaba,
Beakal Tiliksew,
Lawrence Chiou,
and
Uros Stojkovic
Andrew Ellinor
Nihar Mahajan
Sravanth C.
Atomsky Jahid
Matheus Jahnke
Gabe Smith
Jimin Khim
Calvin Lin
contributed
The specific case of the inner product in Euclidean space, the dot product gives the product of the magnitude of two vectors and the cosine of the angle between them. Along with the cross product, the dot product is one of the fundamental operations on Euclidean vectors.
Let a and b be Euclidean vectors, and θ the angle between them. Then the dot product of a and b is denoted a⋅b and defined as
a⋅b=∥a∥bcosθ,
where ∣a∣, for example, denotes the magnitude of a.
Since the dot product is an operation on two vectors that returns a scalar value, the dot product is also known as the scalar product.
Geometrically, one can also interpret the dot product as
a⋅b=(∥a∥)(bcosθ).
That is, one can view the dot product as the magnitude of a times the magnitude of the component of b that points along a. (bcosθ) is the magnitude of the projection of b onto a:
Similarly,
a⋅b=(b)(∥a∥cosθ),
so the dot product can also be viewed the magnitude of b times the magnitude of the component of a that points along b.
Since ∥a∥ and b are positive quantities, the sign of the dot product depends on θ:
If θ is acute, then cosθ is positive, and therefore the dot product is positive.
If θ is 90∘, then the dot product is zero. Vectors whose dot product vanishes are said to be orthogonal.
If θ is obtuse, then the dot product is negative.
Note that since the Euclidean basis unit vectors x^, y^, and z^ are mutually perpendicular, it holds that
x^⋅y^=y^⋅z^=x^⋅z^=0
and that
x^⋅x^=y^⋅y^=z^⋅z^=1.
Given that the magnitude of a is 7 and that of b is 8, find a⋅b when the angle between a and b is (i)60∘(ii)90∘(iii)120∘.
To find the dot product, we use the formula a⋅b=∥a∥bcosθ.
We know ∥a∥=7 and b=8, which implies a⋅b=7×8cosθ=56cosθ. Hence the following answers:
(i) When θ=60∘, cosθ=21 and therefore a⋅b=56×21=28.
(ii) When θ=90∘, cosθ=0 and therefore a⋅b=56×0=0.
(iii) When θ=120∘, cosθ=−21 and therefore a⋅b=56×(−21)=−28.□
If c=4^ and d=2^, what is c⋅d?
We can apply the formula c⋅d=∥c∥dcosθ.
We know ∥c∥=4 and d=2. Also, the two vectors are parallel, so θ=0 and therefore cosθ=1.
After we substitute the values in the formula, we get
c⋅d=4×2×1=8.□
True
False
True or False?
If a and b are vectors such that a⋅b=1,
then a and b must be parallel.
The correct answer is: False
a∥ca⊥c∥a∥=∥c∥
None of the above
Three vectors a,b and c in R3 satisfy the following equation:
a⋅b=c⋅b.
What can you deduce about a and c from this information?
The correct answer is: None of the above
Properties
The dot product has several important and useful properties. Their proofs are fairly straightforward and left as exercises for the reader.
CommutativeDistributiveScalar MultiplicationOrthogonalityu⋅v=v⋅uu⋅(v+w)=u⋅v+u⋅w(k1u)⋅(k2v)=k1k2(u⋅v)u and v are perpendicular if and only if u⋅v=0
Given (5m)⋅(6n)=34, find (8m)⋅(15n).
The above property tells us that (5m)⋅(6n)=30m⋅n. We are asked to find (8m)⋅(15n), which is equivalent to 120m⋅n.
Since 30m⋅n=34, it follows that 120m⋅n=4×30m⋅n=4×34=136.□
Dot Product in Cartesian Coordinates
In Cartesian coordinates, the dot product takes on a convenient form. Suppose that a and b form angles α and β, respectively, with the x-axis. Recall that the representation in Cartesian coordinates becomes
a=(xa,ya)
and
b=(xb,yb),
where xa=∣a∣cosα, ya=∣a∣sinα, xb=∣b∣cosβ, and yb=∣b∣sinβ.
In other words, the product of two vectors in Cartesian coordinates is simply the sum of the product of each of the corresponding components of the two vectors. The same applies to vectors in more than two dimensions.
Dot Product in Cartesian Coordinates:
Suppose a=(a1,a2,…,an) and b=(b1,b2,…,an). Then
a⋅b=a1b1+a2b2+⋯+anbn.□
Vectors u, v and u−v form a triangle, where θ is the angle between u and v. Hence, we can apply cosine theorem to this triangle:
v⋅w4m+2116m2+168m+4417m2+336m−343(m−1)(m+49)⇒m=∥v∥∥w∥cosθ=5m2+49(22)=225(m2+49)(both sides squared)=0=0=1 or m=−49.
Therefore, for both m=1 and m=−49, the angle between the two vectors will be 45∘. □
It is greater than 90 degrees
It is less than 90 degrees
It is equal to 90 degrees
Insufficient information
Three points A,B, and C in three-dimensional Euclidean space have their respective coordinates (−6,2,−4),(−1,1,−2), and (−2,2,1). What is the measure of ∠ABC?
The correct answer is: It is equal to 90 degrees
For
A=(1,4,7),B=(2,6,4),C=(1,9,8),
what is the dot product of A and (B−C)?
The correct answer is: -39
Observe that the vector B−C is obtained as follows:
B−C=(2,6,4)−(1,9,8)=(2−1,6−9,4−8)=(1,−3,−4).
Then
A⋅(B−C)=(1,4,7)⋅(1,−3,−4)=(1⋅1)+(4⋅(−3))+(7⋅(−4))=1−12−28=−39.
For vectors
u=(2,7,5),v=(3,−8,−1),
what is the value of the dot product u⋅v?
The correct answer is: -55
We have
u⋅v=(2,7,5)⋅(3,−8,−1)=(2⋅3)+(7⋅(−8))+(5⋅(−1))=6−56−5=−55.
Given two vectors u and v such that ∥u∥=5 and ∥v∥=8, what is the positive difference between the largest and smallest possible values of u⋅v?
The correct answer is: 80
2A=BA=BA=2BA=2B
If A and B are two vectors such that A+B is perpendicular to B and A+2B is perpendicular to A, which of the following is correct?
Clarification: The vectors A and B are both non-zero.