CLASSICAL-MECHANICS Β· Interactive Practice | Unit 2 Β· Video 3

Three Numbers Tell You Everything: Vectors in Cartesian Coordinates

IKey Formulas

Formula Name Description
Aβƒ—=Ax i^+Ay j^+Az k^\vec{A} = A_x\,\hat{i} + A_y\,\hat{j} + A_z\,\hat{k} Decomposition Three scalar components, each with a sign
A=Ax2+Ay2+Az2A = \sqrt{A_x^2 + A_y^2 + A_z^2} Magnitude Pythagoras in 3D (always β‰₯0\geq 0)
ΞΈ=tanβ‘βˆ’1 ⁣(AyAx)\theta = \tan^{-1}\!\left(\frac{A_y}{A_x}\right) Direction (in xyxy-plane) Verify the quadrant from signs of Ax,Β AyA_x,\ A_y
Cx=Ax+Bx,Cy=Ay+ByC_x = A_x + B_x,\quad C_y = A_y + B_y Component-wise addition Add vectors arithmetically

IIInteractive Visualizations

Visualization 1 β€” Components, Magnitude, and Direction

Two signed components fix a vector completely: its length by Pythagoras, its angle by the inverse tangent.

Visualization 2 β€” Why the Inverse Tangent Is Ambiguous

The ratio Ay/AxA_y/A_x cannot name a direction: Aβƒ—\vec{A} and βˆ’Aβƒ—-\vec{A} share it yet point exactly opposite.

Visualization 3 β€” Adding Vectors Component by Component

Component addition turns the tip-to-tail picture into arithmetic: Cx=Ax+Bx,Β Cy=Ay+ByC_x = A_x + B_x,\ C_y = A_y + B_y.

πŸ’‘ Challenge: set Bβƒ—\vec{B} so the resultant vanishes, Cβƒ—=0βƒ—\vec{C} = \vec{0} β€” what must Bβƒ—\vec{B} equal?

IIIQuiz Questions

Question 1

A vector lies in the xyxy-plane with components Ax=6A_x = 6 and Ay=8A_y = 8.

What is the magnitude ∣Aβƒ—βˆ£|\vec{A}|?

βœ… Correct! 36+64=100=10\sqrt{36 + 64} = \sqrt{100} = 10.

❌ Not quite. Square each component, add, then take the square root β€” don't just add the components.

Show solution

Solution:

Use the Pythagorean magnitude formula: ∣Aβƒ—βˆ£=Ax2+Ay2=62+82=36+64=100=10|\vec{A}| = \sqrt{A_x^2 + A_y^2} = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10

The answer is |A| = 10.

Question 2

A vector has components Ax=βˆ’3A_x = -3 and Ay=3A_y = 3.

A student computes tanβ‘βˆ’1(Ay/Ax)=tanβ‘βˆ’1(βˆ’1)=βˆ’45Β°\tan^{-1}(A_y/A_x) = \tan^{-1}(-1) = -45\degree and reports the direction as βˆ’45Β°-45\degree. What is the correct direction angle ΞΈ\theta measured counterclockwise from the positive xx-axis?

βœ… Correct! Negative AxA_x, positive AyA_y means quadrant II, so ΞΈ=135Β°\theta = 135\degree.

❌ Not quite. Check the signs: Ax<0A_x < 0, Ay>0A_y > 0 puts the vector in quadrant II. The calculator's βˆ’45Β°-45\degree must be corrected.

Show solution

Solution:

The signs are Ax<0A_x < 0 and Ay>0A_y > 0, which places the vector in the second quadrant (90Β°<ΞΈ<180Β°90\degree < \theta < 180\degree).

The inverse tangent only returns a value between βˆ’90Β°-90\degree and 90Β°90\degree, so the raw βˆ’45Β°-45\degree is off by 180Β°180\degree. Add 180Β°180\degree to land in the correct quadrant: ΞΈ=βˆ’45Β°+180Β°=135Β°\theta = -45\degree + 180\degree = 135\degree

The answer is ΞΈ=135Β°\theta = 135\degree.

Question 3

Given Aβƒ—=3i^+4j^\vec{A} = 3\hat{i} + 4\hat{j} and Bβƒ—=βˆ’1i^+2j^\vec{B} = -1\hat{i} + 2\hat{j}, compute the resultant Cβƒ—=Aβƒ—+Bβƒ—\vec{C} = \vec{A} + \vec{B}.

Which expression is correct?

βœ… Correct! Cx=3+(βˆ’1)=2C_x = 3 + (-1) = 2 and Cy=4+2=6C_y = 4 + 2 = 6.

❌ Not quite. Add the i^\hat{i} components together and the j^\hat{j} components together β€” keep track of the negative sign in BxB_x.

Show solution

Solution:

Add the components separately: Cx=Ax+Bx=3+(βˆ’1)=2C_x = A_x + B_x = 3 + (-1) = 2 Cy=Ay+By=4+2=6C_y = A_y + B_y = 4 + 2 = 6

So C⃗=2i^+6j^\vec{C} = 2\hat{i} + 6\hat{j}

The answer is C⃗=2i^+6j^\vec{C} = 2\hat{i} + 6\hat{j}.

Question 4

True or False: For a vector A⃗=Axi^+Ayj^\vec{A} = A_x\hat{i} + A_y\hat{j}, the scalar component AxA_x is always equal to the magnitude of the component vector A⃗x=Axi^\vec{A}_x = A_x\hat{i}.

βœ… Correct! The component AxA_x carries a sign, while the magnitude ∣Aβƒ—x∣=∣Ax∣|\vec{A}_x| = |A_x| is never negative.

❌ Not quite. Consider a negative component such as Ax=βˆ’3A_x = -3: its magnitude is 33, not βˆ’3-3.

Show solution

Solution:

The scalar component AxA_x can be positive, zero, or negative. The magnitude of the component vector is ∣Aβƒ—x∣=Ax2=∣Ax∣β‰₯0,|\vec{A}_x| = \sqrt{A_x^2} = |A_x| \geq 0, which is always non-negative.

When Ax<0A_x < 0, the magnitude ∣Ax∣|A_x| differs from AxA_x. For example, if Ax=βˆ’3A_x = -3, then Ax=βˆ’3A_x = -3 but ∣Aβƒ—x∣=3|\vec{A}_x| = 3. They are equal only when Axβ‰₯0A_x \geq 0, so the blanket statement is False.

Solved: 0 / 4