Jeffrey K. answered 08/23/20
Together, we build an iron base in mathematics and physics
Hi Khloe:
This requires converting from sigma (summation) notation to a series and then summing the series. Here's how to do it.
Since it's nit clear what the n =2 line means, I'm assuming the summation is from n =1 to some number, N.
SN = ∑{n = 1 to N} 3 x 4n-1
= 3 x 40 + 3 x 41 + 3 x 42 + . . . 3 x 4N-1
= 3( 1 + 41 + 42 + . . . + 4N-1) . . . . . . . . . taking out 3 as a common factor
Inside the parentheses is a geometric series, with first term 1, common ration 4, and number of terms = N. The sum to N terms of a geometric series with first term, a, and common ratio, r, is SN = a(rN - 1) / (r - 1)
∴ SN = 3 x (4N - 1) / (4 - 1)
= 3 x (4N - 1) / 3
= 4N - 1
Since 4N gets larger as N gets larger, so does 4N - 1.
Therefore, SN goes to infinity as N -> infinity, that is, SN diverges.