The nth element of a set R is equal to n/n+1 where n = 0,1,2,3,4,..... The first few elements of R are (0,1/2,2/3,3/4...) What can be said about the elements of the set R ?.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
1 − n + 1 n = n + 1 1 > n + 2 1 = 1 − n + 2 n + 1
Therefore n + 1 n < n + 2 n + 1 and the sequence is increasing .
The successive elements of set R can be written as n/n+1 and n+1/n+2 . Let us calculate(( n+1)/(n+2) - n/(n+1)) , the difference works out to be 1/(n+1)(n+2) which is always greater than 0. So the order of elements of R from n = 0 to n = inf is always increasing,
Problem Loading...
Note Loading...
Set Loading...
T n = n + 1 n
T n + 1 = n + 2 n + 1
T n + 1 − T n = n + 2 n + 1 − n + 1 n
= ( n + 1 ) ( n + 2 ) ( n + 1 ) 2 − n ( n + 2 )
= n 2 + 3 n + 2 n 2 + 2 n + 1 − n 2 − 2 n
n 2 + 3 n + 2 1 > 0
So, T n + 1 > T n
And sequence is always i n c r e a s i n g