How do I write this in summation notation?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
PhizKid
Messages
477
Reaction score
2

Homework Statement


[itex](\sin x) (\cos x)^{n - 1} + (\sin x) (\cos x)^{\frac{n - 1}{2}} + (\sin x) (\cos x)^{\frac{\frac{n - 1}{2}}{2}} + (\sin x) (\cos x)^{\frac{\frac{\frac{n - 1}{2}}{2}}{2}} ...[/itex]

n is an odd number and the series ends when (n-1)/2^k = 1, and the last term ends up being sin(x) only (no cos factor). For example, if n was 5, then 4 / 2^2 would be the last term in the series, so it looks like cos^1(x)sin(x) would be the last term, but the last term is actually sin(x) only. So if n was 5, the series would look like:

[itex](\sin x) (\cos x)^4 + (\sin x) (\cos x)^{2} + (\sin x)[/itex]


Homework Equations


N/A

The Attempt at a Solution


I got [itex]\sin(x)\sum_{k=0}^{m}\cos^{2^{m-k}}(x)[/itex] for [itex]n=2^m+1[/itex] but the last term in this equation is sin(x)cos(x), not sin(x).
 
Last edited:
Physics news on Phys.org
Also, do you want this to be for just odd n as you state at the beginning? Or [itex]n = 2^m + 1[/itex] as you state later? If the former case, generic odd n will almost never result in [itex]\frac{n-1}{2^k} = 1[/itex], so what is your termination condition in that case?