Analyzing the Setup
The objective is to transform the expression sin3xsin3x into a linear summation of cosine terms of the form ∑m=0nCmcosmx. Our primary goal is to determine the value of n, which represents the highest frequency (the maximum coefficient of x) present in the resulting identity.
Phase 1
Breaking the Power
The term
sin3x is a power that complicates the summation. To linearize it, we utilize the triple angle identity:
sin3x=3sinx−4sin3x
By rearranging this identity to isolate
sin3x, we obtain:
4sin3x=3sinx−sin3x
This yields the linearized form:
sin3x=41(3sinx−sin3x)
Phase 2
The Product and the Square
Substituting this back into our original expression, we have:
sin3xsin3x=[41(3sinx−sin3x)]sin3x
Distributing
sin3x across the terms, we get:
sin3xsin3x=41(3sinxsin3x−sin23x)
To resolve the product 3sinxsin3x, we use the product-to-sum identity 2sinAsinB=cos(A−B)−cos(A+B). For the squared term sin23x, we apply the power reduction identity sin2θ=21−cos2θ.
Phase 3
The Final Assembly
Applying the product-to-sum formula to the first term:
23(2sin3xsinx)=23(cos(3x−x)−cos(3x+x))=23(cos2x−cos4x)
Applying the power reduction formula to the second term with
θ=3x:
sin23x=21−cos6x
Combining these results into the main expression:
41[23(cos2x−cos4x)−21−cos6x]
Factoring out
21 from the bracketed terms, we arrive at the final expansion:
81[3cos2x−3cos4x−1+cos6x]
The Conclusion
The expression is now represented as a linear sum of cosines:
81cos6x−83cos4x+83cos2x−81
Comparing this to the form ∑m=0nCmcosmx, we identify that the highest multiple of x is 6. Therefore, the value of n=6.