Sum of binomial coefficients and cos(kx)

Click For Summary
SUMMARY

The forum discussion centers around calculating the sum of binomial coefficients multiplied by cosine functions, specifically the expression involving cos(kx) and its relationship with complex exponentials. Participants reference Euler's formula, which states that e^(ix) = cos(x) + i*sin(x), and suggest using the binomial theorem and multiple angle formulas to simplify the problem. The final goal is to express the sum in a manageable form, extracting the real part of complex quantities to arrive at the desired result.

PREREQUISITES
  • Understanding of Euler's formula: e^(iθ) = cos(θ) + i*sin(θ)
  • Familiarity with the binomial theorem and binomial coefficients
  • Knowledge of complex numbers and their properties
  • Ability to manipulate trigonometric identities, particularly multiple angle formulas
NEXT STEPS
  • Study the application of Euler's formula in solving trigonometric sums
  • Learn about the binomial theorem and its implications in combinatorial mathematics
  • Explore multiple angle formulas for cosine and their derivations
  • Investigate the extraction of real parts from complex expressions in mathematical analysis
USEFUL FOR

Mathematicians, students studying advanced calculus or complex analysis, and anyone interested in combinatorial identities involving trigonometric functions.

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:
\cos(n x) = \cos\left({{n x}\over{3}}\right) \left(-1+2 \cos\left({{2 (n x)}\over{3}}\right)\right)
or
\cos(n x) = -1+2\cos^2\left({{n x}\over{2}}\right)
 
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
\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
 
  • #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
e^{i\theta} = \cos\theta + i\sin\theta
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
(e^{ix}+1)^n = [e^{ix/2}(e^{ix/2}+e^{-ix/2})]^n = e^{inx/2}(e^{ix/2}+e^{-ix/2})^n
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
e^{inx/2}(e^{ix/2}+e^{-ix/2})^n = e^{inx/2}[2\cos(x/2)]^n
Now simplify the term (e^{-ix}+1)^n similarly and then combine the results.
 
  • #12
Thank you for the explanation!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · 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