Proving the Derivative of a Fourier Series Using Induction

caesius
Messages
22
Reaction score
0
We were given in a previous question,

<br /> s_{N}(x) = \frac{4}{\pi}\sum_{n=0}^{N-1}\frac{sin(2n+1)x}{2n+1}<br />

Homework Statement




Show that
<br /> s&#039;_{N}(x) = \frac{2sin(2Nx)}{\pi sinx}, x \neq l\pi<br />

and

<br /> s&#039;_{N}(x) = \frac{4N}{\pi}(-1)^l, x = l\pi<br />

where l is any integer.

The Attempt at a Solution



Utterly stumped on this one, I'm aware it's not *NORMAL* differentiation, how exactly do you go about differentiating a series? We've never been taught that and I'm an attentive math student.

So I can't even start (and this is the last question), this is frustrating me...

Cheers
 
Last edited:
Physics news on Phys.org
don't panic. all you have is a finite sum.
the formula (f+g)&#039; = f&#039; + g&#039; does work for finite sums!
the only problem left is finding the right trigonometric identity to use!
 
dalle said:
don't panic. all you have is a finite sum.
the formula (f+g)&#039; = f&#039; + g&#039; does work for finite sums!
the only problem left is finding the right trigonometric identity to use!

But the function is w.r.t x, so my first thought was just to drop the x off. But that's wrong...

I don't get it, what's f and what's g?

Thanks for somewhere to start though
 
dear ceasius, you are given a sequence of functions
s_1 = \frac{4}{\pi} \sin x , s_2 =\frac{4}{\pi} (\sin x + \frac{\sin (3 x}{3})), s_3 = \frac{4}{\pi} ( \sin x + \frac{\sin (3x)}{3} + \frac{\sin(5x)}{5}),..
your task is to prove that
\frac{d s_n(x)}{dx} =\frac{sin(2nx)}{\pi \sin x} ,x \ne \pi l
for every n. the way to do this is by using induction on n.
the case n=1 is simple
\frac{4}{\pi} \frac{d \sin x}{dx}=\frac{4}{\pi} \cos x
there is a trigonomtric formula that says
\sin(a) \cos(b) = \frac{1}{2}(\sin(a-b) + \sin (a+b))
apply this formula on \sin x \cos x, check for which x \sin x = 0 and you will get the right result. It's a good practice to try n=2
\frac{d s_2(x)}{dx}=\frac{4}{\pi}\frac{d(\sin(x)+\frac{\sin(3x)}{3})}{dx}=\frac{4}{\pi}(\frac{d\(sin(x)}{dx}+\frac{d\sin(3x)}{3 dx})=\frac{2 \sin(2x)}{\pi \sin x}+ \frac{4}{\pi} \cos(3x)
now apply the trigonometric formula on \sin x \cos(3x) and you will get the right result.
I hope it's clear what's left to do:smile:
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top