How to Solve Limits Involving Square Roots and Infinity?

  • Context: Undergrad 
  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary
SUMMARY

The limit involving square roots and infinity is solved using the expression lim_{x -> ∞} (√(ax² + bx + c) - √(ax² + px + q)) = (b - p) / (2√a). The correct approach involves multiplying by the conjugate (√(ax² + bx + c) + √(ax² + px + q) to simplify the expression. As x approaches infinity, the lower order terms become negligible, leading to the conclusion that the limit evaluates to (b - p) / (2√a). This method is essential for handling limits that yield indeterminate forms like ∞ - ∞.

PREREQUISITES
  • Understanding of limits in calculus
  • Familiarity with algebraic manipulation of expressions
  • Knowledge of square roots and their properties
  • Experience with indeterminate forms in limits
NEXT STEPS
  • Study the technique of multiplying by the conjugate in limits
  • Learn about handling indeterminate forms in calculus
  • Explore examples of limits involving square roots and infinity
  • Review the concept of asymptotic behavior in limits
USEFUL FOR

Students studying calculus, particularly those focusing on limits and their applications, as well as educators seeking to clarify methods for solving complex limit problems involving square roots.

askor
Messages
168
Reaction score
9
How to find the

##
\lim_{x \to \infty} (\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q}) = \frac{b - p}{2 \sqrt{a}}
##

?

Here is what I get

##
\lim_{x \to \infty} (\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})
##
##
= \sqrt{\lim_{x \to \infty} ax^2 + \lim_{x \to \infty} bx + \lim_{x \to \infty} c} - \sqrt{\lim_{x \to \infty} ax^2 + \lim_{x \to \infty} px + \lim_{x \to \infty} q}
##
##
=\sqrt{\infty + \infty + c} - \sqrt{\infty + \infty + q}
##
##
= \sqrt{\infty} - \sqrt{\infty}
##
##
= \infty
##
 
Physics news on Phys.org
askor said:
How to find the

##
\lim_{x \to \infty} (\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q}) = \frac{b - p}{2 \sqrt{a}}
##

?

Here is what I get

##
\lim_{x \to \infty} (\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})
##
##
= \sqrt{\lim_{x \to \infty} ax^2 + \lim_{x \to \infty} bx + \lim_{x \to \infty} c} - \sqrt{\lim_{x \to \infty} ax^2 + \lim_{x \to \infty} px + \lim_{x \to \infty} q}
##
##
=\sqrt{\infty + \infty + c} - \sqrt{\infty + \infty + q}
##
##
= \sqrt{\infty} - \sqrt{\infty}
##
##
= \infty
##
∞-∞ is undefined, so the last step is wrong.

Hint: ##(\sqrt y- \sqrt z)(\sqrt y+ \sqrt z)=y-z##
 
OP: Or you can complete the square inside each of the radicals and ignore the constant terms.
 
Samy_A said:
Hint:
##(\sqrt y- \sqrt z)(\sqrt y+ \sqrt z)=y-z##

Do you mean

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##
##= (ax^2 + bx + c)-(ax^2 + px + q)##

??
 
askor said:
Do you mean

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##
##= (ax^2 + bx + c)-(ax^2 + px + q)##

??
Yes, that is correct (although not exactly what I meant).
You can further simplify the result.
After that, use this other mathematical identity: ##A=\frac{A*B}{B}##, where ##B\neq 0##.
 
Last edited:
askor said:
Do you mean

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##
##= (ax^2 + bx + c)-(ax^2 + px + q)##

??

No, he surely meant (sorry to speak for you Samy_A) that you must both multiply and divide by this expression , otherwise , if you only multiply and don't divide, you are changing the original expression for which you want to find the limit.
 
CAn we just go to the point how to find the result? Please tell me step-by-step, I am confuse.
 
askor said:
CAn we just go to the point how to find the result? Please tell me step-by-step, I am confuse.
That's not how it works here. We will steer you in the right direction, but you need to do the majority of the work.
askor said:
Do you mean

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + px + q})(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##
##= (ax^2 + bx + c)-(ax^2 + px + q)##
Instead of multiplying by ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##, multiply by 1, in the form of ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})## over itself. Multiplying by 1 doesn't change the value of an expression, so is always valid to do.
 
Mark44 said:
Instead of multiplying by ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##, multiply by 1, in the form of ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})## over itself. Multiplying by 1 doesn't change the value of an expression, so is always valid to do.

Isn't multplying by 1 (in the form of ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##) just make more complex because the denominator is in the form of square root?

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + pc + q}) × \frac{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##

##= \frac{(ax^2 + bx + c) - (ax^2 + px + q)}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{bx + c - px - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{bx - px + c - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{(b - p)x + c - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
 
  • #10
askor said:
Isn't multplying by 1 (in the form of ##(\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q})##) just make more complex because the denominator is in the form of square root?

##(\sqrt{ax^2 + bx + c} - \sqrt{ax^2 + pc + q}) × \frac{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##

##= \frac{(ax^2 + bx + c) - (ax^2 + px + q)}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{bx + c - px - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{bx - px + c - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
##=\frac{(b - p)x + c - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}##
Ok, now look at what you have.
Let's first make an informal argument. As you need the limit for ##x \to + \infty##, we can consider only the highest order terms in both numerator and denominator (because for large ##x## they are much larger than the other terms).
That gives ##\frac{(b-p)x}{\sqrt{ax^2}+\sqrt{ax^2}}=\frac{(b-p)x}{2x\sqrt{a}}=\frac{b-p}{2\sqrt{a}}##.

Now all you have to do is make this informal argument formally correct.
 
  • #11
Samy_A said:
Ok, now look at what you have.
Let's first make an informal argument. As you need the limit for ##x \to + \infty##, we can consider only the highest order terms in both numerator and denominator (because for large ##x## they are much larger than the other terms).
That gives ##\frac{(b-p)x}{\sqrt{ax^2}+\sqrt{ax^2}}=\frac{(b-p)x}{2x\sqrt{a}}=\frac{b-p}{2\sqrt{a}}##.

Now all you have to do is make this informal argument formally correct.

How do you get ##\frac{(b-p)x}{\sqrt{ax^2}+\sqrt{ax^2}}##? What happen to the c - q in the numerator and bx + c, and px + q in the denominator?
 
  • #12
askor said:
How do you get ##\frac{(b-p)x}{\sqrt{ax^2}+\sqrt{ax^2}}##? What happen to the c - q in the numerator and bx + c, and px + q in the denominator?
It's explained in the previous post.

Take the numerator: ##(b-p)x+(c-q)##. When ##x## gets very large, the value of the numerator will mainly be determined by ##(b-p)x##. The ##c-q## term is constant, and will become negligible compared to ##(b-p)x## for large ##x##. Similarly for the denominator.
That's the informal computation I did in the previous post, and you can see that the result is the searched limit.

Now convert this informal argument into a formal one. Hint: Divide both numerator and denominator by ##x##, take the ##1/x## in the denominator into the square roots, and then take the limit.
 
  • #13
Samy_A said:
It's explained in the previous post.

Take the numerator: ##(b-p)x+(c-q)##. When ##x## gets very large, the value of the numerator will mainly be determined by ##(b-p)x##. The ##c-q## term is constant, and will become negligible compared to ##(b-p)x## for large ##x##. Similarly for the denominator.
That's the informal computation I did in the previous post, and you can see that the result is the searched limit.

Now convert this informal argument into a formal one. Hint: Divide both numerator and denominator by ##x##, take the ##1/x## in the denominator into the square roots, and then take the limit.

I still don't understand.

Btw, this is the calculus textbook I use to learn about limit:

<< Illegal download link deleted by Moderator >>

Can someone please tell me what page of above book about limit x approach infinity similar to above problem?
 
Last edited by a moderator:
  • #14
askor said:
I still don't understand.
Divide both numerator and denominator by ##x##:
$$ \frac{(b - p)x + c - q}{\sqrt{ax^2 + bx + c} + \sqrt{ax^2 + px + q}}=\frac{(b - p) + \frac{c - q}{x}}{\frac{1}{x}\sqrt{ax^2 + bx + c} + \frac{1}{x}\sqrt{ax^2 + px + q}}$$
Now take the ##1/x## in the denominator into the square roots, and then take the limit.
 
  • #15
askor, the most similar example in your book is Example 9. p. 107, but it is a lot simpler than this one. Exercises 80-86, p. 116 are af the same type as your example. If you have a solution manual you might look up the solutions of these.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
2K