Sum of binomial coefficients and cos(kx)

Click For Summary

Homework Help Overview

The discussion revolves around calculating a sum involving binomial coefficients and the cosine function, specifically the expression related to cos(kx) and its representation using complex exponentials. Participants are exploring various mathematical approaches to tackle the problem.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss using Euler's formula and the binomial theorem, with some expressing uncertainty about their current methods. Others suggest alternative representations of cos(kx) and question how to extract real parts from complex expressions.

Discussion Status

Several participants have shared their attempts and insights, with some expressing confusion about the direction of their calculations. Hints and suggestions have been offered, but there is no clear consensus on the next steps or a definitive approach to the problem.

Contextual Notes

Some participants mention the challenge of working with complex quantities and the need to extract real parts from their results, indicating a potential constraint in how the problem is framed or understood.

flyerpower
Messages
46
Reaction score
0

Homework Statement


Calculate the following sum:
ScreenShot035.jpg
(click to expand)

The Attempt at a Solution


I tried something with Moivre formula and Newton binomial theorem but no result :redface:, should i continue with these or is there any simpler approach?

I just need some hints.

Thanks.
 
Physics news on Phys.org
cos(k*x) = (1/2)[exp(i*k*x) + exp(-i*k*x)], where i = sqrt(-1), and exp(i*k*x) = z^k for an appropriate z.

RGV
 
Ray Vickson said:
cos(k*x) = (1/2)[exp(i*k*x) + exp(-i*k*x)], where i = sqrt(-1), and exp(i*k*x) = z^k for an appropriate z.

RGV

Thanks for the hint but i cannot still work it out.

I plugged cos(kx) directly in the sum and resulted in some exponentials..

[URL]http://www2.wolframalpha.com/Calculate/MSP/MSP256719g79b7bde68e6h6000020i46ai95ba26aii?MSPStoreType=image/gif&s=20&w=225&h=36[/URL]

The result should look like this : [URL]http://www2.wolframalpha.com/Calculate/MSP/MSP126419g79d95ifaec8fe00001ifd1gdagh48hf7e?MSPStoreType=image/gif&s=3&w=152&h=36[/URL]

May i get one more hint ?:p
 
Last edited by a moderator:
Try a multiple angle formula for cos(nx) such as:
[tex]\cos(n x) = \cos\left({{n x}\over{3}}\right) \left(-1+2 \cos\left({{2 (n x)}\over{3}}\right)\right)[/tex]
or
[tex]\cos(n x) = -1+2\cos^2\left({{n x}\over{2}}\right)[/tex]
 
It's easier to use the fact that cos nx = real part of einx. The idea is to calculate a related sum where the real part is the answer you're looking for.
 
Ok, thank you both for the ideas, i'll try to solve it tomorrow and come back with a result.
 
I wasn't able to come up with a result.

Here is my trial:

i got this result using euler's formula
(e^(ix)+1)^n + (e^(-ix)+1)^n = 2 SUM(k=0,n) C{k,n} * cos(k*x)

I tried how @vela said but i couldn't figure out what sum to calculate.
 
flyerpower said:
I wasn't able to come up with a result.

Here is my trial:

i got this result using euler's formula
(e^(ix)+1)^n + (e^(-ix)+1)^n = 2 SUM(k=0,n) C{k,n} * cos(k*x)

I tried how @vela said but i couldn't figure out what sum to calculate.


I don't understand your comment. You have already computed the sum, so you already have the answer. However, maybe the person who posed the problem does not want to see complex quantities, and in that case you need to extract the real part of (1+exp(ix))^n, which you can do by converting 1 + exp(ix) to polar form, for example.

RGV
 
flyerpower said:
I wasn't able to come up with a result.

Here is my trial:

i got this result using euler's formula
(e^(ix)+1)^n + (e^(-ix)+1)^n = 2 SUM(k=0,n) C{k,n} * cos(k*x)
Use the fact that
\begin{eqnarray*}
e^{ix}+1 &= e^{ix/2}(e^{ix/2}+e^{-ix/2}) \\
e^{-ix}+1 &= e^{-ix/2}(e^{ix/2}+e^{-ix/2})
\end{eqnarray*}
I tried how @vela said but i couldn't figure out what sum to calculate.
Using my suggestion would have given you
[tex]\sum_{k=0}^n \begin{pmatrix}n \\ k\end{pmatrix} \cos kx = \sum_{k=0}^n \begin{pmatrix}n \\ k\end{pmatrix} \mathrm{Re}(e^{ikx}) = \mathrm{Re}\left[\sum_{k=0}^n \begin{pmatrix}n \\ k\end{pmatrix} e^{ikx}\right] = \cdots[/tex]
 
  • #10
Well this is too much :), I'm lost in the imaginary world, i'll give it a try another time.
Your help is appreciated, thank you.
 
  • #11
You'll find Euler's formula
[tex]e^{i\theta} = \cos\theta + i\sin\theta[/tex]
very helpful in general. Using it, you can express the trig functions in terms of complex exponentials
\begin{align*}
\cos\theta &= \frac{e^{i\theta}+e^{-i\theta}}{2} \\
\sin\theta &= \frac{e^{i\theta}-e^{-i\theta}}{2i}
\end{align*}
Back to your problem... You don't have much left to do to get the answer. For example, you have
[tex](e^{ix}+1)^n = [e^{ix/2}(e^{ix/2}+e^{-ix/2})]^n = e^{inx/2}(e^{ix/2}+e^{-ix/2})^n[/tex]
Nothing terribly complicated happening there, just algebra. Now if you compare what's inside the parentheses to the formulas above, you can see or show it's equal to
[tex]e^{inx/2}(e^{ix/2}+e^{-ix/2})^n = e^{inx/2}[2\cos(x/2)]^n[/tex]
Now simplify the term [itex](e^{-ix}+1)^n[/itex] similarly and then combine the results.
 
  • #12
Thank you for the explanation!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
5K
  • · Replies 6 ·
Replies
6
Views
5K