7
$\begingroup$

I have been thinking about all of the different ways that I have encountered sine and cosine in my studies. There are no courses on trigonometry at my school, so perhaps that's why I feel like something is missing, something that ties all of these ideas together.

  • The Unit Circle. The unit circle is a way to organize all possible right triangles up to similarity. The sine and cosine can be defined as ratios of sides of these right triangles, though in practice the sine becomes the vertical component and the cosine the horizontal. What I want to know is how do I relate this beautiful diagram to the other constructions of sine and cosine.

enter image description here

  • The orthonormal basis of the solution space to the differential equation: $y'' = -y$. In some sense this is as good of a definition as the unit circle.

  • Taylor Series. These grow clearly out of the differential equation above. How could I connect Taylor series to the concept of the unit circle? I think of partial Taylor series as "better and better" approximations of these function centered at zero (or maybe some place else, I guess it would not matter) -- so how is that concept linked to what $y'' = -y$ says about these equations?

Lastly, are there any other major representations I should also consider?

  • 0
    @Day Late Don as your comment seems to contain something that clearly answers at least one Noteven's questions maybe you should post it as an answer?2011-07-19

3 Answers 3

4

It all comes down to representation theory. The assignment $\theta \mapsto \left[ \begin{array}{cc} \cos \theta & - \sin \theta \\\ \sin \theta & \cos \theta \end{array} \right]$ sending an angle $\theta$ to a matrix describing rotation by $\theta$ in the Euclidean plane $\mathbb{R}^2$ is a group homomorphism, so abstractly one cay say that sine and cosine naturally appear as matrix coefficients of this particular representation of the group $\mathbb{R}$ or perhaps instead of the circle group $S^1$.

The connection to Fourier series is given abstractly by Pontrjagin duality, which describes the representation theory of a large class of abelian groups, and the connection to differential equations is given by the fact that the space of solutions to y'' = -y

  • naturally inherits the structure of a representation of $\mathbb{R}$ given by translation $y(x) \mapsto y(x+t)$, and
  • has the property that y^2 + (y')^2 = \text{const} for any solution $y$ by inspection, which is strongly suggestive of (but does not immediately prove) periodicity. Note that we get a parameterization of the unit circle this way.

The second property can be understood as conservation of energy for a harmonic oscillator and comes from the first via Noether's theorem.

2

My intuitive interpretation is usually in the terms of projections, \begin{align} x \cdot y &= |x||y|\cos(\theta) \end{align} If necessary, sine can be viewer similarly, as projected towards $y_\perp$.

Projections of x

  • 0
    (old comment removed): Sorry, I misread, you said Taylor series, not Fourier series (I was so focused on the trigonometric functions). But in that case, I think there is even less reason to try and look for a connection there. Series of polynomials, as compared to a function $\cos(\theta) + \sin(\theta)$ or a unit circle, well there is just no connection to see there.2011-07-19
1

Start with x'' = -x. Introduce y = x', so that \begin{align}x' &= y, \\ y' &= x'' = -x.\end{align}

Now let $\mathbf x = [x, y]^T$ be the coordinates of a point in the 2D plane. Then we have \mathbf x'' = \begin{bmatrix}0 & 1 \\ -1 & 0\end{bmatrix} \mathbf x. Assuming $\lVert \mathbf x(0) \rVert = 1$, this is the equation of a particle on the unit circle (exercise: show this) moving with unit speed (exercise: show this). (Hint: observe that the matrix in question produces a vector perpendicular to $\mathbf x$.)

Therefore,the angle $\theta$ that the particle makes with the horizontal axis increases at one radian per unit time, so $\theta = t$. From the geometrical picture, this means that the coordinates of the particle are $x(t) = \cos(t)$ and $y(t) = \sin(t)$.

In general, an $n$th-order ODE in one dimension can be thought of as a first-order ODE — a "flow" — in $n$-dimensional space. Here, the flow corresponding to x'' = -x is uniform rotation around the origin in a 2D plane.

(In my view, the connection between Taylor series and the geometrical picture is only via the differential equation, and that has little do to with circles specifically. So if you don't get an answer addressing that here, I think your penultimate sentence would make a good question worth asking separately.)