What is the most fundamental trigonometric function: cosine or sine?

1.5k Views Asked by At

$$\cos(\theta) = \sin \left(\tfrac{\pi}{2} - \theta\right)$$ $$\sin(\theta) = \cos \left(\tfrac{\pi}{2} - \theta\right)$$

Both are the same entity. But is sine the copy of cosine, or is cosine the copy of sine?

If you really don't see any difference between these two functions, my question could be rephrased as such:

If for the rest of your life you had to only use one of the two following pairs of functions:

  • $\cos(\theta)$ and $\cos \left(\frac{\pi}{2} - \theta\right)$

  • $\sin(\theta)$ and $\sin \left(\frac{\pi}{2} - \theta\right)$

...which pair would you choose?

4

There are 4 best solutions below

2
On BEST ANSWER

The cosine is nicer because it corresponds to the real part of the exponential of imaginary numbers and its power series is invertible.

The sine is nicer because it is an increasing function for angles in the first quadrant.

For substitution purposes in integrals, you should not neglect the option of choosing $\tan \frac{\theta}2$ as basic.

1
On

The premise of the question -- that there is any reason to choose one over the other -- is invalid.

If I had to do without one of them, then fine: I would do without both. For, much of what can be done with sines and cosines (e.g. Fourier series) is more elegant with $e^{iz}$.

0
On

They are tightly coupled: $$ \sin'= \cos, \qquad \cos'=-\sin $$ Not surprisingly, this translates to $$ \pmatrix { \cos(x) \\ \sin(x) }'= \pmatrix{0 & -1 \\ 1 & \hphantom{-}0 } \pmatrix { \cos(x) \\ \sin(x) } $$ and $$ \pmatrix{0 & -1 \\ 1 & \hphantom{-}0 } ^ 2 = \pmatrix{1 & 0 \\ 0 & 1} $$ which is the expression of $(e^{ix})'= i e^{ix}$.

0
On

While I tend to agree with the obvious response that there is no reason to favor one over the other, I think it is interesting to note that there is a sense in which $\cos(\theta)$ can be considered the 'preferred' function: namely, when we think of $\sin(\theta)$ and $\cos(\theta)$ as being defined by functional equations.

As it turns out, the functional equation $ C(x-y) = C(x) C(y) + S(x) S(y)$ for all $x, y \in \mathbb{R}$, where $S: \mathbb{R} \to \mathbb{R}$ and $C: \mathbb{R} \to \mathbb{R}$, along with a given value of each function and an assertion about their positivity, uniquely define the familiar sine and cosine functions.

Meanwhile, the functional equation $ S(x + y) = S(x) C(y) + C(x) S(y)$ for all $x, y \in \mathbb{R}$ does not yield unique solutions when it is subject to the same conditions. Instead, we obtain the functions $S(x) = a^{x-\lambda} \sin (x)$ and $C(x) = a^x \cos (x)$, where $\lambda$ is positive and depends on the conditions I mentioned, and $a$ is any positive real number.

The details and some discussion can be found in Efthimiou's Introduction to Functional Equations.