This chapter introduces the dot product, a fundamental operation in vector algebra, defining its properties and applications. Mastery of this concept is essential for calculating angles between vectors, determining orthogonality, and computing vector projections, all of which are frequently assessed in CMI examinations.
The dot product converts two vectors into a scalar and measures how strongly they point in the same direction. It is one of the central tools in vector geometry because it links coordinates, lengths, angles, orthogonality, and projections. In CMI-style problems, the dot product is rarely tested as a mere formula; it is used to reveal structure.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Compute the dot product in coordinates.
Interpret the dot product geometrically.
Use the dot product to detect orthogonality.
Prove standard vector identities involving the dot product.
Relate dot product to norms and algebraic manipulation.
---
Core Definition
📖Dot Product in Coordinates
For vectors
a=(a1,a2,…,an),b=(b1,b2,…,bn)
their dot product is
a⋅b=a1b1+a2b2+⋯+anbn
📐Length from Dot Product
For any vector a,
a⋅a=∣a∣2
This makes the dot product the natural algebraic way to encode vector length.
---
Geometric Meaning
📐Angle Formula
For nonzero vectors a and b,
a⋅b=∣a∣∣b∣cosθ
where θ is the angle between the vectors.
This immediately gives:
positive dot product ⇒ acute angle
zero dot product ⇒ right angle
negative dot product ⇒ obtuse angle
---
Orthogonality
❗Perpendicular Vectors
Two nonzero vectors are perpendicular if and only if
a⋅b=0
This is one of the most important uses of the dot product.
:::
---
Algebraic Properties
📐Main Properties
For vectors a,b,c and scalar λ:
a⋅b=b⋅a
a⋅(b+c)=a⋅b+a⋅c
(λa)⋅b=λ(a⋅b)
a⋅a≥0
---
Important Identities
📐Norm Identities
For any vectors a,b,
∣a+b∣2=∣a∣2+∣b∣2+2a⋅b
and
∣a−b∣2=∣a∣2+∣b∣2−2a⋅b
These identities are repeatedly used in geometry and algebraic proofs.
---
Minimal Worked Examples
Example 1
If
a=(1,2,3),b=(2,−1,4)
then
a⋅b=1⋅2+2⋅(−1)+3⋅4=2−2+12=12
So the dot product is 12.
---
Example 2
If
∣a∣=3,∣b∣=4,a⋅b=12
then
∣a−b∣2=9+16−24=1
so
∣a−b∣=1
---
Common Mistakes
⚠️Avoid These Errors
❌ Confusing dot product with vector product.
❌ Forgetting that the dot product is a scalar.
❌ Using a⋅b=0 to conclude one vector is zero.
❌ Losing signs while multiplying coordinates.
❌ Forgetting that a⋅a=∣a∣2, not ∣a∣.
---
CMI Strategy
💡How to Use Dot Product Efficiently
Compute it directly in coordinates when possible.
Use the angle form when geometry is involved.
Use zero dot product to detect right angles.
Use norm identities to simplify expressions involving ∣a±b∣.
In proof problems, expand with distributivity and regroup carefully.
---
Practice Questions
:::question type="MCQ" question="If a=(1,2,3) and b=(2,−1,4), then a⋅b equals" options=["8","10","12","14"] answer="C" hint="Multiply corresponding coordinates and add." solution="We compute
a⋅b=1⋅2+2⋅(−1)+3⋅4=2−2+12=12
Hence the correct option is C."
:::
:::question type="NAT" question="If a=(2,−1) and b=(x,3) satisfy a⋅b=7, find x." answer="5" hint="Write the dot product equation explicitly." solution="We have
(2,−1)⋅(x,3)=2x−3
Given
2x−3=7
so
2x=10
and
x=5
Hence the answer is 5."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["a⋅b=b⋅a","If a⋅b=0, then one of the vectors must be zero","a⋅a=∣a∣2","a⋅(b+c)=a⋅b+a⋅c"] answer="A,C,D" hint="One statement misinterprets orthogonality." solution="1. True.
False. Nonzero perpendicular vectors also have dot product 0.
True.
True.
Hence the correct answer is A,C,D."
:::
:::question type="SUB" question="Prove that for any vectors a,b,
∣a+b∣2=∣a∣2+∣b∣2+2a⋅b." answer="Identity proved by expanding (a+b)⋅(a+b)." hint="Use the definition ∣v∣2=v⋅v and distributivity." solution="We start with
∣a+b∣2=(a+b)⋅(a+b)
Using distributivity,
$\qquad (\mathbf{a}+\mathbf{b})\cdot(\mathbf{a}+\mathbf{b})
= \mathbf{a}\cdot\mathbf{a} + \mathbf{a}\cdot\mathbf{b} + \mathbf{b}\cdot\mathbf{a} + \mathbf{b}\cdot\mathbf{b}$
By commutativity of dot product,
a⋅b=b⋅a
So
∣a+b∣2=a⋅a+b⋅b+2a⋅b
Now use
a⋅a=∣a∣2,b⋅b=∣b∣2
Hence
∣a+b∣2=∣a∣2+∣b∣2+2a⋅b."
:::
---
Summary
❗Key Takeaways for CMI
Dot product is a scalar defined by coordinate-wise multiplication and addition.
a⋅a=∣a∣2.
Dot product detects angle and orthogonality.
Zero dot product means perpendicularity for nonzero vectors.
Norm identities involving a⋅b are extremely important.
---
💡Next Up
Proceeding to Angle between vectors.
---
Part 2: Angle between vectors
Angle Between Vectors
Overview
The angle between two vectors is defined using the dot product. This concept is central because it turns geometric questions into algebraic computations. In exam problems, the angle between vectors is used to detect orthogonality, classify acute/obtuse relations, and optimize expressions involving ∣a+b∣ or a⋅b.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Compute the angle between two nonzero vectors.
Detect whether the angle is acute, right, or obtuse from the sign of the dot product.
Use the cosine formula for vector angles.
Solve vector conditions involving perpendicularity or equal lengths.
Connect angle information with norm identities.
---
Core Formula
📐Angle Formula
For nonzero vectors a and b with angle θ between them,
cosθ=∣a∣∣b∣a⋅b
So once you know the dot product and the lengths, the angle is determined.
---
Sign Interpretation
📐Acute / Right / Obtuse
For nonzero vectors:
if a⋅b>0, then the angle is acute
if a⋅b=0, then the angle is right
if a⋅b<0, then the angle is obtuse
This is one of the fastest geometric checks in vector problems.
---
Standard Special Cases
❗Important Cases
angle between a and itself is 0
angle between a and −a is π
angle between perpendicular vectors is 2π
---
Relation with Norms
📐Useful Identity
For vectors a and b,
∣a+b∣2=∣a∣2+∣b∣2+2∣a∣∣b∣cosθ
and
∣a−b∣2=∣a∣2+∣b∣2−2∣a∣∣b∣cosθ
:::
These are often used to derive geometric conditions.
---
Minimal Worked Examples
Example 1
Find the angle between
(1,1) and (1,−1).
Their dot product is
1⋅1+1⋅(−1)=0
So the vectors are perpendicular.
Hence the angle is 2π.
---
Example 2
If
∣a∣=2,∣b∣=5,a⋅b=5
then
cosθ=2⋅55=21
so
θ=3π
---
Common Mistakes
⚠️Avoid These Errors
❌ Using the angle formula when one of the vectors is zero.
❌ Forgetting to divide by both magnitudes.
❌ Confusing sign of dot product with sign of cosine in the wrong quadrant setting.
❌ Writing the angle as acute when the dot product is negative.
---
CMI Strategy
💡How to Solve These Fast
Compute the dot product first.
Compute the magnitudes cleanly.
Write cosθ before jumping to the angle.
If only sign is needed, do not waste time computing the full angle.
Use norm identities when the question is disguised.
---
Practice Questions
:::question type="MCQ" question="If a⋅b=0 and both vectors are nonzero, then the angle between them is" options=["0","4π","2π","π"] answer="C" hint="Zero dot product means perpendicularity." solution="For nonzero vectors, a⋅b=0 means the vectors are perpendicular.
Hence the angle is 2π, so the correct option is C."
:::
:::question type="NAT" question="The angle between the vectors (1,1) and (1,−1) is how many degrees?" answer="90" hint="Check their dot product." solution="Their dot product is
1⋅1+1⋅(−1)=0
So they are perpendicular, hence the angle between them is
90∘
Thus the answer is 90."
:::
:::question type="MSQ" question="Which of the following statements are true for nonzero vectors a,b?" options=["If a⋅b>0, the angle is acute","If a⋅b<0, the angle is obtuse","If a⋅b=0, the angle is right","If a⋅b=∣a∣∣b∣, then the angle is π"] answer="A,B,C" hint="Use the cosine formula carefully." solution="1. True.
True.
True.
False. If
a⋅b=∣a∣∣b∣
then cosθ=1, so θ=0, not π.
Hence the correct answer is A,B,C."
:::
:::question type="SUB" question="Let a and b be nonzero vectors. Prove that if a+b is perpendicular to a−b, then ∣a∣=∣b∣." answer="∣a∣=∣b∣" hint="Take the dot product of (a+b) and (a−b)." solution="Since a+b is perpendicular to a−b, we have
(a+b)⋅(a−b)=0
Expand:
a⋅a−a⋅b+b⋅a−b⋅b=0
Using commutativity,
a⋅b=b⋅a
So the middle terms cancel, giving
a⋅a−b⋅b=0
Hence
∣a∣2=∣b∣2
Since magnitudes are nonnegative,
∣a∣=∣b∣."
:::
---
Summary
❗Key Takeaways for CMI
The angle formula is cosθ=∣a∣∣b∣a⋅b.
The sign of the dot product tells whether the angle is acute, right, or obtuse.
Perpendicularity corresponds to zero dot product.
Many angle questions are disguised norm-identity questions.
In some problems only the sign of the angle matters, not the exact angle.
---
💡Next Up
Proceeding to Orthogonality.
---
Part 3: Orthogonality
Orthogonality
Overview
Orthogonality means perpendicularity. In vector language, it is detected by the dot product, and that makes it one of the most useful ideas in coordinate geometry and vector problems. In exam questions, orthogonality appears in line perpendicularity, right triangles, loci, and proofs involving vector identities.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
Use the dot product to test orthogonality.
Find unknown parameters from perpendicularity conditions.
Recognize orthogonality in geometric and coordinate settings.
Use identities involving ∣a+b∣ and ∣a−b∣.
Solve locus and right-angle problems using vectors.
---
Core Idea
📖Orthogonal Vectors
Two vectors a and b are orthogonal if they are perpendicular.
For nonzero vectors, this is equivalent to
a⋅b=0
📐Dot Product Test
If
a=(a1,a2,…,an),b=(b1,b2,…,bn)
then
a⋅b=a1b1+a2b2+⋯+anbn
So orthogonality means that this sum is zero.
---
Angle Interpretation
📐Dot Product and Angle
For nonzero vectors a and b,
a⋅b=∣a∣∣b∣cosθ
where θ is the angle between them.
Hence
a⋅b=0⟺cosθ=0⟺θ=2π
So the dot product gives an algebraic test for a right angle.
:::
---
Key Properties
📐Useful Facts
If a⋅b=0, then b⋅a=0.
If a⋅b=0, then (λa)⋅(μb)=0 for all scalars λ,μ.
The zero vector is orthogonal to every vector.
Orthogonal vectors need not have equal lengths.
---
Pythagorean Identity in Vector Form
📐Orthogonality and Length
If a⋅b=0, then
∣a+b∣2=∣a∣2+∣b∣2
This is the vector form of the Pythagorean theorem.
Conversely, if
∣a+b∣2=∣a∣2+∣b∣2
then
a⋅b=0
:::
---
Minimal Worked Examples
Example 1
Find k such that the vectors
(1,2)and(2,k)
are orthogonal.
We require
(1,2)⋅(2,k)=0
So
2+2k=0k=−1
---
Example 2
Check whether the vectors
(3,4)and(4,−3)
are orthogonal.
Their dot product is
3⋅4+4⋅(−3)=12−12=0
Hence they are orthogonal.
:::
---
Orthogonality in Geometry
❗Right Angle Test in Coordinates
To check whether two segments are perpendicular:
form their direction vectors,
compute the dot product,
test whether it is zero.
This is often faster and cleaner than slope comparison, especially in 3D or when fractions appear.
---
Orthogonality and Loci
💡A Useful Locus Pattern
If a point P(x,y) satisfies
OP⋅PA=0
for a fixed point A, then the condition becomes an equation in x and y, often giving a circle or another standard curve.
This is a powerful way to convert geometric perpendicularity into algebra.
:::
---
Common Mistakes
⚠️Avoid These Errors
❌ Forgetting that the dot product must be zero for orthogonality
❌ Using vectors based at different points incorrectly
❌ Thinking orthogonal vectors must have the same length
❌ Forgetting that the zero vector is orthogonal to every vector
---
CMI Strategy
💡How to Attack These Questions
Write the relevant vectors explicitly.
Use the dot product test first.
If a parameter is present, solve the resulting equation.
For geometry problems, choose vectors with a common vertex.
Use ∣a+b∣2 identities for proof-based questions.
---
Practice Questions
:::question type="MCQ" question="Two nonzero vectors are orthogonal if and only if" options=["their magnitudes are equal","their dot product is zero","their sum is zero","their slopes are equal"] answer="B" hint="Use the vector definition of orthogonality." solution="For nonzero vectors, orthogonality is equivalent to the condition
a⋅b=0.
Hence the correct option is B."
:::
:::question type="NAT" question="Find k such that (1,2)⋅(2,k)=0." answer="-1" hint="Set the dot product equal to zero." solution="We compute
(1,2)⋅(2,k)=1⋅2+2⋅k=2+2k
For orthogonality this must be zero, so
2+2k=0⟹k=−1
Hence the answer is −1."
:::
:::question type="MSQ" question="Which of the following are true?" options=["If a⋅b=0 and both are nonzero, then the angle between them is 2π","The zero vector is orthogonal to every vector","Orthogonal vectors must have equal length","If a⊥b, then λa⊥μb for all scalars λ,μ"] answer="A,B,D" hint="Use the dot product definition and basic properties." solution="1. True. 2. True. 3. False. Lengths need not be equal. 4. True. Hence the correct answer is A,B,D."
:::
:::question type="SUB" question="Prove that for vectors a and b, if ∣a+b∣2=∣a∣2+∣b∣2, then a and b are orthogonal." answer="a⋅b=0" hint="Expand ∣a+b∣2 using dot products." solution="We expand:
∣a+b∣2=(a+b)⋅(a+b)=a⋅a+2a⋅b+b⋅b=∣a∣2+2a⋅b+∣b∣2
Given that
∣a+b∣2=∣a∣2+∣b∣2
we compare both expressions and get
2a⋅b=0
Hence
a⋅b=0
Therefore a and b are orthogonal."
:::
---
Summary
❗Key Takeaways for CMI
Orthogonality is detected by zero dot product.
Dot product converts right-angle geometry into algebra.
Orthogonal vectors satisfy the vector Pythagoras relation.
Parameter problems usually reduce to one equation from a⋅b=0.
Coordinate and vector viewpoints are both important in this topic.
---
💡Next Up
Proceeding to Projection.
---
Part 4: Projection
Projection
Overview
Projection is one of the most important geometric uses of the dot product. It measures how much of one vector lies in the direction of another. In exam-level vector problems, projection is used to find components, shortest distances, perpendicular parts, and maximum/minimum values involving vectors. The main skill is to distinguish clearly between scalar projection and vector projection.
---
Learning Objectives
❗By the End of This Topic
After studying this topic, you will be able to:
define scalar and vector projection correctly
compute the component of one vector along another
decompose a vector into parallel and perpendicular parts
use projection to solve shortest-distance and optimization questions
avoid sign and normalization mistakes
---
Core Idea
📖Scalar projection
If a and b are vectors with b=0, then the scalar projection of a on b is
compba=∣b∣a⋅b
This is the signed length of the component of a in the direction of b.
📖Vector projection
The vector projection of a on b is
projba=∣b∣2a⋅bb
This is the actual vector along the direction of b.
---
Geometric Meaning
❗What projection measures
If θ is the angle between a and b, then
a⋅b=∣a∣∣b∣cosθ
So
compba=∣a∣cosθ
Thus projection tells us how much of a lies in the direction of b.
---
Scalar vs Vector Projection
📐Difference Between the Two
Scalar projection:
∣b∣a⋅b
Vector projection:
∣b∣2a⋅bb
The scalar projection is a number.
The vector projection is a vector.
⚠️Common Confusion
Do not confuse
∣b∣a⋅b with
∣b∣2a⋅bb.
One is a signed length, the other is an actual vector.
---
Parallel and Perpendicular Decomposition
📐Vector Decomposition
Any vector a can be decomposed relative to b=0 as
a=projba+(a−projba)
where:
projba is parallel to b
a−projba is perpendicular to b
This decomposition is central in distance and optimization problems.
---
Proof of Perpendicular Part
📐Orthogonality Check
Let
a⊥=a−projba
Then
a⊥⋅b<br>=<br>a⋅b<br>−<br>(∣b∣2a⋅bb)⋅b
<br>=<br>a⋅b<br>−<br>∣b∣2a⋅b∣b∣2<br>=0
So the remainder is perpendicular to b.
---
Projection and Distance
❗Shortest Distance to a Line
If a point/vector is split into a part parallel to a direction vector and a part perpendicular to it, then the perpendicular part gives the shortest distance.
This is why projection appears naturally in point-line distance formulas.
---
Minimal Worked Examples
Example 1
Let
a=(3,4),b=(4,3)
Then
a⋅b=12+12=24
and
∣b∣=5
So the scalar projection of a on b is
524
---
Example 2
Find the vector projection of
a=(2,1)
on
b=(1,1).
We have
a⋅b=3,∣b∣2=2
So
$\qquad \operatorname{proj}_{\mathbf{b}}\mathbf{a}
=
\dfrac{3}{2}(1,1)
=
\left(\dfrac32,\dfrac32\right)$
---
Optimization Link
💡Very Important Exam Use
To minimize
∣a−λb∣,
choose λ so that
a−λb is perpendicular to b.
This gives
(a−λb)⋅b=0
so
λ=∣b∣2a⋅b
This is a standard Part B idea.
---
Common Patterns
📐What Gets Asked Often
scalar projection of one vector on another
vector projection of one vector on another
decomposition into parallel and perpendicular components
shortest distance from a point to a line
minimizing ∣a−λb∣
---
Common Mistakes
⚠️Avoid These Errors
❌ forgetting to divide by ∣b∣2 in vector projection
❌ treating scalar projection as always positive
❌ projecting on the zero vector
❌ confusing the vector being projected with the direction vector
❌ forgetting that the remainder after projection is perpendicular
---
CMI Strategy
💡How to Solve Smart
First decide whether the problem asks for a scalar or a vector.
Compute the dot product before substituting into formulas.
Keep track of ∣b∣ versus ∣b∣2 carefully.
In distance problems, look for the perpendicular remainder.
In minimization problems, force orthogonality.
---
Practice Questions
:::question type="MCQ" question="If a=(3,4) and b=(4,3), then the scalar projection of a on b is" options=["512","524","2524","2512"] answer="B" hint="Use ∣b∣a⋅b." solution="We have
a⋅b=3⋅4+4⋅3=24
and
∣b∣=42+32=5.
So the scalar projection is
524.
Hence the correct option is B."
:::
:::question type="NAT" question="If a=(1,2) and b=(1,1), find a⋅b." answer="3" hint="Use direct dot product." solution="We compute
a⋅b=1⋅1+2⋅1=3
Therefore the answer is 3."
:::
:::question type="MSQ" question="Which of the following statements are true?" options=["projba is parallel to b","compba is always non-negative","a−projba is perpendicular to b","Vector projection on the zero vector is defined"] answer="A,C" hint="Check meaning, sign, and domain carefully." solution="1. True. Vector projection is along the direction of b.
False. Scalar projection is signed and can be negative.
True. This is the standard perpendicular decomposition.
False. Projection on the zero vector is undefined because division by ∣b∣2 appears.
Hence the correct answer is A,C."
:::
:::question type="SUB" question="Let a,b be nonzero vectors. Show that a−projba is perpendicular to b, and hence find the value of λ for which ∣a−λb∣ is minimum." answer="λ=∣b∣2a⋅b" hint="Use the projection formula and orthogonality." solution="We have
projba=∣b∣2a⋅bb
So
$\qquad \left(\mathbf{a}-\operatorname{proj}_{\mathbf{b}}\mathbf{a}\right)\cdot \mathbf{b}
=
\mathbf{a}\cdot\mathbf{b}
-
\dfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{b}|^2}\,\mathbf{b}\cdot\mathbf{b}$
$\qquad
=
\mathbf{a}\cdot\mathbf{b}
-
\dfrac{\mathbf{a}\cdot\mathbf{b}}{|\mathbf{b}|^2}|\mathbf{b}|^2
=0$
Hence
a−projba
is perpendicular to b.
Now to minimize
∣a−λb∣,
the vector
a−λb
must be perpendicular to b.
So
(a−λb)⋅b=0
which gives
a⋅b−λ∣b∣2=0
Hence
λ=∣b∣2a⋅b
Therefore the minimizing value is
λ=∣b∣2a⋅b."
:::
---
Summary
❗Key Takeaways for CMI
Scalar projection is a signed length; vector projection is an actual vector.
The projection formulas depend on the dot product.
Every vector splits into parallel and perpendicular parts relative to a direction.
Projection is the main tool behind shortest-distance and minimization questions.
Most mistakes come from mixing ∣b∣ and ∣b∣2.
Chapter Summary
❗Dot product — Key Points
The dot product (scalar product) of two vectors a and b is defined as a⋅b=∣a∣∣b∣cosθ, where θ is the angle between them. Algebraically, for a=(a1,a2,a3) and b=(b1,b2,b3), a⋅b=a1b1+a2b2+a3b3. The angle between two non-zero vectors a and b can be found using cosθ=∣a∣∣b∣a⋅b. Two non-zero vectors a and b are orthogonal (perpendicular) if and only if a⋅b=0. The scalar projection of a onto b is compba=∣b∣a⋅b. The vector projection of a onto b is projba=(∣b∣2a⋅b)b. * The dot product is commutative (a⋅b=b⋅a) and distributive (a⋅(b+c)=a⋅b+a⋅c). Also, a⋅a=∣a∣2.
---
Chapter Review Questions
:::question type="MCQ" question="For what value of k are the vectors u=(1,k,−2) and v=(3,−1,k) orthogonal?" options=["-1", "0", "1", "3"] answer="1" hint="Two non-zero vectors are orthogonal if their dot product is zero." solution="For u and v to be orthogonal, their dot product must be zero. u⋅v=(1)(3)+(k)(−1)+(−2)(k)=0 3−k−2k=0 3−3k=0 3k=3 k=1 Thus, the vectors are orthogonal when k=1." :::
:::question type="NAT" question="Given a=(2,1,−3) and b=(1,2,2), find the scalar projection of a onto b." answer="-2" hint="The scalar projection of a onto b is given by ∣b∣a⋅b." solution="First, calculate the dot product a⋅b: a⋅b=(2)(1)+(1)(2)+(−3)(2)=2+2−6=−2. Next, calculate the magnitude of b: ∣b∣=12+22+22=1+4+4=9=3. The scalar projection of a onto b is ∣b∣a⋅b=3−2. The question asks for the scalar projection, which is −2/3. Oh, the example answer is -2. Let me recheck. The scalar projection of a onto b is ∣b∣a⋅b. My calculation 3−2 is correct. The example answer is wrong. I will use -2/3 for the answer. The user specified `NAT answer = plain number`. -2/3 is not a plain number. I need to make sure the calculation results in an integer or change the question. Let's try a=(4,−2,1) and b=(1,−1,0). a⋅b=(4)(1)+(−2)(−1)+(1)(0)=4+2+0=6. ∣b∣=12+(−1)2+02=1+1+0=2. Scalar projection =6/2=32. Still not a plain number.
Let's try finding the magnitude of the vector projection instead, or just a simpler dot product. Question: "If ∣u∣=5, ∣v∣=12, and ∣u+v∣=13, find the value of u⋅v." ∣u+v∣2=∣u∣2+∣v∣2+2u⋅v 132=52+122+2u⋅v 169=25+144+2u⋅v 169=169+2u⋅v 0=2u⋅v⟹u⋅v=0. This is a plain number.
Let's use this question for NAT. "If ∣u∣=5, ∣v∣=12, and ∣u+v∣=13, find the value of u⋅v." answer="0" "The magnitude of the sum of two vectors is related by ∣u+v∣2=∣u∣2+∣v∣2+2u⋅v. Substitute the given values." solution="∣u+v∣2=(u+v)⋅(u+v)=∣u∣2+∣v∣2+2u⋅v. Substituting the given values: 132=52+122+2u⋅v 169=25+144+2u⋅v 169=169+2u⋅v 0=2u⋅v u⋅v=0." :::
:::question type="MCQ" question="Which of the following statements about the dot product is FALSE?" options=["a⋅b=b⋅a", "a⋅(b+c)=a⋅b+a⋅c", "(a⋅b)c=a(b⋅c)", "a⋅a=∣a∣2"] answer="(a⋅b)c=a(b⋅c)" hint="Recall the properties of scalar multiplication and vector multiplication. The dot product results in a scalar." solution="Let's analyze each option:
a⋅b=b⋅a: This is true; the dot product is commutative.
a⋅(b+c)=a⋅b+a⋅c: This is true; the dot product is distributive over vector addition.
(a⋅b)c=a(b⋅c): This is generally FALSE. (a⋅b) is a scalar, so (a⋅b)c is a vector parallel to c. Similarly, (b⋅c) is a scalar, so a(b⋅c) is a vector parallel to a. These two vectors are only equal if a and c are parallel, or if either side is the zero vector. In general, this statement does not hold.
a⋅a=∣a∣2: This is true by definition, as the angle between a and a is 0, and cos(0)=1. Therefore, the false statement is (a⋅b)c=a(b⋅c)." :::
---
What's Next?
💡Continue Your CMI Journey
Having mastered the dot product, you are now equipped with a fundamental tool for understanding geometric relationships between vectors. The next crucial step in vector algebra is the cross product, which provides a method to find a vector perpendicular to two given vectors, essential for calculating areas of parallelograms and volumes of parallelepipeds. These vector operations form the bedrock for 3D geometry, enabling the precise definition and manipulation of lines, planes, and distances in space. Furthermore, the principles of scalar products extend into matrix multiplication, where elements of the resulting matrix are derived from dot products of rows and columns, linking vector algebra to linear transformations and systems of equations.
🎯 Key Points to Remember
✓Master the core concepts in Dot product before moving to advanced topics
✓Practice with previous year questions to understand exam patterns
✓Review short notes regularly for quick revision before exams
Related Topics in Vectors, Matrices and 3D Geometry