Solving Complicated Limits for Advanced Mathematicians

  • Thread starter Thread starter askor
  • Start date Start date
  • Tags Tags
    Limit Weird
Click For Summary

Homework Help Overview

The discussion revolves around evaluating a complicated limit involving polynomial expressions as \( x \) approaches infinity. The limit in question is of the form \(\lim_{x \to ∞} \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}\), which falls under the subject area of calculus, specifically limits and their evaluation techniques.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various methods for approaching the limit, including the use of logarithms and polynomial division. Some suggest rewriting the limit in a form that relates to the definition of the number \( e \). Questions arise about the applicability of textbook resources and the clarity of the methods being proposed.

Discussion Status

The discussion is ongoing, with several participants providing hints and suggestions for tackling the limit. There is a recognition of the complexity of the problem, and some participants express difficulty in understanding the proposed methods. Guidance has been offered regarding the use of logarithmic properties and polynomial division, but no consensus has been reached on a clear path forward.

Contextual Notes

Some participants express frustration with the difficulty of the problem and question whether the methods discussed are appropriate for their current level of understanding. There are indications that the original poster may be struggling with foundational concepts necessary for tackling this limit problem.

askor
Messages
168
Reaction score
9
Member warned that some effort must be shown
How do you solve this kind of limit?

\lim_{x \to ∞} \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}

Please give me a clue.
 
Physics news on Phys.org
What about using the logarithm?
 
Thank's for the clue but I'm still thinking it seem too difficult for me. Can you please show me which page from this calculus textbook about solving limit with logarithm?

https://www.sendspace.com/file/khld5g
 
askor said:
Thank's for the clue but I'm still thinking it seem too difficult for me. Can you please show me which page from this calculus textbook about solving limit with logarithm?

https://www.sendspace.com/file/khld5g
I'm not sure that homework helping extends to reading your textbooks!

The natural log is a continuous, one-to-one function. You can use that property to see that (informally):
$$\lim \ln(f(x)) = \ln(\lim f(x))$$
 
  • Like
Likes   Reactions: JD_PM and sysprog
Alternatively, you can try to put your limit in the form
$$\lim_{y\rightarrow \infty}\left(1+\frac{1}{y}\right)^{y\cdot f(x)}$$
and then use the limit definition of the number ##e##.
You can start by trying to write your quotient ##\frac{x^2 - 1}{x^2 + 2x + 5}## as ##1+\frac{1}{f(x)}##
 
  • Like
Likes   Reactions: Leo Liu
Are all of these within the calculus textbook?
 
askor said:
How do you solve this kind of limit?

\lim_{x \to ∞} \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}

Please give me a clue.
Follow @Gaussian97's hint:
Try to bring it to a function of ##(1+1/y)^y## What is this limit when y goes to infinity?
First divide both the numerator and denominator by x^2. Then neglect the second-order terms.
 
Last edited:
Please show me the first step, I still don't understand, my brain is blank, too difficult.
 
  • #10
Do you know about polynomial division? Any polynomial ##A## (so, of course also the polynomial ##x^2-1##) can be divided by any polynomial ##B## (so, in your case ##x^2+2x+5##), what this means is that you can find polynomials ##Q## and ##R## (with the degree of ##R## lower than the degree of ##B##) such that;
$$A = BQ+R$$
This can be expressed also as
$$\frac{A}{B} = Q+\frac{R}{B}$$
Here you have methods to find ##Q## and ##R## in case you don't know how to do it.
So, the first step is to find those polynomials ##Q## and ##R##, we have advanced you that the polynomial ##Q## is ##Q=1## (which is a polynomial of degree 0). Is now your turn verify this is true and find the polynomial ##R##.

Gaussian97 said:
You can start by trying to write your quotient ##\frac{x^2 - 1}{x^2 + 2x + 5}## as ##1+\frac{1}{f(x)}##
Then, the function ##f(x)## that I tell you in this post will be simply the function defined by
$$f(x)=\frac{B}{R}$$ with ##B=x^2+2x+5## and ##R## the polynomian you need to find.
 
  • Like
Likes   Reactions: Hsopitalist
  • #11
Wow! it's too difficult form me. Please show me the first step.
 
  • #12
Ok, I will do an example step by step, try to repeat it with your polynomials:
I will divide ##3x^3+6x^2-3x+6## by ##3x^2-1##

So, the first step, you ignore all the terms except the first one of each polynomial and divide them;
$$\frac{3x^3+6x^2-3x+6}{3x^2-1}\rightarrow \frac{3x^3}{3x^2}=x$$
Now you multiply the divisor by ##x## and subtract from the dividend;
$$(3x^3+6x^2-3x+6) - x\cdot(3x^2-1) = (3x^3+6x^2-3x+6) - (3x^3-x)$$ $$= (3-3)x^3+6x^2-(3-1)x+6 = 6x^2-2x+6$$
Notice that this new polynomial has a lower degree than the original one, and also by construction they fulfil
$$(6x^2-2x+6) + x (3x^2-1) = 3x^3+6x^2-3x+6$$

You can redo these two steps once more, starting with ##6x^2-2x+6##
$$\frac{6x^2-2x+6}{3x^2-1}\rightarrow \frac{6x^2}{3x^2}=2$$
$$6x^2-2x+6 - 2\cdot(3x^2-1) =6x^2-2x+6 - (6x^2-2)$$ $$= (6-6)x^2-2x+(6+2) = -2x+4$$

Now notice that this polynomial has a lower degree that you divisor, so we are done, the polynomials that we want are
$$Q=x+2, \qquad R=-2x+4$$
 
Last edited:
  • #13
askor said:
Wow! it's too difficult form me. Please show me the first step.
Re the logarithmic method, the first step is:

$$y(x) = \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}$$
$$\ln y = 2\frac{\ln(x^2 + 2x + 5) - \ln(x^2 - 1)}{\frac 1 x}$$
 
  • #14
askor said:
Are all of these within the calculus textbook?
Your calculus textbook certainly contains the limit
$$\lim _{x\rightarrow\infty} \left(1+1/x\right)^x=e$$
If you follow my hint in Post #8 you find something similar, in a few simple steps
First divide both the numerator and denominator by x^2. Then neglect the second-order terms with 1/x^2, small with respect to 1 and 2/x if x is big enough. What do you get?
 
  • Like
Likes   Reactions: PeroK
  • #15
askor said:
Wow! it's too difficult form me. Please show me the first step.

Are you doing a rigorous Real Analysis course? If so, the method using the exponential may be quicker but I'm not sure it can easily be made rigorous.

If you have to evaluate this limit rigorously, then I think the logarithmic approach is the way to go.
 
  • #16
Forgive me but I still don't understand.

PeroK said:
Re the logarithmic method, the first step is:

$$y(x) = \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}$$
$$\ln y = 2\frac{\ln(x^2 + 2x + 5) - \ln(x^2 - 1)}{\frac 1 x}$$

This is like a differentiation using a logarithm. But this is a "limit" problem.

More clue please, I give up.
 
  • #17
PeroK said:
Re the logarithmic method, the first step is:

$$y(x) = \left( \frac{x^2 - 1}{x^2 + 2x + 5} \right)^{-2x}$$
$$\ln y = 2\frac{\ln(x^2 + 2x + 5) - \ln(x^2 - 1)}{\frac 1 x}$$
askor said:
This is like a differentiation using a logarithm.
No! All @PeroK did was to take the natural log of both sides.
askor said:
But this is a "limit" problem.
For the 2nd line of what PeroK wrote, take the limit as ##x \to \infty## on both sides.

Have you looked at your textbook? There should be an example of this technique.
 
  • #18
askor said:
Please show me the first step, I still don't understand, my brain is blank, too difficult.
askor said:
Wow! it's too difficult form me. Please show me the first step.
askor said:
Forgive me but I still don't understand.
@askor, you've been given lots of hints, but have not shown any effort on your part. If you are not able to make some progress in this problem with the help you've been given, I'm going to close this thread.
 
  • #19
askor said:
Forgive me but I still don't understand.

This is like a differentiation using a logarithm. But this is a "limit" problem.

More clue please, I give up.

As @Mark44 pointed out, all I did was take the natural log and do some useful manipulation. That wasn't just a clue, that was actually quite a large first step I did for you.

The fact that you don't understand at all what I'm doing suggests that this material is too advanced for you. You don't understand the general method, and you don't understand the algebraic manipulations.

This question is not easy, so I suggest you find some more basic questions first. You should learn the logarithmic method for limits. Also, learn l'Hopital's rule. And try to improve your algebra.
 
  • #20
There is a good thing called Taylor formula
 
  • #21
Suppose we have
$$\lim_{x\rightarrow\infty} a^b$$
with
$$\lim_{x\rightarrow\infty} a=1$$
$$\lim_{x\rightarrow\infty} b=\infty$$

$$a^b=\exp(b\log(a))$$
$$a^b=\exp\left( b (a-1)) \frac{\log(a)-\log(1)}{a-1}\right)$$

Where to go from here?
 
  • #22
PeroK said:
The fact that you don't understand at all what I'm doing suggests that this material is too advanced for you. You don't understand the general method, and you don't understand the algebraic manipulations.
The same thought crossed my mind ...

Please, no more clues until @askor responds.
 

Similar threads

Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
3
Views
1K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
17
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
4
Views
2K