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

  • Thread starter Thread starter kevin0788
  • Start date Start date
  • Tags Tags
    Magnitude
kevin0788
Messages
6
Reaction score
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
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
 
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)!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top