Reindexing a power series with substitution y = x/3

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
estro
Messages
239
Reaction score
0
[tex]\mbox {Suppose I have: } \sum_{n=1}^\infty (\frac {x} {3})^{2n}[/tex]

[tex]\mbox{Can I define } y= \frac {x} {3}[/tex]

[tex] a_k(y) = \left\{<br /> \begin{array}{c l}<br /> (y)^k, & \mbox{if } k= 2n\\<br /> \\<br /> (0)^k, & \mbox{otherwise}<br /> \end{array}<br /> \right.[/tex]

[tex]\mbox {And then use all the cool properties of power series on } \sum_{k=1}^\infty a_k(y)[/tex]

[I edited my question]
 
Last edited:
Physics news on Phys.org
Of course, but the convergence properties you know are given in terms of [itex]y[/itex] then. You need to translate them back in terms of [itex]x[/itex]. Essentially, substitute [itex]y = (x/3)^{2}[/itex] everywhere.
 
Last edited:
estro said:
[tex]\mbox {Suppose I have: } \sum_{n=1}^\infty (\frac {x} {3})^{2n}[/tex]

[tex]\mbox{Can I define } y= \frac {x} {3}[/tex]

[tex] a_k(y) = \left\{<br /> \begin{array}{c l}<br /> (y)^k, & \mbox{if } k= 2n\\<br /> \\<br /> (0)^k, & \mbox{otherwise}<br /> \end{array}<br /> \right.[/tex]

[tex]\mbox {And then use all the cool properties of power series on } \sum_{k=1}^\infty a_k(y)[/tex]

[I edited my question]
The simpler thing to do is write this as
[tex]\sum_{n=1}^\infty \left(\frac{x^2}{9}\right)^n[/tex]
so it is a geometric series with "common ratio" of [itex]x^2/9[/itex].
 
estro said:
[tex]\mbox {Suppose I have: } \sum_{n=1}^\infty (\frac {x} {3})^{2n}[/tex]

[tex]\mbox{Can I define } y= \frac {x} {3}[/tex]

[tex] a_k(y) = \left\{<br /> \begin{array}{c l}<br /> (y)^k, & \mbox{if } k= 2n\\<br /> \\<br /> (0)^k, & \mbox{otherwise}<br /> \end{array}<br /> \right.[/tex]

[tex]\mbox {And then use all the cool properties of power series on } \sum_{k=1}^\infty a_k(y)[/tex]

[I edited my question]

Indeed you can, and that's how you can easily do problems without getting fooled like

[tex]\sum_{n=1}^{\infty} n^n z^{n^n}[/tex]