Please help on complex fourier expansion.

Click For Summary

Homework Help Overview

The discussion revolves around proving a complex Fourier expansion involving the function e^{ax} for real values of a, specifically within the interval -π < x < π. The original poster presents a formula they are attempting to prove and outlines their initial attempts and reasoning.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore grouping terms in the summation and simplifying expressions. There are attempts to manipulate the series and clarify the contributions from positive and negative n terms. Some participants also question the correctness of the original formula presented by the poster.

Discussion Status

The discussion has seen various attempts to simplify the expression and clarify the terms involved. Some participants have provided guidance on how to approach the summation and have pointed out potential errors in the original formula. The original poster has acknowledged a mistake in their understanding and has revised their approach based on feedback.

Contextual Notes

There is an ongoing examination of the assumptions made regarding the series and the behavior of sine and cosine terms in the context of the Fourier expansion. The discussion reflects the complexity of the problem and the need for careful consideration of each term in the series.

yungman
Messages
5,741
Reaction score
291

Homework Statement


To prove:

[tex]e^{ax} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+n^2}(a cos(nx) + n sin(nx))[/tex]

For [itex]-\pi < x < \pi \hbox{ and a is real and not equal 0} [/tex]<br /> <br /> <h2>Homework Equations</h2><br /> <br /> Given:<br /> <br /> [tex]\int^{\pi}_{\pi} e^{ax} e^{-jnx}dx = \int^{\pi}_{\pi} C_n e^{jnx} e^{-jnx} dx = 2\pi C_n[/tex]<br /> <br /> [tex]C_n = \frac{1}{2\pi} \int^{\pi}_{\pi} e^{ax} e^{-jnx}dx[/tex]<br /> <br /> [tex]f(x)=e^{ax} = \sum_{n=-\infty}^{\infty} C_n e^{jnx}[/tex]<br /> <br /> [tex]e^{ax} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx}[/tex]<br /> <br /> <h2>The Attempt at a Solution</h2><br /> <br /> [tex]e^{ax} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+ n^2}(a+jn)[cos(nx) + jsin(nx)][/tex]<br /> <br /> [tex](-1)^{-n}=(-1)^n \Rightarrow \sum_{n=-\infty}^{\infty}\frac{j(-1)^n n}{a^2+ n^2} = 0[/tex]<br /> <br /> [tex]\Rightarrow e^{ax} = \frac{asinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+ n^2}[cos(nx) + jsin(nx)][/tex]<br /> <br /> I cannot see how to get from this to this:<br /> <br /> [tex]e^{ax} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+n^2}(a cos(nx) + n sin(nx))[/tex]<br /> <br /> Please help me.<br /> <br /> Thanks<br /> <br /> Alan[/itex]
 
Last edited:
Physics news on Phys.org
If you group the +n and -n terms together, you can write the sum as

[tex]\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx} = \frac{1}{a}+\sum_{n=1}^\infty \left[\frac{(-1)^n}{a-jn} e^{jnx} + \frac{(-1)^{-n}}{a-j(-n)} e^{j(-n)x}\right][/tex]

Try simplifying what's inside the square brackets.
 
vela said:
If you group the +n and -n terms together, you can write the sum as

[tex]\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx} = \frac{1}{a}+\sum_{n=1}^\infty \left[\frac{(-1)^n}{a-jn} e^{jnx} + \frac{(-1)^{-n}}{a-j(-n)} e^{j(-n)x}\right][/tex]

Try simplifying what's inside the square brackets.

Thanks for your reply. I worked on this and I still going nowhere. THis is what I have:

[tex]\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx} = \frac{1}{a}+\sum_{n=1}^\infty [\frac{(-1)^n}{a-jn} e^{jnx} + \frac{(-1)^{-n}}{a-j(-n)} e^{j(-n)x}] = <br /> <br /> \frac{1}{a}+\sum_{n=1}^\infty \frac{(-1)^n}{a^2+n^2} [a(e^{jnx} + e^{-jnx}) + jn(e^{jnx} + e^{-jnx})][/tex]

[tex]= \frac{1}{a}+\sum_{n=1}^\infty \frac{(-1)^n}{a^2+n^2} [2a(cos(nx)) + j2n(sin(nx))][/tex]

Still with this, it is no where close to the answer. The important thing is the answer contain sum from [itex]n=-\infty \hbox{ to } n=\infty[/tex][/itex]
 
You're close. Remember that sin(nx) has a 2j on the bottom, not just a 2.EDIT: I checked the formula you're trying to prove, and there's a mistake in it. It should be

[tex]e^{ax} = \frac{\sinh \pi a}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+n^2}(a \cos nx - n \sin nx)[/tex]

The sign of the sine term is wrong in the original.
 
Last edited:
I went through my derivation again and I found out what I did wrong. This is my new finding:

[tex]\sum_{n=-\infty}^{\infty} (-1)^n n[cos(nx)] = ... (-1)^{-2}(-2)cos(-2x) + (-1)^{-1}(-1)cos(-x) + 0 + (-1)^1(1)cos(x) + (-1)^2(2)cos(2x)...[/tex]

[tex]= ...-2cos(2x) +cos(x) + 0 - cos(x) + 2cos(2x)...= 0[/tex]

[tex]\sum_{n=-\infty}^{\infty} (-1)^n a[sin(nx)] = ... (-1)^{-2}(a)sin(-2x) + (-1)^{-1}(a)sin(-x) + 0 + (-1)^1(a)sin(x) + (-1)^2(a)sin(2x)...[/tex]

[tex]= ...-a[sin(2x)] +a[sin(x)] + 0 - a[sin(x)] + a[sin(2x)]...= 0[/tex]

With that, I go on to substitude into the original equation:

[tex]e^{ax} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a-jn} e^{jnx} = \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+ n^2}(a+jn)[cos(nx) + jsin(nx)][/tex]

[tex]= \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+ n^2}[a(cos(nx)) + jn(cos(nx)) +ja(sin(nx))-n(sin(nx))][/tex]

[tex]= \frac{sinh(\pi a)}{\pi}\sum_{n=-\infty}^{\infty} \frac{(-1)^n}{a^2+ n^2}[a(cos(nx)) -n(sin(nx))][/tex]

My original assumption was wrong and now I got the answer. Thanks for your help anyway.

Alan
 
Last edited:

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
1K