Limit of an unknown constant expression

  • Thread starter Thread starter chaslltt
  • Start date Start date
  • Tags Tags
    Constants Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
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.

[tex]\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}}}[/tex]

See where you can go from there.