Sunday, September 23, 2018

Trigonometry limit's proof: limxto0fracsin(x)+sin(2x)+cdots+sin(kx)x=frack(k+1)2



How to prove that limx0sin(x)+sin(2x)++sin(kx)x=k(k+1)2



I tried to split up the fraction and multiple-divide every new fraction with its x factor but didn't work out.
ex: limx0sin(2x)x=limx0sin(2x)22x=2


Answer



You are so close. Note that
sin(x)+sin(2x)++sin(kx)x=sin(x)x+sin(2x)x++sin(kx)x=sin(x)x+2sin(2x)2x++ksin(kx)kx1+2++k=k(k+1)2


as x0.



I suspect you may not have been able to finish because you didn't recognize the identity
1+2++k=k(k+1)2.


This identity has a very cute proof.
Set S:=1+2++k. Adding
1+2++k=Sk+(k1)++1=S

gives
(k+1)+(k+1)++(k+1)k times=2S.

Therefore k(k+1)=2S and consequently
1+2++k=S=k(k+1)2.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...