Key Insight: One parallelogram carries both operations โ the diagonal out of the shared corner is A+B, and the diagonal from the head of B to the head of A is AโB.
IIVisualization 1 โ What a Scalar Can and Cannot Change
A scalar changes length, and its sign changes direction โ every multiple cA stays on one line.
IIIVisualization 2 โ Two Routes, One Corner
Walking along A then B, or along B then A, lands on the same corner.
IVVisualization 3 โ The Second Diagonal
Subtracting B means adding โB, and the result is the parallelogram's other diagonal.
๐ก The plane is only a convenience for drawing: every component identity here โ cA, A+B, AโB โ reads the same with a third slot, or a hundredth.
VQuiz Questions
Problem 1 ยท Scaling a Vector
Given:A=โจ3,2,1โฉ โ findโ2A.
โ Correct! Every component is multiplied by โ2: the arrow is twice as long as A and points the opposite way.
โ The length is right, the direction is not. A negative scalar reverses the arrow, so all three components must change sign.
โ That subtracts 2 from each component. A scalar multiplies each component; โ2โ 3=โ6, not 3โ2=1.
โ Only the first component was scaled. The scalar reaches every slot: โ2โ 2=โ4 and โ2โ 1=โ2 as well.
โ Not quite. Apply the factor โ2 to each of the three components separately.
Geometrically the two faces agree: โฃโ2โฃ=2 stretches the arrow to twice its length, and the negative sign reverses it. In unit-vector form,
โ2A=โ6i^โ4j^โโ2k^
Nothing else about the arrow changes โ a scalar can stretch, shrink, or reverse, and that is all.
Problem 2 ยท Componentwise Subtraction
Given:A=โจ2,โ1,4โฉ and B=โจโ3,5,โ2โฉ โ findAโB.
โ Correct! Each slot is handled on its own: 2โ(โ3)=5, โ1โ5=โ6, and 4โ(โ2)=6.
โ That is A+B. Subtraction flips every sign in B first: the leading slot is 2โ(โ3)=5, not 2+(โ3)=โ1.
โ That is BโA โ the same length, opposite direction. Order matters: AโB runs from the head of B to the head of A, and BโA=โ(AโB) runs back the other way.
โ The last slot lost a double negative.4โ(โ2)=4+2=6, not 4โ2=2.
โ Not quite. Subtract matching slots one at a time, and watch for double negatives.
Show solution
Subtraction is componentwise, first slot to first slot:
The same answer through the "add the opposite" route, with โB=โจ3,โ5,2โฉ:
A+(โB)=โจ2+3,โ1+(โ5),4+2โฉ=โจ5,โ6,6โฉ
Subtraction is not a new operation โ it is addition of the reversed vector. โ
Problem 3 ยท Two Notations, One Vector
Given:A=3i^+2j^โ+k^ and B=โจ1,โ4,2โฉ โ find2AโB, written in unit-vector form.
โ Correct!2A=โจ6,4,2โฉ, so 2AโB=โจ5,8,0โฉ โ and a zero component contributes nothing, so the k^ term drops out.
โ The j^โ slot lost a double negative.4โ(โ4)=8, not 4โ4=0; only the k^ slot is genuinely zero.
โ That is 2A+B. Subtracting B means adding โB=โจโ1,4,โ2โฉ, so the first slot is 6โ1=5.
โ Only the i^ term got doubled. The scalar 2 multiplies all three components of A: 2A=โจ6,4,2โฉ, not โจ6,2,1โฉ.
โ Not quite. Convert A to components, scale it by 2, then subtract B slot by slot.
Show solution
Read A through the lens of scaling: 3i^, 2j^โ and k^ are the unit vectors stretched by 3, 2 and 1, so
A=โจ3,2,1โฉ,2A=โจ6,4,2โฉ
Now subtract componentwise:
2AโB=โจ6โ1,4โ(โ4),2โ2โฉ=โจ5,8,0โฉ
Translate back to unit-vector form:
2AโB=5i^+8j^โ+0k^=5i^+8j^โ
The two notations are the same object, so you may compute in whichever one is shorter and report the answer in the other.
Problem 4 ยท Both Diagonals of One Parallelogram
Given:A=โจ5,2โฉ and B=โจ1,4โฉ drawn from a common corner O, spanning a parallelogram โ identify each of its two diagonals.
Which vector runs along the diagonal out of O?
Which vector runs from the head of B to the head of A?
โ Correct! One parallelogram, two operations: the diagonal out of the shared corner is A+B=โจ6,6โฉ, and the diagonal read from the head of B to the head of A is AโB=โจ4,โ2โฉ.
โ Check the diagonal out of O. It is the head-to-tail sum: travel along A, then along the slid copy of B, and add slot by slot โ โจ5+1,2+4โฉ.
โ That is not the arrow from the head of B to the head of A. Head-to-tail along that diagonal gives B+D=A, which forces D=AโB=โจ5โ1,2โ4โฉ; reading the same arrow backwards instead gives BโA, the same segment reversed.
Show solution
The diagonal out of O. Slide B until its tail sits at the head of A. The far corner of the parallelogram is where you land:
A+B=โจ5+1,2+4โฉ=โจ6,6โฉ
The other diagonal. Its tail is the head of B, at (1,4), and its head is the head of A, at (5,2). Call it D and use head-to-tail reasoning: going along B and then along D must land at the head of A, so
B+D=AโนD=AโB=โจ5โ1,2โ4โฉ=โจ4,โ2โฉ
The two rejected forms are worth naming. Reading that diagonal backwards โ head of A to head of B โ gives BโA=โจโ4,2โฉ: same length, opposite direction. And โจ5,8โฉ multiplies matching components, which is not one of the vector operations at all.