I have this function:
$\frac{(1-\cos (\theta )) $
and I want to know its value for $x=\pi$, $\theta=0$ and $n\in\mathbb{N}$. It is clear that both numerator and denominator are zero, so the result must be indeterminate, but Mathematica gives zero!
((1 - Cos[\[Theta]]) Sin[n x])/((-1) -> \[Pi] } //
FullSimplify[#, Assumptions -> n > 0 && n \[Element] Integers ] &
I wonder if someone explains what is happening here.