.
Find the arithmetic sequence which has the sum of its n terms equal to 2n^2+3n
~~~~~~~~~~~~~~~~~~~~~~~
To solve this problem, you need to know that
+----------------------------------------------------+
| the sum of any arithmetic progression is |
| a quadratic function of the index "n", |
+----------------------------------------------------+
and vice versa,
+----------------------------------------------------+
| any quadratic function of the integer index "n" |
| creates a unique arithmetic progression. |
+----------------------------------------------------+
Based on these facts, it is enough to find the first term of the progression
and the second term, and then calculate its common difference.
n= 1: = 2*1^2+ 3*1 = 5. = 5.
n= 2: = 2*2^2+ 3*2 = 14. = - = 14 - 5 = 9.
This arithmetic progression has the first term = 5 and the common difference d= - = 9 - 5 = 4.
The progression is 5, 9, 13, 17, . . .
Solved.
-------------------
On these properties of arithmetic progression, learn from the lessons
- Free fall and arithmetic progressions
- Uniformly accelerated motions and arithmetic progressions
- Increments of a quadratic function form an arithmetic progression
in this site.