Valid method of evaluating limit?

  • Thread starter Thread starter Defennder
  • Start date Start date
  • Tags Tags
    Limit Method
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Messages
2,590
Reaction score
4

Homework Statement


I don't know if the following is valid, so I'll appreciate if someone could tell me if it's ok. I want to find
[tex]\lim_{x\rightarrow \infty} \frac{x}{\sqrt{a^2+x^2}}[/tex]



Homework Equations





The Attempt at a Solution


Using L'Hopital rule doesn't appear to help, because repeatedly differentiating both the top and bottom gives the same limit. So I did a substitution:

[tex]x=a \tan \theta[/tex]
And the problem now becomes [tex]\lim_{\theta \rightarrow \frac{\pi}{2}} \sin \theta[/tex] which easily evaluates to 1. Is this correct?
 
Physics news on Phys.org
Physical method would be: a^2 is small compared to infinity, so we can ignore it. Sqrt(x^2)=x, so limit is 1 :P
But yes, I guess your method is just fine.