can anyone help me figure this shit out? the author is solving the vibrating circular membrane PDE with a boundary condition and two initial conditions:
[math]u_{tt} = c( u_{rr} + \frac{1}{r} u_{r} + \frac{1}{r^{2}} u_{\theta \theta}) [/math]
[math]u(1, \theta , t) = 0 [/math]
[math]u(r, \theta, 0) = f(r, \theta) [/math]
[math]u_{t}(r, \theta, 0) = g(r, \theta) [/math]
the solutions are not too hard to find individually (they are at the top of pic related), and in the end we are just supposed to multiply them to obtain the solution for the whole PDE
however, then he concludes the bottom part, where the term [math]sin(n \theta) [/math] seems to disappear for no good reason, and then he just states that it can be done through a proper choice of an angle [math] \theta [/math], even though as far as i know the angle is a variable and we don't really get to choose a particular value so that the sine cancels out
what the hell is going on here? what is this choice that lets him leave out the sine and just work with the cosine?