Evaluating $\lim_{x \to 0} \frac{\sqrt{x+9}-3}{x}$

367 Views Asked by At

The question is this.

In $h(x) = \dfrac{\sqrt{x+9}-3}{x}$, show that $\displaystyle \lim_{x \to 0} \ h(x) = \frac{1}{6}$, but that $h(0)$ is undefinied.

In my opinion if I use this expression $\displaystyle \lim_{x \to 0} \dfrac{\sqrt{x+9}-3}{x}$ above with the $-3$ inside the square root I got an undefinied expression, but if I put the $-3$ out of the square and I use this expression to calculate the limit $\displaystyle \lim_{x \to 0} \dfrac{\sqrt{x+9}-3}{x}$ I will get $\frac{1}{6}$.

Hereenter image description here a print screen of the original question.

If needed i can post the Pdf of the homework.

4

There are 4 best solutions below

0
On

You cannot pull the negative 3 out of the square root. For example: $$\sqrt{1-3} = \sqrt{2}i \ne \sqrt{1} - 3 = -2$$

1
On

Of course $h(0)$ is undefined as you cannot divide by zero. As you said $\displaystyle\lim_{x\rightarrow 0}\frac{\sqrt{x+9}-3}x=\frac 1 6$, according to L'Hospital's rule. Why do you care about $\displaystyle\frac{\sqrt{x+9-3}}x\ne h(x)$?

0
On

As I stated in the comments above, and as demonstrated by anorton:

$$h(x) = \frac{\sqrt{x + 9} - 3}{x} \neq \frac{\sqrt{x+ 9 - 3}}{x} = \frac{\sqrt{x+6}}{x}$$

So ... Assuming the problem statement (from the original source) actually reads:

In $h(x) = \dfrac{\sqrt{x+9}-3}{x}$, show that $\displaystyle \lim_{x \to 0} \ h(x) = \frac{1}{6}$, but that $h(0)$ is undefined.

  • We can take the $\lim_{x\to 0} h(x)\;$ by applying L'Hopital's Rule because, as is, the limit evaluates to the indeterminate form $\frac 00$.
  • If you're not familiar with L'Hopital, then you can multiply the numerator and denominator by the conjugate of the numerator: the conjugate of $\sqrt{x + 9} - 3$ is simply $\sqrt{x + 9} + 3.\;$ Then simplify and evaluate the limit of the resulting expression. (See $(1)$ below.)

Either route taken will give you an expression for which the limit can be evaluated. And as you note: $$\lim_{x\to 0} h(x) = \dfrac 16$$

Now, why is $h(0)$ undefined? Because division by zero is undefined. Period.

But to say that the function is undefined when evaluated at $0$, i.e., that $h(0)$ is undefined is not to say that $\lim_{x \to 0} h(x)$ is undefined. Limits often exist at points for which a function is not defined. After all, the limit as $x \to a$ of $f(x)$ gives you the value to which $f(x)$ approaches as $x \to a$ , irregardless of whether the function is undefined AT $x = a$.


$(1)$ $$ \lim_{x \to 0} \frac{\sqrt{x + 9}-3}{x} = \lim_{x\to 0}\frac{\sqrt{x + 9} - 3}{x}\cdot \frac{\sqrt{x + 9} + 3}{\sqrt{x + 9} + 3}$$ $$= \lim_{x\to 0} \frac{x + 9 - 9}{x(\sqrt{x + 9} + 3)} = \lim_{x\to 0} \frac{x}{x\left(\sqrt{x + 9} + 3\right)} $$ $$ = \lim_{x\to 0}\frac{1}{\sqrt{ x + 9} + 3}= \frac{1}{6}$$


ADDED: There is clearly a typo in the original pdf of the question (the image of which you have now posted.) That is $$\lim_{x\to 0} \frac{\sqrt{x+9 - 3}}{x} = \lim_{x\to 0}\frac{\sqrt{x + 6}}{x} \to \frac{\sqrt{6}}{0}, \text{ so that} \lim_{x\to 0} h(x)\to\infty.$$

So I suspect that was intended for this problem (without the misprint) is the function highlighted above, whose limit, as you observe, is then $1/6$. In either case, though, $h(0)$ is undefined, because we cannot divide by zero.

3
On

To show something slightly different than the other answers: $$\begin{align} \lim_{x \to 0} \frac{\sqrt{x + 9}-3}{x} &= \lim_{x\to 0}\frac{\sqrt{x + 9}-3}{x}\frac{\sqrt{x + 9}+3}{\sqrt{x + 9}+3} \\&= \lim_{x\to 0} \frac{x+9-9}{x(\sqrt{x + 9}+3)} \\&= \lim_{x\to 0}\frac{1}{\sqrt{x+9}+3} \\ &= \frac{1}{6}. \end{align} $$ Clearly the function isn't defined at $0$ because then you are dividing by $0$.