How Do You Calculate the Sum of Specific Mathematical Progressions?

  • Thread starter Thread starter courtrigrad
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on calculating the sums of specific mathematical progressions using established formulas. The first progression, defined as 5 + 12 + 21 + ... + 1048675, has its kth term expressed as 2^k + 3 + 5(k-1). The sum of the first 20 terms is calculated using the geometric series formula, yielding a total of 5242875. The second progression, 3 + 10 + 25 + ... + 39394, has its kth term as 2 × 3^{k-1} + 1 + 3(k-1), with the sum of the first 10 terms calculated to be -88572.

PREREQUISITES
  • Understanding of geometric series and their formulas
  • Familiarity with mathematical progressions and sequences
  • Basic algebraic manipulation skills
  • Knowledge of exponential functions
NEXT STEPS
  • Study the properties of geometric series in detail
  • Learn how to derive the sum of arithmetic and geometric progressions
  • Explore advanced techniques for summing series with mixed terms
  • Practice solving problems involving exponential growth and decay
USEFUL FOR

Mathematicians, educators, students studying algebra, and anyone interested in mastering the calculation of mathematical progressions and series.

courtrigrad
Messages
1,236
Reaction score
2
(1) Let's say you have the progression [itex]5 + 12 + 21 + ... + 1048675[/itex] and you want to find the sum of 20 terms. I know that the kth term is given by [itex]2^{k} +3 + 5(k-1)[/itex]. So would I treat the [itex]2^{k}[/itex] terms separately from the [itex]3 + 5(k-1)[/itex] terms? Would it be [itex]2 + 4 + 8 + 16 +... + 2^{n}[/itex] and [itex]3 + 8 + 13 + ... + (3+5(k-1))[/itex]. Would the total sum be [itex]\frac{2 - 2(2)^{n}}{-1} + \frac{n}{2}(3+ (3+5(k-1))[/itex]?

[tex]2097248 + 1010[/tex]

(2) [tex]3 + 10 + 25 + ... + 39394[/tex] and you want to find sum of first 10 terms. I know that the kth term is [itex]2 \times 3^{k-1} + 1 + 3(k-1)[/itex] Would i do the same thing and treat the [itex]3^{k-1}[/itex] and [itex]1 + 3(k-1)[/itex] separately?

Thanks
 
Last edited:
Physics news on Phys.org
I have only looked at (1) but here is what I have done:

a1 = 5
a2 = 12
a3 = 21

You have said that: ak = 2k + 5k - 2

So: ak + 1 = 2(k+1) + 5(k+1) - 2

This means that: ak+1 + ak = 2(k+1) + 5(k+1) - 2 + 2k + 5k - 2 = 2k + 1 + 2k + 10k + 1

and: This means that: ak+2 + ak+1 + ak = 2(k+2) + 5(k+2) - 2 + 2(k+1) + 5(k+1) - 2 + 2k + 5k - 2
= 2(k+2) + 2(k+1) + 2k + 15k + 9

I have found that the sum of the terms 2(k+n) for n = 0, 1, 2 etc. is 2(k+1) - 2.

The term for the sum of the 5k, 10k, 15k terms is equal to 5k2

However I was unable to work out the last term. All you need to do, from what I have done, is work out the way to express the difference between -2, 1 and 9 in terms of k when k is 1, 2 and 3 respectively. Then you can put all three terms together and you can find the sum up to any kth term.

The Bob (2004 ©)
 
for reaching out for help with math progressions! To find the sum of the first 20 terms in the first progression, you can use the formula for the sum of a finite geometric series: S_n = a(1-r^n)/(1-r), where a is the first term and r is the common ratio. In this case, a=5 and r=2. So the sum would be S_20 = 5(1-2^20)/(1-2) = 5(1-1048576)/(-1) = 5(1048575) = 5242875.

For the second progression, you can use the same formula to find the sum of the first 10 terms. Here, a=3 and r=3. So the sum would be S_10 = 3(1-3^10)/(1-3) = 3(1-59049)/(-2) = 3(59048)/(-2) = -88572.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
Replies
12
Views
2K
Replies
5
Views
1K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
5
Views
1K