MHB How Do You Solve Complex Series Without a Calculator?

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The discussion revolves around evaluating a complex series without a calculator, specifically the series involving fractions with increasing numerators and denominators. A typo in the original problem was identified and corrected by a community member, ensuring clarity for participants. Several members successfully solved the problem, with castor28 providing a notable solution. The thread emphasizes the importance of accuracy in mathematical problems and community collaboration. Overall, the discussion highlights problem-solving techniques and the value of peer support in mathematics.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Without using a calculator, evaluate $$\frac{1}{1\times2}+\frac{2}{2\times3}+\frac{2}{3\times4}+\frac{3}{4\times5}+\cdots+\frac{3}{7\times8}+\frac{4}{8\times9}+\cdots+\frac{4}{15\times16}+\cdots+\frac{10}{1023\times1024}.$$

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
anemone was alerted by an observant member of the community (lfdahl), that there could be a typo in the above problem as originally given. After determining that there was, she asked me to make the correction, as she is at work and wanted this corrected ASAP. I am posting to bring this to the attention of all participants. (Smile)
 
Congratulations to the following members for their correct solution::)

1. castor28
2. kaliprasad
3. lfdahl

Solution from castor28:
The sum (let us call it $S$) consists of blocks of the form:
$$k\left(\frac{1}{2^{k-1}\times(2^{k-1}+1)}+\cdots+\frac{1}{(2^k-1)\times2^k}\right)$$
Because of the identity:
$$\frac{1}{(n-1)n} + \frac{1}{n(n+1)} = \frac{1}{n-1}-\frac{1}{n+1}$$
we have a telescoping sum, and each block is equal to:
$$k\left(\frac{1}{2^{k-1}}-\frac{1}{2^k}\right) = k\,2^{-k}$$
We have therefore
$$S = \sum_{k=1}^{10}k\,2^{-k}$$
If we define
$$f(x) = \sum_{k=1}^{10}x^k2^{-k}$$
we will have:
$$\begin{align*}
f'(x) &= \sum_{k=1}^{10}kx^{k-1}2^{-k}\\
f'(1) &= S
\end{align*}$$
Now, $f(x)$ is a geometric progression with ratio $x/2$. This gives:
$$\begin{align*}
f(x) &= \frac{(x/2)^{11}-(x/2)}{(x/2)-1}\\
&= \frac{x^{11}-1024x}{1024(x-2)}\\
f'(x)&= \frac{1}{1024}\left(\frac{11x^{10}-1024}{x-2} - \frac{x^{11}-1024x}{(x-2)^2}\right)\\
f'(1)&= \frac{1013 + 1023}{1024}\\
S &= \frac{2036}{1024} = {\bf\frac{509}{256}}
\end{align*}$$
 
Back
Top