yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Parallelogram rule for vector addition | Vectors | Precalculus | Khan Academy


2m read
·Nov 10, 2024

  • [Instructor] So we have two vectors here, vector A and vector B. And what we're gonna do in this video is think about what it means to add vectors. So, for example, how could we think about what does it mean to take vector A and add to that vector B? And as we'll see, we'll get another third vector.

And there's two ways that we can think about this visually. One way is to say, all right, if we want to start with vector A and then add vector B to it, what we can do is take a copy of vector B and put its tail right at the head of vector A. Notice I have not changed the magnitude or the direction of vector B. If I did, I would actually be changing the vector.

And when I do it like that, this defines a third vector which we can use as the sum of A plus B. The sum is going to start at the tail of vector A and end at the head of vector B here. So, let me draw that. It would look something like that. And we can call this right over here, vector C. So we could say A plus B is equal to vector C.

Now we could have also thought about it the other way around. We could have said, let's start with vector B and then add vector A to that. So I'll start with the tail of vector B and then at the head of vector B, I'm going to put the tail of vector A. So it could look something like that.

And then once again, the sum is going to have its tail at our starting point here and its head at our finishing point. Now, another way of thinking about it is we've just constructed a parallelogram with these two vectors by putting both of their tails together. By taking a copy of each of them and putting that copy's tail at the head of the other vector, you construct a parallelogram like this, and then the sum is going to be the diagonal of the parallelogram.

But hopefully you appreciate this is the same exact idea. If you just add by putting the head to tail of the two vectors and you construct a triangle, the parallelogram just helps us appreciate that you can start with the yellow vector and then the blue vector or the blue vector first and then the yellow vector. But either way, the sum is going to be this vector C.

More Articles

View All
Introduction to the cell | Cells | High school biology | Khan Academy
You might already have some type of a notion of what a cell is. You might already realize that it is the most basic unit of life. Some would argue that maybe viruses are even a more basic unit of life. But the organisms that we consider living, like ourse…
The World isn't Nearly as Terrible as We Think (or is it?)
As soon as we turn on the radio or television, or scroll through our social media feeds, a rush of tragic events scourges our minds. From pandemics to street violence, from clashes between countries to changes in climate: if we immerse ourselves in these …
The Cold Sets In | No Man Left Behind
This day is tattooed on my brain. I’ve been to some of the coldest places on Earth and never experienced cold like it. On this particular day, we came across a tank boom, which was an absolute godsend. It’s earth that’s been piled up on three sides, and …
The Logan Paul Cryptocurrency Scam Just Got Worse...
What’s up, Graham? It’s guys here. So, I certainly did not expect to make this video today. But when I see so many people calling out this new Logan Paul cryptocurrency scam, I felt the need to throw my hat into the ring, see what this is all about, and g…
Judging outliers in a dataset | Summarizing quantitative data | AP Statistics | Khan Academy
We have a list of 15 numbers here, and what I want to do is think about the outliers. To help us with that, let’s actually visualize the distribution of actual numbers. So let us do that. Here on a number line, I have all the numbers from one to 19. Let’…
while loops | Intro to CS - Python | Khan Academy
What if you want your program to repeat a block of code? You could copy and paste those lines of code. But what if you wanted to repeat it 100 times or a thousand times? Or maybe you don’t even know upfront how many times you need it to repeat. To solve t…