how to represent $\sin^{4}(x)$ by Fourier series? Obviously,$\sin^{4}(x)$ is an even function, so $b_n=0$. How can i get $a_n$ ?
-
You can see a solution here http://math.stackexchange.com/questions/373154/how-to-solve-this-equation-by-fourier-series?noredirect=1#comment799644_373154 – Amzoti Apr 26 '13 at 05:12
3 Answers
$$\sin^4{x}=\left(\dfrac{1-\cos{2x}}{2}\right)^2=\dfrac{1}{4}\left(1-2\cos{2x}+\cos^2{2x} \right)=\\ =\dfrac{1}{4}\left(1-2\cos{2x}+\dfrac{1+\cos{4x}}{2} \right)=\dfrac{3}{8}-\dfrac{1}{2}\cos{2x}+\dfrac{1}{8}\cos{4x}$$
- 8,397
-
what i want is not this way rather than the way by fourier fomula--the way of integrating. – park ning Apr 26 '13 at 05:17
-
It is an identity, so you can simply integrate the RHS multiplied by $\cos{kx}$ . – M. Strochyk Apr 26 '13 at 05:21
-
-
$ a_k=\dfrac{1}{\pi}\int\limits_{-\pi}^{\pi}\sin^4{x}, \cos{kx}, dx=\dfrac{1}{\pi}\int\limits_{-\pi}^{\pi}{\left(\dfrac{3}{8}-\dfrac{1}{2}\cos{2x} + \dfrac{1}{8}\cos{4x}\right), \cos{kx}, dx}$ – M. Strochyk Apr 26 '13 at 06:05
-
I totally don't understand this. Like I thought it should look like as the infinite series. – Leif May 12 '18 at 22:58
-
$$ \sin^4 x=\frac 38 -\frac 12 \cos 2x+\frac 18\cos 4x $$
- 14,414
-
-
-
This is a trig formula. You can derive it in many different ways. The easiest on is de Moivre's formula – Artem Apr 26 '13 at 05:14
Without relying on the trigonometric formulas in full extent to simplify $\sin^4$, you *could try partial integration: $$\begin{align}\int \underbrace{\sin^4x}_u\;\underbrace{\cos nx}_{v'}\;\mathrm dx &= \sin^4x\cdot\frac1n\sin nx-\frac1n\int4\sin^3x\cos x\sin nx\,\mathrm dx\end{align}.$$ Of course now you should at least make use of $2\sin x\cos x=\sin 2x$ and repeat until something nice enough remains. In the end, however, you will always need the formulas to convert products into sums of trig functions, so there's no argument at all against doing so right in the beginning (and getting the Fourier expansion for free, like M. Strochyk does in his solution)
- 374,180