Factoring a Polynomial Equation: Olympiad Question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
The legend
Messages
420
Reaction score
0

Homework Statement



Factor the equation (without complex numbers)

[tex] a^{10} + a^{5} + 1[/tex]

This is a olympiad question

The Attempt at a Solution



I substituted [tex]a^{5} = x[/tex] getting a quadratic eqation. But when I factored the quadratic equation I get complex roots and this is against the question.

Please help!
 
Physics news on Phys.org
well, using your substitution:
x^2 + x + 1

I don't know if this is the final answer they are looking for but you could add a 'clever' version of 0 to simplify it a bit
 
The solutions of [itex]x^{2} + x + 1 = 0[/itex] are complex numbers:

[tex] x_{1/2} = \frac{-1 \pm i \sqrt{3}}{2}[/tex]

The modulus of these numbers is:

[tex] |x_{1/2}| = 1[/tex]

and their arguments (limited to the interval [itex][0, 2\pi)[/itex]) are:

[tex] \arg{(x_{1})} = \pi - \frac{\pi}{3} = \frac{2\pi}{3}[/tex]

[tex] \arg{(x_{2})} = \pi + \frac{\pi}{3} = \frac{4\pi}{3}[/tex]

Take the fifth root of each of them and combine the complex conjugate roots in five pairs.
 
Dickfore said:
The solutions of [itex]x^{2} + x + 1 = 0[/itex] are complex numbers:

[tex] x_{1/2} = \frac{-1 \pm i \sqrt{3}}{2}[/tex]

The modulus of these numbers is:

[tex] |x_{1/2}| = 1[/tex]

and their arguments (limited to the interval [itex][0, 2\pi)[/itex]) are:

[tex] \arg{(x_{1})} = \pi - \frac{\pi}{3} = \frac{2\pi}{3}[/tex]

[tex] \arg{(x_{2})} = \pi + \frac{\pi}{3} = \frac{4\pi}{3}[/tex]

Take the fifth root of each of them and combine the complex conjugate roots in five pairs.

Sorry, but i don't know this part of mathematics. Can you please suggest some place(website etc) where i can learn it by myself?
 
How do you expect to go to a Mathematics Olympiad and don't know about complex numbers?
 
complex numbers are not in the syllabus of the olympiad. Thats why i mentioned it in the question.
 
I tried out a different approach(without complex nos) and got it!

Take [tex]a^{10} + a^{5} + 1 = y[/tex] and [tex]a^5 = x[/tex]

then

[tex] y = x^{2} + x + 1[/tex]
[tex] (x - 1) y = (x - 1)(x^{2} + x + 1)[/tex]
[tex] (x - 1) y = x^{3} - 1[/tex]
[tex] y = \frac{a^(5)3 - 1^{5}}{a^{5} - 1}[/tex]

Now simplifying using (x^5 - y^5) and dividing i get the answer to be

[tex] y = (a^{2} + a + 1)(a^{8} - a^{7} + a^{5} -a^{4} + a^{3} - a + 1)[/tex]

Right , isn't it?anyway..Dickfore, can you please suggest a good book or website to self learn complex numbers?