Multivariable-Calculus ¡ Unit 1 ¡ Video 1 ¡ Interactive Practice

One Arrow, Two Triangles: The Vector Language of Space

IKey Formulas

FormulaNameWhat you need
A⃗=⟨a1,a2,a3⟩=a1i^+a2j^+a3k^\vec{A} = \langle a_1, a_2, a_3 \rangle = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}Components — two notationsHow far the arrow goes along xx, yy, zz
âˆŖAâƒ—âˆŖ=a12+a22+a32|\vec{A}| = \sqrt{a_1^2 + a_2^2 + a_3^2}Length (magnitude)Every component
PQ→=⟨q1−p1, q2−p2, q3−p3⟩\overrightarrow{PQ} = \langle q_1 - p_1,\ q_2 - p_2,\ q_3 - p_3 \rangleVector from one point to anotherThe two endpoints
dir⁥A⃗=Aâƒ—âˆŖAâƒ—âˆŖ\operatorname{dir}\vec{A} = \dfrac{\vec{A}}{|\vec{A}|}Direction (unit vector)The vector and its own length

Key Insight: The length formula is the Pythagorean theorem used twice — âˆŖBâƒ—âˆŖ2=a12+a22|\vec{B}|^2 = a_1^2 + a_2^2 on the floor, then âˆŖAâƒ—âˆŖ2=âˆŖBâƒ—âˆŖ2+a32|\vec{A}|^2 = |\vec{B}|^2 + a_3^2 in the vertical slice. Nothing else is going on.

IIVisualization 1 — One Arrow, Two Right Triangles

The length of A⃗\vec{A} hides in two right triangles: one lying on the floor, one standing in a vertical slice.

IIIVisualization 2 — A Vector Has No Starting Point

A vector is its components alone — the point the arrow starts from carries no information.

IVVisualization 3 — Square, Add, Take the Root

Each component contributes its square as an area; the total area is âˆŖAâƒ—âˆŖ2|\vec{A}|^2.

💡 The same three moves run unchanged for n=10,000n = 10{,}000 components: only the picture stops at three dimensions, never the formula.

VQuiz Questions

Problem 1 ¡ Length from Components

Given: A⃗=⟨2,3,6⟩\vec{A} = \langle 2, 3, 6 \rangle — find âˆŖAâƒ—âˆŖ|\vec{A}|.

✅ Correct! 22+32+62=4+9+36=492^2 + 3^2 + 6^2 = 4 + 9 + 36 = 49, and 49=7\sqrt{49} = 7.
❌ A component was left out. 13=22+32\sqrt{13} = \sqrt{2^2 + 3^2} is the length of the shadow B⃗\vec{B} in the xyxy-plane. The climb a3=6a_3 = 6 still has to be added in the vertical slice: 13+36=4913 + 36 = 49.
❌ That adds the components instead of squaring them. 2+3+6=112 + 3 + 6 = 11 measures a walk along three edges of the box; the arrow cuts straight across, so it must come out shorter.
❌ That is âˆŖAâƒ—âˆŖ2|\vec{A}|^2, not âˆŖAâƒ—âˆŖ|\vec{A}|. The sum of squares is 4949; the length is its square root.
Show solution

Square each component, add them up, take the square root:

âˆŖAâƒ—âˆŖ=a12+a22+a32=22+32+62|\vec{A}| = \sqrt{a_1^2 + a_2^2 + a_3^2} = \sqrt{2^2 + 3^2 + 6^2} =4+9+36=49=7= \sqrt{4 + 9 + 36} = \sqrt{49} = 7

The two triangles are visible inside that arithmetic: the floor gives âˆŖBâƒ—âˆŖ2=22+32=13|\vec{B}|^2 = 2^2 + 3^2 = 13, and the vertical slice gives âˆŖAâƒ—âˆŖ2=13+62=49|\vec{A}|^2 = 13 + 6^2 = 49.

Problem 2 ¡ A Negative Component and a Zero

Given: A⃗=⟨−3,0,4⟩\vec{A} = \langle -3, 0, 4 \rangle — find âˆŖAâƒ—âˆŖ|\vec{A}|.

✅ Correct! (−3)2=9(-3)^2 = 9, the zero component contributes nothing, and 9+0+16=259 + 0 + 16 = 25 gives âˆŖAâƒ—âˆŖ=5|\vec{A}| = 5.
❌ The sign was carried through the squaring. (−3)2=+9(-3)^2 = +9, not −9-9 — squaring destroys every sign, which is exactly why a length can never come out negative. You computed −9+0+16=7-9 + 0 + 16 = 7.
❌ That adds the components. −3+0+4=1-3 + 0 + 4 = 1; the formula squares first, so the −3-3 contributes 99, not −3-3.
❌ That adds the two leg lengths. 3+4=73 + 4 = 7 is the trip along the legs; the hypotenuse of a 33–44 right triangle is 55.
Show solution

A zero component is allowed and a negative component is allowed — the formula never changes:

âˆŖAâƒ—âˆŖ=(−3)2+02+42=9+0+16=25=5|\vec{A}| = \sqrt{(-3)^2 + 0^2 + 4^2} = \sqrt{9 + 0 + 16} = \sqrt{25} = 5

Because a2=0a_2 = 0, this arrow lies flat in the xzxz-plane: it goes 33 units backward along xx and climbs 44 units, and its length is the hypotenuse of that single 33–44–55 right triangle.

Problem 3 ¡ From Two Points to a Length

Given: the points P=(1,−2,4)P = (1, -2, 4) and Q=(3,1,8)Q = (3, 1, 8) — find the vector PQ→\overrightarrow{PQ} and its length âˆŖPQâ†’âˆŖ|\overrightarrow{PQ}|.

What are the components of PQ→\overrightarrow{PQ}?

What is âˆŖPQâ†’âˆŖ|\overrightarrow{PQ}|?

✅ Correct! PQ→=⟨2,3,4⟩\overrightarrow{PQ} = \langle 2, 3, 4 \rangle and âˆŖPQâ†’âˆŖ=4+9+16=29≈5.385|\overrightarrow{PQ}| = \sqrt{4 + 9 + 16} = \sqrt{29} \approx 5.385.
❌ That is QP→\overrightarrow{QP}. The arrow from PP to QQ is tip minus tail: Q−PQ - P, not P−QP - Q. Reversing the arrow flips every component's sign (though not the length).
❌ A double negative slipped in the second component. q2−p2=1−(−2)=1+2=3q_2 - p_2 = 1 - (-2) = 1 + 2 = 3, not 1−2=−11 - 2 = -1.
❌ The coordinates were added, not subtracted. PQ→\overrightarrow{PQ} measures the change from PP to QQ, so each component is a difference: 3−13 - 1, 1−(−2)1 - (-2), 8−48 - 4.
❌ Only two components were used. 13=22+32\sqrt{13} = \sqrt{2^2 + 3^2} is the shadow length; the third component 44 still has to enter: 13+16=2913 + 16 = 29.
❌ That adds the components. 2+3+4=92 + 3 + 4 = 9; the formula squares them first, giving 4+9+16=294 + 9 + 16 = 29.
❌ That is âˆŖPQâ†’âˆŖ2|\overrightarrow{PQ}|^2. The sum of squares is 2929; the length is 29\sqrt{29}, a little under 66.
Show solution

Step 1 — the components are differences, tip minus tail:

PQ→=⟨3−1, 1−(−2), 8−4⟩=⟨2, 3, 4⟩\overrightarrow{PQ} = \langle 3 - 1,\ 1 - (-2),\ 8 - 4 \rangle = \langle 2,\ 3,\ 4 \rangle

Step 2 — apply the length formula to those components:

âˆŖPQâ†’âˆŖ=22+32+42=4+9+16=29≈5.385|\overrightarrow{PQ}| = \sqrt{2^2 + 3^2 + 4^2} = \sqrt{4 + 9 + 16} = \sqrt{29} \approx 5.385

Once the components are in hand, PP and QQ are no longer needed: the same arrow drawn from the origin, or from anywhere else, is the same vector with the same length.

Problem 4 ¡ Four Dimensions, Same Formula

Given: the four-dimensional vector A⃗=⟨1,2,2,4⟩\vec{A} = \langle 1, 2, 2, 4 \rangle — find âˆŖAâƒ—âˆŖ|\vec{A}| and then dir⁥A⃗\operatorname{dir}\vec{A}.

What is âˆŖAâƒ—âˆŖ|\vec{A}|?

What is dir⁡A⃗\operatorname{dir}\vec{A}?

✅ Correct! 1+4+4+16=251 + 4 + 4 + 16 = 25 so âˆŖAâƒ—âˆŖ=5|\vec{A}| = 5, and dividing by 55 gives ⟨15,25,25,45⟩\left\langle \tfrac{1}{5}, \tfrac{2}{5}, \tfrac{2}{5}, \tfrac{4}{5} \right\rangle — whose own length is 2525=1\sqrt{\tfrac{25}{25}} = 1.
❌ One component was dropped. 21=1+4+16\sqrt{21} = \sqrt{1 + 4 + 16} uses only three of the four entries; both 22's must be squared: 1+4+4+16=251 + 4 + 4 + 16 = 25.
❌ That adds the components. 1+2+2+4=91 + 2 + 2 + 4 = 9; squaring first gives 2525, and 25=5\sqrt{25} = 5.
❌ That is âˆŖAâƒ—âˆŖ2|\vec{A}|^2. 2525 is the sum of the squares; the length is 25=5\sqrt{25} = 5.
❌ That is A⃗\vec{A} itself, and its length is 55, not 11. The direction is A⃗\vec{A} rescaled to unit length, so every component must be divided by âˆŖAâƒ—âˆŖ|\vec{A}|.
❌ The vector was multiplied by âˆŖAâƒ—âˆŖ|\vec{A}| instead of divided. That makes it five times longer — length 2525 — when the goal is length 11.
❌ Divided by âˆŖAâƒ—âˆŖ2=25|\vec{A}|^2 = 25 instead of by âˆŖAâƒ—âˆŖ=5|\vec{A}| = 5. Its length is 125⋅5=15\tfrac{1}{25} \cdot 5 = \tfrac{1}{5}, not 11.
Show solution

Nothing about the machinery changes in four dimensions — the sum simply runs one term longer:

âˆŖAâƒ—âˆŖ=12+22+22+42=1+4+4+16=25=5|\vec{A}| = \sqrt{1^2 + 2^2 + 2^2 + 4^2} = \sqrt{1 + 4 + 4 + 16} = \sqrt{25} = 5

The direction is that vector scaled down to unit length, which means dividing by its own length:

dir⁥A⃗=Aâƒ—âˆŖAâƒ—âˆŖ=15⟨1,2,2,4⟩=⟨15,25,25,45⟩\operatorname{dir}\vec{A} = \frac{\vec{A}}{|\vec{A}|} = \frac{1}{5}\langle 1, 2, 2, 4 \rangle = \left\langle \tfrac{1}{5}, \tfrac{2}{5}, \tfrac{2}{5}, \tfrac{4}{5} \right\rangle

Verify: 125+425+425+1625=2525=1\sqrt{\tfrac{1}{25} + \tfrac{4}{25} + \tfrac{4}{25} + \tfrac{16}{25}} = \sqrt{\tfrac{25}{25}} = 1 ✓ — it points the same way as A⃗\vec{A} and has length 11.

Solved: 0 / 4