Calculating Vector Norms: Solving for Magnitude of Vectors

  • Thread starter Thread starter kwal0203
  • Start date Start date
  • Tags Tags
    Norm Vectors
kwal0203
Messages
69
Reaction score
0

Homework Statement



u=(2,-2,3)
v=(1,-3,4)
w=(3,6,-4)

1.
\left \| 2u-4v+w \right \|

2.
\left \| u \right \|-\left \| v \right \|


The Attempt at a Solution



1.
\left \| 2(2,-2,3)-4(1,-3,4)+(3,6,-4) \right \|
\left \| (4,-4,6)+(-4,12,-16)+(3,6,-4) \right \|
\left \| (3,14,-14)\right \|

=\sqrt{3^{2}+14^{2}+(-14)^{2}}
=\sqrt{9+196+196}
=\sqrt{401}

answer in book is \sqrt{529}

2.
\left \| (2,-2,3) \right \|-\left \| 1,-3,4 \right \|
\sqrt{2^{2}+(-2)^{2}+3^{2}}-\sqrt{1^{2}+(-3)^{2}+4^{2}}
\sqrt{4+4+9}-\sqrt{1+9+16}
\sqrt{17}-\sqrt{26}

answer in book is \sqrt{26}
 
Physics news on Phys.org
Your work is correct.

I see three possibilities:
1) The answers in the book are wrong.
2) You have copied the problems incorrectly.
3) You have accidently copied the answers for the wrong problem.
 
Hmmm, this is strange. I knew my method was correct so I went on to the next set and still my answers are not matching the book! Thanks for your input :)
 
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