| New Reply |
Converting Sigma notation.... |
Share Thread | Thread Tools |
| Jun28-11, 01:54 AM | #1 |
|
|
Converting Sigma notation....
1. The problem statement, all variables and given/known data
(Not a homework question) Hi!! I have been encountering problems in Binomial Theorem which includes converting the sigma notation. Like [tex]\sum_{k=0}^n \frac{n!}{(n-k)!k!} a^kb^{n-k}=(a+b)^n[/tex] I got many questions in my exam of this type with four options. One of them was:- [tex]\sum_{k=1}^{n} {}^nC_k.3^k[/tex] I substituted the value of n and was able to figure out the correct option. But as i said there were many questions, so it took a lot of time. Is there any easier way to do that? ![]() 2. Relevant equations 3. The attempt at a solution |
| Jun28-11, 03:54 AM | #2 |
|
Recognitions:
|
[tex]\sum_{k=0}^n \frac{n!}{(n-k)!k!}a^kb^{n-k}=(a+b)^n[/tex] So this would assume that a=b=1. I'm not sure if this was a question or you just incorrectly wrote down the binomial expansion though... |
| Jun28-11, 04:32 AM | #3 |
|
|
(Would you please tell me how to make the "n" before "C" in Superscript?) I hope you get it now.
|
| Jun28-11, 07:00 AM | #4 |
|
Recognitions:
|
Converting Sigma notation....[tex]\sum_{k=1}^n ^nC_k.3^k[/tex] to create a superscript in [itex]\LaTeX[/itex] just use ^ (and add {} for multiple characters) before it ![]() Notice that we can see a=3, but b isn't present. In fact, it's just hidden as b=1 because [tex]\sum_{k=1}^n ^nC_k.3^k1^{n-k}[/tex] is exactly the same thing. So our final answer would be [tex]\sum_{k=0}^n ^nC_k.3^k-^nC_03^0=(3+1)^n-1=4^n-1[/tex] EDIT: and it seems that latex has changed, once again... Man I'm getting annoyed with it. Give me a second and I'll figure it out. |
| Jun28-11, 09:39 AM | #5 |
|
|
|
| Jun28-11, 10:13 AM | #6 |
|
|
[tex]-^nC_03^0[/tex] ![]()
|
| Jun28-11, 12:31 PM | #7 |
|
Recognitions:
|
Hi Pranav-Arora!
![]() Seeing that Mentallic and vela are not around, I'll answer your question. It's part of the sigma notation and its implications. In particular this is about the boundaries of the sum, which in your case is starting with k=1. What you have is: [tex]\begin{eqnarray} \sum_{k=1}^n {^n}C_k \cdot 3^k &=&{^n}C_1 \cdot 3^1 + {^n}C_2 \cdot 3^2 + \dotsb + {^n}C_n \cdot 3^n\\ &=&({^n}C_0 \cdot 3^0 + {^n}C_1 \cdot 3^1 + {^n}C_2 \cdot 3^2 + \dotsb + {^n}C_n \cdot 3^n) - {^n}C_0 \cdot 3^0 \\ &=&(\sum_{k=0}^n {^n}C_k \cdot 3^k) - {^n}C_0 \cdot 3^0 \end{eqnarray}[/tex] The way to change the boundaries is always the same. Your write out the sum in its terms, change what you want to change, and change it back again into sigma notation. Note that the sigma notation is only a shorthand notation. Don't think of it as something magical that has its own rules - it hasn't. It's just shorthand. |
| Jun28-11, 12:38 PM | #8 |
|
|
![]() But what i would do if a question appears like this:- [tex]\sum^n_{k=0} (2k+1) {}^nC_k[/tex].
|
| Jun28-11, 01:18 PM | #9 |
|
Recognitions:
|
The method I know is to define a function of x and integrate it. That is: [tex]s(x) = \sum^n_{k=0} {}^nC_k (2k+1) x^{2k}[/tex] The result you're looking for in this case is s(1). If you integrate it, you should find a form that looks more like your previous problem. You can rewrite that without the sigma and binomium. Afterward you differentiate again. And finally you fill in the value 1. Care to try?
|
| Jun28-11, 08:32 PM | #10 |
|
|
|
| Jun28-11, 11:08 PM | #11 |
|
Recognitions:
|
![]() |
| Jun28-11, 11:20 PM | #12 |
|
|
|
| Jun28-11, 11:22 PM | #13 |
|
|
[tex]\frac{2(x^{2k+1})}{2k+1}[/tex] |
| Jun28-11, 11:24 PM | #14 |
|
|
|
| Jun28-11, 11:38 PM | #15 |
|
Recognitions:
|
|
| Jun29-11, 12:29 AM | #16 |
|
|
![]() Here's the formula:- [tex](1+x)^n=C_0+C_1x+C_2x^2+........+C_kx^k+.......+C_nx^n...[/tex] Integrating the above equation with respect to x between limits 0 to 1, (I don't understand what it is ) we get,[tex](\frac {(1+x)^{n+1}}{n+1})_0^1=(C_0x+C_1\frac{x^2}{2}+C_2\frac{x^3}{3}+.....C_ n\frac{x^{n+1}}{n+1})_0^1[/tex] [tex]=C_0+\frac{C_1}{2}+\frac{C_2}{3}.....\frac{C_n}{n+1}=\frac{2^{2n+1}-1}{n+1}[/tex] |
| Jun29-11, 12:57 AM | #17 |
|
Recognitions:
|
I have only one formula which involves integration within limits. But i only know how to integrate without limits. I have never solved questions which involve integration within limits. Here's the formula:- [tex](1+x)^n=C_0+C_1x+C_2x^2+........+C_kx^k+.......+C_nx^n...[/tex][/quote] If that is the formula, then when evaluating this at 1, we would have [tex](1+1)^n=2^n=C_0+C_1+C_2+...+C_k+...+C_n[/tex] correct? and evaluating it at 0 [tex](1+0)^n=1^n=1=C_0+C_1\cdot 0+C_2\cdot 0+...=1[/tex] |
| New Reply |
| Thread Tools | |
Similar Threads for: Converting Sigma notation....
|
||||
| Thread | Forum | Replies | ||
| Sigma Notation | General Math | 6 | ||
| Sigma Notation | Calculus & Beyond Homework | 1 | ||
| Sigma Notation | Precalculus Mathematics Homework | 4 | ||
| Sigma notation | Calculus & Beyond Homework | 2 | ||
| Sigma Notation | Calculus & Beyond Homework | 16 | ||