Sarah W. answered 01/22/16
Tutor
New to Wyzant
I Can Help You With Math!
Vectors have components. You can think of them as being coordinates.
Here's a vector: (a, b)
Here's another vector: (c, d)
If I want to add these two together, I add their components: (a + c, b + d).
I'm not sure why they're calling it the "component method". That sounds weird and intimidating. And I don't know if this isn't the only method. If it is, why distinguish it by calling it something like that?
Anyway, so you can add those vectors if you know what they are. So what we have to do is get you to write them first.
You say the first one has a magnitude of 10 and is at a 45o to the positive x and y axes.
Imagine I drew a line segment that made that angle to those axes. One endpoint is at the origin and the other is a coordinate I don't know yet. Then imagine that I dropped a line from that coordinate to the x-axis in such a way that it made a right angle with it. This would give you a right triangle.
This would give you a right triangle with a hypotenuse of 10 and two 45o angles. Let's call this coordinate we're trying to figure out (x, y). Notice that on this triangle, the y is the length of the vertical leg and the x is the length of the horizontal leg. Looking at this triangle, you can see that sin(45o) = y/10 and that cos(45o) = x/10. You can use this info to find x and y. (x, y) = (10cos(45o), 10sin(45o)).
This is true for any vector you draw at a given angle in the coordinate plane: (x, y) = (rcos(θ), rsin(θ)) where r is the length of the vector (and the radius of a right triangle you're able to draw from it).
So far, we've found one of those two vectors. We still have to find the other. Be careful when you do this. You want to get the correct angle. If a vector makes a 30o with the positive x axis but a 120o with the positive y axis, it means your angle must be -30o (remember that's thirty degrees clockwise or the same thing as 330o).
To find this other vector, we know it has length 3 and angle 330o. This means we'll find it to be (3cos(330o), 3sin(330o)).
When we add these vectors together, it looks like
(10cos(45o), 10sin(45o)) + (3cos(330o), 3sin(330o))
= (10cos(45o) + 3cos(330o), 10sin(45o) + 3sin(330o)).
To go from there, recall that sin(45o) = cos (45o) = squareroot of 2 over 2, that cos(330o) = square root of 3 over 2, and that sin(330o) = -1/2.
And because I can't type this stuff well that is all I will write.