Whenever I solve a problem, I try if I can proceed on with the generalized statement (or expression) for the problem.
I came up with two interesting generalizations today.
- The straight forward one - The number of ordered n-tuples of integers {xi}i=1n such that i=1∑nxi−i=1∏nxi=n−1
is equal to nk−n+1 provided that 1≤xi≤k
- This one generalizes the type of problems where you need to find sum of binomial coefficients which are at certain gaps. By gaps I mean, suppose you need to find ∑k=07(4k30) as you can find here that binomial coefficients are at certain gaps of 4. (I hope I am able to explain my point clearly). So here's the generalization - for m,n∈N such that m≤n we have
k=0∑mk≤n(mkn)=m2nk=0∑m−1cosn(mπk)eimnkπ
Exercise -
Evaluate k=1∑10(3k30)
Prove k=0∑n−1(−1)kcosn(nπk)=2n−1n
Prove both the generalizations.
#RootsOfUnity
#Induction
#Generalization
#Exercises
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
For "sum of binomial coefficients which are at certain gaps", I think that the best approach is using Roots of Unity instead of trying to prove it by induction.
Log in to reply
Yes Sir, indeed that's the method even I used to prove it and henceforth tagged this post with RootsOfUnity filter ;)
Just say a few words on how do we use roots of unity..