Equivalence of Definitions of Sine and Cosine
Jump to navigation
Jump to search
![]() | This page has been identified as a candidate for refactoring of advanced complexity. In particular: Transclude, or otherwise reference, the individual definitions. Note that such is the nature of these, it may not be appropriate to put them into the house standard format for equivalence proofs. Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
Theorem
The definitions for sine and cosine are equivalent.
That is:
- $\ds \sin x = \sum_{n \mathop = 0}^\infty \paren {-1}^n \frac {x^{2 n + 1} } {\paren {2 n + 1}!} \iff \sin x = \frac {\text{Opposite}} {\text{Hypotenuse}}$
- $\ds \cos x = \sum_{n \mathop = 0}^\infty \paren {-1}^n \frac {x^{2 n} } {\paren {2 n}!} \iff \cos x = \frac {\text{Adjacent}} {\text{Hypotenuse}}$
Proof
Let $\map s x: \R \to \R$, $\map c x: \R \to \R$ be two functions that satisfy:
- $(1): \quad \map {s'} x = \map c x$
- $(2): \quad \map {c'} x = -\map s x$
- $(3): \quad \map s 0 = 0$
- $(4): \quad \map c 0 = 1$
- $(5): \quad \forall x: \map {s^2} x + \map {c^2} x = 1$
where $s'$ denotes the derivative with respect to $x$.
Let $\map f x: \R \to \R$, $\map g x: \R \to \R$ also be two functions that satisfy:
- $(1): \quad \map {f'} x = \map g x$
- $(2): \quad \map {g'} x = -\map f x$
- $(3): \quad \map f 0 = 0$
- $(4): \quad \map g 0 = 1$
- $(5): \quad \forall x: \map {f^2} x + \map {g^2} x = 1$
It will be shown that:
- $\map f x = \map s x$
and:
- $\map g x = \map c x$
Define:
- $\map h x = \paren {\map c x - \map g x}^2 + \paren {\map s x - \map f x}^2$
Notice that:
- $\paren {\forall x: \map h x = 0} \iff \paren {\forall x: \map c x = \map g x, \map s x = \map f x}$
Then:
\(\ds \map h x\) | \(=\) | \(\ds \map {c^2} x - 2 \map c x \map g x + \map {g^2} x + \map {s^2} x - 2 \map s x \map f x + \map {f^2} x\) | ||||||||||||
\(\ds \) | \(=\) | \(\ds 2 - 2 \paren {\map c x \map g x + \map s x \map f x}\) | Property $(5)$ |
By taking $\map {h'} x$:
\(\ds \map {h'} x\) | \(=\) | \(\ds -2 \paren {\map c x \paren {-\map f x} + \map g x \paren {-\map s x} + \map s x \map g x + \map c x \map f x}\) | Properties $(1)$ and $(2)$ and Product Rule for Derivatives | |||||||||||
\(\ds \) | \(=\) | \(\ds 0\) |
By Zero Derivative implies Constant Function, $\map h x$ is a constant function:
- $\map h x = k$
Also:
\(\ds \map h 0\) | \(=\) | \(\ds \paren {1 - 1}^2 + \paren {0 - 0}^2\) | Properties $(3)$ and $(4)$ | |||||||||||
\(\ds \) | \(=\) | \(\ds 0\) |
Since $\map h x$ is constant, then:
- $\forall x: \map h x = 0$
Then:
- $\map c x = \map g x$
and:
- $\map s x = \map f x$
By:
- Derivative of Sine Function
- Derivative of Cosine Function
- Sine of Zero is Zero
- Cosine of Zero is One
- Sum of Squares of Sine and Cosine
both definitions satisfy all these properties.
Therefore they must be the same.
$\blacksquare$