4
$\begingroup$

Square roots are always causing trouble for me - especially finding the limit of a function when it's in the indeterminate form.

I got this far, but I don't know what to do next or even if it's right. Trying to go any further gives me my original problem.

This is the initial problem $$ \lim_{x\to5}\frac{\sqrt{ x^2+5}-\sqrt{30}}{(x-5)} $$

This is where I've gotten $$ \lim_{x\to5}\frac{\sqrt{x^2+5}-\sqrt{30}}{(x-5)} * \frac{\sqrt{x^2+5}+\sqrt{30}}{\sqrt{x^2+5}+\sqrt{30}} = \frac{x^2+5-30}{(x-5)\left(\sqrt{x^2+5}+\sqrt{30}\right)} $$

  • 0
    I've tidied up the LaTeX in your post, and also fixed a few typos.2011-08-22
  • 4
    Can you factor $x^2 - 25$ in any interesting ways? You're almost there.2011-08-22
  • 3
    Your final equality should have a $\lim\limits_{x\to 5}$ on the right hand side of the equal sign as well.2011-08-22
  • 0
    @Dylan Moreland: I got it down to (x+5)/(sqrt(x^2+5)+sqrt(30)) but the answer is an ugly decimal and according to our teachers we shouldn't be getting those. I don't know if it's something I did wrong or what, but I'm pretty sure it has to either be a whole number or simple fraction.2011-08-22
  • 3
    @Joe: The correct answer to this problem is in fact not a whole number or a simple fraction. It's an expression involving $\sqrt{30}$. You (probably) don't need to give a decimal approximation but can just leave the answer in the form you already have. (More precisely, in your previous comment, you should still be taking the limit as $x \rightarrow 5$. In the form you currently have it this can be done just by substituting $x = 5$, and then you will be done.)2011-08-22
  • 0
    I suppose my teacher made a mistake giving us that problem then. I got .91 (rounded), so I'll just keep that and move on. Thanks.2011-08-22

1 Answers 1

2

HINT $\ \ \ $ Factoring both of$\ \ \sqrt{x^2+5}^{\:2} - \sqrt{30}^{\:2}\ =\ x^2 - 5^2\ $ by difference of squares yields

$$\frac{\sqrt{x^2+5}-\sqrt{30}}{x-5}\ =\ \frac{x+5}{\sqrt{x^2+5}+\sqrt{30}} $$

Alternatively, if you're familiar with derivatives, note that the limit is $f\:'(5)$ for $f(x) = \sqrt{x^2+5}\:.$ Many limits can be simply calculated by recognizing them as instances of first derivatives and then calculating the derivatively rotely using known derivative rules. You can find a handful of examples in my prior posts starting here. Later in your course you will most likely encounter a generalization of this observation known as l'Hôpital's Rule.

  • 0
    The problem is (x-5) in the denominator being multiplied by everything else in the denominator. I can't have 0 down there.2011-08-22
  • 1
    Why the downvote? If something is not clear please ask questions and I am happy to explain.2011-08-22
  • 2
    @Joe: Have you gotten to derivatives in your calculus class? If not, revisit this comment once you have. Bill's comment turns this standard limit problem into a routine limit problem.2011-08-22
  • 0
    I can't vote on answers yet; I wouldn't vote anything with good intent down anyways. @DJC: Not that I recall. School only started for me about a week ago and the first thing we did in calculus were easy limits then we got indeterminates which is where I'm stuck at.2011-08-22