summaryrefslogtreecommitdiffstats
path: root/Fourier Series.page
diff options
context:
space:
mode:
authorsiveshs <siveshs@gmail.com>2010-07-02 03:59:50 +0000
committerbnewbold <bnewbold@adelie.robocracy.org>2010-07-02 03:59:50 +0000
commit42d977625d19c8b052fd2755751ef9e678b0fd52 (patch)
treed85ac4a6121cd055fdd8dc058138171dda814f12 /Fourier Series.page
parentf2eacea60f84e8771d8bdfa2c2ea7d624e89d583 (diff)
downloadafterklein-wiki-42d977625d19c8b052fd2755751ef9e678b0fd52.tar.gz
afterklein-wiki-42d977625d19c8b052fd2755751ef9e678b0fd52.zip
still testing
Diffstat (limited to 'Fourier Series.page')
-rw-r--r--Fourier Series.page19
1 files changed, 15 insertions, 4 deletions
diff --git a/Fourier Series.page b/Fourier Series.page
index 751b1c3..984f3e6 100644
--- a/Fourier Series.page
+++ b/Fourier Series.page
@@ -24,11 +24,22 @@ $\qquad\sin(2x) = 2\sin(x)\cos(x)$
Rearranging,
$$\begin{array}{ccl}
\sin(2x).\cos(x) & = & [2\sin(x)\cos(x)].\cos(x)\\
- & = & 1+iy-\frac{y^{2}}{2!}-i\frac{y^{3}}{3!}+\frac{y^{4}}{4!}+i\frac{y^{5}}{5!}+\cdots\\
- & = & (1-\frac{y^{2}}{2!}+\frac{y^{4}}{4!}+\cdots)+i(y-\frac{y^{3}}{3!}+\frac{y^{5}}{5!}-\cdots)\\
- & = & \cos y+i\sin y\end{array}$$
+ & = & 2 \sin(x) [ 1 - \sin^2(x)]\\
+ & = & 2\sin(x) - 2\sin^3(x)\\
+\end{array}$$
+
+
+Based on the double angle formula,
+
+$\qquad\sin(3x) = 3\sin(x) - 4\sin^3(x)$
+
+Rearranging,
+
+$\qquad\sin^3(x) = \frac{3\sin(x)-\sin(3x)}{4}$
+
+Substituting back in the former equation, we get
+$\sin(2x).\cos(x) = 2 \sin(x) - 2 [\frac{3\sin(x)-\sin(3x)}{4}] $
-$\qquad\sin^2(x) = \frac{1-\cos(2x)}{2}$
##What is the Fourier series actually?</b>
##Why is Fourier series useful? </b>