PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 1 of 'Lambert series'
[ view 'Lambert series' | back to history ]

Title of object: Lambert series
Canonical Name: LambertSeries
Type: Example

Created on: 2009-01-26 08:53:19
Modified on: 2009-01-26 08:53:19

Creator: pahio
Modifier: pahio
Author: pahio

Classification: msc:40A05, msc:30B10

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
Content:

The series
\begin{align}
\sum_{n=1}^\infty\frac{a_nz^n}{1\!-\!z^n}\;=\; \frac{a_1z}{1\!-\!z}+\frac{a_2z^2}{1\!-\!z^2}+\ldots
\end{align}
is called {\em Lambert series}.\, We here consider more closely only the special case
\begin{align}
\sum_{n=1}^\infty\frac{x^n}{1\!-\!x^n}\;=\; \frac{x}{1\!-\!x}+\frac{x^2}{1\!-\!x^2}+\ldots
\end{align}
for the real \PMlinkescapetext{variable} $x$.\\



\textbf{I.\; Convergence}\\

1) $x = \pm1$:\; The series is not defined.\\

2) $|x| > 1$:\; We have
$$\frac{x^n}{1\!-\!x^n} \;=\; \frac{1}{\frac{1}{x^n}\!-\!1} \;\to\; -1 \neq 0
\quad \mbox{as}\;\; n \to \infty,$$
whence the series (2) diverges.\\

3) $0 \leqq x < 1$:\; The series with nonnegative \PMlinkescapetext{terms} converges, since
$$\sqrt[n]{\frac{x^n}{1\!-\!x^n}} \;=\; \frac{x}{\sqrt[n]{1\!-\!x^n}} \;\to\; x < 1
\quad \mbox{as}\;\; n \to \infty.$$

4) $-1 < x < 0$:\; We get an alternating series with
$$\left|\frac{x^n}{1\!-\!x^n}\right| \;=\; \frac{|x|^n}{|1\!-\!x^n|} \;\leqq\; \frac{|x|^n}{1\!-\!|x|^n}
\;\leqq\; \frac{|x|^n}{1\!-\!|x|} \;\to\; 0 \quad \mbox{as}\;\; n \to \infty,$$
and by Leibniz theorem, the series converges.\\

Thus we have the result that the Lambert series (2) converges, even absolutely, when\, $|x| < 1$.\\


\PMlinkescapetext{\textbf{II.\; Power series expansion}}