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

3d curl computation example


4m read
·Nov 11, 2024

So let's go ahead and work through an actual curl computation.

Let's say our vector-valued function V, which is a function of x, y, and z, this is going to be three-dimensional, is defined by the functions, uh, and I don't know, let's say the first component is x * y, the second one is cosine of z, and then the last component is z^2 + y.

So, if you take this guy, how do you compute the curl of that vector-valued function?

So what you do, as I mentioned in the last video, is you imagine taking this Del operator and taking the cross product between that and your vector-valued function.

What that means, when you expand it, is that the Del operator you just kind of fill it with partial differential operators, you could say. But really, it's just the symbol ∂/∂x, ∂/∂y, ∂/∂z.

Uh, and these are things that are just waiting to take in some kind of function. So, we're going to take the cross product between that and the function that we have defined here.

So let me just actually copy it over here a little residue, and to compute this cross product, we take a certain determinant.

So I'm going to write over here, determinant. It's going to be of a 3x3 matrix, but really it's kind of like a "quote unquote matrix" because each component has something funky.

So, the top row, just like we would have with any other cross product that we're computing, is going to have i, j, and k, these unit vectors in three-dimensional space.

And the second row here is going to have all of these partial differential operators since that's the first vector in our cross product. So that's ∂/∂x, ∂/∂y, and again all of these are just kind of waiting to be given a function that they can take the derivative of.

And then that third row is going to be the functions that we have. So the first component here is xy, the second component is cosine of z, and then that final component is z^2 + y.

Um, so I'll give some room here, maybe make it more visible.

So this is the determinant we need to compute, and this is going to be broken up into three different parts.

Uh, the first one we take this top part i and multiply it by the determinant of this submatrix.

So when we do that, um, this subdeterminant, we're taking the partial derivative with respect to y of z^2 + y.

Now, as far as y is concerned, z looks like a constant, so z^2 is a constant, and the partial derivative of this entire guy is just 1.

So that'll look like 1, and then we're subtracting off the partial derivative with respect to z of cosine of z, and that just looks the same as, you know, a derivative of cosine z, which is negative sin(z).

So that's -sin(z).

So that's the first part. And then as the next part, we're going to take j, but we're subtracting because you're always kind of thinking plus minus plus when you're doing these determinants.

So, we're going to subtract off j multiplied by its own little subdeterminant, and this time the subdeterminant is going to involve the two columns that it's not part of.

So you're imagining this first column and this second column as being part of a matrix.

So the first thing you do is take this partial derivative with respect to x of z^2 + y. Well, no x shows up there, right? That's z^2, and y.

Um, each looks like constants as far as x is concerned, so that's 0.

Then we take the partial with respect to z of x * y, and again, there's no z that shows up there, so that's also 0.

So we're kind of subtracting off 0.

And then finally, we're adding this last component.

So, we're going to add that last component k multiplied by the determinant of this submatrix of the columns that it's not part of.

So this involves the partial derivative with respect to x of cosine z. Well, no x shows up there, so that's just 0.

So that's just a 0.

And then we're subtracting off the partial with respect to y of x * y. Well, x looks like a constant, y looks like the variable, so that partial derivative is just x.

So we're subtracting off x, which means if we simplify this.

So the curl of our vector field, the curl of our vector field as a whole, as this function of x, y, and z is equal to, and that first component, the i component, we've got 1 - (-sin(z)).

So - (-sin(z)) that's 1 + sin(z).

And then the j component, we're subtracting off, but it's 0.

Usually, if you were subtracting off, you'd have to make sure to remember to flip those, but both of those are 0, so the entire j component here, or the y component of the output is 0.

And then finally, we're adding, uh, the k component is 0 - x, so that entire thing is just -x.

And that's the curl of the function, and in general, that's how you do it.

You would, um, you would take a look at the way that your function is defined in each component there and imagine taking the cross product between this Del symbol, this ∂/∂x, ∂/∂y, ∂/∂z, and you take the cross product between that and your function.

And, uh, it involves taking six different partial derivatives, and you're just mainly, it's a matter of bookkeeping to make sure you do it right, and you'll end up with something like this.

More Articles

View All
Captain Cook Snags a Big Tuna | Wicked Tuna | National Geographic
Getting anything better down there, Johnny? A lot of bent rods. So we’re just getting set up right now on the Regal Sword. We made the move down from Crab Ledge last night. Might just set up right in here. Yeah. You know, you just get panic in panic mode…
Science, technology, and the environment | High school biology | Khan Academy
So I really liked a snack, and one of my most favorite snacks of all time happens to be bananas. I mean, you can have them in a smoothie, with some peanut butter, on some toast—in any way, really. Usually, like most people, I just throw away the peels aft…
Feeling Tired, Irritable, Stressed Out? Try Nature | Short Film Showcase
Do you find yourself longing for the apocalypse? I did. I was looking for a reason to live. Hi! Are you feeling tired, irritable, stressed out? Well, you might consider nature. From the people that brought you “Getting Outside” comes prescription-strengt…
Frankish women in the Carolingian Dynasty primary source | World History | Khan Academy
In this video, I want to talk about the lives of Frankish women who lived during the Carolingian Dynasty in the 8th and 9th century. So you can see here in blue the Carolingian Dynasty, and the Carolingian Dynasty ruled over much of the former territory o…
Getting to Location - Behind the Scenes | Life Below Zero
[Music] Cameras aren’t working, that’s getting super frustrating. This is what it’s like on Life Below Zero. Cameras are down, tough conditions all around. A fill-in, no heat, no power; do anything won’t even turn on. Falling too many times. Yes, Banton, …
Worked example: Approximation with local linearity | AP Calculus AB | Khan Academy
We’re told the function ( f ) is twice differentiable with ( f(2) = 1 ), ( f’(2) = 4 ), and ( f”(2) = 3 ). What is the value of the approximation of ( f(1.9) ) using the line tangent to the graph of ( f ) at ( x = 2 )? So pause this video and see if you c…