Proving Sequence a_n = 1 as n Goes to Infinity

  • Thread starter Thread starter Natasha1
  • Start date Start date
  • Tags Tags
    Proof Sequence
Click For Summary

Homework Help Overview

The discussion revolves around proving that the sequence \( a_n = \frac{n^2 + 3n}{n^2 + 2} \) approaches 1 as \( n \) approaches infinity, using the formal definition of limits.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants suggest dividing the numerator and denominator by \( n^2 \) to simplify the expression. There are attempts to express the difference \( |a_n - 1| \) and to find conditions under which this difference is less than a given \( h \) or \( \epsilon \). Some participants express confusion about using the definitions involving \( h \) and \( N \).

Discussion Status

Several participants have provided insights on how to manipulate the expression to show convergence. There is a mix of approaches being discussed, with some participants successfully demonstrating the limit while others are still seeking clarity on the formal definition and its application. Guidance has been offered on how to express the limit in terms of \( h \) and \( N \).

Contextual Notes

Some participants express uncertainty about the requirement to use the formal definition involving \( h \) and \( N \), indicating a potential gap in understanding the expectations for the proof.

Natasha1
Messages
494
Reaction score
9
I can't do this one :-(

Prove from the definition that [tex]a_n=\frac{n^2 + 3n}{n^2 +2}[/tex]-> 1 as n -> [tex]\infty[/tex]
 
Last edited:
Physics news on Phys.org
Try dividing numerator and denominator by n2. Then assume [itex]\epsilon >0[/itex] and find an N so that [itex]|a_n-1|<\epsilon[/itex] whenever n>N.
 
LeonhardEuler said:
Try dividing numerator and denominator by n2. Then assume [itex]\epsilon >0[/itex] and find an N so that [itex]|a_n-1|<\epsilon[/itex] whenever n>N.

My lecturer wrote on the board that we should be answering the question as follows (he never gave us an example though!):

For a given positive h you must ensure that the difference of [tex]a_n[/tex] and 1 can be made to stay less than h. When you have an expression for the difference, look for a related simpler expression that can easily be made less than h.
 
Yes, that's the idea. Write out the difference:
[tex]|a_n-1|=\frac{n^2 + 3n}{n^2 +2}-1=|\frac{n^2+3n-n^2-2}{n^2+2}|=|\frac{3n-2}{n^2+2}|<h[/tex]
(your using h instead of [itex]\epsilon[/itex]) Now try to simplify this using some inequalites. I'll show you how to make the first simplification. You want this to be less than h, and you can see that it is less than:
[tex]|\frac{3n-2}{n^2}|[/tex]
so it will suffice to show that this is less than h when n is greater than some N. Since n is positive, you can pull it outside the absolute value to get:
[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]
You just need to make one more simplification and you should be able to get a formula for N interms of h.
 
LeonhardEuler said:
Yes, that's the idea. Write out the difference:
[tex]|a_n-1|=\frac{n^2 + 3n}{n^2 +2}-1=|\frac{n^2+3n-n^2-2}{n^2+2}|=|\frac{3n-2}{n^2+2}|<h[/tex]
(your using h instead of [itex]\epsilon[/itex]) Now try to simplify this using some inequalites. I'll show you how to make the first simplification. You want this to be less than h, and you can see that it is less than:
[tex]|\frac{3n-2}{n^2}|[/tex]
so it will suffice to show that this is less than h when n is greater than some N. Since n is positive, you can pull it outside the absolute value to get:
[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]
You just need to make one more simplification and you should be able to get a formula for N interms of h.

I mean I can do it the way by dividing both numerator and denominator by n^2

Here is my solution:

a_n = (n^2 +3n) / (n^2 +2) --> 1, as n-->infinity.
Divide both numerator and denominator by n^2,
a_n = [(n^2)/(n^2) +(3n)/(n^2) ] / [(n^2)/(n^2) +2/(n^2)] --->1, as n-->infinity.
a_n = [1 +3/n] / [1 +2/(n^2)] --> 1, as n-->infinity.
The 3/n and 2/(n^2) approach zero as n approaches infinity, so,
a_n = [1] / [1] ---> 1
a_n --> 1

But I have never ever done it using that h and N? And I am lost. Would someone mind doing it? To get to a_n -->1 as n --> infinity
 
Natasha1 said:
I mean I can do it the way by dividing both numerator and denominator by n^2

Here is my solution:

a_n = (n^2 +3n) / (n^2 +2) --> 1, as n-->infinity.
Divide both numerator and denominator by n^2,
a_n = [(n^2)/(n^2) +(3n)/(n^2) ] / [(n^2)/(n^2) +2/(n^2)] --->1, as n-->infinity.
a_n = [1 +3/n] / [1 +2/(n^2)] --> 1, as n-->infinity.
The 3/n and 2/(n^2) approach zero as n approaches infinity, so,
a_n = [1] / [1] ---> 1
a_n --> 1

But I have never ever done it using that h and N? And I am lost. Would someone mind doing it? To get to a_n -->1 as n --> infinity
You have proven that a_n-->1, but you didn't use the definition. Since you've never seen an example of how its done I'll show ou how to do a similar one. suppose a_n=[itex]\frac{n^2+n-1}{n^2}[/tex] and we want to show this converges to 1. Then we look at the difference |a_n-1|, which simplifies to <br /> [tex]|\frac{n-1}{n^2}|=\frac{1}{n}|1-\frac{1}{n}[/tex]<br /> We only need to make one simplification to find N. We need:<br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<h[/tex] <br /> For any value of n>0, this is always less than<br /> [tex]\frac{1}{n}|1|=\frac{1}{n}[/tex]<br /> Since <br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<\frac{1}{n}[/tex] <br /> Then if<br /> [tex]\frac{1}{n}<h[/tex]<br /> This must mean that<br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<h[/tex]<br /> So we just need to choose n so big that <br /> [tex]\frac{1}{n}<h[/tex]<br /> Choosing N=1/h will make the above inequality true whenever n>N. The above inequality implies that |a<sub>n</sub>-1|<h so that's all you need. You're problem is very similar from where I left off.[/itex]
 
LeonhardEuler said:
You have proven that a_n-->1, but you didn't use the definition. Since you've never seen an example of how its done I'll show ou how to do a similar one. suppose a_n=[itex]\frac{n^2+n-1}{n^2}[/tex] and we want to show this converges to 1. Then we look at the difference |a_n-1|, which simplifies to <br /> [tex]|\frac{n-1}{n^2}|=\frac{1}{n}|1-\frac{1}{n}[/tex]<br /> We only need to make one simplification to find N. We need:<br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<h[/tex] <br /> For any value of n>0, this is always less than<br /> [tex]\frac{1}{n}|1|=\frac{1}{n}[/tex]<br /> Since <br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<\frac{1}{n}[/tex] <br /> Then if<br /> [tex]\frac{1}{n}<h[/tex]<br /> This must mean that<br /> [tex]\frac{1}{n}|1-\frac{1}{n}|<h[/tex]<br /> So we just need to choose n so big that <br /> [tex]\frac{1}{n}<h[/tex]<br /> Choosing N=1/h will make the above inequality true whenever n>N. The above inequality implies that |a<sub>n</sub>-1|<h so that's all you need. You're problem is very similar from where I left off.[/itex]
[itex] <br /> Thanks LeonhardEuler, you are a gentleman![/itex]
 
Natasha1 said:
I can't do this one :-(

Prove from the definition that [tex]a_n=\frac{n^2 + 3n}{n^2 +2}[/tex]-> 1 as n -> [tex]\infty[/tex]

Right here is my attempt then:

Lets look at the difference |a_n-1|, which simplifies to

[tex]|a_n-1|=\frac{n^2 + 3n}{n^2 +2}-1=|\frac{n^2+3n-n^2-2}{n^2+2}|=|\frac{3n-2}{n^2+2}|[/tex]

This can be re-written as:

[tex]|\frac{3n-2}{n^2}|<h[/tex]

Since n is positive, to find N, we need:

[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]

For any value of n>0, this is always less than

[tex]\frac{1}{n}|3|=\frac{2}{n}[/tex]

Since

[tex]\frac{1}{n}|3-\frac{2}{n}|<\frac{1}{n}[/tex]

Then if

[tex]\frac{2}{n}<h[/tex]

This must mean that

[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]

So we just need to choose n so big that

[tex]\frac{2}{n}<h[/tex]

Choosing N=2/h will make the above inequality true whenever n>N. The above inequality implies that |an-1|<h.

And therefore

[tex]a_n=\frac{n^2 + 3n}{n^2 +2}[/tex]-> 1 as n -> [tex]\infty[/tex]
 
Natasha1 said:
Right here is my attempt then:

Lets look at the difference |a_n-1|, which simplifies to

[tex]|a_n-1|=\frac{n^2 + 3n}{n^2 +2}-1=|\frac{n^2+3n-n^2-2}{n^2+2}|=|\frac{3n-2}{n^2+2}|[/tex]

This can be re-written as:

[tex]|\frac{3n-2}{n^2}|<h[/tex]
This isn't actually re-writing the original equation, its another inequality:
We actualy want
[tex]|\frac{3n-2}{n^2+2}|<h[/tex]
Since we have that
[tex]|\frac{3n-2}{n^2+2}|<|\frac{3n-2}{n^2}|[/tex]
then if [itex]|\frac{3n-2}{n^2}|<h[/itex], [itex]|\frac{3n-2}{n^2+2}|[/itex] must also be less than h.
Since n is positive, to find N, we need:

[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]

For any value of n>0, this is always less than

[tex]\frac{1}{n}|3|=\frac{2}{n}[/tex]
You mean
[tex]\frac{1}{n}|3|=\frac{3}{n}[/tex]
Since

[tex]\frac{1}{n}|3-\frac{2}{n}|<\frac{1}{n}[/tex]

Then if

[tex]\frac{2}{n}<h[/tex]

This must mean that

[tex]\frac{1}{n}|3-\frac{2}{n}|<h[/tex]

So we just need to choose n so big that

[tex]\frac{2}{n}<h[/tex]

Choosing N=2/h will make the above inequality true whenever n>N. The above inequality implies that |an-1|<h.

And therefore

[tex]a_n=\frac{n^2 + 3n}{n^2 +2}[/tex]-> 1 as n -> [tex]\infty[/tex]
The rest is right as long as you fix the problem with the 3.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
6
Views
3K