Произведение первых n-членов
[src]
$$P_{n} = \left(b_{1} b_{n}\right)^{\frac{n}{2}}$$
$$P_{3} = \left(5 \cdot 45\right)^{\frac{3}{2}}$$
$$P_{3} = 3375$$
Сумма бесконечной прогрессии
[src]
/ n\
|5 5*(-3) |
S = lim |- - -------|
n->oo\4 4 /
$$S = \lim_{n \to \infty}\left(- \frac{5 \left(-3\right)^{n}}{4} + \frac{5}{4}\right)$$
$$S = \infty$$
/ / n\
|b_1*\1 - q /
|------------ for q != 1
S = < 1 - q
|
| n*b_1 otherwise
\
$$S = \begin{cases} \frac{b_{1} \cdot \left(- q^{n} + 1\right)}{- q + 1} & \text{for}\: q \neq 1 \\b_{1} n & \text{otherwise} \end{cases}$$
/ 3\
5*\1 - (-3) /
S3 = -------------
1 + 3
$$S_{3} = \frac{5 \cdot \left(1 - \left(-3\right)^{3}\right)}{1 + 3}$$
$$S_{3} = 35$$