Determine the monotony of the following sequences.
a) Un = 2n+3 / 5n-1 n € N
b) Un = √(n+3) - √(n+1) n € N*
c) Un = Σ from r=1 to n (1/ n+r) , n € N
1
Expert's answer
2021-09-29T00:44:29-0400
We have that a function is monotone increasing if its derivative is positive and and monotone decreasing if its derivative is negative. Therefore we find the derivativeof each of the given functionsFor the first function Un=5n−12n+3, its derivative is2−5n23which is positive for all n∈N, hence the function is monotone increasingFor the second function Un=n+3−n+1, its derivative is2n+31−2n+11which is negative for all n∈N, hence the function is monotone decreasingFor the third function Un=∑r=1nn+r1, to check for the monotonicity, we computeUn−Un−1=n+11−2n+11−2n+21=2n+21−2n+11=(2n+2)(2n+1)−1<0Since Un−Un−1<0⟹Un<Un−1, the fuction is monotone decreasing
Comments