Algo-3

Algebra Level pending

Find natural number k k , where polynomial p ( x ) = x 2 k + 1 + ( x + 1 ) 2 k p(x)= x^{2k}+1+(x+1)^{2k} is indivisible by x 2 + x + 1 x^2+x+1 .

3 n 1 3n-1 , where n n is a natural number 3 n 3n , where n n is a natural number 3 n + 1 3n+1 , where n n is a natural number 3 n 3^n , where n n is a natural number

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

3 solutions

Chris Lewis
Feb 27, 2020

As per the other solutions, complex numbers look to be the right way to go, but in an effort to solve without them we can note that if p ( x ) p(x) is divisible in the polynomial sense by x 2 + x + 1 x^2+x+1 , then x 2 + x + 1 x^2+x+1 will also divide p ( x ) p(x) for all integers x x . (A simple comparison of coefficients shows that if the quotient is a polynomial, it would have to have integer coefficients.)

Consider the case x = 2 x=2 , and let k = 3 n k=3n . We have x 2 + x + 1 = 7 x^2+x+1=7 , and p ( 2 ) = 2 6 n + 1 + 3 6 n = 6 4 n + 72 9 n + 1 p(2)=2^{6n}+1+3^{6n} = 64^n+729^n+1 .

Reducing modulo 7 7 , we find p ( 2 ) 3 p(2) \equiv 3 , since both 64 64 and 729 729 are congruent to 1 1 modulo 7 7 .

This is enough to prove that p ( x ) p(x) is never divisible by x 2 + x + 1 x^2+x+1 when k = 3 n k=3n (so it's enough to answer this form of the question, as it's multiple choice). Proving that these are the only such k k is harder by this method.

Nice solution

Mohammed Imran - 1 year, 3 months ago
Chew-Seong Cheong
Feb 25, 2020

Similar solution as @Alak Bhattacharya 's

The roots to x 2 + x + 1 = 0 x^2+x+1 = 0 is the complex cubic root of unity ω \omega . This is because, if we multiply both sides by x x and + 1 +1 , we have x 3 + x 2 + x + 1 = 1 x 3 + 0 = 1 ω 3 = 1 x^3 + \blue{x^2 + x + 1} = 1 \implies x^3 + \blue 0 = 1 \implies \omega^3 = 1 . Then we have:

ω n = { 1 if n m o d 3 = 0 ω if n m o d 3 = 1 ω 2 if n m o d 3 = 2 \omega^n = \begin{cases} 1 & \text{if }n \bmod 3 = 0 \\ \omega & \text{if }n \bmod 3 = 1 \\ \omega^2 & \text{if }n \bmod 3 = 2 \end{cases}

We note that p ( x ) p(x) is divisible by x 2 + x + 1 x^2+x+1 , when p ( ω ) = 0 p(\omega) = 0 . Let us consider p ( ω ) p(\omega) .

p ( ω ) = ω 2 k + 1 + ( ω + 1 ) 2 k As ω 2 + ω + 1 = 0 = ω 2 k + 1 + ( ω 2 ) 2 k = ω 2 k + 1 + ω 4 k and ω ( 3 + 1 ) k = ω k = ω 2 k + ω k + 1 = { 3 if k m o d 3 = 0 0 if k m o d 3 = 1 0 if k m o d 3 = 2 \begin{aligned} p(\omega) & = \omega^{2k} + 1 + (\blue{\omega + 1})^{2k} & \small \blue{\text{As }\omega^2 + \omega + 1 = 0} \\ & = \omega^{2k} + 1 + (\blue{-\omega^2})^{2k} \\ & = \omega^{2k} + 1 + \omega^{\blue{4k}} & \small \blue{\text{and }\omega^{(3+1)k} = \omega^k} \\ & = \omega^{2k} + \omega^{\blue k} + 1 \\ & = \begin{cases} 3 & \text{if }k \bmod 3 = 0 \\ 0 & \text{if }k \bmod 3 = 1 \\ 0 & \text{if }k \bmod 3 = 2 \end{cases} \end{aligned}

Therefore, p ( x ) p(x) is not divisible by x 2 + x + 1 x^2+x+1 or p ( ω ) 0 p(\omega) \ne 0 , when k = 3 n k = \boxed{3n} , where n n is a natural number.

Nice solution

Mohammed Imran - 1 year, 3 months ago

If p ( x ) p(x) be not divisible by x 2 + x + 1 x^2+x+1 , then p ( ω ) 0 p(\omega) \neq 0 , where ω \omega is a complex cube root of unity (i.e., a root of the equation x 2 + x + 1 = 0 x^2+x+1=0 ). This means

ω 2 k + 1 + ( ω ) k 0 \omega^{2k}+1+(-\omega) ^k\neq 0 . This is true for k = 3 n k=\boxed {3n} where n n is a natural number.

Nice solution but a solution without complexes would definitely be better

Mohammed Imran - 1 year, 3 months ago

Log in to reply

But x x in this case is a complex number. That is why I have edited your problem wording. Also note that it is x 2 + x + 1 x^2+x+1 cannot divide p ( x ) p(x) and not p ( x ) p(x) cannot divide x 2 + x + 1 x^2+x+1 .

Chew-Seong Cheong - 1 year, 3 months ago

Log in to reply

I've provided a solution without using complex numbers, but agree with @Chew-Seong Cheong and @Alak Bhattacharya that they give the most useful (by which I mean clear, informative and complete) solution.

Chris Lewis - 1 year, 3 months ago

Because not all will be knowing complex numbers

Mohammed Imran - 1 year, 3 months ago

I put the correct answer but it said incorrect

Nitin Kumar - 1 year, 3 months ago

Log in to reply

Did you put 3n?

Mohammed Imran - 1 year, 3 months ago

Log in to reply

i did that

Nitin Kumar - 1 year, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...