roam
- 1,265
- 12
Homework Statement
A sequence (an: n \in N) is defined by an= (2n+3)/(3n+6) for all n \in N.
(a) Prove that this sequence is bounded above by 2/3;
(b) Prove that the sequence (an: n \in N) is monotonely increasing by showing that 0<an+1-an for all n \in N.
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) 1 \in S, then (B) if a number n \in S then so is the number after n.
If k is some natural number in the sequence, for k=1:
a_{n}=\frac{2.1+3}{3.1+6} = \frac{5}{9} \leq \frac{2}{3}
Now, we have shown that a_{k} \leq \frac{2}{3} and also premise A
ak+1 = (2.2+3)/(3.2+6)= 7/12 ≤ 2/3
Therefore an ≤ 2/3 for all n \in N.
I appreciate some guidance. Thank you.