Can the Summation Expression Be Simplified Without Expanding Series?

  • Context: MHB 
  • Thread starter Thread starter Dethrone
  • Start date Start date
  • Tags Tags
    Expression Summation
Click For Summary
SUMMARY

The discussion centers on simplifying the expression for the integral of a summation involving power series without expanding the series. The original expression is given as $$\int \left[ \sum_{n=0}^{\infty}(-1)^n x^n + \sum_{n=0}^{\infty}x^n\right] \,dx$$, which is simplified in a book to $$\int \sum_{n=0}^{\infty}2x^{2n} \,dx$$. Participants conclude that recognizing the even-indexed terms in the series allows for simplification, leading to the expression $$\int \sum_{n=0}^{\infty} x^n\left[\left(-1)^n+1\right)\right] \,dx$$, which ultimately results in the same simplified form.

PREREQUISITES
  • Understanding of power series and convergence criteria.
  • Familiarity with integral calculus, particularly integration of series.
  • Knowledge of logarithmic functions and their properties.
  • Experience with geometric series and their closed forms.
NEXT STEPS
  • Study the properties of power series convergence, specifically for $$\ln(1+x)$$ and $$\ln(1-x)$$.
  • Learn about the manipulation of series and integrals in calculus.
  • Explore the derivation of geometric series and their applications in calculus.
  • Investigate advanced techniques in series simplification without expansion.
USEFUL FOR

Mathematicians, calculus students, and anyone interested in series manipulation and integral calculus will benefit from this discussion. It is particularly relevant for those studying power series and logarithmic functions.

Dethrone
Messages
716
Reaction score
0
I encountered this expression while trying o express $f(x)=\ln\left({\frac{1+x}{1-x}}\right)$ in terms of a power series:

$$\int \left[ \sum_{n=0}^{\infty}(-1)^n x^n + \sum_{n=0}^{\infty}x^n\right] \,dx$$
The book simplifies this expression as $\int \sum_{n=0}^{\infty}2x^{2n} \,dx$ by expanding the above two series and simplifying. But, is there a way to simplify the expression algebraically without expanding any series?Here's my attempt:
$$\int \sum_{n=0}^{\infty} \left[(-1)^nx^n+x^n\right] \,dx$$
$$\int \sum_{n=0}^{\infty} x^n\left[\left(-1)^n+1\right)\right] \,dx$$

I can't seem to get here:
$$\int \sum_{n=0}^{\infty}2x^{2n} \,dx$$

Edit: I see that $\int \sum_{n=0}^{\infty} x^n\left[\left(-1)^n+1\right)\right] \,dx$ in my attempt above contains only even values of $n$, since the odd values are 0. Could the key step be realizing that and multiplying $n$ by two?
 
Last edited:
Physics news on Phys.org
All of the terms where $n$ is odd are zero, so you only need consider when $n$ is even. So, that's why $2n$ is used. :D
 
Rido12 said:
I encountered this expression while trying o express $f(x)=\ln\left({\frac{1+x}{1-x}}\right)$ in terms of a power series:

$$\int \left[ \sum_{n=0}^{\infty}(-1)^n x^n + \sum_{n=0}^{\infty}x^n\right] \,dx$$
The book simplifies this expression as $\int \sum_{n=0}^{\infty}2x^{2n} \,dx$ by expanding the above two series and simplifying. But, is there a way to simplify the expression algebraically without expanding any series?Here's my attempt:
$$\int \sum_{n=0}^{\infty} \left[(-1)^nx^n+x^n\right] \,dx$$
$$\int \sum_{n=0}^{\infty} x^n\left[\left(-1)^n+1\right)\right] \,dx$$

I can't seem to get here:
$$\int \sum_{n=0}^{\infty}2x^{2n} \,dx$$

Edit: I see that $\int \sum_{n=0}^{\infty} x^n\left[\left(-1)^n+1\right)\right] \,dx$ in my attempt above contains only even values of $n$, since the odd values are 0. Could the key step be realizing that and multiplying $n$ by two?

$\displaystyle \begin{align*} \ln{ \left( \frac{1 + x}{1 - x} \right) } \equiv \ln{ \left( 1 + x \right) } - \ln{ \left( 1 - x \right) } \end{align*}$

Now notice $\displaystyle \begin{align*} \frac{\mathrm{d}}{\mathrm{d}x } \left[ \ln{ \left( 1 + x \right) } \right] = \frac{1}{1 + x} \end{align*}$ and $\displaystyle \begin{align*} \frac{\mathrm{d}}{\mathrm{d}x} \left[ \ln{ \left( 1 - x \right) } \right] = -\frac{1}{1 - x} \end{align*}$. Each of those expressions is the closed form of a geometric series...

$\displaystyle \begin{align*} \frac{1}{1 + x} &= \frac{1}{1 - \left( -x \right) } \\ &= \sum_{n = 0}^{\infty}{ \left( -x \right) ^n } \textrm{ for } \left| - x \right| < 1 \\ &= \sum_{n = 0}^{\infty} { \left( -1 \right) ^n \, x^n } \textrm{ for } \left| x \right| < 1 \end{align*}$

so

$\displaystyle \begin{align*} \ln{ \left( 1 + x \right) } &= \int{ \sum_{n = 0}^{\infty}{\left( -1 \right) ^n \, x^n } \,\mathrm{d}x} \\ &= \sum_{n = 0}^{\infty}{ \frac{ \left( -1 \right) ^n \, x^{n + 1}}{n + 1} } + C \textrm{ also for } \left| x \right| < 1 \end{align*}$

and because we know $\displaystyle \begin{align*} \ln{(1)} = 0 \end{align*}$, when we let $\displaystyle \begin{align*} x = 0 \end{align*}$ we have

$\displaystyle \begin{align*} \ln{ \left( 1 + 0 \right) } &= \sum_{n =0}^{\infty} { \frac{\left( -1 \right) ^n \, 0^{n + 1}}{n + 1} } + C \\ \ln{(1)} &= 0 + C \\ 0 &= C \end{align*}$

and thus $\displaystyle \begin{align*} \ln{ \left( 1 + x \right) } = \sum_{n = 0}^{\infty}{ \frac{ \left( -1 \right) ^n \, x^{n + 1} }{n + 1} } \end{align*}$ which is convergent for $\displaystyle \begin{align*} \left| x \right| < 1 \end{align*}$.Now follow a similar process to get a series for $\displaystyle \begin{align*} -\frac{1}{1 - x} \end{align*}$, integrate it to get a series for $\displaystyle \begin{align*} \ln{ \left( 1 - x \right) } \end{align*}$, and then see what you get for $\displaystyle \begin{align*} \ln{ \left( 1 + x \right) } - \ln{ \left( 1 - x \right) } \end{align*}$.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
Replies
3
Views
2K