Trigonometry – Finding Specific Values of Sin and Cos Using Series Definition

sequences-and-seriestrigonometry

$\exp:x\mapsto \sum\limits_{n=0}^{+\infty}\cfrac{1}{n!}x^n$

$\cos:x\mapsto \Re\left(\exp \left(i x\right)\right)=\sum\limits_{n=0}^{+\infty}\cfrac{\left(-1\right)^n}{\left(2n\right)!}x^{2n}$

$\sin:x\mapsto \Im\left(\exp \left(i x\right)\right)=\sum\limits_{n=0}^{+\infty}\cfrac{\left(-1\right)^n}{\left(2n+1\right)!}x^{2n+1}$


I've never really learned how these functions were constructed. I learned a lot of things with their differential equation (for $\exp$) or unit circle (for $\cos$ and $\sin$) definition and then when I learned about series, the teacher just said "we could use those series as definitions and find all the properties you know about those functions but we don't have enough time" but we still did some as exercises on series.

I do get how we get most of the properties: mostly Cauchy products and a few other things. But one thing I do not get is how we find the specific values.

For example, $\sin(\pi)=0$ or maybe this is used as a definition for $\pi$. But then how do you find $\sin\left(\cfrac{\pi}{2}\right)=1$? And how do we even prove there is such a number $\pi$?

Best Answer

We give a brief sketch on how to introduce trigonometric functions through series. We will assume that basic properties of series have been proved. Yes, we need to define $\pi$. We will define it in a way close in spirit to what you did. Our aim is to set up some useful machinery, enough to fully answer your question about $\sin(\pi/2)$.

The Pythagorean Identity: By properties of series, the derivative of $\sin x$ is $\cos x$, and the derivative of $\cos x$ is $-\sin x$. Now differentiate $\sin^2 x+\cos^2 x$. We get $2\sin x\cos x-2\cos x\sin x$. This is $0$, so $\sin^2 x+\cos^2 x$ is constant. It is easy to show that the constant is $1$.

The Addition Laws: We prove the Addition Laws for sine and cosine. Fix $y$, and let $$\begin{align}f(x)&=\sin(x+y)-\left(\sin x\cos y+\cos x\sin y\right) \\ g(x)&=\cos(x+y)-\left(\cos x\cos y-\sin x\sin y\right)\end{align}$$ It is easy to verify that $f'(x)=g(x)$ and $g'(x)=-f(x)$. Now let $S(x)=f^2(x)+g^2(x)$. We find, as in an earlier calculation, that $S'(x)=0$. So $S(x)$ is constant. But easily by substitution $S(0)=0$. It follows that $S(x)$ is identically $0$, and the Addition Laws for sine and cosine follow.

On Defining $\pi$: We can use the series to estimate $\cos 1$, and show that it is strictly between $1/2$ and $13/24$. From this it follows by $\cos 2x=2\cos^2 x-1$ that $\cos 2$ is negative. By continuity, there is a smallest positive number $q$ such that $\cos q=0$. Define $\pi$ to be $2q$.

The Value of $\sin(\pi/2)$: Since $\cos q=0$, we have by the definition of $\pi$ that $\cos(\pi/2)=0$. By the Pythagorean Identity, we have $\sin(\pi/2)=\pm 1$. But it cannot be $-1$, for since $\pi/2$ is the smallest positive zero of $\cos x$, the sine function is increasing from $0$ to $\pi/2$.

Remark: It looks like a lot of work, but once the basics have been established, the rest goes smoothly. We proved the full Addition Laws instead of the fragment needed for $\sin(\pi/2)$ to make it clear that other standard facts are not difficult to derive.

Related Question