I am attempting to find the intersection of a line and a finite Fourier series. Ideally, this would involve no approximations or comparisons. Thus far, I have determined that isolating x using traditional trigonometric functions such as cos(x). My question is, is it possible to calculate the points of intersection of a line and multiple added sinusoidal functions? If so, how? If not, are there any alternatives?
ex:
$$ 2\cos(3x+4) + 5\cos(6x+7) = 0, x = ?$$
I've completed the project at this point. The only way to find the roots is via approximation. Closed form root finding for fourier series and other similar functions (multidimensional sinusoidal functions, fourier transforms). I used Newton approximations in multiple dimensions, but there are innumerable approximation methods one could use.