9

Background

I was reviewing notes of physics, and i realized that something about the mathematics of vectors was wrong in my head.

Example-problem

Suppose a vector is $A=5\textbf{i} + 3\textbf{j}$, and other $B=7\textbf{i}+3\textbf{j}$. Then $A-B=C=-2\textbf{i}$.

The question is: Why C is not placed at the origin, from $x=0$ to $x=-2$? Is not it what $C=-2\textbf{i}$ indicates?

The general question is: does a vector have an origin?

  • 4
    The essential information about vectors are direction and length. If you move the tail of a vector you do not alter its direction or length. – Tucker May 19 '17 at 02:05
  • 6
    This is the difference between vector space and affine space. Take a look here. – Masacroso May 19 '17 at 02:49
  • @Tucker Your claim is wrong! A vector in a normed vector space has a length but this is an extra feature and is not intrinsic to the vector. – Sebastian Bechtel May 19 '17 at 07:15
  • 1
    @SebastianBechtel, while your comment is technically correct, it may not be germane to this discussion. If one means by "a vector" just "an element of a vector space", then vectors have nothing in common. I think that this problem carries the context that it is asking about vectors in a Euclidean space … – LSpice May 19 '17 at 08:59
  • … or rather, as @Masacroso nicely points out (which I think is really the best perspective on the answer, rather than just declaring it by fiat), in the vector space underlying an affine Euclidean space. – LSpice May 19 '17 at 08:59
  • @LSpice: particularly since these expressions are from "notes in physics". We physicists do deal with more general vector spaces sometimes, but we use weird notation for them. – Michael Seifert May 19 '17 at 14:05
  • @MichaelSeifert, it does have the positive side effect that I get to make a silly joke about 'bra's whenever I discuss linear algebra. (I guess you just dissociate from the other meaning of the word in physics; I don't think I could talk consistently of the mathematics of bras without giggling.) – LSpice May 22 '17 at 03:03

6 Answers6

6

For two vectors to be equivalent, they need the same magnitude and direction. The 'starting point' for a vector is undefined.

JMP
  • 21,771
  • great, that is the thing i do not understand. If starting point is not defined, does not it produce trouble in physical problems where the starting point would have meaning? –  May 19 '17 at 02:22
  • the SP is a co-ordinate, you have a pair ${(x_1,\dots,x_n),\overline v}$ – JMP May 19 '17 at 02:28
  • 6
    Perhaps it might be helpful think about velocity (which is something that a vector often represents in the physical sense). Two people can be going the same exact speed in the same exact direction even though they are in completely different locations. In that case, we'd say that their velocity is the same, despite the different specific positions. – rnrstopstraffic May 19 '17 at 02:29
  • 2
    @santimirandarp One way to reconcile this is through the idea of a tangent space, which is a separate vector space attached to each point. In a Euclidean space, each of these is an identical copy of $\mathbb R^n$ and you’re able to move the “tails” of vectors around from point to point without worrying very much about the fact that they belong to different spaces. When working with more complicated structures, the distinction between tangent spaces of different points becomes important. – amd May 19 '17 at 02:32
  • @amd What i do not understand yet is that in physics, for example, when we have a coulomb vector between two charges, it has not an undefinied location.. –  May 19 '17 at 02:36
  • 1
    @santimirandarp In physics we usually have vector fields: each position in space is associated with a vector. The vectors alone do not give all the information needed to describe the physics of a system, so we need to attach them to a specific point. – Joren May 19 '17 at 08:54
1

C=-2i indicates that vector C is parallel to the vector joining origin$(0,0)$ and $(-2,0)$, and obviously, having a length I.e.magnitude $2$.

Jaideep Khare
  • 19,293
1

Notice the calculation for $B-A$ is not correct in the question.

$$B-A = (7i -3j) - (5i + 3j) = (7-5)i + (-3 -3)j = 2i - 6j$$

So $i$ represents a unit vector in $x$ direction, and $j$ represents a unit vector in $y$ direction.

So what $B-A$ means is that it has component in $x$ with $2$ of unit vectors, and component in $y$ with $-6$ unit vectors.

EDIT

Now $B$ has been edited to $B=7i+3j$, so we have $A-B=C=-2i$, so how to draw that?

So a vector is a line-segment with a direction, and any translation to it won't change it. e.g. a line segment starting from $(0,0)$, ending at $(3,4)$ is the same vector as line segment starting from $(2,1)$, ending at $(5,5)$; and they are all referring to vector $3i + 4j$. Having discussed this, let's assume we always draw vector starting from $(0,0)$, and you could move them accordingly if you want, but all of them represents the same vector.

$C=-2i$ meaning C has component of $-2$ on $x$ axis, and component of $0$ on $y$ axis. Thus it is a vector starting from $(0,0)$ and ending at $(-2,0)$.

To extend this, let $C = ai + bj$, where $a,b \in \mathbb R$, then $C$ has component of $a$ on $x$ axis, and component of $b$ on $y$ axis, and the vector thus starts at $(0,0)$ and ends at $(a,b)$.

Jay Zha
  • 7,792
  • yes, thanks, i edited that –  May 19 '17 at 02:13
  • but i am not asking that. I am asking about where should i draw the C vector in a x,y arrange of axes –  May 19 '17 at 02:14
  • @santimirandarp You edit is still not right, it results in $2i$. I'll update on how to draw then. – Jay Zha May 19 '17 at 02:16
  • ohh. i edited again. The question is about the origin of vectors, that is why i am asking where to draw it –  May 19 '17 at 02:18
  • if A, B are Coulomb vector (a force vector), why in my class we draw the vector starting in the charge? i mean, it is not the same to draw it anywhere, am i wrong? –  May 19 '17 at 02:29
  • 2
    @santimirandarp For Coulomb vector, it is to represent the force, it actually do not need to be drawn starting in the charge (but we usually do so). Notice that the force vector itself only contains two pieces of information: how large is the force (length of vector), direction of the force (direction of the vector) - thus it does not contain information about where the force is applied. But we know that the force is always applied to the charge, though this piece of information is not contained in vector itself. So you do not need to, but if you do, it will be very intuitive and clear. – Jay Zha May 19 '17 at 03:06
  • 1
    @santimirandarp Plus, if you do so, it will be very easy to visualize the addition of several forces, which is a very usual case. – Jay Zha May 19 '17 at 03:07
  • @santimirandarp One more thing, when we use Coulomb vector to model the effect of the forces, we only focus on what's the effect to the object by viewing the object as a mass point - we are not interested in its other behavior, e.g. rotation, thus where those vector is placed really does not matter. – Jay Zha May 19 '17 at 03:11
  • yes..it is a new approach to the problem for me..thank you –  May 19 '17 at 03:12
  • 1
    @santimirandarp No problem! Hope this helps! – Jay Zha May 19 '17 at 03:14
  • I am still thinking in wht you said..last question..if i use your answer in a vector field, i mean, the vector can be anywhere, would not the field be different? –  May 19 '17 at 13:17
  • @santimirandarp So a vector field is an assignment of a vector to each point in a subset of space - which means that at each point, it has a value, and that value is a vector. So it is slightly different from the vector itself. – Jay Zha May 19 '17 at 13:56
  • And Coulomb forces are not force fields? –  May 19 '17 at 13:58
  • 1
    @santimirandarp It could form a force field, but for each point, the value is a vector. So the vector is the value at a point, given a point, we have a vector, but the value/vector itself does not information about the point. And if we want to analyze the force of a charge, we know where the charge is, and given the position of the charge, we get a vector back. e.g. $f(0,1) = v_1$ – Jay Zha May 19 '17 at 14:03
  • Great.. so vectors are not attached to a place, but physicist do that for practical purposes..? –  May 19 '17 at 14:29
  • @santimirandarp Notice that vector field is not vector. It is (vector + coordinate). You could think of a fully expressed element of a vector field as (coordinate, vector) – Jay Zha May 19 '17 at 14:40
  • @santimirandarp you're welcome :) – Jay Zha May 19 '17 at 14:57
1

A vector can be placed anywhere, or rather, it does not have location.

sav
  • 1,032
  • 5
  • 12
0

The resultant vector C = B + (-A). As mentioned before, a vector does not represent location.

For this case, consider the start of both the vectors A and B at origin. If you draw B and -A, you get C by parallelogram law. In this way, you can visualise the result obtained (where C.j = 0 and C.k = 0, i.e. C is parallel to x-axis)

0

You're confusing vectors, which model direction and magnitude, with points, which model a location in space. It's easy to confuse the two because we use lists of real numbers to model both, but they're different concepts.

If you know calculus, the derivative can help you keep them straight. Consider a mapping from time to a point in space. The derivative of that is a mapping from time to a vector, the velocity of the point at the given time. The vector doesn't have any starting point, but if you place it on the original curve at the corresponding time, you'll see that it's tangent to that curve.

Here's an example. Suppose you have the position of an object as a function of time as so:

$$f(t) = (a + vt, b - \frac{1}{2} mgt^2)$$

The derivative of this would be:

$$f'(t) = (v, -mgt)$$

The first function deals with locations, namely the object is at $(a,b)$ at t = 0. The derivative deals with velocity, a vector. At time = 0, the object's velocity is $(v, 0)$, in other words, it's moving at a speed of $v$ in the direction of the positive x-axis.