Vector Magnitude and Direction Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Find the magnitude of v=โŸจ3,4โŸฉ\mathbf{v} = \langle 3, 4 \rangle.

Solution

  1. 1
    Step 1: โˆฅvโˆฅ=32+42=9+16=25\|\mathbf{v}\| = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25}.
  2. 2
    Step 2: =5= 5.
  3. 3
    Check: This is a 3-4-5 right triangle โœ“

Answer

55
The magnitude (length) of a vector is found using the Pythagorean theorem: โˆฅvโˆฅ=v12+v22\|\mathbf{v}\| = \sqrt{v_1^2 + v_2^2}. This extends naturally to higher dimensions.

About Vector Magnitude and Direction

The magnitude โˆฅvโˆฅ\|\mathbf{v}\| is a vector's length; the direction is the angle it makes with a reference axis.

Learn more about Vector Magnitude and Direction โ†’

More Vector Magnitude and Direction Examples