Limit Calculation for Radical Functions

  • Context: Undergrad 
  • Thread starter Thread starter SherlockOhms
  • Start date Start date
  • Tags Tags
    Limits Radicals
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
9 replies · 3K views
SherlockOhms
Messages
309
Reaction score
0
When calculating the limit of the function f(x) = (x^2 + 3)/ sqrt(2x^4 + 5) as x→∞, is it correct to square the top and then place the resulting polynomial under a square root (i.e. sqrt(x^2 + 3)^2)? Then you can rewrite the problem as the square root of the limit as x→∞ of the resulting function.
So, you'll have:
sqrt(lim x→∞ (x^2 + 3)/ (2x^4 + 5))
Divide above and below by x^4 and solve. Thanks.
 
Physics news on Phys.org
Hi DAPOS! :smile:

(try using the X2 button just above the Reply box :wink:)
DAPOS said:
… is it correct to square the top and then place the resulting polynomial under a square root (i.e. sqrt(x^2 + 3)^2)?

So, you'll have:
sqrt(lim x→∞ (x^2 + 3)/ (2x^4 + 5))
Divide above and below by x^4 and solve. Thanks.

(you meant (x2 + 3)2/ (2x4 + 5) :wink:)

Yes, that's fine. :smile:
 
What would be the correct way to approach taking the limit of a radical? One that holds up for the majority of limits.
 
It works if it isn't approaching negative infinity, right?
 
What's going on is ##\lim_{x\to\infty} f(x)^2 = L^2 \implies \lim_{x\to\infty}f(x) = \pm L##, so you need to go back and check what the sign of f(x) is for sufficiently large x.
 
DAPOS said:
When calculating the limit of the function f(x) = (x^2 + 3)/ sqrt(2x^4 + 5) as x→∞, is it correct to square the top and then place the resulting polynomial under a square root (i.e. sqrt(x^2 + 3)^2)? Then you can rewrite the problem as the square root of the limit as x→∞ of the resulting function.
So, you'll have:
sqrt(lim x→∞ (x^2 + 3)/ (2x^4 + 5))
Divide above and below by x^4 and solve. Thanks.
Rather than square the numerator and denominator, the way to go would be to factor the expression inside the radical.

$$ \frac{x^2 + 3}{\sqrt{2x^4 + 5}} = \frac{x^2(1 + 3/x^2)}{x^2\sqrt{2 + 5/x^4}}$$
$$ = \frac{1 + 3/x^2}{\sqrt{2 + 5/x^4}}$$

Now take the limit as x → ∞.
 
I had been taught that method but I was just curious whether the above would actually work consistently. I can see that it won't, especially with limits to - infinity. Thanks for all the help!