Find Norm of Vector Subtraction w/o Using Formula

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To find the norm of the vector subtraction \(\vec{v} - \vec{w}\) without using the standard formula, one can directly subtract the components of the vectors. Given the vectors \(\vec{v} = (1, 6, 2)\) and \(\vec{w} = (3, 1, 7)\), the subtraction results in \((-2, 5, -5)\). The norm can then be calculated using the formula for the magnitude of a vector, which is \(\sqrt{(-2)^2 + 5^2 + (-5)^2}\). This approach allows for the calculation of the norm using basic vector operations and component analysis.
cscott
Messages
778
Reaction score
1
How can I find the norm of (\vec{v} - \vec{w}) without using ||\vec{v} - \vec{w}||^2 = ||\vec{v}||^2 + ||\vec{w}||^2 - 2 ||\vec{v}|| \cdot ||\vec{w}|| \cos \theta?
 
Last edited:
Physics news on Phys.org
cscott said:
How can I find the norm of (\vec{v} - \vec{w}) without using ||\vec{v} - \vec{w}||^2 = ||\vec{v}||^2 + ||\vec{w}||^2 - 2 ||\vec{v}|| \cdot ||\vec{w}|| \cos \theta?

Do you know the components of these vectors ?
Do you have a base in which you can write them down ?

Do not say NO, because you must have this:wink:
marlon
 
I know that the terminal point of the two vectors are v = (1, 6, 2) and w = (3, 1, 7)
 
cscott said:
I know that the terminal point of the two vectors are v = (1, 6, 2) and w = (3, 1, 7)

Well then, in components the subtraction is just (a,b,c) - (a',b',c') = (a-a', b-b', c-c') and the magnitude of a vector with components a, b and c is \sqrt {a^2 + b^2 + c^2}

So you have everything to calculate the norm of a vector with given components.

enjoy

marlon
 
Thanks a lot!
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top