Cross products | Chapter 10, Essence of linear algebra

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments

Sorry to post my own stuff, but I know people have tended to post other videos of this series here, and I thought it could be good to discuss this one along with its follow-on video in just one thread, and to establish that up front. Link to the follow-on video: https://www.youtube.com/watch?v=BaM7OCEm3G0

👍︎︎ 25 👤︎︎ u/3blue1brown 📅︎︎ Sep 01 2016 🗫︎ replies

Great series so far! I'd have explained a few things differently, and wouldn't have relied as much on language and narrative, but it's really a great approach overall.

In particular, I'm not too sold on the way you justified the right hand rule, especially since you haven't labeled the axes so the narration demands extrapolation. I part 2, I think a visualization of the volume of the parallelepiped could have been made obvious if you dropped a quick ad-hoc proof. The whole video builds up to that step and you lost clarity in it.

Like in the quote in the beginning of that video, the trick is always to find the perspective that make things obvious. I didn't feel like the conclusion of either video did that quite well enough. It only needed a little more work.

But I gotta admit, I've been looking forward to doing my own video series on linear algebra (I'm working on a math/physics channel), but having yours around now makes me feel like I should forget about it focus on other topics instead. :)

Anyway, great work, as always.

👍︎︎ 3 👤︎︎ u/lucasvb 📅︎︎ Sep 01 2016 🗫︎ replies

I just wanted to say that I've been following this series, and I love it! I've learned a lot of new things, and for the parts that have happened to be refreshers, the series has really solidified things in my mind. I've passed this series on to friends telling them that it's a must-watch. Thanks for making it!

👍︎︎ 1 👤︎︎ u/cactus 📅︎︎ Sep 01 2016 🗫︎ replies

You know, the level of understanding in this video, and the way it connects with the graphics, exceeds the depth of the subject matter. That relation between a determinant-like formula and the cross product is a sort of arbitrarily chosen relation, I think in a way this is what Jacobolus is on about.

 

Note that you allow yourself to consider a dual vector to be an element of the original vector space, by assuming the choice of a nondegenerate bilinear form (viz 'ordinary dot product') on the vector space.

 

A scene I really liked is where you applied a functional and you see the basis vectors actually landing on the number line, giving a very direct visual explanation of the corresponding tuple of numbers.

 

Have you already had a go at something more elementary but more important which is Cramer's rule? That is, using your way of identifying a 3x3 matrix with a column missing as a dual vector, you could put a variable vector v in place of each column and get three numbers. If you already had expressed your vector v as a linear combination of the three columns, you'd get back the determinant times each of those three coefficients, thereby finding an expression for an arbitrary vector as a linear combination of these three basic vectors.

 

Do you have a video on the spectral theorem, by the way? It still confuses me how to understand it without deigning one particular bilinear form to be 'actual dot product.'

👍︎︎ 1 👤︎︎ u/anon5005 📅︎︎ Sep 06 2016 🗫︎ replies
Captions
Last video, I've talked about the dot product. Showing both the standard introduction to the topic, as well as a deeper view of how it relates to linear transformations. I'd like to do the same thing for cross products, which also have a standard introduction along with a deeper understanding in the light of linear transformations. But this time I am dividing it into two separate videos. Here i'll try to hit the main points that students are usually shown about the cross product. And in the next video, I'll be showing a view which is less commonly taught, but really satisfying when you learn it. We'll start in two dimensions. If you have two vectors v̅ and w̅, think about the parallelogram that they span out What i mean by that is, that if you take a copy of v̅ and move its tail to the tip of w̅, and you take a copy of w̅ And move its tail to the tip of v̅, the four vectors now on the screen enclose a certain parallelogram. The cross product of v̅ and w̅, written with the X-shaped multiplication symbol, is the area of this parallelogram. Well, almost. We also need to consider orientation. Basically, if v̅ is on the right of w̅, then v̅×w̅ is positive and equal to the area of the parallelogram. But if v̅ is on the left of w̅, then the cross product is negative, namely the negative area of that parallelogram. Notice this means that order matters. If you swapped v̅ and w̅ instead taking w̅×v̅, the cross product would become the negative of whatever it was before. The way I always remember the ordering here is that when you take the cross product of the two basis vectors in order, î×ĵ, the results should be positive. In fact, the order of your basis vectors is what defines orientation so since î is on the right of ĵ, I remember that v̅×w̅ has to be positive whenever v̅ is on the right of w̅. So, for example with the vector shown here, I'll just tell you that the area of that parallelogram is 7. And since v̅ is on the left of w̅, the cross product should be negative so v̅×w̅ is -7. But of course you want to be able to compute this without someone telling you the area. This is where the determinant comes in. So, if you didn't see Chapter 5 of this series, where I talk about the determinant now would be a really good time to go take a look. Even if you did see it, but it was a while ago. I'd recommend taking another look just to make sure those ideas are fresh in your mind. For the 2-D cross-product v̅×w̅, what you do is you write the coordinates of v̅ as the first column of the matrix and you take the coordinates of w̅ and make them the second column then you just compute the determinant. This is because a matrix whose columns represent v̅ and w̅ corresponds with a linear transformation that moves the basis vectors î and ĵ to v̅ and w̅. The determinant is all about measuring how areas change due to a transformation. And the prototypical area that we look at is the unit square resting on î and ĵ. After the transformation, that square gets turned into the parallelogram that we care about. So the determinant which generally measures the factor by which areas are changed, gives the area of this parallelogram; since it evolved from a square that started with area 1. What's more if v̅ is on the left of w̅, it means that orientation was flipped during that transformation, which is what it means for the determinant to be negative. As an example let's say v̅ has coordinates negative (-3,1) and w̅ has coordinates (2,1). The determinant of the matrix with those coordinates as columns is (-3·1) - (2·1), which is -5. So evidently the area of the parallelogram we define is 5 and since v̅ is on the left of w̅, it should make sense that this value is negative. As with any new operation you learn I'd recommend playing around with this notion of it in your head just to get kind of an intuitive feel for what the cross product is all about. For example you might notice that when two vectors are perpendicular or at least close to being perpendicular their cross product is larger than it would be if they were pointing in very similar directions. Because the area of that parallelogram is larger when the sides are closer to being perpendicular. Something else you might notice is that if you were to scale up one of those vectors, perhaps multiplying v̅ by three then the area of that parallelogram is also scaled up by a factor of three. So what this means for the operation is that 3v̅×w̅ will be exactly three times the value of v̅×w̅ . Now, even though all of this is a perfectly fine mathematical operation what i just described is technically not the cross-product. The true cross product is something that combines two different 3D vectors to get a new 3D vector. Just as before, we're still going to consider the parallelogram defined by the two vectors that were crossing together. And the area of this parallelogram is still going to play a big role. To be concrete let's say that the area is 2.5 for the vectors shown here but as I said the cross product is not a number it's a vector. This new vector's length will be the area of that parallelogram which in this case is 2.5. And the direction of that new vector is going to be perpendicular to the parallelogram. But which way!, right? I mean there are two possible vectors with length 2.5 that are perpendicular to a given plane. This is where the right hand rule comes in. Put the fore finger of your right hand in the direction of v̅ then stick out your middle finger in the direction of w̅. Then when you point up your thumb, that's the direction of the cross product. For example let's say that v̅ was a vector with length 2 pointing straight up in the Z direction and w̅ is a vector with length 2 pointing in the pure Y direction. The parallelogram that they define in this simple example is actually a square, since they're perpendicular and have the same length. And the area of that square is 4. So their cross product should be a vector with length 4. Using the right hand rule, their cross product should point in the negative X direction. So the cross product of these two vectors is -4·î. For more general computations, there is a formula that you could memorize if you wanted but it's common and easier to instead remember a certain process involving the 3D determinant. Now, this process looks truly strange at first. You write down a 3D matrix where the second and third columns contain the coordinates of v̅ and w̅. But for that first column you write the basis vectors î, ĵ and k̂. Then you compute the determinant of this matrix. The silliness is probably clear here. What on earth does it mean to put in a vector as the entry of a matrix? Students are often told that this is just a notational trick. When you carry out the computations as if î, ĵ and k̂ were numbers, then you get some linear combination of those basis vectors. And the vector defined by that linear combination, students are told to just believe, is the unique vector perpendicular to v̅ and w̅ whose magnitude is the area of the appropriate parallelogram and whose direction obeys the right hand rule. And, sure!. In some sense this is just a notational trick. But there is a reason for doing in. It's not just a coincidence that the determinant is once again important. And putting the basis vectors in those slots is not just a random thing to do. To understand where all of this comes from it helps to use the idea of duality that I introduced in the last video. This concept is a little bit heavy though, so I'm putting it in a separate follow-on video for any of you who are curious to learn more. Arguably it falls outside the essence of linear algebra. The important part here is to know what that cross product vector geometrically represents. So if you want to skip that next video, feel free. But for those of you who are willing to go a bit deeper and who are curious about the connection between this computation and the underlying geometry, the ideas that I will talk about in the next video or just a really elegant piece of math.
Info
Channel: 3Blue1Brown
Views: 1,077,559
Rating: 4.9655366 out of 5
Keywords: mathematics, linear algebra, cross products, one, math, three brown one blue, 3b1b, 3brown1blue, three, brown, blue, 3 brown 1 blue
Id: eu6i7WJeinw
Channel Id: undefined
Length: 8min 53sec (533 seconds)
Published: Wed Aug 31 2016
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.