Consider the function $h(x)$ defined by $$ h(x) = \begin{cases} \frac{\tan 5x}{4x} & x \neq 0 \\ k & x = 0 \end{cases} $$ What value should be assigned to $k$ to assure that $h$ is continuous?
My approach: I tried to find a way to rewrite the function (tan 5x)/ 4x.
- That can be rewritten as ((sin 5x)/ (cos 5x))/ 4x
- ((sin 5x)/ (cos 5x)) * 1 / 4x
- I kept in mind that there is a rule that sin x / x is equal to 1
- I rewrote the expression to be (sin 5x / x) * (1 / (cos 5x) * 4)
- 1 * (1 / (4 cos 5x)); There can be no value of the function where x = 0
- The graph shows that as well: [1]: https://i.stack.imgur.com/KgM6t.png
- At a value between 1.2 and 1.3 lies the value of y which must be defined in ordered to make the function continuous.
- But I cannot solve this by graphing it- it must be done by hand. So how will I go from step 5 to getting the value of k that will make this function h, continuous?
Your idea is good but there are many issues as indicated in the comments.
Simply, to assure continuity, by the definition, we need to assume:
$$k=\lim_{x\to 0} \frac{\tan (5x)}{4x}=\lim_{x\to 0} \left(\frac54\cdot \frac{\sin (5x)}{5x}\cdot\frac{1}{\cos(5x)}\right)=\frac 54$$
in such way that
$$h(0)=\lim_{x\to 0} h(x)$$