B Can You Solve This Exercise on Arithmetic-Geometric Series?

  • B
  • Thread starter Thread starter Purpleshinyrock
  • Start date Start date
  • Tags Tags
    Series
Purpleshinyrock
Messages
27
Reaction score
6
TL;DR Summary
sequences,
Hello, I am currently self studying sequence and series and I got to a topic called arithmetic-geometric sequence, and after the theory It gives this exercise:

1) Find the sum:
S=1+11+111+1111+...+111...111, if the last (number) is a digit of n.

I was given a tip That says that
1 = (10 - 1)/9

11 = (100 - 1)/9 = (102 -1)/9

111 = (1000 - 1)/9 = (103 -1)/9

...

1111...111 = (100..000 - 1)/9 = (10n -1)/9

But I don't get how They got to this law of formation, did they apply a formula, what did they do?
Could You please help me?
Your time is appreciated.
Thank You.
 
Mathematics news on Phys.org
Your sum is ##1+11+111+\ldots+11\ldots 111 =\displaystyle{\sum_{k=1}^n \left(\dfrac{10^n}{9}-\dfrac{1}{9}\right)}##.

What do you know about ##\sum_k (a_k+b_k)\, , \, \sum_k (c\cdot a_k)\, , \,\sum_k c## and geometric series?
 
fresh_42 said:
Your sum is ##1+11+111+\ldots+11\ldots 111 =\displaystyle{\sum_{k=1}^n \left(\dfrac{10^n}{9}-\dfrac{1}{9}\right)}##.

What do you know about ##\sum_k (a_k+b_k)\, , \, \sum_k (c\cdot a_k)\, , \,\sum_k c## and geometric series?
I do not recognize the summation, And About the geometric series I know of their general term,common ratio, sum of elements
 
Purpleshinyrock said:
I do not recognize the summation, And About the geometric series I know of their general term,common ratio, sum of elements
##\sum_{k=1}^n (a_k+b_k)= (a_1+b_1)+(a_2+b_2)+\ldots +(a_n+b_n)## explains the notation with ##\Sigma##.
It is a short way to write sums without dots in between.

Given that, can you get a formula for:
\begin{align*}
\sum_{k=1}^n (a_k+b_k)& = \ldots \\
\sum_{k=1}^n (c\cdot a_k)& = \ldots \\
\sum_{k=1}^n c & = \ldots
\end{align*}
If you understand how sums of sums, sums of constant multiples, and sums of constants behave, then you can apply this to your formula. Finally you will need the summation formula for a geometric series:
$$
\sum_{k=1}^n q^n = \ldots
$$
These are the formulas you need to solve the question given the hint.
 
  • Like
Likes Purpleshinyrock
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top