How to find the nth term of a sequence if the common difference between the terms are not the same? for example, 1,-2,3,-4...
did you just throw that out?
What do you mean ?
Because it does not seem to have any closed form that I know of
oh okay, it was in this question sheet my lecturer gave. how about this sequence, 11,8,13,6,15.. the common difference isnt the same, how do i find the nth term of this sequence ?
11 8 13 6 15 diff -3 5 -7 9 = ( 2n-1)(-1)^n (n=1,2,3,......) Maybe putting that into Summation might work
\[11+\sum _{n=1}^{N-1} (2n+1)(-1)^n\] seem to work
Sometimes you have to just try and spot the pattern. For example:\[2,4,8,16,32,\ldots\]could be re-written as:\[2^1,2^2,2^3,2^4,2^5,\ldots\]which leads us to believe a closed form might be:\[a_n=2^n\]
The first sequence you have:\[1,-2,3,-4\ldots\]could be:\[a_n=(-1)^{n+1}n\]
we cannot use the formula for the nth term, which is Tn= a + (n-1)d, to find the nth term of a sequence if the common difference between the terms are not the same ?
\[11+\sum _{n=1}^{N-1} (2n+1)(-1)^n\] solved out to be \[10-(-1)^N N\]
could you show me how you go that 10-(-1)^n (n) ?
Well it requires solving that Sum which I can't do by hand
Join our real-time social learning platform and learn together with your friends!