1
$\begingroup$

I need to find the limit, not sure what to do. $\lim_{x \to \infty} \sqrt{x^2 +ax} - \sqrt{x^2 +bx}$

I am pretty sure I have to divide by the largest degree which is x^2 but that gets me some weird numbers that don't seem to help.

  • 7
    Did you try multiplying by $\displaystyle\frac{\sqrt{x^2 +ax} + \sqrt{x^2 +bx}}{\sqrt{x^2 +ax} + \sqrt{x^2 +bx}}$?2011-09-06
  • 2
    @Jordan: This is precisely the same type of question that you asked 51 minutes ago. Did you try to apply the same techniques? How long have you thought about this problem? What have _you_ tried? What are the "weird numbers that don't seem to help"?2011-09-06
  • 0
    I multiplied by the conjugate and I got (1+a/x) - (1+b/x) and I dont think that helps.2011-09-06
  • 1
    @Jordan If by that you mean the last expression in Edvin's answer, then that does help. $\lim_{x \to \infty} a/x$ is about as good as it gets.2011-09-06

4 Answers 4

5

Applying the formula $x^2-y^2=(x-y)(x+y)$ we get

$\sqrt{x^2+ax}-\sqrt{x^2+bx}= \frac{x^2+ax-x^2-bx}{\sqrt{x^2+ax}+\sqrt{x^2+bx}}=\frac{x(a-b)}{x\left(\sqrt{1+\frac{a}{x}}+\sqrt{1+\frac{b}{x}}\right) }=\frac{a-b}{\sqrt{1+\frac{a}{x}}+\sqrt{1+\frac{b}{x}}}$

now you can take the limit.

  • 0
    Is there any way to do this without knowing that trick?2011-09-06
  • 0
    You could use the _binomial expansion_: write $\sqrt{x^2+ax}$ as $x\sqrt{1+{a\over x}}$, expand the square root out as $1+{a\over 2x}-{a^2\over 8x^2}+\ldots$, multiply back through by $x$ and subtract the corresponding calculation for the $\sqrt{x^2+bx}$ term.2011-09-06
  • 0
    This is all too complicated for me and I would never be able to reproduce this without a lot of practice.2011-09-06
  • 0
    It is not a trick it is just a fundamental formula. The notion of the limit is much more complicated than this formula.2011-09-06
  • 0
    But I know what a limit is, I didn't memorize it it is just a concept that is easily understood. The trick is a series of dozens of sets of numbers and figures that require memorization. None of which I know. I forget them the day after.2011-09-06
  • 0
    There is really only one "trick" here, and it isn't unique to this problem. The moral to take away is "multiplying by the conjugate is sometimes helpful in simplifying expressions involving radicals". This is useful in lots on contexts, and is yet another technique you can try to file away for future use.2011-09-06
  • 0
    All these techniques I learn I can never apply to other problems because they are unique to that problem and usually require other tricks to modify them to adapt to the other problems.2011-09-06
  • 6
    You have now in less than an hour asked _two_ questions where the exact same technique yields the answer immediately. That is about the clearest possible indication that it is not "unique to each" problem.2011-09-06
  • 0
    But I tried conjugates and dividing by the leading degree and neither worked.2011-09-06
  • 3
    You must practise more and definitely be more patient.2011-09-06
  • 0
    "This is all too complicated for me and I would never be able to reproduce this without a lot of practice." - You have answered your own question there. To be able to reproduce such answers, you just need to practice more.2011-09-07
1

Alternative Method:
One may write the limit as, $$\left(\lim_{x\to\infty}\sqrt{x^2+ax}-x\right)-\left(\lim_{x\to\infty}\sqrt{x^2‌​+bx}-x\right)\!\, \!,$$ and then use the standard techniques for evaluating limits of the form, $$\lim_{x\to\infty} \sqrt[n]{x^{n}+a_{n-1}x^{n-1}+\cdots+a_{0}}-x,$$ to conclude that $\lim\limits_{x\to\infty}\sqrt{x^2+ax}-x=\tfrac a2$, and similarly $\lim\limits_{x\to\infty}\sqrt{x^2+bx}-x=\tfrac b2$, hence the limit is $\tfrac a2-\tfrac b2$.

0

This answer may be a bit longer, but I've tried to include every step in the process. \begin{equation} \label{eq1} \begin{split} \lim_{x \to \infty} \sqrt{x^2 + ax} - \sqrt{x^2 + bx} & = \lim_{x \to \infty} \left(\sqrt{x^2 + ax} - \sqrt{x^2 + bx}\right)\left(\frac{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}}\right) \\ \\ & = \lim_{x \to \infty}\frac{(x^2 + ax) - (x^2 + bx)}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \\ \\ & = \lim_{x \to \infty}\frac{ax-bx}{\sqrt{x^2\left(1 + \frac{a}{x}\right)} + \sqrt{x^2\left(1 + \frac{b}{x}\right)}} \\ \\ & = \lim_{x \to \infty}\frac{ax-bx}{|x|\sqrt{1 + \frac{a}{x}} + |x|\sqrt{1 + \frac{b}{x}}} \\ \\ & = \lim_{x \to \infty}\frac{x(a-b)}{|x|\left(\sqrt{1 + \frac{a}{x}} + \sqrt{1 + \frac{b}{x}}\right)} \\ \\ &\text{Recall:} \ \ \ |x| = x \ \ \ \text{as} \ \ \ x \to \infty \\ \\ & = \lim_{x \to \infty}\frac{x(a-b)}{x\left(\sqrt{1 + \frac{a}{x}} + \sqrt{1 + \frac{b}{x}}\right)} \\ \\ & = \lim_{x \to \infty}\frac{a-b}{\sqrt{1 + \frac{a}{x}} + \sqrt{1 + \frac{b}{x}}} \\ \\ & = \frac{a-b}{\sqrt{1 + 0} + \sqrt{1 + 0}} \\ \\ & = \frac{a-b}{2} \\ \end{split} \end{equation}

0

Before engaging in all the formal limit-taking, it is worth getting an intuitive grip on what is going on. Here is how I would get to the result, and be sure of the result, before going back, being rigorous, and proving it.

First of all, because squares are involved and the middle term in a square is divisible by 2, I will look at $\sqrt{x^2+2ax}-\sqrt{x^2+2bx}$ instead of the stated values.

Second, because $x$ gets larger without limit, any term not involving $x$ will get forever smaller compared to it. Thus the error from replacing $x^2+2ax$ with $x^2+2ax+a^2$ will get smaller and smaller relative to $x^2+2ax$. It tends to negligibility as $x$ tends to infinity.

So let's do the replacement, and consider $\sqrt{x^2+2ax+a^2}-\sqrt{x^2+2bx+b^2}$. This precisely equals $(x+a)-(x+b)$, which equals $a$-$b$.

Translating back to the language of the original question, I therefore know that the answer ought to be $\frac{1}{2}(a-b)$. In that knowledge, I can go back and follow the same route rigorously, already knowing what the answer should be and already understanding the steps to be taken to reach it.