Solve
for in .
Combine the two cosines with the sum-to-product identity. Using with and : so the equation becomes
Recognise that no closed form exists. The two cosine arguments have frequencies in the ratio , so the product cannot be reduced to a single trigonometric function of one angle. Substituting turns the equation into a quartic in with irrational roots, so a numerical solution is the honest route here.
Bound the number of solutions. Expanding with the double-angle formula, , so the left-hand side is a smooth -periodic combination of the first two harmonics. Sampling it over shows it runs between and and crosses the level exactly twice, so we expect two solutions.
Bracket and bisect the two crossings. Set . Then and bracket the first crossing, while and bracket the second. Bisecting each bracket to full double precision yields
Substitute both back. At : and , and . At : and , and . Both solutions check to six decimals.
Convert to degrees and note the general solution. and . Because the whole equation has period , every solution is
Need to solve a different problem like this? Open the solver →