Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.4K Views
|
5 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Solution values doubled in Fourier series problem output?

5 Replies

Your Mathematica calculation for the square wave is right. In your first post, the series formula after the "thus" is the series for the sawtooth wave, not for the square wave. This is why "all other values are double".

POSTED BY: Gianluca Gorni

The series formula f(x)=∑n=1∞4nπsin(nπx) does not reproduce the function f(x)={−1,1,−1<x<00<x<1. It is the series for another function. Didn't you make the plot?

POSTED BY: Gianluca Gorni

Yes this is the notebook with my results

Your formula for f[x] is wrong. Try plotting the result:

Sum[4/(n Pi) Sin[n Pi x], {n, 1, Infinity}]
Plot[Chop[%], {x, -1, 1}]
POSTED BY: Gianluca Gorni

Could you explain to me please why the F(x) is wrong?

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard