Find the Magnitude of 3u-5v+w and (1/||w||)*w

  • Thread starter kevin0788
  • Start date
  • Tags
    Magnitude
In summary, magnitude refers to the length or size of a vector and can be calculated using the Pythagorean theorem or a general formula. To find the magnitude of a vector, take the square root of the sum of the squared components. 3u-5v+w is a vector that has been added to another vector, while (1/||w||)*w is a scalar multiple of the vector w. To calculate the magnitude of 3u-5v+w, determine the values of each component and use the formula for finding the magnitude of a vector. The magnitude of (1/||w||)*w is always equal to 1 because it is a measure of the vector's length and by multiplying it by its reciprocal
  • #1
kevin0788
6
0

Homework Statement


Let u= i-3j+2k, v=i+j, and w=2i+2j-4k. Find.
(d)||3u-5v+w||
(e)(1/||w||)*w
(f)||(1/||w||)*w||


Homework Equations


||V||=sqrt(v1^2+v2^2+v3^2)

The Attempt at a Solution


ok so for d i did 3(sqrt(1^2-3^2+2^2))-5sqrt(1^2+1^2)+sqrt(2^2+2^2-4^2)
and got 3sqrt(14) -5sqrt(2)+sqrt(8) but i know this is wrong because in the back of the book it says the answer is 2sqrt(37)
and for part e i tried (1/sqrt(2^2+2^2-4^2))*sqrt(2^2+2^2-4^2) and came up with 1/sqrt(32)*sqrt(32) and the back of the book says the answer is 1/sqrt(6)i + 1/sqrt(6)j - 2/sqrt(6)k.
i haven't attempted part f yet. i thought it would be better to get part e straightened out first since they are similar. but could somebody point me in the right direction as to what i am doing wrong and maybe explain to me what the difference between part e and part f are. any help would be appreciated. thank you.
 
Physics news on Phys.org
  • #2
kevin0788 -

For part d, try computing the vector 3u-5v+w first, then determine the magnitude of the result. The difference between parts e, and d is in part e, you're finding the unit vector of w, and in part d, you're finding the magnitude of the unit vector of w.

- Sam
 
  • #3
kevin0788 said:

Homework Statement


Let u= i-3j+2k, v=i+j, and w=2i+2j-4k. Find.
(d)||3u-5v+w||
(e)(1/||w||)*w
(f)||(1/||w||)*w||


Homework Equations


||V||=sqrt(v1^2+v2^2+v3^2)

The Attempt at a Solution


ok so for d i did 3(sqrt(1^2-3^2+2^2))-5sqrt(1^2+1^2)+sqrt(2^2+2^2-4^2)
and got 3sqrt(14) -5sqrt(2)+sqrt(8) but i know this is wrong because in the back of the book it says the answer is 2sqrt(37)
||au+ bv|| is NOT equal to a||u||+ b||v|! As Samuelb88 said, first find 3u- 5v+ w, then find the norm.

and for part e i tried (1/sqrt(2^2+2^2-4^2))*sqrt(2^2+2^2-4^2) and came up with 1/sqrt(32)*sqrt(32) and the back of the book says the answer is 1/sqrt(6)i + 1/sqrt(6)j - 2/sqrt(6)k.
No, that would be (1/||w||)||w||. First find 1/||w||= 1/sqrt{2^2+ 2^2+ (-4)^2}= 1/sqrt(24), not 1/sqrt(32), then multiply that number into each component of w.
The result is a vector, not a number.
i haven't attempted part f yet. i thought it would be better to get part e straightened out first since they are similar. but could somebody point me in the right direction as to what i am doing wrong and maybe explain to me what the difference between part e and part f are. any help would be appreciated. thank you.
Yes, after you have found the vector in (e), take its norm. However, it is true that, for a any non-negative number, ||av||= a||v|| so that ||(1/||w||)w||= (1/||w||)||w|| which is exactly what you did for (e)!
 

Related to Find the Magnitude of 3u-5v+w and (1/||w||)*w

1. What does "magnitude" mean in this context?

The magnitude of a vector is its length or size. It is calculated using the Pythagorean theorem for two-dimensional vectors, and the more general formula for three or more dimensions.

2. How do I find the magnitude of a vector?

To find the magnitude of a vector, you need to take the square root of the sum of the squared components of the vector. For example, if the vector is (3,4), the magnitude would be sqrt(3^2+4^2) = 5.

3. What is the difference between 3u-5v+w and (1/||w||)*w?

3u-5v+w is a vector that has been added to another vector, while (1/||w||)*w is a scalar multiple of the vector w. In other words, the first expression results in a new vector, while the second expression is still a vector in the same direction as w, but with a different magnitude.

4. How do I calculate the magnitude of 3u-5v+w?

To calculate the magnitude of 3u-5v+w, you first need to determine the values of each component of the vector. Then, use the formula for finding the magnitude of a vector (sqrt(x^2+y^2+z^2) for a three-dimensional vector) to find the length of the resulting vector.

5. Why is the magnitude of (1/||w||)*w always equal to 1?

This is because the magnitude of a vector is a measure of its length or size, and by multiplying a vector by its reciprocal magnitude, we are essentially scaling the vector down to a length of 1. This is known as normalizing a vector, and it is often used in mathematics and physics to simplify calculations and standardize vectors.

Similar threads

Back
Top