Real Trigonometric Equations#
Definition: Trigonometric Equation
A trigonometric equation is an equation which contains variables in the arguments of real trigonometric functions.
Elementary Trigonometric Equations#
Algorithm: Solving Equations of the Form \(\sin x = c\)
Solutions:
- If \(|c| \gt 1\), then \(x \in \varnothing\).
- If \(c \in [-1;1]\), then
Algorithm: Solving Equations of the Form \(\cos x = c\)
Solutions:
- If \(|c| \gt 1\), then \(x \in \varnothing\).
- If \(c \in [-1;1]\), then
Algorithm: Solving Equations of the Form \(\tan x = c\)
Requirements:
- \(x \ne \frac{\pi}{2} + k\pi \qquad k \in \mathbb{Z}\)
Solution:
Algorithm: Solving Equations of the Form \(\cot x = c\)
Requirements:
- \(x \ne k\pi \qquad k \in \mathbb{Z}\)
Solution:
Composed Trigonometric Equations#
Algorithm: Solving Equations of the Form \(\sin f(x) = \sin g(x)\)
We are given a trigonometric equation of the form
Solution:
Algorithm: Solving Equations of the Form \(\cos f(x) = \cos g(x)\)
We are given a trigonometric equation of the form
Solution:
Algorithm: Solving Equations of the Form \(\tan f(x) = \tan g(x)\)
We are given a trigonometric equation of the form
Requirements:
- \(f(x),g(x) \ne \frac{\pi}{2} + k\pi \qquad k \in \mathbb{Z}\)
Solution:
Algorithm: Solving Equations of the Form \(\cot f(x) = \cot g(x)\)
We are given a trigonometric equation of the form
Requirements:
- \(f(x), g(x) \ne k\pi \qquad k \in \mathbb{Z}\)
Solution:
Homogeneous Trigonometric Equations#
Definition: Homogeneous Trigonometric Equation
A homogeneous trigonometric equation is a trigonometric equation of the form
where \(a_k \in \mathbb{R}\).
Algorithm: Solving Homogeneous Trigonometric Equations (Tangent Substitution)
We are given the following [[Homogeneous Trigonometric Equations]].
- Check whether \(\cos^n (x) = 0\), i.e. \(x = \pm\frac{\pi}{2} + 2k\pi\) for \(k \in \mathbb{Z}\), is a solution.
- Divide by \(\cos^n (x)\).
- Substitute \(t = \tan x\) and solve the polynomial equation
- For each solution \(t^\ast\) to the equation in Step 3, solve the elementary trigonometric equation \(\tan x = t^\ast\).
Example
TODO
Algorithm: Solving Homogeneous Trigonometric Equations (Cotangent Substitution)
We are given the following [[Homogeneous Trigonometric Equations|homogeneous trigonometric equation]].
- Check whether \(\sin^n (x) = 0\), i.e. \(x = k\pi\) for \(k \in \mathbb{Z}\), is a solution.
- Divide by \(\sin^n (x)\).
- Substitute \(t = \cot x\) and solve the polynomial equation
- For each solution \(t^\ast\) to the equation in Step 3, solve the elementary trigonometric equation \(\cot x = t^\ast\).
Example
TODO
Other Trigonometric Equations#
Algorithm: Solving Trigonometric Equations of the Form \(a \sin x + b \cos x = c\)
We are given a trigonometric equation of the following form.
- Divide both sides by \(\sqrt{a^2 + b^2}\).
- Substitute \(\cos \varphi = \frac{a}{\sqrt{a^2 + b^2}}\) and \(\sin \varphi = \frac{b}{\sqrt{a^2 + b^2}}\)
- The reason we can do this is that \(\left(\frac{a}{\sqrt{a^2 + b^2}}\right)^2 +\left(\frac{b}{\sqrt{a^2 + b^2}}\right)^2 = 1\).
- Use an identity to simplify the left-hand side.
- Requirements: \(\frac{c}{\sqrt{a^2+b^2}} \in [-1;1]\)
- Solve the elementary trigonometric equation.
- Rearrange to isolate \(x\).
6.Substitute back for \(\varphi\) to obtain the final set of solutions.
- If you substitute back \(\varphi = \arccos \frac{a}{\sqrt{a^2 + b^2}}\), you obtain
- If you susbtitute back \(\varphi = \arcsin \frac{b}{\sqrt{a^2 + b^2}}\), you obtain
Example
TODO