Before we begin, one figure sets the picture we'll reuse: two arrows, the angle between them, and the
"shadow" that the dot product measures.
Look at the cyan arrowA and the white arrowB. Drop A straight down onto
the line of B — the amber segment is its shadow, of length ∣A∣cosθ. The dot
product is that shadow times ∣B∣. Keep this image in mind for every problem below.
WHAT: The dot product always collapses two arrows into a single plain number — a scalar.
Compute with the component form A⋅B=AxBx+AyBy+AzBz:
A⋅B=(1)(4)+(2)(5)+(3)(6)=4+10+18=32.
No direction attached — just the number 32. It is a scalar.
Recall Solution L1·2
WHY this test: two non-zero vectors are perpendicular exactly when their dot product is 0
(because cos90∘=0).
A⋅B=(2)(3)+(3)(−2)=6−6=0.
The dot product is 0, so yes — they are perpendicular (θ=90∘).
Recall Solution L1·3
WHY: a vector dotted with itself gives ∣A∣2 (angle with itself is 0∘, cos0=1).
A⋅A=(3)(3)+(4)(4)=9+16=25,∣A∣=25=5.
Multiply like-with-like, then add:
A⋅B=(5)(−3)+(−2)(4)+(1)(2)=−15−8+2=−21.WHAT the sign means: negative ⇒ the vectors mostly oppose each other (angle beyond 90∘).
Recall Solution L2·2
WHY cosθ: only the part of the force along the motion does work — that part is
∣F∣cosθ (the shadow of F on d, exactly the amber segment in the figure).
W=∣F∣∣d∣cosθ=(20)(4)cos30∘=80×0.8660=69.28 J.
Units: N⋅m=J.
Recall Solution L2·3
WHY skip the angle: with components in hand, W=F⋅d is just multiply-and-add.
W=(6)(3)+(−8)(1)=18−8=10 J.
WHY divide by magnitudes: rearranging the geometric form gives
cosθ=∣A∣∣B∣A⋅B; the denominator strips out the lengths so
only the alignment remains.
A⋅B=(1)(2)+(2)(0)+(2)(−1)=2+0−2=0.cosθ=∣A∣∣B∣0=0⇒θ=90∘.
The dot product is 0, so they are perpendicular — no need to even compute the magnitudes here.
Recall Solution L3·2
A⋅B=(−2)(3)+(1)(1)=−6+1=−5.Interpret: negative ⇒ cosθ<0 ⇒ θ is obtuse (>90∘). The vectors partly
oppose one another. (Look again at the figure: if A's shadow fell on the opposite side of
B, the shadow length — and hence the dot product — turns negative.)
Recall Solution L3·3
WHY this formula: the projection length is ∣A∣cosθ=∣B∣A⋅B
(see Projection of a vector). Since B=(1,0) points along the x-axis, its length is 1.
A⋅B=(4)(1)+(3)(0)=4,∣B∣=1.projection=14=4.
That is exactly the x-component of A — the shadow onto the x-axis isAx.
WHY: perpendicular ⇔ dot product =0. Set it up and solve for k.
A⋅B=(2)(3)+(k)(−2)+(1)(4)=6−2k+4=10−2k.10−2k=0⇒k=5.
Recall Solution L4·2
WHY add: work is a scalar, and the dot product is distributive, so total work is the sum over
stages: W=F⋅d1+F⋅d2=F⋅(d1+d2).
F⋅d1=(3)(2)+(4)(0)=6,F⋅d2=(3)(0)+(4)(3)=12.W=6+12=18 J.Check via the combined displacement d1+d2=(2,3): (3)(2)+(4)(3)=6+12=18 ✓.
Recall Solution L4·3
First build R=(1,0)+(0,1)=(1,1).
A⋅R=(1)(1)+(0)(1)=1.∣A∣=1,∣R∣=12+12=2.cosθ=1⋅21=21⇒θ=45∘.
Makes sense: R is the diagonal of a unit square, tilted 45∘ off A.
Displacement in components: d=(5,0) m (horizontal).
Applied force:Wapp=Fapp⋅d=(12)(5)+(5)(0)=60 J.
Only the horizontal12 N part does work; the vertical 5 N is perpendicular to
d and contributes 0 (its shadow on d has zero length).
Friction:Wfric=f⋅d=(−4)(5)+(0)(0)=−20 J.
Negative — friction removes energy, exactly as it should.
Net work:Wnet=60+(−20)=40 J.
By the Work-Energy Theorem, this +40 J equals the block's gain in kinetic energy.
Recall Solution L5·2
WHY we expect zero: in Circular motion the centripetal force always points to the centre,
which is perpendicular to the velocity (and to the displacement, which follows v).
W=F⋅d=(5)(0)+(0)(0.03)=0 J.
A perpendicular force does no work, so the speed (and kinetic energy) stays constant even though
the direction keeps changing.
Recall Solution L5·3
Set upcos60∘=∣A∣∣B∣A⋅B with cos60∘=21.
A⋅B=(2)(1)+(1)(c)+(−2)(1)=2+c−2=c.∣A∣=4+1+4=3,∣B∣=1+c2+1=c2+2.3c2+2c=21⇒2c=3c2+2.
Square both sides (valid since c>0 is required for a 60∘ acute angle):
4c2=9(c2+2)⇒4c2=9c2+18⇒−5c2=18.
This gives c2=−3.6, which is impossible — no real c works.
WHAT this means: the geometry forbids a 60∘ angle here. As c grows, B's length
grows faster than the dot product, so cosθ can never reach 21; the smallest attainable
angle stays above 60∘. Always sanity-check that a solution can exist before trusting algebra.