answersLogoWhite

0


Best Answer

No. If the vector is 2D then it's magnitude is (x^2+y^2)^0.5 where x and y are the components and ^0.5 means take the square root. In 3D this becomes (x^2+y^2+z^2)^0.5 etc. Thus the magnitude is always at least as big as one of the components.

Here's an example of a 3D vector: (3,4,5)

|(3,4,5)|=(3^2+4^2+5^2)^0.5=(9+16+25)^0.5=50^0.5=7.07...

If y and z were 0: (3,0,0)

|(3,0,0)|=(3^2+0^2+0^2)^0.5=(9+0+0)^0.5=9^0.5=3 ie the magnitude is the same size as x.

You can also consider this geometrically. A vector is an arrow and the magnitude represents the length of the arrow. Vector addition is the 'adding' of these arrows so (3,4,5)=(3,0,0)+(0,4,0)+(0,0,5). Clearly the length of an arrow built of three smaller ones can't be less than any one of them.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can a component of a vector be greater than the vector's magnitude?
Write your answer...
Submit
Still have questions?
magnify glass
imp