Goal: Prove that \(\cos^3(x)\sin^2(x) = \frac{1}{16}(2\cos(x) - \cos(3x) - \cos(5x))\)
Before starting, a student needs to know these three fundamental identities. Think of these as your building blocks:
Goal: Prove that \(\cos^3(x)\sin^2(x) = \frac{1}{16}(2\cos(x) - \cos(3x) - \cos(5x))\)
The Left-Hand Side (LHS) is \(\cos^3(x)\sin^2(x)\). We can rewrite this by splitting one \(\cos(x)\) off: \[\text{LHS} = \cos(x) \cdot [\cos^2(x)\sin^2(x)]\] \[\text{LHS} = \cos(x) \cdot [\cos(x)\sin(x)]^2\]
From our toolbox, we know \(\cos(x)\sin(x) = \frac{1}{2}\sin(2x)\). Let’s plug that in: \[\text{LHS} = \cos(x) \cdot \left[ \frac{1}{2}\sin(2x) \right]^2\] Now, square the term inside the brackets: \[\text{LHS} = \cos(x) \cdot \frac{1}{4}\sin^2(2x)\] \[\text{LHS} = \frac{1}{4} \cos(x) \sin^2(2x)\]
Using the power-reduction identity from our toolbox (where \(\theta = 2x\)), we get: \(\sin^2(2x) = \frac{1 - \cos(2 \cdot 2x)}{2} = \frac{1 - \cos(4x)}{2}\)
Substitute this back into our expression: \[\text{LHS} = \frac{1}{4} \cos(x) \cdot \left( \frac{1 - \cos(4x)}{2} \right)\] Multiply the fractions (\(\frac{1}{4} \cdot \frac{1}{2} = \frac{1}{8}\)): \[\text{LHS} = \frac{1}{8} \cos(x) (1 - \cos(4x))\]
\[\text{LHS} = \frac{1}{8} [\cos(x) - \cos(x)\cos(4x)]\]
We need to simplify the multiplication term: \(\cos(x)\cos(4x)\). Using our toolbox formula: \(\cos(A)\cos(B) = \frac{1}{2}[\cos(A - B) + \cos(A + B)]\) * Let \(A = x\) and \(B = 4x\): \[\cos(x)\cos(4x) = \frac{1}{2}[\cos(x - 4x) + \cos(x + 4x)]\] \[\cos(x)\cos(4x) = \frac{1}{2}[\cos(-3x) + \cos(5x)]\] * Note for the student: Cosine is an even function, meaning \(\cos(-3x)\) is the same as \(\cos(3x)\). \[\cos(x)\cos(4x) = \frac{1}{2}[\cos(3x) + \cos(5x)]\]
Put that result back into the main equation from Step 4: \[\text{LHS} = \frac{1}{8} \left[ \cos(x) - \frac{1}{2}(\cos(3x) + \cos(5x)) \right]\]
To make it look like the Right-Hand Side of the original question, we want a fraction of \(\frac{1}{16}\) in the front. To do this, we factor out another \(\frac{1}{2}\) from inside the bracket: \[\text{LHS} = \frac{1}{8} \cdot \frac{1}{2} [2\cos(x) - (\cos(3x) + \cos(5x))]\] \[\text{LHS} = \frac{1}{16} [2\cos(x) - \cos(3x) - \cos(5x)]\]
Conclusion: The Left-Hand Side now exactly matches the Right-Hand Side. \[\text{LHS} = \text{RHS}\] Proved.
The standard formula (which you usually find in textbooks) is: \[\sin(2x) = 2 \cdot \sin(x) \cdot \cos(x)\]
\[\frac{\sin(2x)}{\mathbf{2}} = \frac{\mathbf{2} \cdot \sin(x) \cdot \cos(x)}{\mathbf{2}}\]
Now the equation looks like this: \[\frac{1}{2} \sin(2x) = \sin(x) \cos(x)\]
Finally, we just swap the sides so the part we want is on the left: \[\mathbf{\sin(x) \cos(x) = \frac{1}{2} \sin(2x)}\]
Why do we do this? In your main math problem, whenever you see \(\sin(x)\cos(x)\), you can replace it with \(\frac{1}{2}\sin(2x)\). This is a clever trick to turn two different trig functions (sine and cosine) into one single function (sine), which makes the rest of the algebra much easier to handle!