maths.freePrecalculus › Sequences and series

Sequences and series

Arithmetic and geometric sequences, partial sums, and the geometric series formula.

An arithmetic sequence adds the same amount each step; a geometric one multiplies by the same ratio. Their sums have closed forms — n(a₁ + aₙ)/2 and a(rⁿ − 1)/(r − 1) — and when |r| < 1 the geometric series keeps converging as n grows, which is the first infinite sum most people meet.

مثال کار شده: sum of 2^k for k = 0 to 10

Sum 2^k for k = 0 to 10

\sum_{k=0}^{10} 2^{k}

قدم به قدم

  1. \sum_{k=0}^{10} 2^{k}

    Write the sum out.

  2. = 2047

    Closed form.

جواب رو نشون بده
2047

خودت امتحان کن

بیشتر در Precalculus