Finding Solutions for ln|cos $\frac{\Theta}{2}$| with r=1

  • Thread starter Thread starter DevoBoy
  • Start date Start date
DevoBoy
Messages
8
Reaction score
0
I'm looking for a series for

ln|cos\frac{\Theta}{2}|

Using r=1 for my complex variable, if that matters...

Any ideas?
 
Last edited:
Physics news on Phys.org
u may be knowing the series of ln(1+x). Try to convert ur expression in such form.
 
Ok, so I expand it like this:

ln|cos\frac{\Theta}{2}|=ln|1+(cos\frac{\Theta}{2}-1)|=\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n}(cos\frac{\Theta}{2}-1)^n

Ultimatly, I want to use this expansion to prove that

\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n}=ln2

I can't quite see how this will help ... ??
 
i think u should multiply 1/2 to ln and convert cos to cos^2(i hope I'm clear) ; then convert half angle to full angle.
 
Clever! :)

So now I end up with the relation:

ln|2cos\frac{\theta}{2}|=\frac{1}{2}(ln2+ln(1+cos\theta))

Thanks!

EDIT: I'm still not able to use this series to show that

\sum_{n=1}^\infty \frac{(-1)^{n+1}}{n}=ln2

Any sugestions?
 
Last edited:
\ln(1+x) = x - \frac{x^{2}}{2} + \ldots
\ln(1+\cos \theta) = \cos \theta - \frac{\cos^{2}\theta}{2} + \ldots = \sum_{n=1}^{\infty} (-1)^{n+1}\frac{\cos^{n}\theta}{n}

Using trig identities you have that \ln | \cos \theta/2 | = \frac{1}{2}\ln \left( \cos^{2}\frac{\theta}{2} \right) = \frac{1}{2}\ln (1+\cos \theta) - \frac{1}{2}\ln 2

Therefore

\ln | \cos \theta/2 | = \frac{1}{2}\sum_{n=1}^{\infty} (-1)^{n+1}\frac{\cos^{n}\theta}{n} - \frac{1}{2}\ln 2

\theta = 0 gives the result.
 
Last edited:
Or perhaps the most OBVIOUS way would have been to let x=1 in the taylor series for natural log, which looks just a tiny bit similar to the series you want huh?
 
Back
Top