Re: what math rule is this?



On 07-03-2006 9:15, Foster Bell wrote:

Our discrete math textbook mentions in passing that 2^(ab-1) = (2^a -
1) * (2^(a*(b-1)) + 2^(a * (b-2)) + ... + 2^a + 1).

I don't remember seeing this before. What's it called?

If you put 2^(a*b) - 1 instead of 2^(a*b - 1) (which leads to a false
equality), it's called "sum of a geometric progression":

2^(a*(b - 1)) + 2^(a*(b - 2)) + ... + 2^a + 1 =

= (2^a)^(b - 1) + (2^a)^(b - 2) + ... + (2^a)^1 + (2^a)^0

= ((2^a)^b -1)/(2^a - 1)

= (2^(a*b) -1)/(2^a - 1).

Best regards,

Jose Carlos Santos
.



Relevant Pages

  • Re: Geometric series problem (1)
    ... Now use the formula for the sum of the n consecutive elements of a ... Best regards, ... Jose Carlos Santos ...
    (sci.math)
  • Re: A Formula for Pi
    ... Curious and Interesting Numbers" by Wells the ... Best regards, ... Jose Carlos Santos ... How many terms do I have to sum to get 100 decimal ...
    (sci.math)
  • Re: does this serie converge ?
    ... Plese note that the sum of sindiverges. ... Best regards, ... Jose Carlos Santos ...
    (sci.math)
  • Re: Sum of two normal matrices
    ... Show that a n*n matrix A can be written as the sum of two normal ... means the hermitian conjugate) ... Best regards, ... Jose Carlos Santos ...
    (sci.math)
  • Re: Geometric series question
    ... it is an equality between a series and its sum. ... Best regards, ... Jose Carlos Santos ...
    (sci.math)