Multivariable-Calculus · Unit 2 · Video 1 · Interactive Practice
Any Direction Is an Axis: Components From One Dot Product
IKey Formulas
Formula
Name
What you need
A⋅B=a1b1+a2b2+a3b3
Componentwise form
Coordinates only
A⋅B=∣A∣∣B∣cosθ
Geometric form
Two lengths and the angle
compu^A=A⋅u^=∣A∣cosθ
Component along a direction
A and a unit vector u^
A⋅i^=a1,A⋅j^=a2,A⋅k^=a3
Coordinates are dot products
The three axis directions
Key Insight: Nothing in A⋅u^ knows that i^ is an axis — tilt u^ anywhere and the same dot product still reads off the component along it. The hat is the whole hypothesis: A⋅(2u^)=2(A⋅u^) is twice the component, not the component.
IIVisualization 1 — The Shadow on a Chosen Axis
The component of A along u^ is the signed length of the shadow A casts on that line.
💡 The same shadow argument runs unchanged in space: a third component adds one more product to the sum, and the perpendicular is dropped onto a line in three dimensions instead of two.
IIIVisualization 2 — Why the Hat Matters
Dotting with cu^ scales the answer by c, while the shadow itself never moves.
IVVisualization 3 — Resolving the Weight on a Pendulum
Tangent and normal are the pendulum's natural axes, and each part of the weight is one dot product.
💡 The string supplies exactly the force that cancels F⋅n^ — that is the tension, and it is why the string stays taut; only F⋅T^ is left over to accelerate the mass along the arc.
VQuiz Questions
Problem 1 · A Component Along a Tilted Direction
Given:A=⟨4,3⟩ and u^=⟨53,54⟩ — find the component of A along u^.
✅ Correct!A⋅u^=512+512=524=4.8 — slightly shorter than ∣A∣=5, as a shadow must be.
❌ Not quite.5 is ∣A∣ itself, which would be the component only if A pointed straight along u^. Here cosθ=2524<1, so the shadow is shorter.
❌ Close, but that is cosθ. Dividing by ∣A∣ once more turns the component into the cosine. The component is ∣A∣cosθ=5⋅2524.
❌ Not quite. Both products count: 4⋅53=512and3⋅54=512.
Show solution
First confirm the hat is honest: u^⋅u^=259+2516=1, so ∣u^∣=1.
A⋅u^=4⋅53+3⋅54=512+512=524=4.8
The geometric form agrees: ∣A∣=16+9=5, so
cosθ=524/5=2524=0.96,θ≈16.26∘,
and ∣A∣cosθ=5(0.96)=4.8 — the same number.
Problem 2 · The Direction Vector Is Not a Unit Vector
Given:A=⟨2,3,6⟩ and v=⟨0,3,4⟩ — find the component of A along the direction of v.
✅ Correct!∣v∣=5, so v^=⟨0,53,54⟩ and A⋅v^=533=6.6.
❌ That is A⋅v, not the component. Since ∣v∣=5, dotting with v gives five times the component: A⋅v=∣v∣(A⋅v^).
❌ You divided by ∣v∣2. Normalizing divides by the length once: v^=v/∣v∣, so the component is 533.
❌ Not quite.7=∣A∣, the longest a component of A could ever be. The actual component is 6.6, just short of it.
Show solution
v is a direction, but not a unit vector:
∣v∣=0+9+16=5⟹v^=⟨0,53,54⟩
Now take one dot product:
A⋅v^=2(0)+3(53)+6(54)=59+524=533=6.6
Equivalently, normalize at the end: ∣v∣A⋅v=533.
Sanity check:∣A∣=4+9+36=7, and 6.6<7 — a component can never exceed the vector's own length.
Problem 3 · Resolving the Weight of a Pendulum
Given: a pendulum whose string makes θ=30∘ with the vertical. The weight F points straight down with ∣F∣=20 N; n^ is the unit vector along the string away from the pivot and T^ the unit tangent to the arc, pointing toward the bottom of the swing.
What is the normal component F⋅n^?
What is the tangential component F⋅T^?
✅ Correct!F⋅n^=20cos30∘=103≈17.32 N and F⋅T^=20sin30∘=10 N, and (103)2+102=400=∣F∣2.
❌ Check the angle in the normal direction. The string makes θ with the vertical and Fis the vertical, so the angle between F and n^ is θ=30∘ — a cosine, not a sine.
❌ That is all of ∣F∣. The whole weight would land on n^ only if the string were vertical (θ=0). At θ=30∘ the shadow on n^ is shorter: 20cos30∘=103≈17.32 N.
❌ Zero would mean F⊥n^. The weight is perpendicular to the string only at θ=90∘. Here the angle between F and n^ is 30∘, so F⋅n^=20cos30∘=103 N.
❌ Check the angle in the tangential direction.T^⊥n^, so the angle from F to T^ is 90∘−θ=60∘, and cos60∘=sin30∘=21.
Show solution
Normal direction.n^ runs along the string, which is tilted θ from the vertical; F points straight down. So the angle between them is θ:
F⋅n^=∣F∣∣n^∣cosθ=20cos30∘=20⋅23=103≈17.32 N
Tangential direction.T^ is perpendicular to the string, so the angle from F to T^ is 90∘−θ:
F⋅T^=∣F∣cos(90∘−θ)=∣F∣sinθ=20sin30∘=20⋅21=10 N
Check. The two components are the legs of a rectangle whose diagonal is F:
(103)2+102=300+100=400=202=∣F∣2✓
The 103 N is what the string's tension must cancel; the 10 N is what actually swings the pendulum.
Problem 4 · Reading a Vector in a Rotated Pair of Axes
Given: the perpendicular unit vectors u^=⟨53,54⟩ and w^=⟨−54,53⟩, and the vector A=⟨5,0⟩ — find its two components in this tilted frame.
What is A⋅u^?
What is A⋅w^?
✅ Correct! In the tilted frame A=3u^−4w^, and 32+(−4)2=25=∣A∣2 — same vector, same length, new axes.
❌ Check the first dot product. Only the x-term survives: 5(53)+0(54).
❌ Check the sign.w^ has a negative x-component, so A leans more than 90∘ away from it and the component must come out negative.
❌ Zero would mean A⊥w^. It is u^ that is perpendicular to w^, not A. Here A⋅w^=5(−54)+0(53)=−4.
❌ Right sign, wrong size. That is just w^'s own x-component; the factor 5 from A still multiplies it: 5(−54)=−4, not −54.