Is Calculating Only the Fourier Sine Series Sufficient for f(x) = x^3 on [-1,1]?

mbud
Messages
6
Reaction score
0

Homework Statement



Determine a general Fourier series representation for f(x) = x^3 -1<x<1

Homework Equations


The Attempt at a Solution



May seem like a stupid Q, but would i have to calculate a0, an, bn or since i know that x^3 is an odd function, could jump straight into calculating the Fourier sine series for odd functions. Would that give me a general representation?
 
Last edited:
Physics news on Phys.org
looking at it one can directly jump to Fourier sine series
if you calculate all the terms initially assuming the complete Fourier representation you will find that coefficients associated with the even terms will go to zero.
so its more like using a known result.
 
Yes, you can restrict yourself to sines.

If you want you can explicitly check it, with an argument along the lines of
\int_{-1}^1 \cos(x) x^3 dx = \int_{-1}^0 \cos(x) x^3 dx + \int_0^1 \cos(x) x^3 dx = \int_0^1 \cos(-x) (-x)^3 dx + \int_0^1 \cos(x) x^3 dx = 0
because cos(-x) (-x)3 = - cos(x) x3
 
thanks.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top