Wave Walker DSP

DSP Algorithms for RF Systems

Most Popular

Buy the Book!

DSP for Beginners: Simple Explanations for Complex Numbers! The second edition includes a new chapter on complex sinusoids.

Trigonometric Identity: sin(x)^2 + cos(x)^2 = 1
March 9, 2022

Table of Contents

Introduction

In this post I derive a common trigonometric identity sin(x)^2 + cos(x)^2 = 1 using a form of Euler’s formula.

More blogs on DSP math:

The Identity

(1)   \begin{equation*}\text{sin}^2\left(\theta\right) + \text{cos}^2\left(\theta\right) = 1\end{equation*}

Trigonometric Identity Derivation

Sine can be written as complex exponentials using a form of Euler’s formula (reference)

(2)   \begin{equation*}\text{sin}\left(\theta\right) = \frac{1}{2j} \left(e^{j\theta} - e^{-j\theta} \right),\end{equation*}

therefore sine squared is

(3)   \begin{equation*}\begin{split}\text{sin}^2\left(\theta\right) & = \frac{1}{2j} \left( e^{j\theta} - e^{-j\theta}\right) \cdot \frac{1}{2j} \left( e^{j\theta} - e^{-j\theta}\right) \\& = -\frac{1}{4} \left( e^{j\theta} e^{j\theta} + e^{-j\theta} e^{-j\theta} - e^{j\theta}e^{-j\theta} - e^{-j\theta}e^{j\theta} \right) \\& = -\frac{1}{4} \left( e^{j2\theta} + e^{-j2\theta} - 2 \right).\end{split}\end{equation*}

Cosine can be written as complex exponentials using a form of Euler’s formula (reference)

(4)   \begin{equation*}\text{cos}\left(\theta\right) = \frac{1}{2} \left( e^{j\theta} + e^{-j\theta} \right),\end{equation*}

therefore cosine squared is

(5)   \begin{equation*}\begin{split}\text{cos}^2\left(\theta\right) & = \frac{1}{2} \left( e^{j\theta} + e^{-j\theta}\right) \cdot \frac{1}{2} \left( e^{j\theta} + e^{-j\theta}\right) \\& = \frac{1}{4} \left( e^{j\theta} e^{j\theta} + e^{-j\theta} e^{-j\theta} + e^{j\theta}e^{-j\theta} + e^{-j\theta}e^{j\theta} \right) \\& = \frac{1}{4} \left( e^{j2\theta} + e^{-j2\theta} + 2 \right).\end{split}\end{equation*}

Adding (3) and (5),

(6)   \begin{equation*}\begin{split}\text{sin}^2\left(\theta\right) + \text{cos}^2\left(\theta\right) & = -\frac{1}{4} \left( e^{j2\theta} + e^{-j2\theta} - 2 \right) + \frac{1}{4} \left( e^{j2\theta} + e^{-j2\theta} + 2 \right) \\& = \frac{1}{4} \left( -e^{j2\theta} - e^{-j2\theta} + 2 + e^{j2\theta} + e^{-j2\theta} + 2 \right) \\& = \frac{4}{4} \\& = 1,\end{split}\end{equation*}

therefore

(7)   \begin{equation*}\text{sin}^2\left(\theta\right) + \text{cos}^2\left(\theta\right) = 1.\end{equation*}

You can find a list of additional trigonometric identities here.

More blogs on DSP math:

2 Responses

  1. Hi, really enjoying the site — I’ll be purchasing the book soon enough!

    Just wanted to point out that for item (3) it is covering part of the equation and the part that it is covering is missing the 2 from the FOIL, I believe.

    1. Thank you for the comment and great feedback, very much appreciated!

      Are you viewing the website on mobile? Try rotating your mobile device to landscape mode. I was able to see (3) on my mobile device once I did that. Also, the -2 comes from the terms – exp(j theta) exp(-j theta) – exp(-j theta) exp(j theta) = -1 -1 = -2.

      Feel free to drop me a line at matt@wavewalkerdsp.com after you get a copy of the book, I’d love to get your feedback: what you liked, what you didn’t, and what I can add to the next edition to make it better.

Leave a Reply

God, the Lord, is my strength; he makes my feet like the deer’s; he makes me tread on my high places. Habakkuk 3:19

This website participates in the Amazon Associates program. As an Amazon Associate I earn from qualifying purchases.

© 2021-2023 Wave Walker DSP