I have this function $y=\frac{-\ln(2\cos{t}+e^{2k}-2)}{2}$, and i'm trying to find a value for k for which $y$ is defined for all $t$.
So i need the thing in the $ln$ to be larger than zero, i see that this inequality should hold $2\cos(t) +e^{2k}>2$.
How do i continue form here to reach that if $k$ is larger than some constant then $y$ is defined for every $t$?
You should recall that minimum value of cos is -1. So for "worst" scenario you have $$2*(-1)+e^{2k}>2$$ or $$e^{2k}>4$$ Then, ln both sides: $2k>\ln4$, so $k>0.5 \ln4$