Coordinate Distance Calculation

  • Thread starter Thread starter bignum
  • Start date Start date
  • Tags Tags
    Coordinate
bignum
Messages
59
Reaction score
0

Homework Statement



When you have a point in \Re3, like for example let J(3, 7, 3) and Q(1, 2, 3). What is the distance in terms of coordinate between them? Like can you just subtract the corresponding components?

Homework Equations



I am not sure if it only works for the formula distance formula.

The Attempt at a Solution



Like what I meant was if I should try subtracting from J to Q to find (...)

J - Q = (2, 5, 0)

Does that work?

Thank you
 
Physics news on Phys.org
J-Q is the vector from Q to J. The distance between Q and J is the magnitude of J-Q, which is sqrt(2^2 + 5^2 + 0^2)
 
eok20 said:
J-Q is the vector from Q to J. The distance between Q and J is the magnitude of J-Q, which is sqrt(2^2 + 5^2 + 0^2)

I know how to use the distance formula, but I am wondering if I can just subtract the corresponding components. Because I am reading Mathematical Methods in Physical Science by Wiley and they subtracted the components like so
 
Yes, in order to get the displacement vector, you can just subtract components element by element. This makes sense if you think about J and Q as vectors from the origin and the displacement vector going from the head of J to the tail of Q. To find the distance, as mentioned above, you need to get the length of that vector. This procedure turns out to be equivalent to the distance formula.
 
Tedjn said:
Yes, in order to get the displacement vector, you can just subtract components element by element. This makes sense if you think about J and Q as vectors from the origin and the displacement vector going from the head of J to the tail of Q. To find the distance, as mentioned above, you need to get the length of that vector. This procedure turns out to be equivalent to the distance formula.

Thank you! I was really having qualms about this.
 
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