Evaluation of the Sum

To evaluate the sum given by the series k=1n(5k+8)\sum_{k=1}^{n} (5k + 8), we first identify its components. The sum starts from k=1k=1 and encompasses terms of the form 5k+85k + 8. Here, we demonstrate the step-by-step evaluation process.

Step 1: Substituting Values

We calculate the initial terms of the sum for a few values of kk:

  • For k=1k=1:
    5(1)+8=5+8=135(1) + 8 = 5 + 8 = 13
  • For k=2k=2:
    5(2)+8=10+8=185(2) + 8 = 10 + 8 = 18
  • For k=3k=3:
    5(3)+8=15+8=235(3) + 8 = 15 + 8 = 23

Therefore, the first three terms of the sum are 13,18,13, 18, and 2323.

Step 2: Summing the Terms

We consider summing these terms, and we can write the sum as:

  • S=(5(1)+8)+(5(2)+8)+(5(3)+8)++(5(n)+8)S = (5(1) + 8) + (5(2) + 8) + (5(3) + 8) + \dots + (5(n) + 8)
Step 3: Factoring out Common Terms

Factoring out the common terms from the sum, we can rewrite the sum as follows:
S=k=1n(5k+8)=k=1n5k+k=1n8S = \sum_{k=1}^{n} (5k + 8) = \sum_{k=1}^{n} 5k + \sum_{k=1}^{n} 8

Now, we can separately calculate each part.

  • The first part k=1n5k\sum_{k=1}^{n} 5k is 5 times the sum of the first n natural numbers:
    k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n + 1)}{2}
      Hence,
    k=1n5k=5n(n+1)2=5n(n+1)2\sum_{k=1}^{n} 5k = 5 \cdot \frac{n(n + 1)}{2} = \frac{5n(n + 1)}{2}
  • The second sum k=1n8\sum_{k=1}^{n} 8 is simply 8 times the number of terms, which equals:
    8n8n
Step 4: Final Expression

Combining these two results gives us:
S=5n(n+1)2+8nS = \frac{5n(n + 1)}{2} + 8n

Step 5: Simplifying the Expression

To simplify our expression, we can express it as a single fraction:
"S=5n(n+1)2+16n2=5n(n+1)+16n2S = \frac{5n(n + 1)}{2} + \frac{16n}{2} = \frac{5n(n + 1) + 16n}{2}
  Simplifying this further, we have:
=5n2+5n+16n2= \frac{5n^2 + 5n + 16n}{2}
=5n2+21n2= \frac{5n^2 + 21n}{2}

Conclusion

The evaluation of the sum k=1n(5k+8)\sum_{k=1}^{n} (5k + 8) results in the final expression:
S=5n2+21n2S = \frac{5n^2 + 21n}{2}
This formula allows for the computation of the sum for any specified upper limit nn.