- x component
- 3
- y component
- 4
- z component
- 0
5.000000
Open with these values5.000000
Result: 5.000000Square each component, add the squares, take the square root. The vector (3, 4, 0) has magnitude 5, and (1, 2, 2) has exactly 3. Leave z at 0 for a vector in the plane; the formula then reads √(x² + y²). The result is never negative.
Held fixed: x component 3.0000, y component 4.0000.
| z component | Result |
|---|---|
| -40,000.0000 | 40,000.000313 |
| -20,000.0000 | 20,000.000625 |
| 0.0000Your value | 5.000000 |
| 20,000.0000 | 20,000.000625 |
| 40,000.0000 | 40,000.000313 |
5.000000
Open with these values3.000000
Open with these values4.555217
Open with these values|v| = √(x² + y² + z²)
| x, y, z | Exact | Magnitude |
|---|---|---|
| 0, 0, 0 | √0 | 0.000000 |
| 1, 1, 1 | √3 | 1.732051 |
| 1, 2, 2 | √9 | 3.000000 |
| 1.5, 2.5, 3.5 | √20.75 | 4.555217 |
| 3, 4, 0 | √25 | 5.000000 |
| 2, 3, 6 | √49 | 7.000000 |
Square each component, add the squares together, then take the square root: |v| = √(x² + y² + z²). The vector (3, 4, 0) gives √(9 + 16 + 0) = √25 = 5.
It is the length of the vector — the straight-line distance from the origin to the point the vector reaches. It captures how big the vector is while ignoring its direction, which is why it is also called the norm.
It is the Pythagorean theorem with one more axis. In the plane the length of (x, y) is √(x² + y²), exactly the hypotenuse of a right triangle; a z-axis simply adds another squared term.
No, it is always zero or positive. Each component is squared before being added, so negative components contribute positive amounts. The only vector with magnitude zero is the zero vector (0, 0, 0).
Leave the z component at 0 and the formula reads |v| = √(x² + y²). The 2D vector (6, 8) then has magnitude √(36 + 64) = √100 = 10.
Information, not professional advice.
Diese Seite gibt es auch auf Deutsch.
Zu Deutsch wechseln