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:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Here's my attempt: Call this set S. The set S has 2n members. No such member can be zero. There is a one-one correspondence between a positive member x∈S and −x∈S (note that both x and −x will belong to this set and this is seen by switching all the signs). Their product is −x2<0. And the number of such pairs is 2n/2=2n−1. For n≥2, this is an even natural number. And the product of an even number of pairs, where the product of each pair is negative, is of course, positive.
We can get a n term left if m−b=Odd,t−c=Even or t−c=Odd,m−b=Even
Now, an irrational term or a non-integer term(in this case), will be left if either
m−b=Odd,t−c=Even
or
m−b=Even,t−c=Odd.
And now if there is a case like (m−b,t−c)=(1,2), then there will also be a case like (m−b,t−c)=(2,1). Note that this counter-case will not be there if m−b=t−c but then their parity is same too, so they will not be considered.
Since by interchanging (m,b)→(t,c), we change the coefficient of n(m+t−b−c)/2from
(bm)(ct)amat→−(bm)(ct)amat
all the numbers with fractional powers cancel out and only integers remain.
By observing the general polynomial recurrence we can see that leading coefficient is given by
an=an−12;a1=1⟹an=1
And we have just proven that all the other coefficients are integers.
Therefore, all symmetric products of numbers of the form ±1±2±⋯±n is an integer.
Explaining the roots transformation better. (I agree that what you're doing works, but you should be explaining it for others to easily understand why what you're doing works)
Note that the induction should start with n=2.
Note that you want to show the product is positive, which has been ignored. In particular, looking at n=1, you should realize that the product is −1 (which is why we have to start with n=2).
Justifying the formula for [xk]Pn(x). At least give a verbal description of how that is arrived at.
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
Here's my attempt: Call this set S. The set S has 2n members. No such member can be zero. There is a one-one correspondence between a positive member x∈S and −x∈S (note that both x and −x will belong to this set and this is seen by switching all the signs). Their product is −x2<0. And the number of such pairs is 2n/2=2n−1. For n≥2, this is an even natural number. And the product of an even number of pairs, where the product of each pair is negative, is of course, positive.
My try is as follows.
Let Pn−1(x)=a2n−1x2n−1+a2n−1−1x2n−1−1+⋯+a1x1+a0
be the polynomial having roots as numbers of the form ±1±2±3±⋯±n−1
Then, Pn(x) has roots as Root ofPn−1(x)±n. Thus we can transform it as-
Pn(x)=(a2n−1(x−n)2n−1+a2n−1−1(x−n)2n−1−1+⋯+a1(x−n)1+a0)(a2n−1(x+n)2n−1+a2n−1−1(x+n)2n−1−1+⋯+a1(x+n)1+a0)
Proposition: Pn(x)is a polynomial having integer coefficients
We prove this using induction.
Base Case - n=1:x2−1=0
Assuming for n−1, let's try for n,
[xk]Pn(x)=b+c=k∑⎝⎛m=0∑2n−1(bm)am(n)m−b⎠⎞⎝⎛t=0∑2n−1(ct)at(−n)t−c⎠⎞
(Oh, that is scary, but it is not required).
We can get a n term left if m−b=Odd,t−c=Even or t−c=Odd,m−b=Even
Now, an irrational term or a non-integer term(in this case), will be left if either
m−b=Odd,t−c=Even
or
m−b=Even,t−c=Odd.
And now if there is a case like (m−b,t−c)=(1,2), then there will also be a case like (m−b,t−c)=(2,1). Note that this counter-case will not be there if m−b=t−c but then their parity is same too, so they will not be considered.
Since by interchanging (m,b)→(t,c), we change the coefficient of n(m+t−b−c)/2from
(bm)(ct)amat→−(bm)(ct)amat
all the numbers with fractional powers cancel out and only integers remain.
By observing the general polynomial recurrence we can see that leading coefficient is given by
an=an−12;a1=1⟹an=1
And we have just proven that all the other coefficients are integers.
Therefore, all symmetric products of numbers of the form ±1±2±⋯±n is an integer.
Log in to reply
It's slightly hard to follow exactly what you're doing, but I believe you have the right idea.
In the final line, I believe you mean "product" instead of "sum".
Log in to reply
Oops, yeah. Fixed it! What part exactly is not clear? Maybe the formatting isn't good.
Log in to reply
Note that the induction should start with n=2.
Note that you want to show the product is positive, which has been ignored. In particular, looking at n=1, you should realize that the product is −1 (which is why we have to start with n=2).
Justifying the formula for [xk]Pn(x). At least give a verbal description of how that is arrived at.
Hey,great solution.BTW you are in which class?
Log in to reply
Class XII.
Log in to reply
You have immense amount of knowledge as compared to a 12th grader!!!!
Log in to reply