4

How do I find $$\lim_{x\to 0}\frac{(x+4)^{3/2}+e^x-9}{x}$$ without l'hôpital rule? I know from l'hôpital the answer is 4.

Laars Helenius
  • 7,965
  • 1
  • 23
  • 35

3 Answers3

17

Hint: The expression equals

$$ \frac{f(x) - f(0) + g(x) - g(0)}{x-0}$$

if you choose $f,g$ appropriately.

zhw.
  • 105,693
  • That's the approach I would have suggested. – Mark Viola May 17 '17 at 01:12
  • Is this not literally l'Hopital's rule with the added convenience that the function in the denominator happens to be $x$ rather than some $h(x)$? – LLlAMnYP May 17 '17 at 07:19
  • 3
    @LLlAMnYP: No L'Hospital's Rule works by differentiating and then taking a limit. Here it is just shown that the limit in question is a derivative namely $(f - g)'(0)$ for suitable $f, g$. Recognizing a limit as a derivative and recognizing a $0/0$ indeterminate form and further applying L'Hospital on it are two different things and first one is simpler. In general using L'Hospital's Rule to evaluate limits of type $\lim_{x \to a}\dfrac{f(x) - f(a)}{x - a}$ is a bad idea and it may not work all the time. – Paramanand Singh May 17 '17 at 11:05
  • 1
    @LLlAMnYP Look at it this way: The approach I'm suggesting would be feasible in the first few weeks of basic calculus, even before the mean value theorem. LHR comes later, usually around the time Taylor's theorem is discussed, and depends on the fancier generalized MVT. Also as our friend Paramanand Singh notes, all we need to use this approach is that both $f'(0),g'(0)$ exist - we do not need to know $f'(x),g'(x)$ exist for any other $x$ as in LHR. – zhw. May 17 '17 at 23:58
1

The limit can be found using neither Taylor expansions, nor derivatives, but with much more basic approaches.

First, a consequence of the well-known limit

$$ \lim_{x\rightarrow0} \left(1 +\frac{1}{x}\right)^x = e$$

is

$$ \lim_{x\rightarrow0} \frac{e^x -1}{x} = 1 $$

so the limit in OP is equal to

$$ 1 + \lim_{x\rightarrow0} \frac{(x+4)^{3/2} -8}{x} $$

so long as the second term exists. We calculate the second term as

$$ \lim_{x\rightarrow0} \frac{((x+4)^{3/2}-8)((x+4)^{3/2}+8)}{x((x+4)^{3/2}+8)} = \lim_{x\rightarrow0} \frac{(x+4)^3-64}{x((x+4)^{3/2}+8)} = \\ \lim_{x\rightarrow0} \frac{(x+4)^3-64}{x} \lim_{x\rightarrow0} \frac{1}{((x+4)^{3/2}+8)} = \frac{1}{16} \lim_{x\rightarrow0}\frac{48x+12x^2+x^3}{x}=\frac{48}{16}=3$$

where again then transition from the first line to the second is valid so long as both limits exist (which, as you see, they do).

LLlAMnYP
  • 231
  • Taylor's theorem is independent of L'Hospital's Rule. There is a proof using L'Hospital's Rule, but it does not make them equivalent. There are other proofs too. – Paramanand Singh May 17 '17 at 11:08
  • @ParamanandSingh you're more than likely right. This problem took me back to a calculus exam with a simple limit $\lim_{x\rightarrow0}\frac{\sin 5x}{\sin 7x}$ to be done without l'Hopital. Attempts to do this using Taylor were also for some reason considered implicitly out of bounds. So we had to start from $\lim_{x\rightarrow0}\frac{\sin x}{x}$ – LLlAMnYP May 18 '17 at 06:04
  • That particular limit can be done just by using the formulas for $\sin 5x,\sin 7x$ in terms of $\sin x$. Note that if $n$ is odd then $\sin nx=n\sin x+\dots$ and $\sin x$ can be taken out as factor. Canceling it we get the limit $5/7$. Also see this answer https://math.stackexchange.com/a/2101475/72031 – Paramanand Singh May 18 '17 at 06:11
  • @ParamanandSingh sure. At that exam the correct solution for that particular question was $\frac{\sin 5x}{\sin 7x} = \frac{5}{7}\frac{\sin 5x}{5x}\frac{7x}{\sin 7x}$ – LLlAMnYP May 18 '17 at 09:57
  • 1
    My answer is not close to LHR, so please stop saying it is. It will do you well to understand this point. – zhw. May 21 '17 at 01:09
  • @zhw what do you mean "stop saying"? Both my comment and answer were posted near simultaneously several days ago. I have long since stopped saying anything. – LLlAMnYP May 21 '17 at 16:57
  • You said it once, then you said it again 40 minutes later (not simultaneously), and you left it up after my comments. – zhw. May 21 '17 at 17:08
  • @zhw You're being pedantic (what are 40 minutes over several days?) to no end. I hope my edit makes you happy. – LLlAMnYP May 21 '17 at 17:15
0

Less elegant than zhw'x answer.

For $(x+4)^{3/2}$, use the generalized binomial theorem of Taylor expansion $$(x+4)^{3/2}=8+3 x+\frac{3 x^2}{16}+O\left(x^3\right)$$ Using the standard Taylor expnasion of $e^x$, we then have $$(x+4)^{3/2}+e^x-9=\left(8+3 x+\frac{3 x^2}{16}+O\left(x^3\right) \right)+\left( 1+x+\frac{x^2}{2}+O\left(x^3\right)\right)-9$$ $$(x+4)^{3/2}+e^x-9=4 x+\frac{11 }{16}x^2+O\left(x^3\right)$$ $$\frac{(x+4)^{3/2}+e^x-9}{x}=4 +\frac{11 }{16}x+O\left(x^2\right)$$ which shows the limit and how it is approached.