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
She Summited Each Continent’s Highest Mountain To Empower Women | Nat Geo Live
I work for the women in my country who are facing crazy mountains without even having to step on a mountain. And I thought of a campaign to go climb the highest mountain of every continent in the world, knowing that the struggle in the mountain was so par…
Timeline of The Most Important Philosophical Ideas, I guess
We’re all pretty used to rain. We’re either prepared for it with an umbrella or raincoat, or just get wet. Rarely does it genuinely upset us. But what about when it rains for days and the streets flood so you can’t go outside? Or when you realize you can’…
Charlie Munger's Final Advice For 2024.
I basically believe in a soldier on system. Lots of hardship will come, and you got to handle it well. I soldering through Charlie Munger, sadly passed away in November 2023, one month shy of his 100th birthday. But in a big stroke of luck for us investor…
Subtracting two-digit numbers without regrouping (example 2) | 2nd grade | Khan Academy
I would like you to pause the video and think about what 64 minus 31 is. Alright, now let’s think about this together. So what does 64 actually mean? Well, we can use place value to think about that. The six is in the tens place and the four is in the o…
if statements | Intro to CS - Python | Khan Academy
We can use Boolean expressions to ask questions in our programs, but how can we branch control flow based on the answer? To do that, we need conditionals. Conditionals form the basis of selection; they allow the computer to decide which code to run depend…
Dividing polynomials by linear expressions | Algebra 2 | Khan Academy
We’re told to divide the polynomials. The form of your answer should either be just a clean polynomial or some polynomial plus some constant over x plus two, where p of x is a polynomial and k is an integer. Fair enough! If we were doing this on Khan Aca…