Basic calc - Finding the extended function

580 Views Asked by At

I am not sure why but I'm having a really tough time with the following problem:

Given: $$f(x) = \frac{11^x - 1}{x}$$ what should the extended function's value(s) be so that the function is continuous from the right and left?

Am I supposed to find the left-hand and right-hand limits and equate them to calculate the answer? I'm still in Calculus 1 so the L'Hopital rule doesn't apply yet.

EDIT: I haven't learned derivatives yet (or L'Hopital's rule) so is there any other way for me to solve this? Or did my professor throw in this problem prematurely?

2

There are 2 best solutions below

2
On BEST ANSWER

You are interested in evaluating

$$\lim_{x \to 0} \frac{11^x-1}{x}=\lim_{x \to 0} \frac{11^x-11^0}{x-0}=\frac{d(11^x )}{dx}\mid_{x=0}$$

You just have to evaluate the last term to know how to define $f$ at $x=0$.

2
On

The function $f(x)=\frac{11^x-1}{x}$ is defined everywhere except at $x=0$. In order for $f$ to be continuous at $x=0$, we need that:

$$f(0)=\lim_{x \to 0} f(x)$$

Note that:

$$f(x)= \ln 11 \left(\frac{e^{(\ln 11)x}-1}{(\ln 11) x } \right)$$

And since $\lim_{\text{whatever} \to 0} \frac{e^{\text{whatever}}-1}{\text{whatever}}=1$

.....