Find a non-zero value for the constant k that makes $f(x)=\begin{Bmatrix} \dfrac{\tan(kx)}{x} ,& x<0 \\[6pt] 3x+2k^{2}, & x\geqslant 0 \end{Bmatrix}$ continous at $x=0$.
I've been trying to solve this question for a long time and still cant do it
Find a non-zero value for the constant k that makes $f(x)=\begin{Bmatrix} \dfrac{\tan(kx)}{x} ,& x<0 \\[6pt] 3x+2k^{2}, & x\geqslant 0 \end{Bmatrix}$ continous at $x=0$.
I've been trying to solve this question for a long time and still cant do it
You know a condition for continuity at $0$ is
$$ \lim_{x \to 0^+} f(x) = \lim_{x \to 0^{-}} f(x) $$
Details:
$$ \lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} 3x + 2k^2 = 2k^2 $$
$$ \lim_{x \to 0^-} \frac{ \tan(xk)}{x} = \lim_{x \to 0^-} \frac{ \tan(xk)}{x} \cdot \frac{k}{k} = k$$
since $ \lim_{\alpha \to 0 } \frac{ \tan \alpha}{\alpha} = 1 $. Hence
$$ 2k^2 = k \iff k(2k-1) = 0 $$
....