Limit of an unknown constant expression

  • Thread starter Thread starter chaslltt
  • Start date Start date
  • Tags Tags
    Constants Limit
chaslltt
Messages
15
Reaction score
0

Homework Statement


find limit of x as it approaches infinite sqrt(x^2+ax)-sqrt(x^2+bx)
a and b are not given

Homework Equations





The Attempt at a Solution


Looking at this equation I first eliminated the square roots. After simplifying i ended up with ax-bx/sqrt(x^2+ax)+sqrt(x^2+bx) I think that this problem cannot be solved b/c a and b are not given. Is this right or is there another way of solving this?
 
Physics news on Phys.org
You can't have ax-bx because that basically turns out to be ∞-∞. So you need to pull out x from the square roots so you can cancel out the x's in the numerator.

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

See where you can go from there.
 
thank you
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top