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
15 Ways to Create GENERATIONAL WEALTH
By the time 65 rolls around, only one in 100 people will be well off financially. 70% of wealthy families lose their wealth by the second generation and more so around 90% of families lose all wealth by the third generation. So, even if you make a fortune…
Differentiating polynomials example | Derivative rules | AP Calculus AB | Khan Academy
So I have the function f of X here, and we’re defining it using a polynomial expression. What I would like to do here is take the derivative of our function, which is essentially going to make us take a derivative of this polynomial expression, and we’re …
I Waterproofed Myself With Aerogel!
I feel confident. “You’re confident that I am NOT gonna be damaged? Not permanently? Okay, let me back up for a moment. I want to talk about the properties of aerogel, the world’s lightest solid. What I’m gonna do is I’m gonna lean in so it’s coming in t…
Turning Roadkill Into Art | National Geographic
I think what I’m aiming for is this notion of, I guess, seduction and revulsion. Something that’s really beautiful, really lush, rubbing up against something that’s also perhaps repulsive. I’m an artist and roadkill resurrector. The first body of work th…
Introduction to carbohydrates | High school biology | Khan Academy
What we’re going to do in this video is give ourselves a quick introduction to carbohydrates. You might already be familiar with the notion if you look at some packaged food. There’s usually a nutritional label, and it’ll say carbohydrates; it’ll tell you…
Moderating content with logical operators | Intro to CS - Python | Khan Academy
Let’s design a program with compound Boolean expressions. We’re working on an automated content moderation system for our site. We want our system to automatically flag posts that seem questionable so our team can investigate further and decide which one…