Analysis: finding limit of tough sequence

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
K29
Messages
103
Reaction score
0

Homework Statement


Use bernouillis inequality to show that
[tex]\stackrel{lim}{_{n \rightarrow \infty}} (\frac{1+\frac{x+y}{n}}{1+\frac{x+y}{n}+\frac{xy}{n^{2}}})^{n}=1[/tex]
[tex]x,y \in R[/tex]

Homework Equations


The Attempt at a Solution


With simple manipulation this equals:

[tex]\stackrel{lim}{_{n \rightarrow \infty}}(1-\frac{\frac{xy}{n^{2}}}{1+\frac{x+y}{n}+\frac{xy}{n^{2}}})^{n}[/tex]

For sufficiently large n I can apply Bernoullis inequality and get:
[tex]\geq \stackrel{lim}{_{n \rightarrow \infty}}1-\frac{\frac{xy}{n}}{1+\frac{x+y}{n}+\frac{xy}{n^{2}}}[/tex]

Which equals 1.

Now I was hoping to squeeze my original sequence between this and something else, but I don't know what that something else could be. Is this the right way of doing things? Help please
 
Last edited:
Physics news on Phys.org
yeah, I know that would slide if this were a calculus course or something. But we can't use log because we haven't done the analysis of the limit n(x^(1/n)-1) yet. which is natural log, and the analysis of real functions like log or exponentation of real numbers or anything like that would be way beyond the scope of any undergrad real analysis course

e.g. https://www.physicsforums.com/showthread.php?t=266960

In terms of real analysis that would be cheating until you have defined and done the analysis of real functions and done a lot of analysis to do with differentiation to build all the way up to l'hospital's rule.
We had to prove that by doing substitutions and creating decreasing functions that tend to the same limit to prove it is a finite limit as euler may have done I suppose.

I assume this is why we must use Bernoullis inequality instead of using maths that follows from real analysis.
 
Last edited:
I think yes that limit eqn can be solved elegantly using Bernoulli ineq.

suppose [tex]p = 1 + \frac{x+y}{n}[/tex], subsitute it to the original eqn, and you can get:

[tex](\frac{1}{1+\frac{xy}{p n^2}})^n[/tex]. Apply Bernoulli ineq to denominator:

[tex](1+\frac{xy}{p n^2})^n = 1 + \frac{xy}{pn}[/tex]. input back to limit,

[tex]\stackrel{lim}{_{n \rightarrow \infty}} (\frac{1}{1 + \frac{xy}{pn}}) = 1[/tex]
 
Nice. I assume you meant [tex](1+ \frac{xy}{pn^{2}})^{n} \geq 1+\frac{xy}{pn}[/tex] for sufficiently large n.
Which gives me the other side of the inequality to squeeze the original limit between the one I originally worked out and this one. Thanks.