02 Product Notation

02 Product Notation#

The notation i=1Npi denotes the product with N factors

i=1Npi=p1p2pN.

Question 01#

i=1M1θ=

Explanation Let’s break it down step by step:

  • The symbol denotes the product of a series of terms.

  • The subscript i=1 indicates that the product starts from i=1.

  • The superscript M indicates that the product goes up to M.

  • The term inside the product, 1θ, represents the value of each term in the product.

In closed form, this can be written as (1θ)M.

This is because when you multiply a number by itself multiple times, it is equivalent to raising that number to the power of the number of times you multiply it.

So, i=1M1θ is equivalent to (1θ)M

To understand this notation better, let’s consider an example. Suppose we have the following values:

  • M=4

  • θ=2

The expression i=1M1θ can be expanded as:

(1θ)×(1θ)×(1θ)×(1θ)

Substituting the values of θ and M:

(12)×(12)×(12)×(12)

Simplifying the expression:

12×12×12×12=116

So, in this example, the value of i=1M1θ is 116 or (12)4

Question 2#

k=1Kkk+1=

Explanation This product notation represents the product of a sequence where each term is the ratio of k to k+1.

If we expand this for a few terms, we get:

11+1×22+1×33+1××KK+1

This simplifies to:

12×23×34××KK+1

You can see that each term in the numerator cancels out with the previous term in the denominator, leaving us with:

1K+1

So, the closed form of k=1Kkk+1 is 1K+1.

Question 3#

ln(k=1Kek)=

Explanation The expression ln(k=1Kek) involves both the natural logarithm function (denoted by ln) and the product notation (denoted by ). Here’s what it means:

  • The symbol ln denotes the natural logarithm, which is the logarithm to the base e.

  • The symbol denotes the product of a series of terms.

  • The subscript k=1 indicates that the product starts from k=1.

  • The superscript K indicates that the product goes up to K.

  • The term inside the product, ek, represents the value of each term in the product.

This product notation represents the product of a sequence where each term is e raised to the power of k.

If we expand this for a few terms, we get:

e1×e2×e3××eK

This simplifies to:

e1+2+3+...+K

Because of the properties of logarithms, specifically the property that ln(ab)=ln(a)+ln(b), the logarithm of a product is the sum of the logarithms. So, we can rewrite the original expression as:

ln(e1)+ln(e2)+ln(e3)++ln(eK)

And since ln(ek)=k, this simplifies to:

1+2+3++K

This is the sum of the first K positive integers, which has a closed form given by the formula K(K+1)2. e.g. if K=5, then 1+2+3+4+5 = 15 and 5(5+1)2=15

So, the closed form of ln(k=1Kek) is K(K+1)2.