series comparison test?

sambellamy

Junior Member
Joined
Oct 21, 2014
Messages
53
The book problem gives: 0.d1 d2 d3 d4 = d1/10 + d2/10^2 + d3/10^3, etc. They ask to show that the series always converges.
I understand that this is probably a geometric series. i have a=d and r=1/10d, or 10-d. I do not know where to go from here, or what to compare it to. I am pretty sure I am supposed to use a comparison test. should I rewrite it as (d)(1/10)(1/10)d-1? Thanks in advance for help!
 
Just to be complete, you will need another piece of information and that is that the dj are ('almost') bounded. That is, in the simplest sense, there is some positive D belonging to the reals such that
|dj| < D for all j
That being the case,
dj10j<D10j\displaystyle \frac{d_j}{10^j} < \frac{D}{10^j}
and your conjecture about using the comparison test is justified.

The 'almost' means that the dj don't have to be strictly bounded, they just have to be bounded in such a way that dj10j\displaystyle \frac{d_j}{10^j} goes to zero fast enough. That is, something like:
There exists positive real numbers x and D such that 0 < x < 10 and
dj<D xj\displaystyle |d_j| < D\space x^j for all j.

Edit to add: And even that last is too restrictive.
 
Last edited:
Top