2+5+8+...+(3n-1)=(3n^2+n)/2

asya

New member
Joined
Jul 27, 2020
Messages
1
how do i solve this?
2+5+8+...+(3n-1)=(3n^2+n) /2..................... edited .................. those parentheses ( ) are super-important
 

Attachments

  • image.jpg
    image.jpg
    1.2 MB · Views: 4
Last edited by a moderator:
how do i solve this?
2+5+8+...+(3n-1)=3n^2+n /2
Do you mean, how do you prove that 2+5+8+...+(3n-1)=(3n^2+n) /2 for all positive integers n?

That depends on what you have learned, and the goal of the proof. You might do it by induction, or by applying a formula you have learned (e.g. for arithmetic series), or various other ways. Which way would you like? Where are you stuck?

Please follow our guidelines, so we can know what sort of help you need (including what sort of method you are expected to use):
 
how do i solve this?
2+5+8+...+(3n-1)=(3n^2+n) /2
You were asked to "prove" an identity - not "solve it.

Do you know how to prove:

1 + 2 + 3 + ............................. + (n-2) + (n-1) + (n) = n * (n+1)/2

You have to use the same process.

Start with:

Sn = 2 + 5 + 8 + ..........+ (3n - 7) + (3n - 4) + (3n-1)
 
\(\begin{gathered}
\sum\limits_{k = 1}^n {(3k - 1)} = 3\sum\limits_{k = 1}^n k - \sum\limits_{k = 1}^n1 \\
= 3\frac{{n(n + 1)}}{2} - n \\
= \frac{{3{n^2} + 3n}}{2} - n \\
= \frac{{3{n^2} + n}}{2} \\
\end{gathered} \)
 
@asya, I hope at some point you will tell us something about the context, as there are so many ways to approach this, we have no idea which answer might be suitable. The two specific answers (a hint and a full proof) are both different from the two approaches I explicitly mentioned, being part of my "other".
 
Top