Vector addition

The question is, The angle between the two vectors will be _____ when the resultant vector is greatest.

0 or 180

Me says, 180

vector A is ---->
vector B is ----->
---->----->
Makes sense they are a straight line making the angle 180 right? WRONG.
Wha? 0 degrees? how?

Think of the vector direction like a compass heading. If A is aligned due east (90 degrees) and B is 180 degrees from that (270 degrees, due west) then B doubles back on A. If the angle between them is zero, then they both point in the same direction.

Or, alternately, imagine the vector is your personal velocity. You walk A, which is due east. Then you walk B, which is also due east. How many degrees did you turn to transition from A to B? 0.

-LV

If the angle between A and B is 180 degrees, B = -A and A + B = 0.

Right, but they didn’t ask for the bearing or the direction. They asked for the angle BETWEEN the two vectors.

Note that ultrafilter’s statements only apply to vectors whose magnitudes are equal. ‘A’ and ‘B’ as shown in the OP do not have equal magnitude.

What is generally true is that if the angle between the two is 0, |A + B| = |A| + |B| . If 180, |A + B | = abs ( |A| - |B|).

Vectors always have direction. They are not just lines.

treis, the comments were trying to teach you how to figure out the angle between two vectors if you’re having difficulty. So you should preface the posts with, “If you’re trying to figure out the angle BETWEEN two vectors …”

Yeesh…how’d I miss that?

In order to measure the angle between vectors, put them tail-to-tail. If you do that with your vectors, you’ll see the angle is 0 degrees.
If you don’t see that the angle is 0 degrees, imagine that B is pointing up just 10 degrees. Put them tail to tail. What’s the angle between them? 10 degrees. As you decrease the ‘upness’ of B, the angle tends to 0.

From the O.P.

Douglips- I see sort of, why add tail to tail though. They are put together tail to tip. I would measure it from a point on the first vector, to the point at which they meet, and a point on the second vector, why is this wrong?

Let’s take two vectors that look like the ones in the OP. I’m gonna use (1, 0) and (2, 0). From linear algebra, we have that the cosine of the angle between the two vectors is their dot product divided by the product of their lengths. The dot product is two, and the product of their lengths is 2. So the cosine of the angle between them is 1. Therefore, the angle between them is 2k[sym]p[/sym], and we take k = 0 to use the standard values. Make sense?

Vectors have magnitude and direction. Let’s ignore magnitude and just consider direction. Say that vector A has a direction due east and vector B is due west. That means the vectors have an angle of 180 degrees between them. If you walk out vector A, then turn the 180 degree angle and walk back vector B, you’ve backtracked. So, if you lay vector B’s tail on A’s tip, you end up reversing direction.


vector A:   ----->
vector B:   <-----       (180 deg difference)

If vectors A and B are both due east so they have zero degrees difference between their directions, then you walk out vector A, don’t turn at all since the angle change between A and B is zero, and continue walking east along B. That is, if you lay B’s tail at A’s tip, they keep going in the same direction.


vector A:   ----->
vector B:   ----->       (zero deg difference)

Yeah but micco that is the angle of direction in relation to the first vector. Lets ignore direction for a bit, if I draw a straight line and pick 3 points, say A B and C. Angle ABC will be 180 degrees. Why is it different for vectors?

AB and BC are line segments, and have no direction associated with them (i.e., AB is the same as BA). The vector from A to B is different from the vector from B to A. The formula I gave earlier is what you should use for calculating angles.

Why is it different though ultra I don’t get it. Why can’t I pick a point on one vector, the meeting point, and one on the other vector and calculate the angle that way?

A vector doesn’t have its own position. You can move a vector around anywhere you want, and as long as it has the same magnitude and direction, it’s the same vector. You put them wherever it’s convenient. For adding two vectors together, it’s convenient to put them head to tail. For finding the angle between them, it’s convenient to put them tail to tail.

You could, if you liked, define the angle between two vectors the way you did, but that’s not the way everyone else does it, so you’d confuse people. The main reason why it’s not defined that way is because your definition would mean that any vector is at an angle of 180[sup]o[/sup] from itself, which most folks would consider a bit odd.

You’re treating the vectors like line segments without any direction. Direction is an inherent property in vectors, so if two vectors line up in a straight line, you have to consider which way each of them points in order to determine the angle between them.


  A     B
----->----->   zero degrees

  A     B
-----><-----   180 degrees

In order to do vector addition, go back to the “walking the line” exercise. If you start at one point and walk off the direction and magnitude of vector A and then turn and walk off the direction and magnitude of vector B, you’re at a point which is the sum of the two vectors in relation to your starting point. So, if you take the first diagram above where the angle between the two is zero, you walk along A, don’t turn at all, and walk along B. If you walked the second example, you’d walk along A, turn 180 degrees and walk along B. The second case is backtracking, so the magnitude of the resulting vector is less than in the first case.

I’m sorry if I keep explaining it the same way. I can’t find better words or examples to make it more clear.

My apologies, treis. What I meant was, “preface their posts”, that is, micco’s & LordVor’s. Because it appears the concept you were missing is exactly what ‘the angle between two vectors’ is. This is what douglips was talking about too – not adding them tail to tail (which would be, as you pointed out, incorrect), but to first figure out the angle between them. See also Chronos’s explanation.

I assume the question was posed to you with the two choices you gave. So consider each one in turn. Give your own description of what the vectors would look like, if the angle between them were 0. What would they look like if the angle between them were 180? If you think they ought to be the same, then this is either a much-to-be-hated trick question (and a good argument against trick questions when learning new material) or you might need to go over what you’ve learned.

If this question wasn’t set up in that way, then never mind about the preceding paragraph.

Thanks Chronos and everyone for thier help it makes sense now. It could be done my way but everyone else does it the other way and therefore it is the “right” way.