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

Sine and cosine from rotating vector


2m read
·Nov 11, 2024

Now I'd like to demonstrate one way to construct a sine wave. What we're going to do is we're going to construct something that looks like ( S(\Omega t) ). So, we have our function of time here and we have our frequency.

Now this little animation is going to show us a way to construct a sine wave. So what I have here, this green line, is a rotating vector, and let's just say that the radius of this circle is one.

So here's a vector just rotating slowly around and around, and in the dotted line here, that yellow dot going up and down, that's the projection of the tip of the green arrow onto the Y-axis. As the vector goes round and around, you can see that the projection on the Y-axis is bobbing up and down and up and down. That’s actually going up and down in a sine wave pattern.

So now I'm going to switch to a new animation, and we'll see what that dot looks like as it goes up and down in time. So here's the plot; here's what a sine wave looks like. As you notice, when the green line goes through zero right there, let's wait till it comes around again, the value of the yellow line when it goes through zero is zero.

So this yellow line here is a plot of ( S(\Omega t) ). Now if I go to a projection, this projection was onto the Y-axis. I can do the same animation, but this time project onto the x-axis, and that'll produce for us a cosine wave.

Let's see what that looks like now. Now in this case, if we switch over, you can see that the projection, that dotted green line, is onto the x-axis. What this is doing is it's producing a cosine wave.

So this is going to be ( \cos(\Omega t) ). Now, because we're tracking the progress on the x-axis, the cosine wave seems to emerge going down on the page. So the time axis is down here.

When the green arrow is zero right there, the value of the cosine was one, and when it's minus 180°, it's minus one on the cosine. So that's why this is a cosine wave, and it has the same frequency as the sine wave we generated.

Now I want to show you these two together because it's just sort of a beautiful drawing. I'll leave our animation here for a second. We see our sine wave being generated in yellow, and in orange, we see the cosine wave being generated, and they're both coming from this rotating green vector.

So this is a really simple demonstration of a way to generate sines and cosines with this rotating vector idea. We're going to be able to generate this rotating vector using some ideas from complex arithmetic and Euler's formula.

I find these to be a really beautiful pattern, and it emerges from such a simple idea as a rotating vector.

More Articles

View All
Waste Not, Want Not | The Great Human Race
Whoa! What is that? Look at the bottom of that slope. I see it! Is that an animal? Huh! It’s a baby bushbuck! Look, something attacked this. Oh, look at these marks! It definitely was! Definitely something bit it. It’s bloated. It is bloated. We might no…
Natural, cyclical, structural, and frictional unemployment rates | AP Macroeconomics | Khan Academy
[Instructor] We’ve already discussed the notion of unemployment at length in other videos. And what we’re going to do in this video is dig a little bit deeper and think about what makes up the unemployment rate? And just as a review, the unemployment ra…
Resource | Vocabulary | Khan Academy
Gather your wits about you, word Smiths, because the word we’re talking about today is resource! Food in the pantry, diamonds in the mind, wealth, brain power—resource. It’s a noun; it means wealth, money, minerals, land, or other useful things. We can t…
Once You’re Rich Do This for Your Parents (Cheap to Expensive)
Did you know that by the time you’ve reached 19 years old, you would have already spent 95% of the time you’ll get with your parents in your lifetime? It doesn’t sound right, but it is true. You get your own life, your own family, your work, your passions…
15 Things Rich People Advise But Never Do
Everyone looks for advice from the rich, but advice is not universally applicable, and even they don’t follow it, and for good reason. Here are 15 things rich people advise but never actually do. Welcome to Alux. Number one: go to school. Going to school…
Type casting | Intro to CS - Python | Khan Academy
Have you ever tried to make your print output a bit more descriptive, like this, only to get a type error? Why does that happen, and how do we fix it? Let’s put our debugging skills to work. We saw that my program last worked when I was just printing the…