Prove that this sequence is bounded

  • Thread starter Thread starter roam
  • Start date Start date
  • Tags Tags
    Bounded Sequence
Click For Summary

Homework Help Overview

The discussion revolves around proving properties of a sequence defined by the formula an = (2n + 3)/(3n + 6) for natural numbers n. Participants are tasked with demonstrating that the sequence is bounded above by 2/3 and that it is monotonically increasing.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants suggest using induction to prove the boundedness of the sequence, while others question the validity of this approach, proposing alternative methods such as manipulating the expression or examining limits.
  • There is discussion about showing that the sequence is monotonically increasing by demonstrating that an+1 > an for all n, with some participants expressing uncertainty about how to proceed with this proof.
  • Several participants explore the implications of the limit of the sequence as n approaches infinity and how it relates to the boundedness and monotonicity of the sequence.

Discussion Status

The conversation is ongoing, with participants providing guidance and suggestions for alternative approaches. There is no explicit consensus on the best method to prove the properties of the sequence, and multiple lines of reasoning are being explored.

Contextual Notes

Participants note that the homework rules may require addressing part (a) before part (b), which adds complexity to the discussion. There is also mention of the need to show that the sequence is bounded above before establishing its monotonicity.

roam
Messages
1,265
Reaction score
12

Homework Statement



A sequence (an: [tex]n \in N[/tex]) is defined by an= (2n+3)/(3n+6) for all [tex]n \in N[/tex].

(a) Prove that this sequence is bounded above by 2/3;

(b) Prove that the sequence (an: [tex]n \in N[/tex]) is monotonely increasing by showing that 0<an+1-an for all [tex]n \in N[/tex].

The Attempt at a Solution



I need to write a perfect proof for this question, I made an attempt but I'm not sure if I'm using the right method and whether my proof is valid or makes any sense...

My attempt for part (a):

I want to use the method of induction. For this I need to show that (A) [tex]1 \in S[/tex], then (B) if a number [tex]n \in S[/tex] then so is the number after n.

If k is some natural number in the sequence, for k=1:

[tex]a_{n}=\frac{2.1+3}{3.1+6} = \frac{5}{9} \leq \frac{2}{3}[/tex]

Now, we have shown that [tex]a_{k} \leq \frac{2}{3}[/tex] and also premise A

ak+1 = (2.2+3)/(3.2+6)= 7/12 ≤ 2/3

Therefore an ≤ 2/3 for all [tex]n \in N[/tex].

I appreciate some guidance. Thank you.
 
Physics news on Phys.org


Have you tried manipulating the expression (2n+3)/(3n+6)? Separating the expression into two fractions might help.
 


hi roam

i don't think you have shown that by induction, you have shown it is true for n=1 and n = 2

induction requires showing its true for n=1 and then assume its true for n, use that condition to show it is true for n+1, thus inducting it is true for all n

looking at ways other than induction, it could be enough to show b) first and then look at the limit as n goes to infinty...

otherwise for arbitrary n, you could assume a(n)>2/3 and check the condition required on n for this to be true, looking for a contradiction
 


lanedance said:
hi roam

i don't think you have shown that by induction, you have shown it is true for n=1 and n = 2

induction requires showing its true for n=1 and then assume its true for n, use that condition to show it is true for n+1, thus inducting it is true for all n

looking at ways other than induction, it could be enough to show b) first and then look at the limit as n goes to infinty...

otherwise for arbitrary n, you could assume a(n)>2/3 and check the condition required on n for this to be true, looking for a contradiction

Hi!

That's true but if I want to use induction, I'm not sure how to do the last step:

Our proposition P(n) is: an ≤ 2/3 for all [tex]n \in N[/tex]

for n = 1

[tex]a_{n}=\frac{2.1+3}{3.1+6} = \frac{5}{9} \leq \frac{2}{3}[/tex]

So, P(n) is true for n=1

Suppose that P(k) is true, we shall try to show that P(k+1) is true:

[tex]a_{k+1}=\frac{2(k+1)+3}{3(k+1)+6}[/tex]

I need some help here because I'm not sure what to do after this...
 


i think the point is you don't really need induction here, following on from cordyceps, you can just re-arrange the fraction

[tex]a_n = \frac{2.n+3}{3.n+6} = \frac{2.n}{3.n+6} + \frac{3}{3.n+6}[/tex]
[tex]= \frac{2}{3} (\frac{n}{n+2}) + \frac{1}{n+2}[/tex]
[tex]= \frac{2}{3} (\frac{n}{n+2} + \frac{3/2}{n+2})[/tex]
[tex]= \frac{2}{3} (\frac{n + 3/2}{n+2})[/tex]

which is <2/3 for all n>0
 


So, separating out the expression as you did will be sufficient as a proof for part (a)? (To me it makes sense)


Btw, does my first post answer part (b)?

In that post I showed it's true for n=1 and n = 2 but not for all [tex]n \in N[/tex] and that's the problem. Do I need the induction here to show that 0<an+1-an (and hence the series is monotonely increasing)?
 


i don't think you will need to induct... i would first try writing the expression out and see if it is obvious to show it is true for all n
 


Induction is indeed a very complicated way, because it is not easy to get the right estimate.
Personally I like the approach where you first solve b - which involves some algebra but is otherwise rather straightforward - and then show a using b and the limit of the terms as n goes to infinity.
 


I'm a little confused right now, I mean we already know that [tex]\frac{2}{3} (\frac{n + 3/2}{n+2}) < \frac{2}{3}[/tex] & that sort of answers part (a), doesn't it? For part (b) I have to show that an+1>an, I've already tested the series for n=1 and n=2 but not for all n.

The limit (let's call it L) of the terms as n->∞ is 2/3 but I don't know how that helps in this case. :rolleyes:
 
  • #10


Compuchip is suggesting a method for the whole problem that was mentioned earlier, if you show b) the function is monotonically increasing and has limit 2/3, then it can never exceed 2/3, thus proving a)

However as we have shown a) and want to show b) just write
[tex]a_{n+1} - a_n[/tex]
this should simplify to an expression that is always positive, without too much work
 
  • #11


before we find the limit we need to show that it is monotonely increasing, I didn't couldn't show that. I only showed that n=2 > n=1 but didn't show that an+1>an for all n!
 
  • #12


re-read my last post

just write
[tex]a_{n+1} - a_n[/tex]

it should simply be a matterof re-arranging to show it is positive for all n>0, thus showing the sequence is monotonically increasing

try it...
 
Last edited:
  • #13


lanedance said:
Compuchip is suggesting a method for the whole problem that was mentioned earlier, if you show b) the function is monotonically increasing and has limit 2/3, then it can never exceed 2/3, thus proving a)

However as we have shown a) and want to show b) just write
[tex]a_{n+1} - a_n[/tex]
this should simplify to an expression that is always positive, without too much work

Yes, I know how to prove part (b) by showing that an+1 - an is some positive expression.

The problem is here: we must show part a) first and then show part b) (i.e. show that it is bounded above by 2/3 before you show that it is strictly increasing).

That strategy doesn't work, I'm supposed to answer the questions in order, we can't do b) first and then use the results obtained in b) to prove a).
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
1K
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K